.filter-sidebar.all-page-sidebar .bz-smart-filter-cont {
    margin-bottom: 12px;
}

@media print, screen and (min-width: 64em) {
    .filter-sidebar.all-page-sidebar .bz-smart-filter-cont {
        margin-bottom: 32px;
    }
}

.bz-smart-filter {
    position: relative;
}

.bz-apply-filters {
    bottom: 8px;
    z-index: 9;
}

.bz-apply-filters.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.bz-apply-filters-button {
    width: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #573B97;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    height: 52px;
    padding: 12px 24px;
    -webkit-box-shadow: 0 0 12px rgba(59, 49, 110, 0.2);
    box-shadow: 0 0 12px rgba(59, 49, 110, 0.2);
}

@media print, screen and (min-width: 64em) {
    .bz-apply-filters-button {
        border-radius: 8px;
    }
}

.bz-apply-filters-count {
    height: 20px;
    min-width: 20px;
    padding: 4px;
    background: #F0EFF8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    margin-left: 12px;
    border-radius: 10px;
    color: #573B97;
}

@media print, screen and (max-width: 63.99875em) {
    .filter-sidebar {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media print, screen and (max-width: 63.99875em) {
    .filter-sidebar.all-page-sidebar {
        padding-top: 0 !important;
    }
}

.smart-filter-widget {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.smart-filter-widget:after {
    transition: all 300ms linear;
}

.smart-filter-widget.loading-options:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
    z-index: 1;
}

@media print, screen and (min-width: 64em) {
    .smart-filter-widget {
        border-radius: 10px;
    }
}

.smart-filter-widget-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
}

.smart-filter-widget-top p {
    margin-bottom: 0px !important;
}

.smart-filter-widget-top.open .smart-filter-widget-icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.smart-filter-widget-title {
    font-weight: 600;
    color: #000000;
    margin-right: 12px;
    text-transform: capitalize;
}

.smart-filter-widget-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}

.smart-filter-widget-counter-badge {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F0EFF8;
    border-radius: 10px;
    font-size: 12px;
    color: #9797B2;
    padding: 0 6px;
    margin-right: 12px;
}

.smart-filter-widget-counter-reset {
    color: #ACACB5;
    font-size: 14px;
    border-bottom: 1px dotted #ACACB5;
    cursor: pointer;
}

.smart-filter-widget-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F0EFF8;
    border-radius: 100%;
    margin-left: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.smart-filter-widget-icon svg {
    fill: #9797B2;
}

.smart-filter-widget-search {
    padding: 0 24px;
    margin-bottom: 12px;
}

.smart-filter-widget-search input.smart-filter-widget-search-input {
    margin-bottom: 0;
    padding: 10px 12px;
    line-height: 1;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
}

.smart-filter-list-cont {
    max-height: 205px;
    overflow: auto;
}

@media print, screen and (min-width: 64em) {
    .smart-filter-list-cont {
        max-height: 369px;
    }
}

.smart-filter-list {
    list-style-type: none;
    margin: 0;
}

.smart-filter-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    padding: 10px 24px;
    border-top: 1px solid #F0EFF8;
    color: #ACACB5;
}

.smart-filter-list li.disabled {
    pointer-events: none;
    opacity: 0.8;
}

.smart-filter-list li label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    line-height: 20px;
    color: #ACACB5;
}

.smart-filter-list li.checked label {
    color: #2D2C4E;
}

.smart-filter-list li input {
    display:none;
}
