#amazzing_filter {
	background: white;
	padding: 1.5rem;
	border-radius: .5rem;
	margin: 0 0 var(--weu-spacing-lg) 0;
}

.af-form {
	padding-top: 5px;
}

#amazzing_filter.block .title_block {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
	padding-left: var(--weu-spacing-sm);
}

#amazzing_filter .btn {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	background-color: var(--weu-color-black);
	border-color: var(--weu-color-black);
}

#amazzing_filter .btn.viewFilteredProducts {
	height: 40px;
	text-transform: none;
	font-size: var(--font-size-base);
	gap: var(--weu-spacing-xs);
}

.af_filter {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid var(--weu-color-grey);
	
}

.af_filter_content {
	overflow-y: auto;
	overflow-x: hidden;
	/*max-height: 250px;*/
	padding-bottom: var(--weu-spacing-sm);
}

.vertical-layout .af_filter.type-3:not(.closed) {
	padding-bottom: 10px;
}

.af_filter li {
	padding: 3px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

/*.af_filter li label:hover > .name {
	color: var(--weu-color-primary);
	transition: color .3s ease;
}*/

.af_filter li,
.hide-zero-matches .no-matches.active {
	display: block;
}

.hide-zero-matches .no-matches {
	display: none;
}

.af_filter label {
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	margin: 0;
	padding: var(--weu-spacing-xs) var(--weu-spacing-sm);
	line-height: 1em;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease;
}

.af_filter label:hover {
	background-color: var(--weu-color-grey);
	transition: background-color 0.3s ease;
}

.af_filter .af-color-label {
	align-items: center;
	padding: 0;
}

.af_filter ul {
	max-height: none !important;
	overflow-y: hidden !important;
	padding: 0 5px;
	margin: 0 0px;
}

.af-parent-category>ul {
	margin: 0 0 0 15px;
	padding: 0;
	max-height: 100%;
	margin-left: 0!important;
}

/* foldered */
.foldered .af-parent-category>label .name {
	position: relative;
	flex-grow: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.foldered .af-toggle-child:after {
	content: '';
	/*position: absolute;*/
	color: var(--weu-color-dark);
	background-image: url('../../../../assets/fonts/heroicons/plus.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: var(--font-size-md);
	height: var(--font-size-md);
}

.foldered .open>label .af-toggle-child:after {
	content: '';
	background-image: url('../../../../assets/fonts/heroicons/minus.svg');
}

.af_filter.foldered .af-parent-category>ul {
	display: none;
}

.af_filter.foldered .af-parent-category.open>ul {
	display: block
}

.af_filter .name {
	padding-left: 5px;
	text-transform: lowercase;
	line-height: var(--font-size-lg);
	flex: 1;
	min-width: 0;
}

.af_filter .name::first-letter {
	text-transform: uppercase;
}

.af_filter .count {
	color: var(--weu-color-dark);
	margin-left: auto;
	padding: 2px 6px;
	background-color: var(--weu-color-grey);
	min-width: 28px;
	text-align: center;
	border-radius: var(--weu-radius-default);
	opacity: .75;
	font-weight: 400;
	font-size: var(--font-size-sm);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.af_filter li:hover .count {
	color: var(--weu-color-primary);
	transition: color .3s ease;
}

.af-total-count {
	opacity: 0.5;
}

/*.af_filter .count:before,
.af-total-count:before {
	content: '(';
}

.af_filter .count:after,
.af-total-count:after {
	content: ')';
}*/

.af_filter select {
	width: 100%;
	padding: 5px;
	border: 2px solid #D0D5DB;
}

.af_filter .checkbox,
.af_filter .radio {
	margin: 0;
	min-height: 0;
	width: 18px;
	height: 18px;
}

/* 1. Cambiamos el color de fondo cuando está marcado */
.af-checkbox-label input.af.checkbox:checked+.name::before,
.af-checkbox-label input.af.checkbox:checked {
	background-color: var(--weu-color-primary) !important;
	/*border-color: #ff0000 !important;*/
}

/* 2. Si el módulo usa un pseudo-elemento para el "check" (el tick blanco) */
.af-checkbox-label input.af.checkbox:checked+.name::after {
	border-color: #ffffff !important;
	/* Color del tick */
}

/* 3. Estilo específico para navegadores modernos (Accent Color) */
.af-checkbox-label input.af.checkbox {
	accent-color: var(--weu-color-primary) !important;
}

/* color boxes */
.af-color-box {
	display: inline-block;
	width: 25px;
	height: 25px;
	min-width: 25px;
	/* if .name overlaps to new line */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	text-align: center;
	position: relative;
	box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.active .af-color-box {
	width: 15px;
	min-width: 15px;
	height: 15px;
	margin: 5px;
}

.active .af-color-box:after {
	content: '';
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	border: 2px solid #D0D5DB;
	border-radius: 50%;
}

.af-inline-colors {
	display: inline-block;
	width: 100%;
}

.af-inline-colors li {
	float: left;
	margin: 2px 4px 2px 0;
}

.af-color-box .checkbox,
.af-color-box .radio,
.af-inline-colors .name,
.af-inline-colors .count {
	display: none;
}

/* dimmed values */
.dim-zero-matches .no-matches>label {
	opacity: 0.4;
	cursor: no-drop;
}

.dim-zero-matches .no-matches.active>label {
	cursor: pointer;
}

.dim-zero-matches .no-matches .af-color-box:before {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid #FFF;
	width: 23px;
	top: 50%;
	margin: -1px 0 0 1px;
	transform: rotate(-45deg);
}

.dim-zero-matches .no-matches .af-color-box.bright:before {
	border-color: #D0D5DB;
}

.dim-zero-matches .no-matches.active .af-color-box:before {
	left: -6px;
}

/* text boxes */
.af_filter.tb li {
	float: left;
	border: 2px solid #D0D5DB;
	border-radius: 5px;
	margin: 0 4px 4px 0;
	padding: 6px;
	line-height: 1;
}

.af_filter.tb li.active {
	border-color: #AAB2BD;
	background: #F1F3F4;
}

.af_filter.tb label,
.af_filter.tb .name {
	padding: 0;
	margin: 0;
}

.af_filter.tb .checkbox {
	display: none;
}

/* selected filters */
.selectedFilters {
	clear: both;
	margin-top: 10px;
}

.selectedFilters .clearAll {
	padding: 7px 5px;
	background: #D0D5DB;
	text-align: right;
	line-height: 1;
}

.selectedFilters .clearAll .txt {
	font-size: 0.7em;
	line-height: 0;
	margin-top: 0.7em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.selectedFilters .clearAll i {
	vertical-align: middle;
	margin-left: 3px;
}

.selectedFilters .clearAll a {
	color: #666;
	display: block;
}

.selectedFilters .cf {
	padding: 7px 25px 7px 5px;
	background: #ECEFF0;
	position: relative;
	line-height: 1;
}

.selectedFilters .cf a {
	position: absolute;
	float: none;
	right: 7px;
	font-size: 1em;
	opacity: 0.3;
}

/* selected filters inline */
.selectedFilters.inline {
	margin: 16px 0;
	text-align: left;
	line-height: 1.2;
	border-top: 1px solid var(--weu-color-grey);
	border-bottom: 1px solid var(--weu-color-grey);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px 0;
}

.selectedFilters.inline .clearAll {
	padding: 0;
	text-align: center;
	order: 3;
	margin-left: auto;
	background: transparent;
}

.selectedFilters.inline .clearAll a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	background-color: var(--weu-color-grey);
	border-radius: var(--weu-radius-default);
	color: var(--weu-color-dark);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.selectedFilters.inline .clearAll a:hover {
	background-color: var(--weu-color-grey-hover);
	color: var(--weu-color-black);
}

.selectedFilters.inline .clearAll .txt {
	font-size: var(--font-size-sm);
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
}

.selectedFilters.inline .cf {
	padding: 8px 12px;
	background: var(--weu-white);
	border: 1px solid var(--weu-border-color);
	border-radius: var(--weu-radius-default);
	display: inline-flex;
	align-items: center;
	margin: 0;
	order: 1;
}

.selectedFilters.inline .cf a {
	position: relative;
	right: 0;
	margin-left: 6px;
	font-size: 1em;
	opacity: 0.5;
}

.selectedFilters.inline .cf a:hover {
	opacity: 1;
}

.selectedFilters.inline .clearAll i {
	display: none;
}

.selected-filters-label {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	background-color: var(--weu-color-grey);
	border-radius: var(--weu-radius-default);
	font-size: var(--font-size-sm);
	font-weight: 600;
	color: var(--weu-color-dark);
	margin: 0;
	flex-shrink: 0;
	order: 0;
}

.has-compact-filter .selected-filters-label {
	display: none;
}

/* loading animation */
.loading-indicator,
.viewFilteredProducts.loading:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	margin-left: -9px;
	margin-top: -9px;
	bottom: 0.5em;
	border: 2px solid;
	border-left-color: transparent;
	opacity: 0.5;
	border-radius: 100%;
	z-index: 2;
	animation: spinning 0.4s infinite linear;
}

.viewFilteredProducts.loading {
	pointer-events: none;
}

.viewFilteredProducts.loading:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: inherit;
	border-radius: inherit;
	z-index: 1;
}

/* load more, infinite scroll */
.dynamic-loading {
	text-align: center;
	margin-bottom: 2em;
	position: relative;
	clear: both;
}

.dynamic-loading.infinite-scroll {
	margin: 0;
}

.dynamic-product-count {
	display: block;
	margin: 0.5em 0 1.5em 0;
}

.relative-container {
	position: relative;
}

.infinite-scroll .loading-indicator {
	position: relative;
	left: auto;
}

.dynamic-loading.infinite-scroll .loadMore {
	display: none;
}

.dynamic-loading .loadMore,
.dynamic-loading.loading .loading-indicator {
	visibility: visible;
	transition: none;
}

.dynamic-loading .loading-indicator,
.dynamic-loading.loading .loadMore {
	visibility: hidden;
}

.dynamic-loading .loadMore.btn-primary {
	--bs-btn-color: var(--weu-color-primary);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: var(--weu-color-primary);
	--bs-btn-hover-color: var(--weu-color-primary);
	--bs-btn-hover-bg: var(--weu-color-primary-soft);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--weu-color-primary);
	--bs-btn-active-bg: var(--weu-color-primary-soft);
	--bs-btn-active-border-color: transparent;
	background-color: transparent;
	color: var(--weu-color-primary);
	border: 1px solid var(--weu-color-primary);
	border-radius: var(--weu-radius-default);
	font-weight: 600;
	padding: 8px 24px;
	box-shadow: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dynamic-loading .loadMore.btn-primary:hover,
.dynamic-loading .loadMore.btn-primary:focus,
.dynamic-loading .loadMore.btn-primary:active {
	background-color: var(--weu-color-primary-soft) !important;
	border-color: transparent !important;
	color: var(--weu-color-primary) !important;
	box-shadow: none !important;
}

.hidden-name .name {
	display: none;
}

.btn.full-width {
	width: 100%;
}

.force-hidden {
	display: none;
}

.af-basic-layout {
	margin-top: 15px;
}

.af-basic-layout .showall {
	display: none;
}

.hide-counters .count {
	display: none;
}

#amazzing_filter a,
#amazzing_filter a:focus {
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* cut off */
.af_filter .toggle-cut-off {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	display: none;
}

.af_filter.expandable .toggle-cut-off {
	display: block;
}

.af_filter.expandable .af_filter_content {
	margin-bottom: 0.3em;
}

.toggle-cut-off span {
	padding: 0 5px;
	background: #FFF;
	color: #AAB2BD;
}

.toggle-cut-off .more,
.cut-off .toggle-cut-off .less,
.cut-off .cut {
	display: none;
}

.cut-off .toggle-cut-off .more,
.toggle-cut-off .less {
	display: inline-block;
}

/* more filters */
#amazzing_filter .toggleMoreFilters,
#amazzing_filter .toggleMoreFilters:focus {
	margin-top: 1em;
	background: transparent;
	color: var(--weu-color-black);
	font-weight: 500;
	letter-spacing: 1px;
	outline: none;
	border: none;
	text-decoration: underline;
}

#amazzing_filter .toggleMoreFilters .more-txt,
#amazzing_filter .toggleMoreFilters .less-txt {
	display: flex;
	align-items: center;
	gap: 4px;
}

#amazzing_filter .toggleMoreFilters i {
	width: 12px;
	height: 12px;
}

.af-form.show-more-f .toggleMoreFilters .more-txt,
.af-form:not(.show-more-f) .toggleMoreFilters .less-txt,
.af-form:not(.show-more-f) .more-f {
	display: none!important;
}

/* toggle filters */
.af_subtitle {
	position: relative;
	margin: 0;
	padding: var(--weu-spacing-sm) 0;
	font-weight: bold;
	padding-left: var(--weu-spacing-sm);
	padding-right: var(--weu-spacing-md);
}

.af_subtitle.toggle-content {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
}

.af_subtitle.toggle-content:before {
	content: '';
	position: absolute;
	top: unset;
	margin-top: -2px;
	right: 4px;
	width: 7px;
	height: 7px;
	background-image: url('../../../../assets/fonts/heroicons/chevron-up.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: var(--font-size-md);
	height: var(--font-size-md);
}

.no-available-items .af_subtitle,
.no-available-items .af_filter_content {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.closed .af_filter_content,
.hide-zero-matches .no-available-items {
	display: none;
}

.closed .af_subtitle.toggle-content:before {
	background-image: url('../../../../assets/fonts/heroicons/chevron-down.svg');
}

.special .af_filter_content {
	display: block;
	margin: 0;
	padding: var(--weu-spacing-sm) 0;
}

.special .af_filter_content li {
	padding-left:0!important;
	padding-right:0!important;
}

/* quick search */
.af-quick-search {
	position: relative;
	margin-bottom: 0.7em;
}

.af-quick-search:before {
	content: '';
	position: absolute;
	right: 0.6em;
	top: 0.6em;
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid #AAB2BD;
	border-radius: 100%;
	z-index: 1;
}

.af-quick-search:after {
	content: '';
	position: absolute;
	display: block;
	height: 5px;
	width: 0;
	border: 1px solid #AAB2BD;
	top: 0.7em;
	right: 0.6em;
	transform: rotate(45deg);
	z-index: 1;
	margin-top: 8px;
	margin-right: 10px;
}

.qsInput {
	border: 2px solid #F5F5F5;
	transition: all 0.2s;
	background: #F5F5F5;
	width: 100%;
	padding: 4px;
	position: relative;
}

body .qsInput:focus,
.qsInput.has-value {
	background: #FAFAFA;
	border: 2px solid #AAB2BD;
	outline: none;
	z-index: 2;
}

.af_filter li.qs-hidden {
	display: none;
}

.af_filter li.qs-hidden.active,
.af_filter li.qs-hidden.qs-half-hidden {
	display: block;
}

.af_filter li.qs-hidden.active>label,
.af_filter li.qs-hidden.qs-half-hidden>label {
	opacity: 0.5;
}

.qs-no-matches {
	margin: 0.7em 0;
	padding: 0.5em;
}

/* horizontal layout */
.horizontal-layout .title_block {
	display: none;
}

.horizontal-layout .af-form {
	padding: 0;
}

.horizontal-layout .af_subtitle {
	background: #FFF;
	border: 2px solid #AAB2BD;
	padding: 10px 20px 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.horizontal-layout .closed .af_subtitle {
	border-color: #D0D5DB;
}

.horizontal-layout .af_subtitle.toggle-content:before {
	right: 7px;
}

.horizontal-layout .af_filter {
	border: 0;
}

.horizontal-layout .af_filter_content {
	position: absolute;
	left: 0;
	right: 0;
	padding: 5px 10px;
	background: #FFF;
	border: 2px solid #AAB2BD;
	border-top-width: 0;
	z-index: 99999;
	margin-top: -2px;
}

.horizontal-layout .special .af_filter_content {
	position: relative;
	border-color: #D0D5DB;
	left: 0;
	border-top-width: 2px;
	margin: 0;
	z-index: 1;
}

.horizontal-layout .af_filter_content>ul {
	padding: 0 10px;
	margin: 0 -10px;
	max-height: 500px;
}

.horizontal-layout .special .af_filter_content label {
	margin: -1px 0;
	color: inherit;
}

.horizontal-layout .special .name {
	text-transform: uppercase;
	font-size: 12px;
}

.horizontal-layout .type-3 .af_filter_content,
.horizontal-layout .has-slider .af_filter_content {
	overflow: visible;
	padding-bottom: 10px;
}

.horizontal-layout .has-selection .af_subtitle,
.horizontal-layout .has-selection .af_subtitle.toggle-content:before,
.horizontal-layout .has-selection .af_filter_content {
	border-color: #3CB5D2;
}

.horizontal-layout .has-selection .af_subtitle {
	color: #3CB5D2;
}

.horizontal-layout .af_filter .toggle-cut-off {
	bottom: 0;
	border-top: 1px solid #AAB2BD;
	margin: 0 10px;
}

.horizontal-layout .af_filter .toggle-cut-off span {
	position: relative;
	top: -7px;
}

.horizontal-layout .af_filter.expandable .af_filter_content {
	padding-bottom: 2em;
}

.horizontal-layout .toggleMoreFilters {
	width: 100%;
}

.horizontal-layout .toggleMoreFilters i {
	float: right;
	line-height: 0;
}

@media (min-width: 480px) {
	.horizontal-layout {
		margin: 0 -5px 10px -5px;
	}

	.horizontal-layout:after {
		content: '';
		display: block;
		clear: both;
	}

	.horizontal-layout .selectedFilters {
		margin: 0 5px;
	}

	.horizontal-layout .h-el {
		float: left;
		width: 50%;
		padding: 0 5px 5px 5px;
	}

	.horizontal-layout .af_filter_content {
		left: 5px;
		right: 5px;
	}

	#amazzing_filter.horizontal-layout .btn {
		padding: 10px;
		margin: 0;
		line-height: 1;
		border-width: 2px;
	}
}

@media (min-width: 768px) {
	.horizontal-layout .h-el {
		width: 33.3%;
	}
}

@media (min-width: 1200px) {
	.horizontal-layout .h-el {
		width: 25%;
	}
}

/* compact view */
.has-compact-filter.show-filter {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: auto;
}

.has-compact-filter #amazzing_filter {
	/* position fixed is defined in hookDisplayHeader() based on configurable @media max-width */
	opacity: 1;
	z-index: 10001;
	top: 0;
	width: 100%;
	right: 0;
	transform: translateX(100%);
	padding: 0;
	background: #FFF;
	height: 100%;
	overflow: visible;
	max-width: 400px;
}

.has-compact-filter.show-filter #amazzing_filter {
	transform: translateX(0);
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

.has-compact-filter #amazzing_filter.animation-ready {
	transition: all .2s;
}

.has-compact-filter #amazzing_filter .title_block {
	text-transform: uppercase;
	background: var(--weu-color-black);
	padding: var(--weu-spacing-sm) 25px;
	margin: 0 0 var(--weu-spacing-sm) 0;
	color: var(--weu-white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--weu-spacing-sm);
}

