.whatsapp-floating-button{display: flex;position: fixed; align-items: center; transition:.4s all ;  animation: fadeIn .5s;
    bottom: 30px;right: 20px;z-index: 10; background-color: #25d366;border-radius: 50%; padding: 10px;height: 56px; width: 56px;font-size: 0 !important;color: white;}
.whatsapp-floating-button:hover{background-color: #387d4a; color: white;}
.whatsapp-floating-button i{margin: auto;}

.single-product .product-title.product_title.entry-title .whatsapp-floating-button{ bottom: 35px;}

.wd-sticky-btn-shown ~ .whatsapp-floating-button{bottom: 100px;}
.scrollToTop{display: none !important;}

.whatsapp-floating-button.hide{display: none;}

@media (max-width: 600px) {
   .whatsapp-floating-button{bottom: 65px;}
   .wd-sticky-btn-shown ~ .whatsapp-floating-button{bottom: 105px;}
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.grecaptcha-badge { visibility: hidden; }
.grecaptcha-badge {opacity:0}

body ._hj_feedback_container ._hj-ETLL8__MinimizedWidgetMiddle__label{background-color: black !important;}