/* WhatsApp + restyle Woodmart scroll-to-top to match the other LahGum sites */

a.float-wa {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 2147482999 !important;
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45) !important;
  text-decoration: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

a.float-wa:hover {
  transform: scale(1.08);
  color: #fff !important;
}

a.float-wa svg {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
  fill: currentColor !important;
}

a.scrollToTop,
.scrollToTop {
  right: 20px !important;
  bottom: 90px !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #0f5d73 !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(15, 93, 115, 0.35) !important;
  z-index: 2147482998 !important;
  opacity: 1 !important;
}

a.scrollToTop:hover,
.scrollToTop:hover {
  background: #00a6a6 !important;
}

body.woodmart .lahgum-ai-fab,
body.theme-woodmart .lahgum-ai-fab,
body.theme-woodmart-child .lahgum-ai-fab {
  right: 84px !important;
  bottom: 20px !important;
}

body.woodmart .lahgum-ai-fab.lahgum-ai-fab--solo,
html.lahgum-no-wa body.woodmart .lahgum-ai-fab,
body.theme-woodmart-child .lahgum-ai-fab.lahgum-ai-fab--solo {
  right: 84px !important;
}

@media (max-width: 560px) {
  a.float-wa {
    right: 14px !important;
    bottom: 14px !important;
    width: 50px !important;
    height: 50px !important;
  }
  a.scrollToTop,
  .scrollToTop {
    right: 16px !important;
    bottom: 78px !important;
    width: 44px !important;
    height: 44px !important;
  }
  body.woodmart .lahgum-ai-fab,
  body.theme-woodmart .lahgum-ai-fab,
  body.theme-woodmart-child .lahgum-ai-fab {
    right: 76px !important;
    bottom: 16px !important;
  }
}
