/* more filters */
.has-compact-filter.af-fixed #amazzing_filter {
	position: fixed;
	max-width: 300px;
}
.af-fixed #amazzing_filter .compact-toggle {
	top: 0;
	margin: 0;
}
.af-fixed .compact-toggle-text {
	display: none;
}
.af-fixed .compact-toggle-icon:before {
	content: '×';
}
.has-compact-filter.af-fixed .selectedFilters.inline .clearAll {
	float: right;
}
.has-compact-filter .af-placeholder .selected-filters-label {
	display: inline-block;
}
/* custom pagination */
.af-page-indicator {
	display: block;
	margin-bottom: 40px;
	width: 100%;
	line-height: 0;
	text-align: center;
}
.af-page-indicator span {
	background: #F1F4F4;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.af_pl_wrapper {
	position: relative;
}
.af-page-indicator:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #2A2A2A;
}
/* custom styles of placeholder elements */
.af-fixed .horizontal-layout .af_subtitle {
	font-size: 15px;
    font-weight: bold;
    color: #000;
}
.af-fixed .horizontal-layout .title_block {
	display: block;
	font-size: 1.4em;
    font-weight: 600;
    color: #000;
    padding: 20px 15px;
    margin: 0 0 5px 0;
}
.af-fixed .h-el.special li {
	padding: 3px 0;
}
.af-fixed .h-el.special .af-checkbox-label {
    line-height: 1em;
	position: relative;
	display: flex;
    align-items: flex-start;
}
.af-fixed .h-el.special .af-checkbox-label .name {
	font-size: 14px;
    font-weight: normal;
    color: #000;
}
.af-fixed .h-el.special .af-checkbox-label .count {
	color: #D0D5DB;
    margin-left: auto;
    padding-left: 3px;
}
.af-fixed .h-el.special .af-checkbox-label .count:before {
	content: '(';
}
.af-fixed .h-el.special .af-checkbox-label .count:after {
	content: ')';
}
.af-fixed .horizontal-layout .less-txt {
	display: none;
}
.af-fixed .selectedFilters a {
	transition: none;
}
/* ------------
* general custom styles for theme
* ------------- */
.horizontal-layout .special .af_filter_content {
	padding: 7px 10px;
}
.horizontal-layout .special .af_filter_content .af-checkbox-label {
	margin: -1px 0 0 0;
	padding: 0 0 0 23px;
}
.cf .close {
	transition: none;
}
