/*
* Override this file if you want to keep custom styles after module upgrade
*/

/* special fix for uniform drop-down lists in default-bootstrap theme */
@media (min-width: 480px) {
	.af_filter.type-3 .af_filter_content .selector {
		padding-left: 0;
		border-left: 1px solid #DDD;
	}
	.af_filter.type-3 .af_filter_content .selector span {
		padding-left: 10px;
	}
}

.af_filter li {
    padding: 0px 0;
    margin: 0;
    position: relative;
}
.af_filter, .af_filter.type-3.closed {
    margin-bottom: 5px;
    /* border-bottom: 1px solid #DADADA; */
    padding-bottom: 5px;
}
label {
    display: inline-block;
    margin-bottom: 0;
}

.af_filter label {
    font-size: 15px;
    text-transform: capitalize;
}
.af_subtitle {
    color: #560d0d;
}
.slider-container .back-bar .selected-bar {
    background: #560d0d;
}
.af-checkbox-label:after, .af-radio-label:after {
    top: 3px;
    
}
.af_filter.type-1 .af_filter_content, .af_filter.type-2 .af_filter_content {
    max-height: 350px;
}
#amazzing_filter.block .title_block {
    color: #333;
}