.has-compact-filter #amazzing_filter .title_block {border-bottom:1px solid #ff2330;background-color:#fff;text-transform:none;width:148px;}
.af_filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    column-gap:10px;
    padding:16px;
}
.af_filter li {
    width: 48%;
}
.af_filter label {
    font-size: 14px;
}
.af_subtitle.toggle-content {
    font-size: 16px;
    font-weight: 500;
}
.af_subtitle {
    padding: 15px 0;
}
.cut-off .toggle-cut-off .more, .toggle-cut-off .less {
    text-transform: uppercase;
    font-size: 12px;
    color: #000000cc;
}
.af_subtitle.toggle-content:before {
    content: '-';
    font-size: 30px;
    font-weight: 200;
    color: #00000099;
    position: absolute;
    top: 34%;
    margin-top: -2px;
    right: 9px;
    border: none;
    width: 0px;
    height: 0px;
    border-width: 0;
    transform: none;
}
.closed .af_subtitle.toggle-content:before {
    content: '+';
    font-size: 30px;
    font-weight: 200;
    color: #00000099;
    position: absolute;
    top: 40%;
    margin-top: -2px;
    right: 12px;
    border: none;
    width: 0px;
    height: 0px;
    border-width: 0;
    transform: none;
}
.af-total-count {
    opacity: 0.5;
    display:none;
}
#amazzing_filter .btn {
    font-weight: 500;
    font-size: 14px;
    border-radius: 0;
}
.selectedFilters .cf {
    background: #ff233017;
    font-size: 12px;
    font-weight: 500;
    border-radius: 25px;
}
.selectedFilters .clearAll {
    background: #d0d5db70;
    font-weight: 500;
    font-size: 14px;
}
