
.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging {
	overflow: visible;
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, .06) !important;
	border: 0 none !important;
	box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: "!";
	visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
	position: relative;
	padding: 10px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	border-radius: 3px 3px 0 0;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: .4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px !important;
	text-decoration: none;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
	color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
	display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
	display: inline-flex;
	align-items: center;
	padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 6px;
	border-left: 1px solid #d0d0d0;
	border-radius: 0 2px 2px 0;
	box-sizing: border-box;
	margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
	background: rgba(0, 0, 0, .05);
}

.selectize-control.plugin-remove_button .item.active .remove {
	border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
	background: 0;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
	border-left-color: white;
}

.selectize-control.plugin-clear_button .clear {
	text-decoration: none;
	display: flex;
	position: absolute;
	height: 100%;
	width: 25px;
	top: 0;
	right: calc(8px - 6px);
	color: #000;
	opacity: .4;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	z-index: 1;
	font-size: 21px;
	justify-content: center;
	align-items: center;
}

.selectize-control.plugin-clear_button .clear:hover {
	opacity: 1;
}

.selectize-control.plugin-clear_button.single .clear {}

.selectize-dropdown.plugin-auto_position.selectize-position-top {
	border-top: 1px solid #d0d0d0;
	border-bottom: 0 none;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 -6px 12px rgba(0, 0, 0, .18);
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
	border-radius: 0 0 3px 3px;
	border-top: 0 none;
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
	top: 0;
	bottom: unset;
}

.selectize-control {
	position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
	background: #fff;
	cursor: text;
	display: inline-block;
}

.selectize-input {
	border: 1px solid #d0d0d0;
	padding: 8px 8px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
	padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}

.selectize-input.full {
	background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
	cursor: default !important;
}

.selectize-input.focus {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}

.selectize-input.dropdown-active {
	border-radius: 3px 3px 0 0;
}

.selectize-input>* {
	vertical-align: baseline;
	display: inline-block;
	zoom: 1;
}

.selectize-control.multi .selectize-input>div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #f2f2f2;
	color: #303030;
	border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input>div.active {
	background: #e8e8e8;
	color: #303030;
	border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div, .selectize-control.multi .selectize-input.disabled>div.active {
	color: #7d7d7d;
	background: white;
	border: 0 solid white;
}

.selectize-input>input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: none !important;
	line-height: inherit !important;
	user-select: auto !important;
	box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
	display: none;
}

.selectize-input>input:focus {
	outline: none !important;
}

.selectize-input>input[placeholder] {
	box-sizing: initial;
}

.selectize-input.has-items>input {
	margin: 0 0 !important;
}

.selectize-input::after {
	content: " ";
	display: block;
	clear: left;
}

.selectize-input.dropdown-active::before {
	content: " ";
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}

.selectize-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0 0;
	border-top: 0 none;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, .2);
	border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
	padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
	cursor: inherit;
	opacity: .5;
}

.selectize-dropdown [data-selectable].option {
	opacity: 1;
	cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default;
}

.selectize-dropdown .active {
	background-color: #e8e8e8;
	color: #303030;
}

.selectize-dropdown .active.create {
	color: #495c68;
}

.selectize-dropdown .selected {
	background-color: #e8e8e8;
	color: #303030;
}

.selectize-dropdown .create {
	color: rgba(48, 48, 48, .5);
}

.selectize-dropdown .active:not(.selected) {
	background: #f5fafd;
	color: #495c68;
}

.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
	overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
	text-align: center;
}

.selectize-dropdown .spinner {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
	content: " ";
	display: block;
	width: 24px;
	height: 24px;
	margin: 3px;
	border-radius: 50%;
	border: 5px solid #d0d0d0;
	border-color: #d0d0d0 transparent #d0d0d0 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0 {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
	cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input:not(:read-only) {
	cursor: text;
}

.selectize-control.single .selectize-input:not(.no-arrow):after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input:not(.no-arrow).dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl {
	text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto;
}

.selectize-control.rtl .selectize-input>input {
	margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
	opacity: .5;
	background-color: #fafafa;
}

.selectize-dropdown.plugin-auto_position.selectize-position-top {
	border-top: 1px solid #d0d0d0;
	border-bottom: 0 none;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 -6px 12px rgba(0, 0, 0, .18);
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
	border-radius: 0 0 3px 3px;
	border-top: 0 none;
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
	top: 0;
	bottom: unset;
}

.selectize-control.plugin-clear_button .clear {
	text-decoration: none;
	display: flex;
	position: absolute;
	height: 100%;
	width: 25px;
	top: 0;
	right: calc(8px - 6px);
	color: #000;
	opacity: .4;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	z-index: 1;
	font-size: 21px;
	justify-content: center;
	align-items: center;
}

.selectize-control.plugin-clear_button .clear:hover {
	opacity: 1;
}

.selectize-control.plugin-clear_button.single .clear {}

.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging {
	overflow: visible;
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, .06) !important;
	border: 0 none !important;
	box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: "!";
	visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
	position: relative;
	padding: 10px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	border-radius: 3px 3px 0 0;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: .4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px !important;
	text-decoration: none;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
	color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
	display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
	display: inline-flex;
	align-items: center;
	padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 6px;
	border-left: 1px solid #d0d0d0;
	border-radius: 0 2px 2px 0;
	box-sizing: border-box;
	margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
	background: rgba(0, 0, 0, .05);
}

.selectize-control.plugin-remove_button .item.active .remove {
	border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
	background: 0;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
	border-left-color: white;
}

/*!
 * price-slider.css
 *
 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is provided subject to the license granted.
 * Unauthorized use and distribution is prohibited.
 * See COPYRIGHT.txt and LICENSE.txt
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * This header and all notices must be kept intact.
 *
 * @author itthinx
 * @package woocommerce-product-search
 * @since 2.4.0
 */
.product-search-filter-price-slider {
	margin: 1.31em .5em 1.5em .5em;
}

.product-search-filter-price.show-submit.hide-fields .product-search-filter-price-slider {
	margin-top: 2em;
}

.product-search-filter-price-slider {
	position: relative;
}

.product-search-filter-price-slider-range {
	position: relative;
	font-size: .92em;
	height: 2em;
	opacity: .9;
}

.product-search-filter-price-slider .slider-min-max {
	position: absolute;
	bottom: .62em;
	text-align: center;
	font-size: .92em;
	opacity: .8;
	width: 100%;
	display: inline-block;
	font-weight: 600;
}

.product-search-filter-price-slider .slider-min-max-separator {
	padding: .62em;
}

.product-search-filter-price-slider span.slider-limit-min {
	position: absolute;
	left: 0;
	text-align: left;
	padding: 0 1px;
	font-size: .92em;
	font-size: .92em;
	opacity: .5;
	top: 1em;
	margin: 0;
	font-weight: 600;
}

.product-search-filter-price-slider span.slider-limit-max {
	position: absolute;
	right: 0;
	text-align: right;
	padding: 0 1px;
	font-size: .92em;
	font-size: .92em;
	opacity: .5;
	top: 1em;
	margin: 0;
	font-weight: 600;
}

.product-search-filter-price .ui-state-disabled {
	cursor: default !important;
}

.product-search-filter-price .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-search-filter-price .ui-slider {
	position: relative;
	text-align: left;
}

.product-search-filter-price .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.product-search-filter-price .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.product-search-filter-price .ui-slider-horizontal {
	height: .5em;
}

.product-search-filter-price .ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	margin-left: -.6em;
}

.product-search-filter-price .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.product-search-filter-price .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.product-search-filter-price .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.product-search-filter-price .ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.product-search-filter-price .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.product-search-filter-price .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.product-search-filter-price .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.product-search-filter-price .ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.product-search-filter-price .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.product-search-filter-price .ui-widget .ui-widget {
	font-size: 1em;
}

