.woof_redraw_zone .woof_container.mbm-filter-is-useless {
    display: none !important;
}

.woof_redraw_zone .woof_container {
    margin-bottom: 22px;
}

.woof_redraw_zone .woof_container_inner > h4 {
    margin-bottom: 11px;
    color: #171717;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.woof_redraw_zone .woof_list li {
    margin-bottom: 8px !important;
}

.woof_redraw_zone .woof_checkbox_label,
.woof_redraw_zone .woof_radio_label {
    cursor: pointer;
    line-height: 1.4;
}

.woof_redraw_zone .woof_checkbox_count,
.woof_redraw_zone .woof_radio_count {
    margin-left: 5px;
    color: #777;
    font-size: 12px;
}

.woof_redraw_zone .select2-container {
    width: 100% !important;
}

.woof_redraw_zone .select2-selection--single {
    min-height: 42px;
    border-color: #ddd !important;
    border-radius: 10px !important;
}

.woof_redraw_zone .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px;
}

.woof_redraw_zone .widget_price_filter .price_slider_wrapper {
    padding-top: 4px;
}

.woof_redraw_zone .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 767px) {
    .woof_redraw_zone .woof_container {
        margin-bottom: 18px;
    }

    .woof_redraw_zone .woof_container_inner > h4 {
        font-size: 16px;
    }
}
