 .tab_links {
    display:none;
}
 #wcfmmp-store .banner_img img {
     display:block!important;
     width: 100%!important;
     height:auto!important;
     max-height: 350px;
     object-position: center;
     object-fit: cover;
 }
 #wcfmmp-store .banner_img, #wcfmmp-store .wcfm_slideshow_container {
     max-height:unset!important;
     height:auto!important;
 }
/*#wcfmmp-store .right_side {*/
/*    width:100% !important;*/
/*}*/
#wcfmmp-store #products ul.products {
    display: flex!important;
    gap:20px;
    flex-wrap: wrap;
}
#wcfmmp-store ul::before, #wcfmmp-store ul::after {
    display:none!important;
}
#wcfmmp-store #products ul.products li {
    flex: 0 0 calc((100% - 4 * 25px) / 6);
}
#wcfmmp-store .tab_area .tab_links li {
    border-bottom:none!important;
}
#wcfmmp-store .tab_area .tab_links li, #wcfmmp-store .tab_area .tab_links {
    border-color:var(--color-border) !important;
}
/*#wcfmmp-store .tab_area .tab_links {*/
/*    display: none!important;*/
/*}*/
#wcfmmp-store #tab_links_area ul li:nth-child(2) , #wcfmmp-store #tab_links_area ul li:nth-child(3) {
    display:none;
}
body #wcfmmp-store .left_sidebar {
     width: 25%;
     padding: 25px 15px;
     background: #efefef;
     border: 1px solid #efefef;
 }
 body #wcfmmp-store .left_sidebar .search-field {
     width:100%;
 }
 body #wcfmmp-store .right_side {
     width: 100%;
     padding: 0px;
 }
 .vendor-filter-exit {
     width: 20px;
     position: absolute;
     right: 10px;
     display: block;
     top: 5px;
 }
 .mobile-filter {
     margin-bottom:15px;
 }
 .mobile-filter > div {
     width: 100%;
 }
 body #wcfmmp-store .categories_list ul li a.active, body #wcfmmp-store .categories_list ul li a:hover {
     color: var(--color-primary) !important;
 }
@media(max-width:1200px) {
    #wcfmmp-store #products ul.products li {
        flex: 0 0 calc((100% - 4 * 20px) / 5);
    }
}
@media(max-width:1200px) {
    #wcfmmp-store #products ul.products li {
        flex: 0 0 calc((100% - 4 * 15px) / 4);
    }
}
@media(max-width:1024px) {
    body #wcfmmp-store .left_sidebar {
        margin:0;
    }
    body #wcfmmp-store .right_side {
        margin-top: 0;
    }
    #wcfmmp-store #products ul.products li {
        flex: 0 0 calc((100% - 4 * 10px) / 3);
    }
}

@media(max-width:768px) {
    body #wcfmmp-store .right_side {
        width:100%;
    }
    body #wcfmmp-store .left_sidebar {
        display:none;
        width: 90%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        height: 100vh !important;
        overflow-y: scroll;
    }
    body #wcfmmp-store .left_sidebar.show {
        display: block;
    }
    #wcfmmp-store #products ul.products li {
        flex: 0 0 calc((100% - 4 * 10px) / 3);
    }
}
@media(max-width:550px) {
    #wcfmmp-store #products ul.products li {
        flex: 0 0 calc((100% - 4 * 5px) / 2);
    }
}
@media(max-width:480px) {
    #wcfmmp-store .logo_area_after {
        left: calc(50% - 45px);
    }
}
@media(max-width:350px) {
    #wcfmmp-store #products ul.products li {
        flex: 0 0 calc((100% - 4 * 0px) / 1);
    }
}