#amazzing_filter .btn.compact-close {
	background-color: transparent;
	border-color: transparent;
	margin-top: 0;
}

#amazzing_filter .compact-close {
	position: static;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	padding: 0;
	margin: 0;
	margin-top: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	border-color: transparent;
	letter-spacing: 0;
	color: transparent;
	text-transform: none;
	font-size: inherit;
	opacity: 1;
	transition: transform 0.3s ease;
}

#amazzing_filter .compact-close:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../../../../assets/fonts/heroicons/x-mark.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0) invert(1);
}

#amazzing_filter .compact-close:hover,
#amazzing_filter .compact-close:focus,
#amazzing_filter .compact-close:focus-visible {
	transform: rotate(90deg);
	opacity: 1;
}

#amazzing_filter.compact-offset-left .compact-close:after {
	content: '';
	display: block;
}

.has-compact-filter .af.block .block_content {
	padding: 0 25px 150px 25px;
	max-height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.has-compact-filter .af_filter.expandable ul {
	max-height: none;
}

.has-compact-filter #amazzing_filter .btn-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 25px 25px 25px;
	z-index: 10;
}

.btn.compact-toggle.external,
.btn.compact-toggle.sticky {
	white-space: nowrap;
	outline: none;
}

.compact-toggle.external {
	font-size: inherit;
	letter-spacing: 1px;
	margin-right: 15px;
	width: auto;
}

