/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: Child theme for Woostify
Author: Albert Davis
Author URI: https://albertdavis.dev/
Template: woostify
Version: 1.0.0
Text Domain: woostify-child
*/

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
}

#scroll-to-top.active{
    visibility: hidden!important;
}

.product-summary .woostify-trust-badge-box {
    /*display: none!important;*/
        text-align: left;
}

.product-summary .woostify-trust-badge-box img{
    width:300px;
    height:60px;
    object-fit:contain;
}

.cart-page-layout-2 .wc-block-cart__submit-button{
    background-color:#EC699C!important;
    color:#fff;
}


