.title_block {
    display: none;
}

/*#amazzing_filter.block .title_block {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background-color: #f0f0f0;
}*/

.af_filter label {
    text-transform: capitalize;
    font-size: 14px;
}

@media (max-width: 767px) {
	.af_filter label {
    font-size: 14px;
	}
}

.af_subtitle {
    padding: 10px;
    background-color: #f0f0f0;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.af_subtitle.toggle-content:before {
    right: 15px;
}

.af_filter {
    margin-bottom: 20px;
    border-bottom: 1px none #D0D5DB;
    padding-bottom: 10px;
}

.af-slider .selected-bar {
    background: #000000;
}

.name {
    color: black;
}

.af_filter .count {
    color: #000000;
}

.selectedFilters .cf {
    background: #f0f0f0;
    text-transform: capitalize;
    padding: 12px 25px 12px 15px;
    font-size: 15px;
}

.selectedFilters.clearfix {
    margin-bottom: 10px;
}

.active>.af-radio-label:before {
    background: #e2e2e2;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 3px;
    border: 4px solid #000;
}

.af-checkbox-label:after, .af-radio-label:after {
    content: '';
    width: 16px;
    height: 16px;
    left: 2px;
    top: 1px;
    position: absolute;
    border: 1px none #DDD;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    background: #e2e2e2;
}

.af-slider .pointer {
    background: #e2e2e2;
	border: 1px none #000000;
}
