/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 19, 2020, 4:46:57 PM
    Author     : AKS
*/

.archive.tax-product_cat .off-canvas-left .mfp-content.aks-custom-filter, .archive.post-type-archive .off-canvas-left .mfp-content.aks-custom-filter{
    overflow-y: unset;
    overflow-x: unset;
}

#shop-sidebar .sidebar-inner.filter-content{
    display: flex;
    width: 100%;
    padding: 0;
}
#shop-sidebar .sidebar-inner, #shop-sidebar .sidebar-inner.right-content{
    display:block;
}

#shop-sidebar .sidebar-inner{
    width: 29%;
}
#shop-sidebar .sidebar-inner.left-content{
    background-color: #f5f5f6;
    padding: 0;
}
#shop-sidebar .sidebar-inner.right-content{
    width: 70%;
    background-color: #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    height: 90vh;
}

.sidebar-inner.right-content aside{
    margin: 2px 0;
    text-align: center;
}

.sidebar-inner.right-content aside .is-divider.small{
    display: none;
    margin: 10px 0;
    max-width: 100%;
}

.sidebar-inner.right-content aside .widget-title.shop-sidebar{
    display: none;
}

.sidebar-inner.right-content aside ul.woocommerce-widget-layered-nav-list{
    height: calc(100vh - 180px);
    overflow: scroll;
    padding-right: 2px;
}

ul.filtersPane.aks-custom-filter{
    list-style: none;
}
ul.filtersPane .ripple-container{
    position: relative;
    overflow: hidden;
}

div.ripple-container li {
    cursor: pointer;
    vertical-align: text-top;
    background: #f5f5f6;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    padding: 0 20px;
    min-height: 50px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

div.ripple-container li.selectedFilter {
    background: #fff;
    font-weight: 500;
}
#shop-sidebar div.grid{
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
#shop-sidebar  .grid.filterHeader{
    border-bottom: 1px solid #ececec;
    padding: 0;
    text-align: left;
}

#shop-sidebar  .grid.filterHeader div.close-block{
    height: 100%;
    padding: 14px 12px 10px 20px;
}

#shop-sidebar div.grid.filterFooter{
    border-top: 1px solid #eaeaec;
    text-align: center;
    width: 100%;
    bottom: 0;
    position: fixed;
}
#shop-sidebar div.grid .col-1-2{
    width: 50%;
    height: 100%;
}

#shop-sidebar div.grid [class*=col-] {
    float: left;
    padding-right: 16px;
}

#shop-sidebar div.grid [class*=col-]:last-of-type {
    padding-right: 0;
}

#shop-sidebar div.grid .col-1-2 .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: 0;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
}

#shop-sidebar div.grid .col-1-2 .filters-btn{
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

#shop-sidebar div.grid .col-1-2 .cancel-btn {
    font-weight: 400;
    color: #535766;
}

#shop-sidebar div.grid .col-1-2 .btn.flat {
    border-color: transparent;
    background-color: #fff;
}

#shop-sidebar div.grid .col-1-2 .btn.default.flat{
    color: #3e4152;
    font-size: 16px;
    font-weight: bold;
}

div.filter.custom-button-divider {
    border-left: 1px solid #eaeaec;
    width: 2px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: 1;
}

#shop-sidebar div.grid .col-1-2 .btn.primary.flat, .btn.primary.outline {
    color: #bd5b40;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
}

#shop-sidebar #aks-shop-sidebar-right aside .client-search{
    padding: 3px;
    color: #3e4152;
    background-color: #f4f4f5;
    border-radius: 2px;
    border: 1px solid #d4d5d9;
    margin: 0;
    display: flex;
    margin-bottom: 5px;
    border-radius: 8px;

}

#shop-sidebar #aks-shop-sidebar-right aside .client-search svg{
    overflow: hidden;
    margin-top: 9px;
    margin-left: 6px
}

#shop-sidebar #aks-shop-sidebar-right aside .client-search input.searchInput {
    padding: 5px;
    color: #3e4152;
    border-width: 0;
    background-color: #f4f4f5;
    font-size: 12px;
    width: 95%;
    overflow: visible;
    margin: 0;
    box-shadow: unset;
}

#aks-shop-sidebar-right aside li.current-cat a{
    color: #bd5b40;
    font-weight: normal;
}

#aks-shop-sidebar-right aside li{
    display: flex;
    cursor: pointer;
}

#aks-shop-sidebar-right aside li input.checkbox-filter{
    margin: 0;
    visibility: hidden;
    line-height: normal;
    box-sizing: border-box;
    padding: 0
}

#aks-shop-sidebar-right aside li div.checkboxIndicator{
    border: none;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 2px;
    margin: 15px 5px 0 0;
}

#aks-shop-sidebar-right aside li div.checkboxIndicator:after{
    border-width: 1px;
    border-color: #bfc0c6;
    border-style: none none solid solid;
    display: block;
    content: "";
    width: 8px;
    height: 5px;
    transform: rotate(-45deg);
}

#aks-shop-sidebar-right aside li.chosen div.checkboxIndicator:after{
    border-color: #bd5b40;
    border-width: 2px;
}

#aks-shop-sidebar-right aside li.chosen a{
    color: #bd5b40;
    font-weight: normal;
}

#aks-shop-sidebar-right aside li a{
    font-weight: normal;
}

#aks-shop-sidebar-right aside li a:hover{
    color: #bd5b40;
    font-weight: normal;
}

#aks-shop-sidebar-right aside li.chosen a:hover{
    color: #bd5b40;
}

#aks-shop-sidebar-right aside li.chosen a:before{
    content: "" !important;
    margin: 0;
    width: 0;
    height: 0;
}

