div.custom_filter_box{
     border:1px solid #5e5e5e; 
     margin:4px; 
     border-radius: 4px; 
     margin-bottom: 16px; 
     padding:10px;
}
.custom_filter_title{
    margin: 12px 8px;
    /*font-family: sans-serif;*/
    font-weight: 600;
    padding-left: 4px;
    color: black !important;
    margin-bottom: 12px !important;
    font-size: 16px !important;

}
.available_filters{
    list-style-type:none
}
.widget-area ul#current_filters, ul.available_filters{
    list-style-type:none !important; 
    padding: 0px !important;
    margin-top: 15px !important;
    margin-bottom: 18px;
}
.widget-area .custom_filter_box ul#current_filters{
    padding: 10px !important;
    margin-top: 0px !important;
}
li.current_filter{
    margin: 8px; 
    background: #f4f4f4; 
    /* padding: 4px 8px; */
    border-radius: 4px;
    padding:0px;
}
li.heading-filter {
    color: #444 !important;
    font-weight: bold !important;
    /*font-family: sans-serif;*/
    font-size: 14px !important;
}
li.current_filter a{
    width:100%;
    height: 100%;
    display: block;
    padding: 4px 8px;
    color: #444 !important;
    font-weight: bold !important;
    /*font-family: sans-serif;*/
    display: flex;
    justify-content: space-between;

}
li.current_filter{
    /* border-radius: 18px !important; */
    /* padding-right: 4px !important; */
    /* padding-left: 4px !important; */
    /* border-bottom: 2px solid #e3e3e3; */
    /* background: #fafafa !important; */
}
li.current_filter a{
    color: #444 !important;
    font-weight: bold !important;
    /*font-family: sans-serif;*/
    font-size: 0.8em !important;
}
li.current_filter:hover{
    background: #E2771C !important;
    cursor: pointer;
}
li.current_filter:hover a{
    color: white !important;
}
li.current_filter a::after{
    content: 'x';
    float: right;
    padding: 0 6px;
    color: #E2771C;
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
}

li.current_filter:hover a::after{
    color: white !important;
    font-weight: bold;
}
ul.available_filters li{
    /* margin: 8px 16px; */
    /* background: #f1f1f1; */
    /* border-radius: 4px; */
    /* border-radius: 18px !important; */
    /* border-bottom: 2px solid #e3e3e3; */
    /* background: #fafafa !important; */
}
ul.available_filters li input.cpf_filter{
    display: none !important;
    margin: 8px;
}
ul.available_filters li a{
    padding-left: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444 !important;
    font-weight: bold !important;
    /*font-family: sans-serif;*/
}
ul.available_filters.collapsed{
    height:0px;
    overflow: hidden;
    margin:0px;
    margin-top: 0px !important;
}
span.counter{
    float: right;
    margin: 8px;
    padding: 0px 8px;
    line-height: 15px;
    border-radius: 8px;
    font-size: 10px;
    background: #E2771C;
    color: white;
    align-self: flex-start;
}
ul.available_filters li:hover{
    cursor: pointer;
    /* background-color: #f5f5f5; */
    background: #E2771C !important;
    color: white !important;
}
ul.available_filters li:hover a{
    color: white !important;
}
ul.available_filters li:hover a span{
    background-color: white;
    color: #E2771C;
}
div.filter_box{
    /* border:1px solid #ddd; */
    /* margin:4px; */
    /* border-radius: 4px; */
    /* margin-bottom: 8px; */
}
div.filter_box h5{
   /* margin:8px 4px;  */  
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
   font-size: 18px;
    color: #355C6D;
}
h5.collapser::after{
    content: '-';
    float: right;
    color: #e2771c;
    font-size:24px ;
    line-height: 0.8;
    padding-right: 8px;
}
h5.collapser.collapsed::after{
    content: '+';
    float: right;
    color: #E2771C;
    font-size:24px ;
    line-height: 0.8;
    padding-right: 4px;
}

h5.collapser:hover{
    cursor: pointer;
    color: #E2771C;
}
h5.collapser{
    display: flex;
    justify-content: space-between;
    /*font-family: sans-serif;*/
    font-weight: 600;
    padding-left: 4px;
    color: black !important;

}
ul.toolbar-control{
    display:none !important;
}
div.show_filters{
    /* border-bottom: 0px !important; */
    display: none;
}
h5#show_filters {
     margin: 12px 8px;
    font-family: 'Poppins';
    font-weight: 500;
    padding-left: 4px;
    color: black !important;
    margin-bottom: 12px !important;
    font-size: 18px;
}
div.show_filters {
    display: block;
    border: none;
}
.widget-area .custom_filter_box ul#current_filters{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
li.clear_filters {
    position: absolute;
    top: 7px;
    right: 10px;
}
div.custom_filter_box {
    position: relative;
}
.widget-area .custom_filter_box ul#current_filters li.clear_filters a {
    color:#E2771C!important;
    font-weight:bold!important;
    /*font-family:sans-serif;*/
    font-size:0.8em!important;
}


