.page-wrapper{background:#f4f4f4};.sticky{background:blue}
#header{
height:80px;
}
.product-hover{
    border-radius: 5px 5px;
    border:  solid  #898787 0.1px ;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    overflow: hidden #;
 }
.product-hover{
transition:all 0.5s ease;
}
.product-hover img{
border-radius:0;
}
.product-hover:hover{
transform: scale(1.08); 
}

.homepage_off{
background-color:red !important;
color:white !important;
}

.whatsapp_button{
    position: fixed;
    height: 20px;
    width: 20px;
    bottom: 3%;
    left: 10%;
    background: green;
    z-index: 9999;

}

.whatsapp_button{ 
position: fixed;
    height: 50px;
    width: 50px;
    bottom: 5%;
    left: 95%;
    background: green;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.whatsapp_button i{  
color:white;
font-size:28px;
}

.reload_button_mobile{ 
    left:80%;
}


@media(max-width:480px){

#modal-main{ 
margin-top:100px;
}
#modal-main{ 
z-index:9999999999999999;
overflow:overflow;
}
.leading-4{
padding-inline:0;
}
.leading-4 label{
font-size:10px 
}
#totalCartItem{
position: fixed;
    top: 20px;
    right: 10px;
    z-index: 9999;
}
#header{
background:#fff !important;
position:static;
}
#top_nav{
position:sticky;
top:0;
z-index:999;
}

.share_button{ left:0 !important; }
.whatsapp_button{ 
    left: 80%;
z-index:30;
}

.product-hover{
height:200px;
overflow:hidden;
 }

#cart_icon{
    position: fixed;
    top: 25px;
    z-index: 20;
    right: 10px;

}

#top_nav{
background:#123994 !important;
}
}

.chat-parent-container{
display:none;
}

.refund-status{ color:green !important }

.swiper-slide-active .other-slider-images{
animation: slide 6s linear 1;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(-100%);
  }
  66% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

@media(min-width:1080px){
#cart_icon{
    z-index: 0 !important;
}
}

@media (max-width: 768px) {
  .custom-cart-icon svg path {
    stroke: #FFFFFF !important;
}
}

.reload_button_mobile{
    display: none;
}

@media (max-width: 768px) {
    .reload_button_mobile {
        position: fixed;
        height: 50px;
        width: 50px;
        bottom: 15%;
        right: 10%;
        background: #007BFF;
        z-index: 30;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
    }

    .reload_button_mobile:hover {
        background: #0056b3;
    }

    .reload_button_mobile i {  
        color: white;
        font-size: 26px;
    }
}

.homepage_off{
  background-color: red !important;
    color: white !important;
}
.h-11 {
    height: 2.75rem;
padding-bottom: 1px;
padding-top: 0px;

;
}