#amazzing_filter {
	background: transparent;
	padding: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.selectedFilters.inline {
	background: #FFF;
	padding: 15px 15px 5px 15px;
	box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
	margin: 15px 0;
}
.has-compact-filter #amazzing_filter {
	box-shadow: none;
}
.af-quick-search {
	font-size: 0.9em;
}
#amazzing_filter.horizontal-layout {
	margin: 0 0 1rem 0;
}
#amazzing_filter.horizontal-layout .af_filter {
	padding: 2px 5px;
}
.compact-toggle {
    display: none;
}
.viewFilteredProducts.loading {
    min-height: unset !important;
}
.selectedFilters .clearAll {
    padding: 0;
    background: transparent;
    height: 100%;
}
.selectedFilters .clearAll a {
    color: #db6666;
}
.filter--catalog .filter__bottom .cf {
    display: none;
}
.af_filter.closed {
    margin-bottom: 0;
}
.af_filter_content {
    padding-bottom: 1rem;
}
.af-total-count {
    opacity: 1;
}
.dropdown-screen--fullscreen.dropdown-screen--opened .filter__button--close .af-total-count {
    display: block;
}
.af_filter ul {
    margin-top: 1rem;
}
.af_filter_content {
    margin: 0;
}
.af_filter li,
.af_filter_content,
.af_filter label {
    padding: 0;
}
.af_filter li {
    margin-top: 1rem;
}
.af_filter li:first-of-type {
    margin-top: 0;
}
.af_filter.has-selection .filter__item-title {
    color: #000;
}
.filter__item.filter__item--group_colors {
    margin-top: 0;
}
.filter__item-value.active {
    color: #000;
}
.filter__input-title .name {
    padding-left: 0;
}
.af_filter label {
    display: flex;
    align-items: baseline;
}
.af_subtitle::before {
    display: none;
}
.filter__item-more.toggle-cut-off {
    position: relative;
    bottom: 0;
    text-align: left;
}
.filter__item-more.toggle-cut-off span {
    color: #000;
    padding: 0;
}
.slider-values {
    margin-top: 1rem;
}
.slider_value .prefix {
    color: #5d6265;
}
.slider_value .value {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.slider_value .suffix {
    display: none;
}
.af-slider .slider-bar {
    margin: 0;
    padding: 1rem 0.5rem 0;
}
.af-slider .back-bar{
    height: 0.125rem;
}
.af-slider .selected-bar {
    background: #000000;
}
.af-slider .pointer {
    top: -7px;
    background: #fff;
    border: 2px solid #000000;
}
.af-slider .slider_value {
    background: #eff0f1;
    border-radius: 8px;
}
.af-slider .slider_value.edit .input-text {
    background: #eff0f1;
}