.product-search-filter-price .ui-widget input, .product-search-filter-price .ui-widget select, .product-search-filter-price .ui-widget textarea, .product-search-filter-price .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.product-search-filter-price .ui-widget-content {
	border: 1px solid #ccc;
	background: #ccc;
	color: #333;
}

.product-search-filter-price .ui-widget-content a {
	color: #333;
}

.product-search-filter-price .ui-widget-header {
	border: 1px solid #ccc;
	background: #333;
	color: #333;
	font-weight: bold;
}

.product-search-filter-price .ui-widget-header a {
	color: #333;
}

.product-search-filter-price .ui-state-default, .product-search-filter-price .ui-widget-content .ui-state-default, .product-search-filter-price .ui-widget-header .ui-state-default {
	border: 0;
	background: #333;
	font-weight: normal;
	color: #ccc;
}

.product-search-filter-price .ui-state-default a, .product-search-filter-price .ui-state-default a:link, .product-search-filter-price .ui-state-default a:visited {
	color: #ccc;
	text-decoration: none;
}

.product-search-filter-price .ui-state-hover, .product-search-filter-price .ui-widget-content .ui-state-hover, .product-search-filter-price .ui-widget-header .ui-state-hover, .product-search-filter-price .ui-state-focus, .product-search-filter-price .ui-widget-content .ui-state-focus, .product-search-filter-price .ui-widget-header .ui-state-focus {
	border: 0;
	background: #333;
	font-weight: normal;
	color: #ccc;
	cursor: ew-resize;
}

.product-search-filter-price .ui-state-hover a, .product-search-filter-price .ui-state-hover a:hover, .product-search-filter-price .ui-state-hover a:link, .product-search-filter-price .ui-state-hover a:visited, .product-search-filter-price .ui-state-focus a, .product-search-filter-price .ui-state-focus a:hover, .product-search-filter-price .ui-state-focus a:link, .product-search-filter-price .ui-state-focus a:visited {
	color: #ccc;
	text-decoration: none;
}

.product-search-filter-price .ui-state-active, .product-search-filter-price .ui-widget-content .ui-state-active, .product-search-filter-price .ui-widget-header .ui-state-active {
	border: 0;
	background: #333;
	font-weight: normal;
	color: #fff;
}

.product-search-filter-price .ui-state-active a, .product-search-filter-price .ui-state-active a:link, .product-search-filter-price .ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.product-search-filter-price .ui-state-highlight, .product-search-filter-price .ui-widget-content .ui-state-highlight, .product-search-filter-price .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.product-search-filter-price .ui-state-highlight a, .product-search-filter-price .ui-widget-content .ui-state-highlight a, .product-search-filter-price .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.product-search-filter-price .ui-state-error, .product-search-filter-price .ui-widget-content .ui-state-error, .product-search-filter-price .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.product-search-filter-price .ui-state-error a, .product-search-filter-price .ui-widget-content .ui-state-error a, .product-search-filter-price .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.product-search-filter-price .ui-state-error-text, .product-search-filter-price .ui-widget-content .ui-state-error-text, .product-search-filter-price .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.product-search-filter-price .ui-priority-primary, .product-search-filter-price .ui-widget-content .ui-priority-primary, .product-search-filter-price .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.product-search-filter-price .ui-priority-secondary, .product-search-filter-price .ui-widget-content .ui-priority-secondary, .product-search-filter-price .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}

.product-search-filter-price .ui-state-disabled, .product-search-filter-price .ui-widget-content .ui-state-disabled, .product-search-filter-price .ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

.product-search-filter-price .ui-state-disabled.nitro-lazy, .product-search-filter-price .ui-widget-content .ui-state-disabled.nitro-lazy, .product-search-filter-price .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.product-search-filter-price .ui-corner-all, .product-search-filter-price .ui-corner-top, .product-search-filter-price .ui-corner-left, .product-search-filter-price .ui-corner-tl {
	border-top-left-radius: 1em;
}

.product-search-filter-price .ui-corner-all, .product-search-filter-price .ui-corner-top, .product-search-filter-price .ui-corner-right, .product-search-filter-price .ui-corner-tr {
	border-top-right-radius: 1em;
}

.product-search-filter-price .ui-corner-all, .product-search-filter-price .ui-corner-bottom, .product-search-filter-price .ui-corner-left, .product-search-filter-price .ui-corner-bl {
	border-bottom-left-radius: 1em;
}

.product-search-filter-price .ui-corner-all, .product-search-filter-price .ui-corner-bottom, .product-search-filter-price .ui-corner-right, .product-search-filter-price .ui-corner-br {
	border-bottom-right-radius: 1em;
}

.product-search-filter-price .ui-widget-overlay {
	background: #aaa;
	opacity: .3;
}

.product-search-filter-price .ui-widget-shadow {
	margin: 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	border-radius: 8px;
}

/*!
 * product-search.css
 *
 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is provided subject to the license granted.
 * Unauthorized use and distribution is prohibited.
 * See COPYRIGHT.txt and LICENSE.txt
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * This header and all notices must be kept intact.
 *
 * @author itthinx
 * @package woocommerce-product-search
 * @since 1.0.0
 */
