.bisley-style.nw-woo-ajax-product-filter {
    --filter-white: #FFFFFF;
    --filter-grey: #9D9D9D;
}
.bisley-style .nw-woo-ajax-product-filter-inner {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-top: 1px solid #C5C5C5;
}
.bisley-style .nw-woo-filter-wrapper button.button.nw-filter-clear-button,
.bisley-style .nw-woo-filter-wrapper button.button.nw-price-clear-button{
    font-size: 16px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: underline;
    text-transform: none;
    color: var(--filter-text);
    border: none;
    background: none;
    opacity: 1;
    padding: 9px 10px 8px 10px;
    margin-top: .625rem;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}
.bisley-style .nw-woo-filter-wrapper button.button.nw-filter-clear-button:hover,
.bisley-style .nw-woo-filter-wrapper button.button.nw-filter-clear-button:hover,
.bisley-style .nw-woo-filter-wrapper .nw-widget-wrapper.selected button.button.nw-filter-clear-button:hover,
.bisley-style .nw-woo-filter-wrapper .nw-widget-wrapper.selected button.button.nw-price-clear-button:hover {
    border: none;
    background: none;
    opacity: .75;
}
.bisley-style .nw-woo-filter-wrapper .nw-range-buttons-wrap .nw-price-range-button {
    margin-right: 12px;
    margin-bottom: 5px;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}
.bisley-style .nw-widget-wrapper.list-style .nw-filter-clear-button{
    padding: 9px 10px 8px 10px;
    margin-top: 0.625rem;
}
.bisley-style .nw-widget-wrapper button.nw-filter-clear-button:after {
    display: none;
}
/* bisley-style hide empty filter */

