body.o-hidden{
    overflow: hidden !important
}

.mkdf-container-inner {
    padding-top: 100px !important;
}
 
/* MENU CONTROLLER  */
/* Classes
* dy-menu-ws : for whole seller menu
* dy-menu-cm : for regular customer menu 
*/
.menu-item li[class*="dy-menu"] {
    display: none !important;
}
.wholeseller-user .menu-item li[class*="menu-ws"],
.customer-user .menu-item li[class*="menu-cm"]{
    display: block !important
} 

/* END MENU CONTROLLER  */
 
.cs-shop-sidebar ul {
    list-style: none;
    padding-left: 0;
}
.cs-shop-sidebar li{
    padding-inline: 20px 30px;
    position:relative;
    cursor: pointer;
}

.cs-shop-sidebar li a{
    width: 100%;
    padding-block: 5px;
    display: inline-block;
    transition: .3s
}
.cs-shop-sidebar li:hover >a,
.cs-shop-sidebar li.current-menu-item a,
.cs-shop-sidebar li.current-menu-item:before{
    color:#c59d5f
}
.cs-shop-sidebar li.current-menu-item {
    border-color:#c59d5f
}
 
.cs-shop-sidebar div > ul > li {
    border-bottom: 1px solid #eee;
}

 
.cs-shop-sidebar ul > li:before{
    content: '>';
    font-family: monospace;
    position:absolute;
    left:0;
    line-height: 35px;
    color:inherit
}
.cs-shop-sidebar ul.sub-menu{
    overflow:hidden;
    height:0;
    transition: .3s
}

.cs-shop-sidebar li.active ul.sub-menu{
    height:auto;
    margin-block: 5px 15px;
}

.cs-shop-sidebar li[class*="children"] > a:after{
    content: '+';
    position:absolute;
    right:0;
    font-family:monospace;
    font-size: 19px;
    line-height:25px;
    font-weight:bold;
    pointer-events: none;
}
.cs-shop-sidebar li.active[class*="children"] > a:after{
    content: '-'
}


/* POPUP CATEGORY MENU */
.cs-logo {
    max-width: 200px;
    margin-block: 20px;
}

.cs-product-category {
    margin-bottom: 40px;
    display: none;
    margin-inline: auto;
    max-width: 270px;
}

.cs-product-category button{
    border:unset;
    padding: 15px;
    width: 100%;
    text-transform:uppercase;
    letter-spacing: 2px;
    position:relative;
    cursor:pointer;
    transition:.3s;
}
.cs-product-category button:hover{
    background:#C49E63
}
.cs-product-category button:after{
    content: '>';
    font-family:monospace;
    line-height: 15px;
    position:absolute;
    right: 30px;
    font-weight:bold;
    font-size: 18px;
    transform:rotate(90deg)
}

button.cs-close {
    display: none;
    position: absolute;
    border: unset;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-family: monospace;
    right: 20px;
    top: 40px;
    line-height: 18px;
    padding: 0 7px 3px 7px ;
    cursor:pointer;
}



.cs-shop-sidebar.mobile {
    pointer-events:none;
    left:-200%;
    position:absolute;
    transition: .3s;
}
.mkdf-content.popup-active{
    position:unset;
}
.mkdf-content.popup-active .cs-shop-sidebar{
    pointer-events:unset;
    left:0;
}
.mkdf-content.popup-active .cs-shop-sidebar:after{
    pointer-events:unset;
    opacity:1
}
.cs-shop-sidebar.mobile > div {
    width: calc(100% - 40px);
    max-width: 300px;
    background: #fff;
    position:fixed;
    z-index: 300;
    height: 100vh;
    top:0;
    padding: 20px;
}

.logged-in .cs-shop-sidebar.mobile > div{
    top: 32px
}
.cs-shop-sidebar.mobile:after{
    content:'';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200;
    background: #000000b8;
    top:0;
    left:0;
    pointer-events:none;
    opacity:0;
    transition:.5s;
    backdrop-filter: blur(15px);
}



@media ( max-width: 1024px ) {
    .cs-shop-sidebar {
        display:none
    }
    .cs-shop-sidebar.mobile,
    .cs-product-category,
    button.cs-close{
        display:block;
    }
    .cs-product-category{
        margin-inline: unset;
    }
}


@media(max-width: 768px){

    .mkdf-container-inner{
        padding-top: 40px !important;
        width: calc(100% - 40px) !important
    }
    .cs-product-category{
        margin-bottom: 10px;
    }
    
    .mkdf-pl-main-holder {
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .mkdf-woocommerce-page .woocommerce-result-count {
        text-align: center;
        margin-bottom: 10px;
    }

    form.woocommerce-ordering {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px !important
    }

    .mkdf-woocommerce-page .woocommerce-result-count {
        margin-bottom: 0 !important;
    }

}


@media(max-width: 680px){
 
     .cs-product-category{
        margin-inline: auto;
    }
    .mkdf-pl-main-holder {
        max-width: 400px;
        
    }
}

@media(max-width: 550px){
    .cs-shop-sidebar.mobile > div{
        max-width: 100%
    }
}