div.product-search {
	box-sizing: border-box;
	display: block;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

div.product-search-form {
	display: block;
	float: none;
	position: relative;
	width: 100%;
}

div.product-search-form input {
	width: 100%;
}

div.product-search div.product-search-form form.product-search-form {
	padding: 0;
	margin: 0;
	border: 0;
}

div.product-search-results {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	border: 0;
}

div.product-search-results-content {
	display: block;
	float: none;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: static;
	z-index: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
}

div.product-search-results-content:empty {
	border: 0;
}

div.product-search.floating div.product-search-results-content {
	position: absolute;
	z-index: 99999;
}

div.product-search-form span.product-search-field-clear {
	cursor: pointer;
	position: absolute;
	right: 0;
	height: 1px;
	overflow: visible;
	margin: auto 0;
	top: -1em;
	bottom: .5em;
	padding: 0 .5em;
}

div.product-search-form span.product-search-field-clear:after {
	content: "×";
}

.product-search input[type="text"].product-search-field, .product-search input[type="text"].product-filter-field, .product-search-filter-price input.product-search-filter-price-field {
	margin: 0;
}

.product-search input[type="text"].product-search-field, .product-search input[type="text"].product-filter-field {
	display: inline-block;
}

div.product-search-form form.product-search-form.show-submit-button {
	display: flex;
}

div.product-search-form form.product-search-form.show-submit-button input[type="text"].product-search-field, div.product-search-form form.product-search-form.show-submit-button input[type="text"].product-filter-field {
	display: inline-block;
	overflow: hidden;
	flex: auto;
}

div.product-search-form form.product-search-form.show-submit-button span.product-search-field-clear {
	display: inline-block;
	flex: auto;
	position: relative;
	overflow: visible;
	margin: auto 0;
	right: 1em;
	height: auto;
	width: 0;
	top: auto;
	bottom: auto;
	padding: 0;
}

div.product-search-form form.product-search-form.show-submit-button button {
	display: inline-block;
	flex: initial;
	margin: 0 0 0 2px;
	padding: .3em .5em;
}

.product-search .product-search-results-content {
	display: none;
}

.product-search-form input.blinker {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/woocommerce-product-search/images/blinker.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

.product-search-form input.blinker.nitro-lazy {
	background-image: none !important;
}

.product-search-results .entry, .product-search-results .no-results {
	padding: 1px;
}

.product-search-results .entry a, .product-search-results .search-results .entry a {
	text-decoration: none;
	font-weight: inherit;
}

.product-search-results .entry span.title {
	font: inherit;
	display: block;
}

.product-search-results .entry span.title, .product-search-results .entry span.description, .product-search-results .entry span.price, .product-search-results .entry img.thumbnail {
	vertical-align: middle;
}

.product-search-results .entry span.description {
	display: block;
	font-size: 85%;
}

.product-search-results .entry span.price {
	display: block;
	font-size: 95%;
}

.product-search-results .entry span.price .amount {
	display: inline-block;
	font-size: inherit;
}

.product-search-results .entry img.thumbnail {
	max-width: none;
	box-shadow: unset;
}

.product-search-results .entry a:hover {
	text-decoration: none !important;
}

.product-search-results .entry a span.title:hover {
	text-decoration: underline;
}

.product-search-results .entry:hover, .product-search-results .entry.active {
	background-color: #f0f0f0;
}

.product-search-results .entry.s_product_cat.first {
	border-top: 1px solid #ccc;
}

.product-search-results table.search-results {
	table-layout: auto;
}

.product-search-results table.search-results {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: 100%;
}

.product-search-results table.search-results td:last-child {
	width: 100%;
}

.product-search-results table.search-results tr:nth-child(n) td {
	background-color: inherit;
}

.product-search-results table.search-results tr, .product-search-results table.search-results tr td, .entry-content .product-search-results table.search-results tr td {
	border: 0;
	margin: 0;
	padding: 0;
}

.product-search-results table.search-results tr td, .entry-content .product-search-results table.search-results tr td {
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.product-search-filter-blinker {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/woocommerce-product-search/images/blinker-256x256.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

.product-search-filter-blinker.nitro-lazy {
	background-image: none !important;
}

.product-search-filter-search-heading, .product-search-filter-price-heading, .product-search-filter-terms-heading, .product-search-filter-extras-heading, .product-search-filter-reset-heading {
	font-size: 95%;
	font-weight: 600;
}

.product-search-filter-terms ul li {
	border: 0;
}

.product-search-filter-terms .product-search-filter-product_cat, .product-search-filter-terms .product-search-filter-product_tag, .product-search-filter-terms .product-search-filter-attribute, .product-search-filter-terms .product-search-filter-product_brand {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-search-filter-terms .product-search-filter-product_cat ul, .product-search-filter-terms .product-search-filter-product_tag ul, .product-search-filter-terms .product-search-filter-attribute ul, .product-search-filter-terms .product-search-filter-product_brand ul {
	list-style: none;
}

.product-search-filter-terms .product-search-filter-product_cat.style-inline li, .product-search-filter-terms .product-search-filter-product_tag.style-inline li, .product-search-filter-terms .product-search-filter-attribute.style-inline li, .product-search-filter-terms .product-search-filter-product_brand.style-inline li {
	display: inline;
}

.product-search-filter-terms .product-search-filter-product_cat .term-thumbnail, .product-search-filter-terms .product-search-filter-product_tag .term-thumbnail, .product-search-filter-terms .product-search-filter-attribute .term-thumbnail, .product-search-filter-terms .product-search-filter-product_brand .term-thumbnail {
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
	box-shadow: 0 0 1px #333;
	margin: 4px;
}

.product-search-filter-terms .product-search-filter-product_cat .term-name, .product-search-filter-terms .product-search-filter-product_tag .term-name, .product-search-filter-terms .product-search-filter-attribute .term-name, .product-search-filter-terms .product-search-filter-product_brand .term-name {
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
}

.product-search-filter-terms .product-search-filter-product_cat.hide-thumbnails .term-thumbnail, .product-search-filter-terms .product-search-filter-product_tag.hide-thumbnails .term-thumbnail, .product-search-filter-terms .product-search-filter-attribute.hide-thumbnails .term-thumbnail, .product-search-filter-terms .product-search-filter-product_brand.hide-thumbnails .term-thumbnail {
	display: none;
}

.product-search-filter-terms .product-search-filter-product_cat.hide-names .term-name, .product-search-filter-terms .product-search-filter-product_tag.hide-names .term-name, .product-search-filter-terms .product-search-filter-attribute.hide-names .term-name, .product-search-filter-terms .product-search-filter-product_brand.hide-names .term-name {
	display: none;
}

select.product-search-filter-product_cat, select.product-search-filter-attribute, select.product-search-filter-product_brand {
	width: 100%;
}

.woocommerce-product-search-filter-products-prefix, .woocommerce-product-search-filter-products-suffix {
	font-size: smaller;
	min-height: 1.618em;
}

.woocommerce-product-search-filter-products-prefix {
	margin-bottom: 1em;
}

.woocommerce-product-search-filter-products-suffix {
	margin-top: 1em;
}

.product-search-product_cat-filter-item a:hover, .product-search-attribute-filter-item a:hover, .product-search-product_brand-filter-item a:hover {
	cursor: pointer;
}

.product-search-product_cat-filter-item.current-cat>a:after, .product-search-attribute-filter-item.current-attribute>a:after, .product-search-product_brand-filter-item.current-product_brand>a:after {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
	font-size: 80%;
	content: "";
	vertical-align: middle;
	padding: 0 2px;
}

.product-search-product_cat-filter-item.current-cat>a:hover:after, .product-search-attribute-filter-item.current-attribute>a:hover:after, .product-search-product_brand-filter-item.current-product_brand>a:hover:after {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
	font-size: 80%;
	content: "";
	vertical-align: middle;
	padding: 0 2px;
}

.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item.current-cat>a, .product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item.current-attribute>a, .product-search-filter-terms .hide-names.style-inline .product-search-product_brand-filter-item.current-cat>a, .product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item>a, .product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item>a, .product-search-filter-terms .hide-names.style-inline .product-search-product_brand-filter-item>a {
	position: relative;
}

.product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item.current-cat>a:after, .product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item.current-attribute>a:after, .product-search-filter-terms .hide-names.style-inline .product-search-product_brand-filter-item.current-product_brand>a:after, .product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item>a:hover:after, .product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item>a:hover:after, .product-search-filter-terms .hide-names.style-inline .product-search-product_brand-filter-item>a:hover:after, .product-search-filter-terms .hide-names.style-inline .product-search-product_cat-filter-item.current-cat>a:hover:after, .product-search-filter-terms .hide-names.style-inline .product-search-attribute-filter-item.current-attribute>a:hover:after, .product-search-filter-terms .hide-names.style-inline .product-search-product_brand-filter-item.current-product_brand>a:hover:after {
	color: #333;
	display: inline-block;
	height: 16px;
	padding: 0;
	position: absolute;
	right: 4px;
	text-align: center;
	top: 1px;
	vertical-align: middle;
	width: 16px;
	opacity: .85;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, -1px 0 1px #fff;
}

a.product-search-product_tag-filter-item {
	padding: 4px;
	border: 1px solid transparent;
	display: inline-block;
}

div.product-search-filter-tag a.product-search-product_tag-filter-item {
	display: inline-block;
}

a.product-search-product_tag-filter-item.current-tag, a.product-search-product_tag-filter-item:hover {
	border: 1px solid;
	border-radius: 2px;
}

.product-search-filter-terms .style-inline li.nav-back {
	display: block;
}

.product-search-filter-terms .nav-back:before {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
	content: "";
	vertical-align: middle;
	padding: 0 2px;
}

.product-search-filter-terms .cat-item-all.nav-back>a, .product-search-filter-terms .attribute-item-all.nav-back>a, .product-search-filter-terms .tag-item-all.nav-back>a, .product-search-filter-terms .brand-item-all.nav-back>a {
	vertical-align: middle;
}

.product-search-filter-terms .cat-item-all.nav-back:before, .product-search-filter-terms .attribute-item-all.nav-back:before, .product-search-filter-terms .tag-item-all.nav-back:before, .product-search-filter-terms .brand-item-all.nav-back:before {
	content: "×";
	font-family: inherit;
	font-weight: inherit;
}

.product-search-filter-terms .nav-back a:hover:after {
	content: "" !important;
	display: none !important;
}

.product-search-filter-terms .loading-term-filter, .product-search-filter-extras .loading-extra-filter {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/woocommerce-product-search/images/blinker.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.product-search-filter-terms .loading-term-filter.nitro-lazy, .product-search-filter-extras .loading-extra-filter.nitro-lazy {
	background-image: none !important;
}

.product-search-filter-terms .hide-names.style-inline .loading-term-filter, .product-search-filter-extras .hide-names.style-inline .loading-extra-filter {
	background-position: center center;
	padding: 0;
}

.product-search-filter-terms .hide-names.style-inline .nav-back .loading-term-filter, .product-search-filter-terms .hide-names.style-inline .nav-back .loading-extra-filter {
	background-position: right center;
	padding-right: 20px;
}

.product-search-filter-terms .hide-names.style-inline .loading-term-filter img.term-thumbnail, .product-search-filter-terms .hide-names.style-inline a.loading-term-filter:after, .product-search-filter-terms .hide-names.style-inline a.loading-term-filter:hover:after {
	opacity: .32;
}

.product-search-product_cat-filter-item a.loading-term-filter:after, .product-search-product_cat-filter-item.current-cat a.loading-term-filter:hover:after, .product-search-attribute-filter-item.current-attribute a.loading-term-filter:hover:after, .product-search-product_brand-filter-item.current-product_brand a.loading-term-filter:hover:after {
	content: "";
}

.product-search-filter-search, .product-search-filter-price {
	position: relative;
}

.product-search-filter-search form.product-search-form {
	margin-bottom: 1.618em !important;
}

.product-search-filter-price.show-slider {
	width: 100%;
}

.product-search-filter-price.show-slider .product-search-filter-price-form {
	text-align: center;
}

.product-search-filter-price form.product-search-filter-price-form {
	display: flex;
	flex-direction: column;
}

.product-search-filter-price.hide-fields {
	margin-bottom: 4em;
}

.product-search-filter-price.show-fields .slider-min-max {
	display: none;
}

.product-search-filter-price button[type="submit"] {
	margin-top: .5em;
}

.product-search-filter-search .product-search-filter-search-clear, .product-search-filter-price .product-search-filter-price-clear {
	cursor: pointer;
	padding: 0;
	vertical-align: middle;
	font-size: 13px;
}

.product-search-filter-search .product-search-filter-search-clear, .product-search-filter-price.hide-slider .product-search-filter-price-clear {
	position: relative;
	top: 100%;
	left: 0;
}

.product-search-filter-price.hide-fields .product-search-filter-price-clear {
	padding: 1.6em .5em;
}

.product-search-filter-search .product-search-filter-search-clear:before, .product-search-filter-price .product-search-filter-price-clear:before {
	content: "×";
	display: inline-block;
	padding: .31em;
	text-align: center;
}

input[type="text"].product-search-filter-price-field {
	width: 30%;
	display: inline-block;
}

div.product-search-filter-terms a, div.product-search-filter-extras a, .widget-area .widget div.product-search-filter-terms a, .widget-area .widget div.product-search-filter-extras a {
	box-shadow: unset;
	font-weight: inherit;
	text-decoration: none;
}

.wps_add_to_cart {
	font-size: inherit;
}

.wps_add_to_cart a.button.add_to_cart_button, .wps_add_to_cart a.button.add_to_cart_button::before, .wps_add_to_cart a.button.add_to_cart_button::after, .wps_add_to_cart a.button.add_to_cart_button:hover, .wps_add_to_cart a.button.ajax_add_to_cart, .wps_add_to_cart a.button.ajax_add_to_cart::before, .wps_add_to_cart a.button.ajax_add_to_cart::after, .wps_add_to_cart a.button.ajax_add_to_cart:hover {
	font-size: 90%;
}

.fusion-body .wps_add_to_cart a.button.add_to_cart_button, .fusion-body .wps_add_to_cart a.button.ajax_add_to_cart {
	margin: 0;
	padding: 0;
}

.fusion-body .wps_add_to_cart a.button.add_to_cart_button::before, .fusion-body .wps_add_to_cart a.button.ajax_add_to_cart::before {
	content: "";
}

form.product-search-form input.product-search-field, form.product-search-form input.product-filter-field {
	box-sizing: border-box;
}

div.product-search-results div.product-search-results-content {
	box-sizing: border-box;
}

div.product-search-results div.wps_add_to_cart a.add_to_cart_button, div.product-search-results div.wps_add_to_cart>a.button {
	box-sizing: border-box;
	display: inline-block;
}

.product-search-filter-terms .term-expander {
	vertical-align: middle;
	font-size: 90%;
	cursor: pointer;
	padding: 0 2px;
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
}

.product-search-filter-terms .cat-parent.expandable>.term-expander .expand {
	display: inline;
}

.product-search-filter-terms .cat-parent.expandable>.term-expander .retract {
	display: none;
}

.product-search-filter-terms .cat-parent.expandable.expanded>.term-expander .expand {
	display: none;
}

.product-search-filter-terms .cat-parent.expandable.expanded>.term-expander .retract {
	display: inline;
}

.product-search-filter-terms .cat-parent.expandable>ul {
	display: none;
}

.product-search-filter-reset .loading-reset-filter {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/woocommerce-product-search/images/blinker.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.product-search-filter-reset .loading-reset-filter.nitro-lazy {
	background-image: none !important;
}

.product-search-filter-extras input[type="checkbox"].product-search-filter-extra {
	margin: 0 1px;
	vertical-align: baseline;
}

.product-search-filter-extras a.product-search-filter-extra {
	margin: 0 4px;
	vertical-align: baseline;
}

.selectize-control a.remove, .selectize-control a.remove:before, .selectize-control a.remove:after, .selectize-control a.remove:hover, .selectize-control a.remove-single, .selectize-control a.remove-single:before, .selectize-control a.remove-single:after, .selectize-control a.remove-single:hover {
	all: unset;
}

.woocommerce .product-search-filter-terms .selectize-control a.remove, .woocommerce .product-search-filter-terms .selectize-control a.remove:before, .woocommerce .product-search-filter-terms .selectize-control a.remove:after, .woocommerce .product-search-filter-terms .selectize-control a.remove:hover, .woocommerce .product-search-filter-terms .selectize-control a.remove-single, .woocommerce .product-search-filter-terms .selectize-control a.remove-single:before, .woocommerce .product-search-filter-terms .selectize-control a.remove-single:after, .woocommerce .product-search-filter-terms .selectize-control a.remove-single:hover {
	all: unset;
}

.selectize-input {
	min-height: 34px;
}

.selectize-control a.remove-single, .selectize-control a.remove-single:hover, .selectize-control a.remove, .selectize-control a.remove:hover, .woocommerce .product-search-filter-terms .selectize-control a.remove-single, .woocommerce .product-search-filter-terms .selectize-control a.remove-single:hover, .woocommerce .product-search-filter-terms .selectize-control a.remove, .woocommerce .product-search-filter-terms .selectize-control a.remove:hover {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
	font-size: inherit;
	vertical-align: text-bottom;
	padding: 0 4px;
	cursor: pointer;
	color: inherit !important;
}

.selectize-control a.remove-single:hover, .selectize-control a.remove:hover, .woocommerce .product-search-filter-terms .selectize-control a.remove-single:hover, .woocommerce .product-search-filter-terms .selectize-control a.remove:hover {
	color: #f00 !important;
}

.ixnorm .selectize-input, .selectize-control.single.ixnorm .selectize-input.input-active {
	display: block;
}

.ixnorm .selectize-dropdown {
	position: relative;
	top: 0;
}

.ixboxed .selectize-dropdown, .selectize-dropdown.plugin-ixboxed {
	overflow-x: visible !important;
	overflow-y: scroll !important;
	position: relative;
}

.ixboxed .selectize-dropdown .selectize-dropdown-content, .selectize-dropdown.plugin-ixboxed .selectize-dropdown-content {
	overflow: visible !important;
}

.selectize-control.ixboxed .selectize-input, .selectize-control.plugin-ixboxed .selectize-input {
	display: block !important;
}

.selectize-control.ixboxed .selectize-input.input-active, .selectize-control.plugin-ixboxed .selectize-input.input-active {
	display: block !important;
}

.selectize-control.ixnorm .selectize-input:after, .selectize-control.single.ixnorm .selectize-input:after {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 17px;
	overflow: visible;
	border: 0;
	padding: 8.5px 0;
	margin: 0;
	opacity: .62;
	color: inherit;
}

.selectize-control.ixnorm .selectize-input.has-items:after, .selectize-control.ixnorm .selectize-input.dropdown-active:after, .selectize-control.single.ixnorm .selectize-input.has-items:after, .selectize-control.single.ixnorm .selectize-input.dropdown-active:after {
	content: " " !important;
}

.selectize-control.single.ixnorm .selectize-input.dropdown-active:after {
	margin: 0;
	border: 0;
}

html[dir="rtl"] .product-search-filter-terms .selectize-control.ixnorm .selectize-input::after, html[dir="rtl"] .product-search-filter-terms .selectize-control.single.ixnorm .selectize-input::after {
	right: unset;
	left: 15px;
}

.selectize-control.ixboxed .selectize-input:after, .selectize-control.single.ixboxed .selectize-input:after, .selectize-control.plugin-ixboxed .selectize-input:after, .selectize-control.single.plugin-ixboxed .selectize-input:after {
	display: none !important;
}

.product-search-filter-terms .selectize-dropdown {
	cursor: pointer;
}

.product-search-filter-terms .selectize-dropdown .option.selected {
	cursor: default;
}

.product-search-filter-terms .selectize-dropdown .active {
	background-color: #f0f0f0;
	color: #333;
}

.product-search-filter-terms .selectize-dropdown .option-padding, .product-search-filter-terms .selectize-dropdown .option-thumbnail, .product-search-filter-terms .selectize-dropdown .option-label {
	display: inline-block;
}

.product-search-filter-terms .selectize-dropdown .option-padding {
	overflow: hidden;
}

.product-search-filter-rating ul.rating-filter-options {
	list-style: none;
	margin: 0;
	padding: .3em 0;
}

.product-search-filter-rating span.rating-filter-star-rating {
	display: inline-block;
	position: relative;
	height: 1em;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 5.2em;
	min-width: 5.2em;
	font-weight: normal;
}

.product-search-filter-rating span.rating-filter-star-rating::before {
	color: #ccc;
	content: "★★★★★";
	opacity: .25;
	position: absolute;
	top: 0;
	left: 0;
}

.product-search-filter-rating span.rating-filter-star-rating::after {
	color: #f0e033;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.product-search-filter-rating span.rating-filter-star-rating.rating-1::after {
	content: "★";
}

.product-search-filter-rating span.rating-filter-star-rating.rating-2::after {
	content: "★★";
}

.product-search-filter-rating span.rating-filter-star-rating.rating-3::after {
	content: "★★★";
}

.product-search-filter-rating span.rating-filter-star-rating.rating-4::after {
	content: "★★★★";
}

.product-search-filter-rating span.rating-filter-star-rating.rating-5::after {
	content: "★★★★★";
}

.product-search-filter-extra.rating-filter-option.rating-selected::after {
	font-family: "Font Awesome 5 Free Solid";
	font-weight: 900;
	font-size: 80%;
	content: "";
	vertical-align: middle;
	padding: 0 2px;
}

.product-search-filter-rating.product-search-filter-rating-active li.rating-not-selected {
	display: none !important;
}

.product-search-filter-rating li.rating-clear::before {
	content: "×";
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 2px;
}

.product-search-filter-rating li.rating-clear a {
	margin: 0;
	vertical-align: middle;
}

.product-search-filter-search a, .product-search-filter-terms a, .product-search-filter-price a, .product-search-filter-extras a {
	text-decoration: none !important;
}

body.product-search-filter-loading {
	cursor: progress;
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}

.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.irs-handle {
	position: absolute;
	display: block;
	box-sizing: border-box;
	cursor: default;
	z-index: 1;
}

.irs-handle.type_last {
	z-index: 2;
}

.irs-min, .irs-max {
	position: absolute;
	display: block;
	cursor: default;
}

.irs-min {
	left: 0;
}

.irs-max {
	right: 0;
}

.irs-from, .irs-to, .irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}

.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}

.irs-disabled {
	opacity: .4;
}

.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.irs--flat {
	height: 40px;
}

.irs--flat.irs-with-grid {
	height: 60px;
}

.irs--flat .irs-line {
	top: 25px;
	height: 12px;
	background-color: #e1e4e9;
	border-radius: 4px;
}

.irs--flat .irs-bar {
	top: 25px;
	height: 12px;
	background-color: #ed5565;
}

.irs--flat .irs-bar--single {
	border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: #e1e4e9;
}

.irs--flat .irs-handle {
	top: 22px;
	width: 16px;
	height: 18px;
	background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color: #da4453;
}

.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
	background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
	top: 0;
	padding: 1px 3px;
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	background-color: #e1e4e9;
	border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	color: white;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #ed5565;
	border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
	background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
	color: #999;
}

.irs--big {
	height: 55px;
}

.irs--big.irs-with-grid {
	height: 70px;
}

.irs--big .irs-line {
	top: 33px;
	height: 12px;
	background-color: white;
	background: linear-gradient(to bottom, #ddd -50%, white 150%);
	border: 1px solid #ccc;
	border-radius: 12px;
}

.irs--big .irs-bar {
	top: 33px;
	height: 12px;
	background-color: #92bce0;
	border: 1px solid #428bca;
	background: linear-gradient(to bottom, #fff 0%, #428bca 30%, #b9d4ec 100%);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
}

.irs--big .irs-bar--single {
	border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: rgba(66, 139, 202, .5);
}

.irs--big .irs-handle {
	top: 25px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .3);
	background-color: #cbcfd5;
	background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px white;
	border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
	border-color: rgba(0, 0, 0, .45);
	background-color: #939ba7;
	background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min, .irs--big .irs-max {
	top: 0;
	padding: 1px 5px;
	color: white;
	text-shadow: none;
	background-color: #9f9f9f;
	border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
	color: white;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #428bca;
	background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	border-radius: 3px;
}

.irs--big .irs-grid-pol {
	background-color: #428bca;
}

.irs--big .irs-grid-text {
	color: #428bca;
}

.irs--modern {
	height: 55px;
}

.irs--modern.irs-with-grid {
	height: 55px;
}

.irs--modern .irs-line {
	top: 25px;
	height: 5px;
	background-color: #d1d6e0;
	background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
	border: 1px solid #a3adc1;
	border-bottom-width: 0;
	border-radius: 5px;
}

.irs--modern .irs-bar {
	top: 25px;
	height: 5px;
	background: #20b426;
	background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
	border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(209, 214, 224, .5);
}

.irs--modern .irs-handle {
	top: 37px;
	width: 12px;
	height: 13px;
	border: 1px solid #a3adc1;
	border-top-width: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(1) {
	position: absolute;
	display: block;
	top: -4px;
	left: 1px;
	width: 6px;
	height: 6px;
	border: 1px solid #a3adc1;
	background: white;
	transform: rotate(45deg);
}

.irs--modern .irs-handle>i:nth-child(2) {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 10px;
	height: 12px;
	background: #e9e6e6;
	background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
	border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(3) {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 3px;
	left: 3px;
	width: 4px;
	height: 5px;
	border-left: 1px solid #a3adc1;
	border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
	border-color: #7685a2;
	background: #c3c7cd;
	background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%);
}

.irs--modern .irs-handle.state_hover>i:nth-child(1), .irs--modern .irs-handle:hover>i:nth-child(1) {
	border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover>i:nth-child(3), .irs--modern .irs-handle:hover>i:nth-child(3) {
	border-color: #48536a;
}

.irs--modern .irs-min, .irs--modern .irs-max {
	top: 0;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	color: white;
	background-color: #d1d6e0;
	border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #20b426;
	color: white;
	border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #20b426;
}

.irs--modern .irs-grid {
	height: 25px;
}

.irs--modern .irs-grid-pol {
	background-color: #dedede;
}

.irs--modern .irs-grid-text {
	color: silver;
	font-size: 13px;
}

.irs--sharp {
	height: 50px;
	font-size: 12px;
	line-height: 1;
}

.irs--sharp.irs-with-grid {
	height: 57px;
}

.irs--sharp .irs-line {
	top: 30px;
	height: 2px;
	background-color: black;
	border-radius: 2px;
}

.irs--sharp .irs-bar {
	top: 30px;
	height: 2px;
	background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
	border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(0, 0, 0, .5);
}

.irs--sharp .irs-handle {
	top: 25px;
	width: 10px;
	height: 10px;
	background-color: #a804b2;
}

.irs--sharp .irs-handle>i:first-child {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
	background-color: black;
}

.irs--sharp .irs-handle.state_hover>i:first-child, .irs--sharp .irs-handle:hover>i:first-child {
	border-top-color: black;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
	color: white;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 4px;
	opacity: .4;
	background-color: #a804b2;
	border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 4px;
	background-color: #a804b2;
	color: white;
	border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
	height: 25px;
}

.irs--sharp .irs-grid-pol {
	background-color: #dedede;
}

.irs--sharp .irs-grid-text {
	color: silver;
	font-size: 13px;
}

.irs--round {
	height: 50px;
}

.irs--round.irs-with-grid {
	height: 65px;
}

.irs--round .irs-line {
	top: 36px;
	height: 4px;
	background-color: #dee4ec;
	border-radius: 4px;
}

.irs--round .irs-bar {
	top: 36px;
	height: 4px;
	background-color: #006cfa;
}

.irs--round .irs-bar--single {
	border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
	height: 4px;
	bottom: 21px;
	background-color: rgba(222, 228, 236, .5);
}

.irs--round .irs-handle {
	top: 26px;
	width: 24px;
	height: 24px;
	border: 4px solid #006cfa;
	background-color: white;
	border-radius: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
	background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #006cfa;
	color: white;
	border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #006cfa;
}

.irs--round .irs-grid {
	height: 25px;
}

.irs--round .irs-grid-pol {
	background-color: #dedede;
}

.irs--round .irs-grid-text {
	color: silver;
	font-size: 13px;
}

.irs--square {
	height: 50px;
}

.irs--square.irs-with-grid {
	height: 60px;
}

.irs--square .irs-line {
	top: 31px;
	height: 4px;
	background-color: #dedede;
}

.irs--square .irs-bar {
	top: 31px;
	height: 4px;
	background-color: black;
}

.irs--square .irs-shadow {
	height: 2px;
	bottom: 21px;
	background-color: #dedede;
}

.irs--square .irs-handle {
	top: 25px;
	width: 16px;
	height: 16px;
	border: 3px solid black;
	background-color: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
	background-color: #f0f6ff;
}

.irs--square .irs-min, .irs--square .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: black;
	color: white;
}

.irs--square .irs-grid {
	height: 25px;
}

.irs--square .irs-grid-pol {
	background-color: #dedede;
}

.irs--square .irs-grid-text {
	color: silver;
	font-size: 11px;
}
/*# sourceMappingURL=shortcodes.css.map */

/* === 1. PRESET SHORTCODE === */
.yith-wcan-filters {
	background-color: var(--yith-wcan-filters_colors_background, transparent);
	margin-bottom: 30px;
}

.yith-wcan-filters h3.mobile-only {
	display: none;
}

.yith-wcan-filters .yith-wcan-filter {
	margin-bottom: 30px;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
	color: var(--yith-wcan-filters_colors_titles, #434343);
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable {
	cursor: pointer;
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
	background-size: 100% auto;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	width: 10px;
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg");
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.open:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened:after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg");
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
	right: 5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.collapsable.closed + .filter-content {
	display: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items {
	float: none;
	list-style: none;
	padding-left: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
	margin: 0;
	padding: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
	padding-left: 15px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
	font-size: 0;
	margin: 0 -5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label {
	font-size: 0;
	margin: 0 -5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-dropdown {
	display: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
	line-height: 2;
	margin: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
	color: var(--yith-wcan-anchors_style_text, #434343);
	text-decoration: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
	color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled {
	opacity: .5;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
	color: #b4b4b4;
	cursor: not-allowed;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
	color: var(--yith-wcan-anchors_style_text_active, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
	display: inline-block;
	margin-bottom: 10px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color > a {
	display: inline-block;
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-image {
	font-size: 1rem;
	text-align: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-below, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
	font-size: 1rem;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
	display: block;
	margin: 0 0 10px;
	width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-image {
	margin-bottom: 0;
	margin-right: 10px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-label {
	display: inline-block;
	font-size: 1em;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
	border: 2px solid transparent;
	border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
	display: inline-block;
	height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
	margin-bottom: 5px;
	overflow: hidden;
	vertical-align: middle;
	width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch {
	display: block;
	height: 100%;
	width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color.bi-color .color-swatch {
	border-style: solid;
	border-width: 0 0 var(--yith-wcan-color_swatches_size, 45px) var(--yith-wcan-color_swatches_size, 45px);
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover {
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image {
	border: 2px solid transparent;
	border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
	display: inline-block;
	font-size: 0;
	height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
	margin-bottom: 5px;
	overflow: hidden;
	vertical-align: middle;
	width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image:hover {
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image img {
	height: auto;
	width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-image img {
	opacity: .4;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
	display: block;
	font-size: .6em;
	line-height: 1.4;
	text-align: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-hide .term-label {
	display: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-image {
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a:after {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 100%;
	color: #fff;
	content: "";
	font-size: 16px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: -5px;
	text-align: center;
	text-decoration: none;
	top: -5px;
	width: 15px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
	background-color: var(--yith-wcan-labels_style_background, #fff);
	box-shadow: 0 0 0 1px #d7d7d7;
	border-radius: 4px;
	display: inline-block;
	margin: 0 5px 10px;
	padding: 7px;
	text-align: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label > a {
	color: var(--yith-wcan-labels_style_text, #434343);
	display: block;
	height: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right) > a {
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right) > a:after {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 100%;
	color: #fff;
	content: "";
	font-size: 16px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: -5px;
	right: -13px;
	text-align: center;
	text-decoration: none;
	top: -5px;
	top: -15px;
	width: 15px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover {
	box-shadow: 0 0 0 2px var(--yith-wcan-filters_colors_accent, #4e8ba2);
	color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
	background-color: var(--yith-wcan-labels_style_background_active, #4e8ba2);
	box-shadow: 0 0 0 2px var(--yith-wcan-labels_style_background_active, #4e8ba2);
	color: var(--yith-wcan-labels_style_text_active, #fff);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .term-label, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .item-count {
	color: var(--yith-wcan-labels_style_text_active, #fff);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
	background-color: var(--yith-wcan-labels_style_background_hover, #4e8ba2);
	box-shadow: 0 0 0 2px var(--yith-wcan-labels_style_background_hover, #4e8ba2);
	color: var(--yith-wcan-labels_style_text_hover, #fff);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .term-label, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .item-count {
	color: var(--yith-wcan-labels_style_text_hover, #fff);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image {
	background: none;
	box-shadow: none;
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image > a {
	display: inline-block;
	color: var(--yith-wcan-anchors_style_text, #434343);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image > a:hover {
	color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image.active > a {
	color: var(--yith-wcan-anchors_style_text_active, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-image {
	margin-right: 10px;
	max-width: 70px;
	vertical-align: middle;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-label {
	display: inline-block;
	vertical-align: middle;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image {
	display: inline-block;
	font-size: 0;
	max-width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image img {
	width: 100%;
	height: auto;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label {
	display: block;
	font-size: .8rem;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-hide.with-image .term-label {
	display: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable {
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
	background-size: 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 20px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed > .toggle-handle {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg");
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed > .toggle-handle.nitro-lazy {
	background-image: none !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg");
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle.nitro-lazy {
	background-image: none !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable:after {
	top: 5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
	color: #b4b4b4;
	font-size: 1em;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .star-rating {
	display: inline-block;
	line-height: 1.4;
	margin-right: 10px;
	vertical-align: middle;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-1-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(100% - 10px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-2-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(50% - 10px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(33.3333333333% - 10px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-4-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(25% - 10px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-5-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(20% - 10px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-6-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(16.6666666667% - 10px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-7-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(14.2857142857% - 10px);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-8-column {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
	width: calc(12.5% - 10px);
}

.yith-wcan-filters .yith-wcan-filter.label-design .filter-items {
	font-size: 0;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 0;
	color: #fff;
	cursor: initial;
	font-size: .6875rem;
	line-height: normal;
	padding: 7px 10px;
	pointer-events: none;
	text-align: center;
	display: none;
	top: calc(50% - 15px);
	z-index: 1006;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before {
	background: transparent !important;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	content: "";
	bottom: -5px;
	display: block;
	height: 0;
	left: -5px;
	position: absolute;
	top: calc(50% - 5px);
	width: 0;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip > img {
	min-width: 40px;
	height: auto;
}

.yith-wcan-filters .yith-wcan-filter .filter-color .yith-wcan-tooltip, .yith-wcan-filters .yith-wcan-filter .filter-label .yith-wcan-tooltip {
	bottom: calc(100% + 15px);
	top: auto;
	white-space: nowrap;
}

.yith-wcan-filters .yith-wcan-filter .with-tooltip {
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter .with-tooltip .yith-wcan-tooltip {
	position: absolute;
}

.yith-wcan-filters .yith-wcan-filter .filter-color .with-tooltip .yith-wcan-tooltip:before, .yith-wcan-filters .yith-wcan-filter .filter-label .with-tooltip .yith-wcan-tooltip:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	left: calc(50% - 5px);
	top: 100%;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.both {
	padding: 20px 10px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.both:after {
	content: "";
	display: block;
	clear: both;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min, .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
	min-width: 0;
	width: 50px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.both .irs {
	margin-bottom: 20px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min {
	float: left;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
	float: right;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.fields {
	padding: 20px 0;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-min, .yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-max {
	min-width: 0;
	width: 70px;
	margin: 0 5px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-line {
	height: 5px;
	border-radius: 4px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
	border: 4px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	cursor: grab;
	height: 18px;
	top: 29px;
	width: 18px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-min, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-max {
	background: none;
	top: -5px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 0;
	color: #fff;
	cursor: initial;
	font-size: .6875rem;
	line-height: normal;
	padding: 7px 10px;
	pointer-events: none;
	text-align: center;
	top: -8px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
	background: transparent !important;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	content: "";
	bottom: -5px;
	display: block;
	height: 0;
	left: -5px;
	position: absolute;
	top: calc(50% - 5px);
	width: 0;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from > img, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to > img, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single > img {
	min-width: 40px;
	height: auto;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	left: calc(50% - 2px);
	top: 100%;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 8px 15px;
	cursor: pointer;
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after {
	background-size: 100% auto;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	width: 10px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg");
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg");
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
	background-color: #fff;
	border: 1px solid rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), .3);
	border-radius: 4px;
	box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), .3);
	display: none;
	left: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	z-index: 1011;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container {
	margin-bottom: 15px;
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
	padding-right: 40px;
	width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:active, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:focus {
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	box-shadow: 0 0 2px var(--yith-wcan-filters_colors_accent, #4e8ba2);
	outline-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container:after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/search.svg");
	background-size: 100% auto;
	content: "";
	display: block;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
	margin-bottom: 0;
	max-height: 200px;
	overflow-y: scroll;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
	margin-bottom: 5px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li > a {
	display: inline-block;
	vertical-align: middle;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar-thumb {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 4px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more {
	color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
	display: inline-block;
	font-size: .8em;
	margin-top: 10px;
	text-decoration: none;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more:hover {
	color: var(--yith-wcan-anchors_style_text, #434343);
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
	vertical-align: middle;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label .star-rating {
	display: inline-block;
	line-height: 1.4;
	margin-right: 10px;
	vertical-align: middle;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
	border-color: rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), .3);
	box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), .3);
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper {
	display: block;
}

.yith-wcan-filters .yith-wcan-filter a.clear-selection {
	font-size: .9em;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder {
	height: calc(1.5em + 16px);
	background-color: #b4b4b4 !important;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none;
	color: #b4b4b4 !important;
	display: block;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	position: relative;
	width: auto;
	z-index: 1;
	cursor: pointer;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:before {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, #b4b4b4, #f0f0f0, #b4b4b4);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:after {
	background-size: 100% auto;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	width: 10px;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.closed:after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.opened):after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.open):after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg");
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.open:after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.opened:after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg");
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder {
	position: relative;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder {
	height: 5px;
	margin: 45px 0;
	background-color: #b4b4b4 !important;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none;
	color: #b4b4b4 !important;
	display: block;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: auto;
	z-index: 1;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder:before {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, #b4b4b4, #f0f0f0, #b4b4b4);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle {
	border-radius: 100%;
	border: 4px solid #ebebeb;
	background-color: #ebebeb;
	top: calc(50% - 9px);
	z-index: 2;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.from {
	left: 0;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.to {
	right: 0;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items {
	margin-bottom: 0;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .filter-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items input {
	cursor: not-allowed;
	pointer-events: none;
	vertical-align: middle;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder {
	height: 1em;
	vertical-align: middle;
	cursor: none;
	background-color: #b4b4b4 !important;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none;
	color: #b4b4b4 !important;
	display: block;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: auto;
	z-index: 1;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder:before {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, #b4b4b4, #f0f0f0, #b4b4b4);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.checkbox-design .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.radio-design .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-price-range .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-orderby .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-review .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-stock-sale .item-placeholder {
	flex: auto;
	display: inline-block;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items {
	font-size: inherit;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item {
	display: block;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(1) {
	width: calc(40% - 5px);
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(2) {
	width: calc(25% - 5px);
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(3) {
	width: calc(35% - 5px);
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(4) {
	width: calc(30% - 5px);
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item .item-placeholder {
	height: 2em;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item {
	border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
	display: inline-block;
	height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
	margin-right: 15px;
	vertical-align: middle;
	width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item .item-placeholder {
	height: 100%;
}

.yith-wcan-filters .yith-wcan-filter.filter-placeholder.text-design .filter-items .filter-item {
	display: block;
	margin-bottom: 25px;
}

.yith-wcan-filters.custom-style span.checkboxbutton {
	position: relative;
}

.yith-wcan-filters.custom-style span.checkboxbutton input[type=checkbox] {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 20px;
}

.yith-wcan-filters.custom-style span.checkboxbutton:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	margin-right: 10px;
	text-align: center;
	line-height: 23px;
	font-size: 17px;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 5px;
	transition: background-color ease .3s;
}

.yith-wcan-filters.custom-style span.checkboxbutton.checked:before {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/check.svg") !important;
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat !important;
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	color: #fff;
	content: "";
}

.yith-wcan-filters.custom-style span.radiobutton {
	position: relative;
}

.yith-wcan-filters.custom-style span.radiobutton input[type=radio] {
	bottom: 0;
	cursor: pointer;
	height: 23px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 23px;
}

.yith-wcan-filters.custom-style span.radiobutton:before {
	content: "";
	background: #fff;
	background-clip: content-box;
	border: 1px solid #d7d7d7;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}

.yith-wcan-filters.custom-style span.radiobutton.checked:before {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	background-clip: content-box !important;
}

.yith-wcan-filters.custom-style .star-rating {
	color: #e3a405;
}

.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.checkboxbutton:before, .yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.radiobutton:before {
	border: 1px solid #b4b4b4;
	background-color: #b4b4b4;
	opacity: .15;
}

.yith-wcan-filters .apply-filters {
	margin-top: 15px;
}

.yith-wcan-filters.filters-modal {
	bottom: 0;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .4);
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translate(-100%, 0);
	transition: .3s transform cubic-bezier(.645, .045, .355, 1);
	z-index: 1002;
}

.yith-wcan-filters.filters-modal h3 {
	background: #eee;
	font-size: 1.2em;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 1007;
}

.yith-wcan-filters.filters-modal h3.mobile-only {
	display: block;
}

.yith-wcan-filters.filters-modal .filters-container {
	height: calc(100% - 65px);
	margin-top: 65px;
	overflow-y: scroll;
	padding: 20px;
}

.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
}

.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar-thumb {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 4px;
}

.yith-wcan-filters.filters-modal .filters-container > .clear-selection {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 20px;
}

.yith-wcan-filters.filters-modal.with-filter-button .filters-container {
	height: calc(100% - 130px);
}

.yith-wcan-filters.filters-modal .yith-wcan-filter {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 15px;
}

.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title {
	margin: 0;
}

.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title.collapsable:after {
	right: 5px;
}

.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-content {
	margin-top: 15px;
}

.yith-wcan-filters.filters-modal.open {
	display: block;
	opacity: 1;
	transform: translate(0, 0);
}

.yith-wcan-filters.filters-modal .close-button {
	color: var(--yith-wcan-anchors_style_text, #434343);
	cursor: pointer;
	font-size: 1.5em;
	height: 35px;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-decoration: none;
	right: 20px;
	top: 15px;
	vertical-align: middle;
	width: 35px;
	z-index: 1008;
}

.yith-wcan-filters.filters-modal .close-button:hover {
	color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters.filters-modal .main-modal-button {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 0;
	bottom: 0;
	display: none;
	height: 60px;
	line-height: 60px;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	width: 100%;
}

.yith-wcan-filters.horizontal:not(.filters-modal) {
	text-align: left;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
	display: inline-block;
	margin-bottom: 8px;
	min-width: 200px;
	position: relative;
	vertical-align: top;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 10px 40px 10px 20px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable:after {
	right: 15px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
	border: 2px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	padding: 0 5px;
	font-size: .8em;
	margin: 0 10px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened + .filter-content {
	border: 1px solid rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), .3);
	box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), .3);
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	min-width: 300px;
	position: absolute;
	padding: 20px;
	width: 100%;
	z-index: 1001;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer {
	background-color: #f0f0f0;
	margin: 20px -20px -20px;
	padding: 15px 20px;
	text-align: right;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters {
	margin: 0;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .clear-selection {
	background: #cbcbcb;
	border-color: #cbcbcb;
	color: #434343;
	margin-bottom: 0;
	margin-right: 15px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items {
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px 2px 0 0;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar-thumb {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 4px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.label-design .filter-items {
	padding-top: 8px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container {
	margin-bottom: 20px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container input {
	width: 100%;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .matching-items a {
	cursor: pointer;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-title {
	visibility: hidden;
	height: 0;
	margin: 0;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content {
	height: calc(1.5em + 16px);
	margin-bottom: 10px;
	background-color: #b4b4b4 !important;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none;
	color: #b4b4b4 !important;
	display: block;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	position: relative;
	width: auto;
	z-index: 1;
	cursor: pointer;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:before {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, #b4b4b4, #f0f0f0, #b4b4b4);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:after {
	background-size: 100% auto;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	width: 10px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.closed:after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.opened):after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.open):after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg");
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.open:after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.opened:after {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/source/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-up.svg");
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content * {
	display: none;
}

.yith-wcan-filters.horizontal:not(.filters-modal) form > .apply-filters {
	margin-top: 0;
}

body.admin-bar .yith-wcan-filters.filters-modal {
	top: 32px;
}

body.yith-wcan-preset-modal-open:after {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
}

body.yith-wcan-preset-modal-open:after.admin-bar {
	top: 32px;
}

body.rtl .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
	padding-left: 0;
	padding-right: 15px;
}

body.rtl .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
	left: 5px;
	right: auto;
}

@media (max-width: 991px) {
	body.filters-in-modal .yith-wcan-filters {
		display: none;
	}
}

@media (max-width: 782px) {
	body.admin-bar .yith-wcan-filters.filters-modal {
		top: 46px;
	}
}

/* === 2. ACTIVE FILTERS LABELS === */
.yith-wcan-active-filters {
	font-size: .8em;
	margin-bottom: 20px;
}

.yith-wcan-active-filters .active-filter {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 15px;
}

.yith-wcan-active-filters .active-filter b {
	display: inline-block;
	margin-right: 15px;
}

.yith-wcan-active-filters .active-filter .active-filter-label {
	border: 1px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 5px;
	color: var(--yith-wcan-anchors_style_text, #434343);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 4px 15px 3px;
	position: relative;
	position: relative;
	text-decoration: none;
}

.yith-wcan-active-filters .active-filter .active-filter-label:after {
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 100%;
	color: #fff;
	content: "";
	font-size: 16px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: -5px;
	text-align: center;
	text-decoration: none;
	top: -5px;
	width: 15px;
}

.yith-wcan-active-filters .active-filter .active-filter-label .star-rating {
	display: inline-block;
	line-height: 1.4;
	margin-right: 10px;
	margin-right: 0;
	vertical-align: middle;
}

.yith-wcan-active-filters.no-titles .active-filter {
	margin-right: 0;
}

.yith-wcan-active-filters.custom-style .star-rating {
	color: #e3a405;
}

.yith-wcan-active-filters .reset-filters {
	border: 1px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-radius: 5px;
	color: var(--yith-wcan-anchors_style_text, #434343);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 4px 15px 3px;
	position: relative;
	text-decoration: none;
	background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-active-filters .reset-filters:hover {
	background-color: rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * .8), calc(var(--yith-wcan-filters_colors_accent_g, 139) * .8), calc(var(--yith-wcan-filters_colors_accent_b, 162) * .8));
	border-color: rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * .8), calc(var(--yith-wcan-filters_colors_accent_g, 139) * .8), calc(var(--yith-wcan-filters_colors_accent_b, 162) * .8));
}

/* === 3. MOBILE FILTERS === */
.yith-wcan-filters-opener {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	background: #fff;
	color: var(--yith-wcan-anchors_style_text, #434343);
	display: none;
	outline-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}

.yith-wcan-filters-opener i.filter-icon {
	background-image: url("https://cdn-ildilbl.nitrocdn.com/cSOfMSyNgZVYdEZAXJqAINsdzsMRTohp/assets/images/optimized/rev-3f0a0b9/discounttwo-wayradio.com/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/filters.svg");
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 15px;
	margin-right: 2px;
	vertical-align: middle;
	width: 15px;
}

.yith-wcan-filters-opener i.filter-icon.nitro-lazy {
	background-image: none !important;
}

.yith-wcan-filters-opener:hover {
	background: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
	color: #fff;
}

.yith-wcan-filters-opener:hover i.filter-icon {
	filter: brightness(0) invert(1);
}