.bisley-style .nw-widget-wrapper.empty-filter:not(.selected) .nw-filter-button,
.bisley-style .nw-widget-wrapper.empty-filter:not(.selected) .nw-filter-button:hover{
    opacity: 1;
}
.bisley-style .nw-widget-wrapper.empty-filter:not(.selected) .nw-widget-dropdown,
.bisley-style .nw-widget-wrapper.active-container.empty-filter:not(.selected) .nw-widget-dropdown{
    display: block;
}
.bisley-style .nw-widget-wrapper .nw-widget-dropdown ul li.nw-widget-dropdown-item.empty-option:not(.checked){
    display: flex;
}
.bisley-style .nw-widget-wrapper .nw-widget-dropdown ul li.nw-widget-dropdown-item.checked label span.checkmark {
    background-image: unset;
}
.bisley-style .nw-widget-wrapper .nw-widget-dropdown ul li label span.checkmark {
    position: absolute;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    background-color: var(--filter-white);
    border-radius: 2px;
    border: 1px solid var(--filter-grey-2);
    transform: translateY(-50%);
    background-size: 18px;
}
.bisley-style .nw-widget-wrapper .nw-widget-dropdown-item.nw-ajax-filter-select.checked .checkmark:after,
.bisley-style .nw-widget-wrapper label input:checked ~ .checkmark:after,
.bisley-style .nw-widget-wrapper label:hover input ~ .checkmark:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    background-color: var(--filter-grey-2);
}
.bisley-style .nw-widget-wrapper .nw-widget-dropdown ul li span.option-qty{
    right:0;
}
.bisley-style .nw-widget-wrapper .nw-widget-dropdown ul li span.option-label {
    margin-left: 35px;
}
.bisley-style .nw-widget-wrapper .nw-widget-dropdown ul li label span.checkmark{
    left:0;
}
.woocommerce .bisley-style .nw-woo-filter-wrapper .woocommerce-ordering select,
.woocommerce .bisley-style .nw-woo-filter-wrapper .button{
    border-radius: 3px;
}
.woocommerce .bisley-style .nw-woo-filter-wrapper .reset-filter{
    padding-left: 0;
    margin-left:0;
}
.bisley-style .nw-widget-wrapper.list-style .nw-widget-dropdown-inner {
    min-width: 270px;
    width: 400px;
    max-height: 80vh;
}
.bisley-style .nw-woo-filter-wrapper button.button.nw-filter-clear-button,
.bisley-style .nw-woo-filter-wrapper button.button.nw-price-clear-button{
    text-decoration: underline !important;
}
.bisley-style .nw-woo-filter-wrapper button.button.nw-filter-clear-button{
    padding-left: 0;
}
@media (hover: none) and (pointer: coarse) {
    .bisley-style .nw-widget-wrapper .nw-widget-dropdown-item.nw-ajax-filter-select:not(.checked) .checkmark:after,
    .bisley-style .nw-widget-wrapper label input:not(:checked) ~ .checkmark:after{
        display: none;
    }
}
@media (max-width: 767px) {
    .bisley-style .nw-woo-ajax-product-filter-inner {
        margin-top: 0;
    }
    .bisley-style .nw-woo-filter-wrapper,
    .bisley-style .nw-woo-filter-active-filters{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bisley-style .nw-woo-filter-active-filters .active-filters-container{
        margin-bottom:15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .bisley-style .nw-woo-filter-active-filters .active-filters-container:empty {
        display: none;
    }
    .woocommerce .bisley-style .nw-woo-filter-wrapper button.mobile-filters-button {
        display: flex;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        text-transform: none;
        background-color: var(--filter-white);
        color: var(--filter-text);
        border: 1px solid var(--filter-grey);
    }
    .woocommerce .bisley-style .nw-woo-filter-wrapper button.mobile-filters-button.has-active-filters{
        background-color: var(--filter-light-grey);
    }
    .woocommerce .bisley-style .nw-woo-filter-wrapper button.mobile-filters-button:hover{
        background-color: var(--filter-light-grey);
        color: var(--filter-text);
        border: 1px solid var(--filter-text-hover);
    }
    .woocommerce .bisley-style .nw-widget-wrapper .nw-widget-dropdown-buttons .close-mobile-filters{
        margin-left:auto;
    }
    .woocommerce .bisley-style .nw-widget-wrapper .nw-widget-dropdown-buttons .nw-filter-clear-button{
        margin-left:0;
        padding-left:0;
    }
    .bisley-style .nw-woo-filter-wrapper button.button.nw-filter-clear-button,
    .bisley-style .nw-woo-filter-wrapper button.button.nw-price-clear-button{
        margin-top:0;
    }
    .bisley-style .nw-woo-filter-wrapper .filter-mobile-header.top-level {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .bisley-style .nw-woo-filter-wrapper .nw-widget-mobile-dropdown-heading .nw-widget-mobile-dropdown-title,
    .bisley-style .nw-woo-filter-wrapper .filter-mobile-header p{
        font-size: 19px;
        font-weight: 600;
    }
    .bisley-style .nw-widget-wrapper.list-style button.nw-filter-button {
        width: 100%;
        margin: 0 0 10px;
    }
    /* price for mobile */

    .bisley-style .nw-widget-wrapper.nw-price-filter-group .nw-widget-dropdown{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        transform: translateX(-100%);
        transition: 0.25s ease-in-out;
    }
    .bisley-style .nw-widget-wrapper.nw-price-filter-group.active-container .nw-widget-dropdown {
        transform: translateX(0px);
    }
    .bisley-style .nw-widget-wrapper.nw-attribute-filter-group .nw-widget-dropdown-inner,
    .bisley-style .nw-widget-wrapper.nw-price-filter-group .nw-widget-dropdown .nw-widget-dropdown-inner {
        width: 100%;
        min-width: unset;
        top: 0;
        bottom: 0;
        max-height: unset;
        padding:10px;
        margin:0;
    }
    .bisley-style .nw-widget-wrapper.nw-attribute-filter-group .nw-widget-dropdown-inner ul{
        padding: 0 10px;
    }
    .bisley-style .nw-widget-wrapper.nw-price-filter-group .nw-widget-dropdown-inner .nw-widget-mobile-dropdown-heading {
        border-bottom: 1px solid #EDEDED;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}