@media (max-width: 980px){
    body{
        overflow-x: visible;
    }
    header.mobile{
        top: 0;
    }
    section.banner{
        margin-top: 36px;
        background-position: 75%;
        height: 200px;
    }
    section.banner img{
        height: 100%;
    }
    section.product-sec .row{
        gap: 0px !important;
    }
    section.section-6.pt-5.main-shop-page{
        padding: 60px 0;
    }
    section.section-6.pt-5.main-shop-page .col-md-9{
        padding: 0;
        width: 100%;
    }
    section.product-sec .col-4{
        width: 32.5%;
        padding: 0;
    }

    .sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        background: transparent;
        width: 100%;
        z-index: 9;
        height: 100%;
        transition: .6s ease-in-out;
    }
    .sort-products{
        width: 100%;
        justify-content: space-between;
    }
    .top-filters{
        flex-direction: column;
    }
    .top-filters .search-form{
        width: 100%;
    }
    .top-filters #tags{
        width: 100%;
    }
    .search-bar{
        width: 100%;
    }
    .ui-widget{
        width: 100%;
    }
   
    .mobile-filter button{
        background: transparent;
        border: none;
    }
    .top-filters{
        gap: 20px;
    }
    section.main-shop-page select#sort{
       right: 0;
       width: 170px;
       border-radius: 30px;
    }
     .mobile-filter {
        display: flex !important;
        background: var(--heading-color);
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 12px 20px;
        border-radius: 30px;
        font-family: var(--primary-font);
        color: #3e1500;
        height: 45px;
    }
    .mobile-filter img{
        width: 20px;
    }

    .filter-overlay{
        width: 85%;
        height: 100%;
        position: absolute;
        top: 0;
        background: #311000;
        overflow-y: scroll;
        left: 0;
        padding: 10px;
    }
    .mob-btn{
        display: block !important;
        color: var(--heading-color);
        opacity: .75;
        text-align: right;
    }
    .mob-s{
        margin-top: 0 !important;
    }
    a.buy span{
        display: none;
    }

    section.product-sec ul.product-descp{
        display: none;
    }
    .price-sec span{
        font-size: 15px;
    }
    a.buy span{
        display: none;
    }
    a.add-to-cart{
        width: 38px;
        height: 38px;
        right: 10px;
        background: transparent;
        backdrop-filter: blur(10px);
    }
    a.add-to-cart img{
        width: 22px;
        object-fit: contain;
    }
    a.wishlist{
        left: 10px;
        width: 38px;
        height: 38px;
        background: transparent;
        backdrop-filter: blur(10px);
    }
    a.wishlist img{
        width: 21px;
    }
    .img-sec img{
        transform: scale(1);
        border-radius: 0;
    }
    section.featured-pro .main-prop{
        width: 50%;
        margin-bottom: 30px;
    }
    section.featured-pro .pro-cont{
        width: 100%;
        bottom: 0;
    }

}
@media (max-width: 540px){
    section.featured-pro .main-prop{
        width: 100%;
        margin-bottom: 20px;
    }
    .breadcumbs{
        display: none;
    }
    section.banner{
        margin-top: 116px;
        background-position: 75%;
        height: auto;
    }
    section.section-6.pt-5.main-shop-page {
        padding: 20px 0 !important;
    }
    section.product-sec .col-4{
        width: 48.5%;
        padding: 0;
    }
    section.product-sec .container{
        padding: 0;
    }
    .img-sec img{
        height: 235px;
        border-radius: 0;
        transform: scale(1);
    }
    .product-des h4{
        font-size: 15px;
    }
    section.product-sec ul.product-descp{
        display: none;
    }
    .price-sec span{
        font-size: 15px;
    }
    a.buy span{
        display: none;
    }
    a.add-to-cart{
        width: 38px;
        height: 38px;
        right: 10px;
        background: transparent;
        backdrop-filter: blur(10px);
    }
    a.add-to-cart img{
        width: 22px;
        object-fit: contain;
    }
    a.wishlist{
        left: 10px;
        width: 38px;
        height: 38px;
        background: transparent;
        backdrop-filter: blur(10px);
    }
    a.wishlist img{
        width: 21px;
    }

}