.faceted-overlay {
	display: none !important;
}

#search_filters .facet .faceted-slider label {
	display: block;
	margin: 0;
	color: inherit;
}

#search_filters .facet .ui-widget-content {
    color: #222;
    border-radius: 0;
    height: 3px;
    position: relative;
    border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

#search_filters .facet .ui-widget-content::before {
	content: '';
    background: #ebebeb;
    border-radius: 0;
    position: absolute;
	left: 0;
	right: -15px;
	top: 0;
	bottom: 0;
}

#search_filters .ui-slider .ui-slider-handle {
	top: -6px;
	width: 15px;
	border: 1px solid #555;
	height: 15px;
	position: absolute;
	margin-left: -1px;
	cursor: pointer;
	border-radius: 50%;
	background: #f9f9f9;
}

#search_filters .facet .ui-widget-header {
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 0;
}