.mobile-slide-item{
    display: none;
}

.product-h-rob{
    width: 150%; 
    z-index: 88;
}

.responsive-search{
    display: none;
}

@media screen and (min-width:1000px) {
    .wres{
        width: 1050px !important;    
    }
}

@media screen and (max-width:770px) {
    .desktop-slide-item{
    display: none !important;
    }
    .mobile-slide-item{
        display: block !important;
    }
    .responsive-search{
        display: block;
    }
    .card-title{
        font-size: 12px;
    }
    .product-brand{
        font-size: 11px !important;
    color: #7b7b7b !important;
    }
    .product-h-rob{
        width: 100%; z-index: 88;
    }
    .hero-img-mt{
        margin-top: 13px;
    }
    
   

}
@media (max-width: 578px){
    .container, .container-sm {
        max-width: 667px;
}
.product-sm-res{
    width: 73%;
    padding-top: 0 !important;
}
}

@media (max-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 854px;
    }
    .banner-area{
        margin-top: 0px !important;
    }
}
   




