.af_subtitle.toggle-content {
    color: #D9449A;
}
.af-slider .selected-bar {
    background: #D9449A;
}
.name {
    color: black;
}
.af_filter .count {
    color: #D9449A;
}
.active > .af-checkbox-label:before, .active > .af-radio-label:before {
    color: #D9449A;
}
.horizontal-layout .has-selection .af_subtitle, .horizontal-layout .has-selection .af_subtitle.toggle-content:before, .horizontal-layout .has-selection .af_filter_content {
    border-color: #D9449A;
}
.horizontal-layout .has-selection .af_subtitle {
    color: #D9449A;
}
.selectedFilters .cf {
    background: #D9449A;
}
.selectedFilters .cf {
    color: white;
}
.selectedFilters .clearAll {
    background: #D9449A;
}
@media (max-width: 767px) {
	.selectedFilters .clearAll {
    background: inherit;
	}
}
