@media (max-width: 1199px){ 
    .categories-list>.nav-link{
        width: 160px;
    }
    }
@media (max-width: 991px){ 
    .navbar .navbar-collapse {
        border-top: 1px solid rgba(214 ,214, 214, .4);
    }
    .header-middle .nav>li>a>span{
        display: none;
    }
    .navbar_main {
        width: 100%;
    }
    .navbar_main .navbar-nav {
        flex-direction: row;
    }
    .categories-list{
        margin-right:1rem;
        border: 0;
    }
    .categories-list>.nav-link{
        width: max-content;
    }
    .categories-list>.dropdown-menu{
        width: 100%;
    }
    .categories-list>.dropdown-menu>li>.dropdown-menu{
        right: 0 !important;
    left: 0 !important; 
    }
    
    .payment-methods{
        width: max-content;
        text-align: center;
        margin-top: 1rem;
    }
    .payment-methods h4{
        float: left;
        margin-right: 1rem;
    }
    .footer-top .logo img{
        max-height: 120px;
    }
}
@media (max-width: 767px){ 
    .footer-widget .logo a{
        text-align: center;
        display: table;
        margin: 0 auto;
    }  
    .page-content{
        padding: 1rem 0;
    }
    #masterslider{
        margin-bottom: 1rem !important;
    }
    
    .section{
        margin-bottom: 1rem;
    }
    .m-0-max--md{
        margin: 0;
    }
    .pl-0-max--md{
        padding-left: 0 !important;
    }
    .pr-0-max--md{
        padding-right: 0 !important;
    }
    .mb-8-max--md{
        margin-bottom: 8px;
    }
    .imgBanners .img-banner-item.last .imgBanner-grid-item + .imgBanner-grid-item {
        margin-left: 8px; 
    }
}

@media (max-width: 575px){
    .header-middle {
        padding: 0.3rem 0;
    }
    .header-middle .logo .image {
        max-height: 44px;
    }
    .header-middle .nav>li {
        padding: 0 1.2rem 0 0;
    }
    .header-middle .nav>li>a>i , .search-icon i{
        font-size: 1rem;
    }
    .search-icon{
        padding: 0;
    }
    .footer-top .logo img {
        max-height: 80px;
    }
    .ap-links .ap-link .image {
        max-width: 100px;
    } 
    .footer-widget .list-unstyled>li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .navbar-nav>li>.dropdown-menu, .dropright .dropdown-menu {
        min-width: 170px;
    }
    .whatsapp-icon .image{
        width: 134px;
      }
      .whatsapp-icon {
        bottom: 8px;
        right: 8px;
      }
      .imgBanners .imgBanner-grid-item img {
        object-fit: contain;
        margin-bottom: 0.2rem;
      }
      .imgBanners .img-banner-item.last {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .imgBanners .img-banner-item{
        padding: 0 !important;
    }
    .mb-8-max--sm{
        margin-bottom: 8px;
    }
}