.whatsapp-floating {
  position: fixed;
  bottom: 15px;
  z-index: 999;
  background: #25d366;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 7px 20px;
  cursor: pointer;
}
.whatsapp-floating svg {
  margin-top: -4px;
}
.whatsapp-floating a {
  color: #fff;
  text-decoration: none;
}
.whatsapp-floating.left {
  left: 20px;
}
.whatsapp-floating.right {
  right: 20px;
}
.whatsapp-floating:hover {
  transform: scale(1.02);
}

.social-share i {
  font-size: 20px;
  background-color: #838383;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.social-share i:hover {
  background-color: #333333;
}

.alg-wc-wl-thumb-btn-abs {
  inset: 25px 70px auto auto !important;
}

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 999;
  background: #444444;
  color: aliceblue;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 7px 10px;
  cursor: pointer;
}
.scroll-to-top svg {
  margin-top: -4px;
}
.scroll-to-top:hover {
  transform: scale(1.02);
}

/*# sourceMappingURL=sweetaddons.css.map */