/* adeel css */

.back {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #355C6D;
    padding:0 0 10px 0;
    display:none;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.back i {
    color: #F66B0E;
    margin-right: 5px;
}

.sidebar-toggle {
   display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: inherit;
  /*  right: -40px;
    top: 20%;*/
    margin-right:20px !important;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border: none;
    transition: 0.2s ease-in-out;
}

.sidebar-toggle i:before {
    content: "";
    margin:0 5px;
}

.woocommerce-ordering select{
    font-weight:500;
}

.filter_box  {
    display: none;
}

.sidebar-content h3.widget-title {
    display: none;
}

input.woof_price_filter_txt_from , input.woof_price_filter_txt_to{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    color: rgb(94 94 94) !important;
    width: 95px !important;
    border: 1px solid rgba(94, 94, 94, 0.4) !important;
border-radius: 2px;
  text-transform: capitalize;
}
.woof_container_inner>label,
label.woof_checkbox_label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #355C6D;
}

.woof_container_inner.woof_container_inner_brands h4 ,.woof_container_inner.woof_container_inner_colors h4,
.woof_container_inner.woof_container_inner_productvisibility h4, .woof_container_inner.woof_container_inner_productcategories h4, .woof_price_filter h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #355C6D;
}
button.button.woof_reset_search_form {
    display: none;
}
/*.custom-search-container {*/
/*    display: none;*/
/*}*/

.woocommerce-shop .header-wrapper{
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);

}

.woocommerce-shop .header-main .container{
    padding:0 !important;
}

 .woof_show_auto_form, .woof_hide_auto_form{
        display:none !important;
    }
    
  .woocommerce-shop .page-description {
    display: none;
}

.woof_products_top_panel {
    display: none !important;
}

ul#current_filters li:first-child {
    display: none;
    font-style: normal;
font-weight: 300 !important;
font-size: 14px !important;
line-height: 21px !important;
color: #5E5E5E !important;
}

.woocommerce-shop .page-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 20px;
}

.woof_price_filter, .woof_container_brands, .woof_container_colors {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
        margin-bottom: 20px;
}

/*.woof_block_html_items{*/
/*    height: 250px;*/
/*    overflow: auto;*/
/*}*/

/*added by asif*/
.woof_block_html_items{
    height: auto;
    overflow-y: scroll;
    max-height: 255px;
}
html.sidebar-opened .mobile-sidebar .sidebar-toggle{
    position: relative;
    top: 10px;
    left: 20px;
    width: 100%;
    border: none;
    margin-top: 10px;
    text-align: left;
}



@media(max-width: 991px){
    html.sidebar-opened .mobile-sidebar .sidebar-toggle i:before {
            content: "" !important;
            color: #F66B0E;
            font-size: 26px;
    }
    html.sidebar-opened .mobile-sidebar .sidebar-toggle:hover{
        box-shadow:none;
    }
    html.sidebar-opened .mobile-sidebar{
        width:100%;
    }
    
    /* html.sidebar-opened .mobile-sidebar .button.woof_submit_search_form {
        position: absolute;
        top: 36px;
        right: 93px;
    }*/
    html.sidebar-opened .mobile-sidebar  #woof_widget-3{
        position:relative;
    }
}

/*end*/
.button.woof_submit_search_form {
   /* position: absolute;
      top:93px;
    right: 86px;*/
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #E2771C;
    background:none;
    border: 1px solid rgba(94, 94, 94, 0.4);
border-radius: 2px;
padding:7px 12px;
}

#cpf_widget-2 .custom_filter_box {
    display: none;
}

.woocommerce-ordering label , .shop-loop-before .gridlist-toggle a{
    display: none;
}

.woof_price_filter_txt_container {
    display: flex;
    align-items: center;
}

.woof_submit_search_form_container{
    margin:0 0 0 4px;
}
/* adeel css */


@media(max-width: 768px){
    h5#show_filters{
        display: flex;
        justify-content: space-between;
        /*font-family: sans-serif;*/
        font-weight: 600;
        padding-left: 4px;
        color: black !important;
    }
    h5#show_filters::after{
        content: '-';
        float: right;
        color: #E2771C;
        font-size:24px ;
        line-height: 0.8;
        padding-right: 10px;
    }
    h5#show_filters.full_collapsed::after{
        content: '+';
        float: right;
        color: #E2771C;
        font-size:24px ;
        line-height: 0.8;
        padding-right: 8px;
    }
    .woof_show_auto_form, .woof_hide_auto_form{
        display:block !important;
    }
}