/* ESS WhatsApp Floating Support Button - single clean source */
html body a#essWhatsappHelpBtn.ess-whatsapp-help-float{
  position:fixed !important;
  right:22px !important;
  bottom:96px !important;
  left:auto !important;
  top:auto !important;
  width:62px !important;
  height:62px !important;
  min-width:62px !important;
  min-height:62px !important;
  max-width:62px !important;
  max-height:62px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:27px !important;
  line-height:1 !important;
  text-decoration:none !important;
  background:#25D366 !important;
  color:#fff !important;
  box-shadow:0 14px 35px rgba(0,0,0,.25) !important;
  z-index:2147483647 !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
@media(max-width:768px){
  html body a#essWhatsappHelpBtn.ess-whatsapp-help-float{
    right:18px !important;
    bottom:118px !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    max-width:56px !important;
    max-height:56px !important;
    font-size:25px !important;
  }
}