.sidebar-inner.left-content ul.aks-custom-filter li.aks-custom-filter label{
    width: 100%;
}
.sidebar-inner.left-content ul.aks-custom-filter li.aks-custom-filter span.filter-left.count{
    color: #bd5b40;
    font-weight: bold;
    opacity: .8;
    font-size: .8em;
}

#shop-sidebar div.filter-drawer-bottom{
    width: 100%;
    bottom: -100%;
    position: fixed;
    display: none;
}
#shop-sidebar div.filter-drawer-bottom.active{
    bottom: 0;
    -webkit-transition: all .6s ease-in-out;
    border-top: 1px solid #eaeaec;
    display: block;
}

#shop-sidebar div.filter-drawer-bottom .popup-content.bottom{
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
}

#shop-sidebar div.filter-drawer-bottom .bottom .closePopUpContainer{
    padding: 12px;
    font-size: 14px;
    color: #535766;
}

#shop-sidebar div.filter-drawer-bottom .bottom .closePopUpContainer .heading{
    margin: 5px 0;
    font-weight: bold;
}
#shop-sidebar div.filter-drawer-bottom .bottom .closePopUpContainer .description{
    font-size: 14px;
}

#shop-sidebar div.filter-drawer-bottom .bottom .closePopUpContainer .closeOption {
    margin: 12px 0;
    width: 48%;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #b4b5b9;
    background-color: #fff;
    font-weight: bold;
    cursor: pointer;
}

div.widget.widget_layered_nav_filters{
    margin: 0;
    padding: 0;
}
div.widget.widget_layered_nav_filters h2.widgettitle{
    display:none;
}

#main div#custom-selected-filter-div{
    margin: 0 20px 15px;
}


.woocommerce-ordering select:focus{
    outline: none;
    border-color: inherit;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce-ordering select{
    outline: none;
    border-color: inherit;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#aks-shop-sidebar-right ul.woocommerce-widget-layered-nav-list li.chosen a span.amount{
    color: #bd5b40;
    font-weight: bold;
}

#aks-shop-sidebar-right ul.woocommerce-widget-layered-nav-list li a span{
    color: #bd5b40;
    font-weight: normal;
}

#aks-shop-sidebar-right aside.widget_price_filter form .price_slider_amount button{
    display: none;
}

#aks-shop-sidebar-right aside.widget_price_filter form{
    margin: 15px 10px 10px 0;
}

aside.widget_product_categories li.aks-cat.cat-parent button.toggle{
    display: none;
}


aside.widget_product_categories li.aks-cat.cat-parent ul.children li.aks-cat{
    border-top: 1px solid #ececec;
}

aside.widget_product_categories li.aks-cat.cat-parent ul.children li.aks-cat a{
    width: 100%;
}

aside.widget_product_categories li.aks-cat.cat-parent ul.children li.aks-cat span.aks-cat.count{
    display: block;
}

aside.widget_product_categories ul.product-categories li.aks-cat a{
    padding: 3px 0;
    font-size: 100%;
}

/*aside.widget_product_categories ul.product-categories{
    height: calc(100vh - 160px);
    overflow: scroll;
    padding-right: 2px;  
}*/

form.woocommerce-ordering select.orderby{
    padding-left:0;
}

@media (max-width: 500px){
    div.off-canvas-left button.mfp-close{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    div.off-canvas-left button.mfp-close svg{
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 850px){
    #main div#custom-selected-filter-div{
        display: none;
    }
    .page-title-inner div.filter.custom-button-divider {
        display: none;
    }
}

@media (max-width: 849px){
    .sidebar-inner.right-content aside ul.woocommerce-widget-layered-nav-list{
        height: calc(100vh - 180px);
    }
    /*aside.widget_product_categories ul.product-categories{
        height: calc(100vh - 210px);
    }*/
}

aside.widget_product_categories ul.product-categories li.aks-cat.cat-parent.has-child{
    flex-flow: row wrap;
}
aside.widget_product_categories ul.product-categories li.aks-cat.cat-parent.has-child a.cat-parent{
    flex: 1;
}

#shop-sidebar .use-custom-aks-filters .left-content .ripple-container li.aks-custom-filter{
    margin:0;
    padding:0 5px;
}

#shop-sidebar .use-custom-aks-filters .grid.filterFooter,#shop-sidebar .use-custom-aks-filters #filter-popup-bottom-drawer{
    width: 23%;
}
#shop-sidebar .use-custom-aks-filters .grid.filterFooter .close-button,#shop-sidebar .use-custom-aks-filters .grid.filterFooter .custom-button-divider{
    display: none;
}
#shop-sidebar .use-custom-aks-filters .grid.filterFooter .col-1-2{
    width: 100%;
}
#shop-sidebar .use-custom-aks-filters .right-content aside ul.woocommerce-widget-layered-nav-list{
    height: calc(85vh - 160px);
}
#shop-sidebar .use-custom-aks-filters .right-content ul li a{
    color:#999999;
}
#shop-sidebar .use-custom-aks-filters .right-content ul li a:hover{
    color:#bd5b40;
}
@media (max-width: 849px){
    #shop-sidebar .use-custom-aks-filters .grid.filterFooter,#shop-sidebar .use-custom-aks-filters #filter-popup-bottom-drawer{
        width: 100%;
    }
    #shop-sidebar .use-custom-aks-filters .grid.filterFooter .close-button,#shop-sidebar .use-custom-aks-filters .grid.filterFooter .custom-button-divider{
        display: inline-block;
    }
    #shop-sidebar .use-custom-aks-filters .grid.filterFooter .col-1-2{
        width: 50%;
    }
    #shop-sidebar .use-custom-aks-filters .right-content aside ul.woocommerce-widget-layered-nav-list{
        height: calc(100vh - 180px);
    }
}