#amazzing_filter.block .title_block {background-color:#003f70;color:#fff;padding:0.5em;text-transform:uppercase;font-weight:400}
.selectedFilters .cf {background-color:#003f70; color:#fff}
a .u-times.close {color:#fff}
.af_subtitle.toggle-content {text-transform:capitalize}
@media (max-width: 468px){
	#amazzing_filter .compact-toggle {top:26.5%}
	
}
#amazzing_filter .compact-close {
    right: 0;
    bottom: 10px;
    padding: 0px 20px;
    color: #fff;
}


@media (min-width: 568px){
#category #amazzing_filter {
    position: sticky;
    top: 65px;
    height: calc(100vh - 65px);
    overflow-y: scroll;
}
#amazzing_filter::-webkit-scrollbar {
	width: 2px !important;
}
#amazzing_filter:hover::-webkit-scrollbar-thumb {
	background-color: #003f70;
}
}