#amazzing_filter .compact-toggle.sticky {
	position: absolute;
	height: 32px;
	line-height: 32px;
	letter-spacing: 2px;
	top: 50%;
	left: -16px;
	transform: rotate(-90deg);
	transform-origin: left;
	padding: 0 10px;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: var(--weu-color-black);
	transition: opacity .3s;
}

.show-filter #amazzing_filter .compact-toggle.sticky {
	opacity: 0;
}

.compact-toggle.sticky .compact-toggle-icon {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
}

.compact-toggle.type-1 .compact-toggle-icon {
	margin-right: 5px;
}

/* compact offset left */
.has-compact-filter #amazzing_filter.compact-offset-left {
	transform: translateX(-100%);
	left: 0;
	right: auto;
}

.has-compact-filter.show-filter #amazzing_filter.compact-offset-left {
	transform: translateX(0);
}

#amazzing_filter.compact-offset-left .compact-toggle.sticky {
	transform-origin: right;
	top: 40%;
	right: -16px;
	left: auto;
}

.af-compact-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	opacity: 0;
	transition: opacity .3s;
	z-index: 10000;
}

.af-compact-overlay.show {
	opacity: 0.3;
}

.btn-pulsate {
	animation: btn-pulsate .3s;
}

@keyframes btn-pulsate {
	20% {
		transform: scale(0.95)
	}

	40% {
		transform: scale(1.05)
	}

	60% {
		transform: scale(0.98)
	}

	80% {
		transform: scale(1.02)
	}
}

@keyframes spinning {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.is-iphone .qsInput,
.is-iphone .input-text {
	font-size: 16px;
	/* no zoom on focusing input on iPhone */
}

/* extended compatibility */
.u-times:before {
	content: '×'!important;
	position: relative !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: none !important;
    height: 24px !important;
    display: block;
    background-color: transparent !important;
	display: flex;
    align-items: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.hidden {
	display: none !important;
}

.clear-both {
	clear: both;
}

.text-center {
	text-align: center;
}

/* since 3.3.3 */