.has-compact-filter #amazzing_filter .compact-toggle{
    display: none!important
}

div#amazzing_filter {
    margin-bottom: 20px;
}
.af_filter select {
    padding: 0px 10px;
    border-width: 1px;
}
#amazzing_filter.block .title_block {
    font-size: var(--font-size_h3);
    font-weight: bold;
    margin-bottom: 10px;
}
.af_filter .checkbox,
.af_filter .radio{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid black;
}
.af_filter .radio {
    border-radius: 50%;
}

.af_filter .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid black;
}
.af_filter .checkbox:checked,
.af_filter .radio:checked {
    background: var(--color3);
}
.af_filter ul li {
    margin-bottom: 5px;
}
.selectedFilters .clearAll i.icon-eraser {
    position: absolute;
    right: 0px;
    top: 0px;
}
.selectedFilters .clearAll {
    text-align: left;
    position: relative;
}
.selectedFilters .clearAll i.icon-eraser {
    position: absolute;
    right: 5px;
    top: 5px;
}