.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.bapf_sfilter .bapf_button, .bapf_sfilter label {
	cursor: pointer;
}

.bapf_sfilter .bapf_button {
	display: inline-block !important;
}

.bapf_sfilter label {
	display: inline !important;
}

.bapf_sfilter ul li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100%;
	text-align: left !important;
}

.rtl .bapf_sfilter ul li {
	text-align: right !important;
}

.bapf_sfilter .bapf_body ul li ul {
	margin-left: 15px !important;
	padding-left: 0 !important;
}

.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
	background: none repeat scroll 0 0 #b0b5b9;
	border: 0 none;
	border-radius: 0;
	height: 4px;
	padding: 0;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: none repeat scroll 0 0 #000;
}

.slide.default .bapf_slidr_main.ui-widget-content .ui-slider-range, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: #222;
}

.slide.default .bapf_slidr_main.ui-widget-content, .slide.default .berocket_filter_price_slider.ui-widget-content {
	height: 4px;
	border: 1px solid #555;
	font-size: 10px;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
	background: #ddd;
	font-size: 14px;
	width: 1em;
	height: 1em;
	border: 1px solid #555;
	top: -6px;
	border-radius: 2em;
}

.berocket_aapf_widget li.slider div.slide {
	clear: both;
	height: auto;
	text-align: right;
	line-height: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.bapf_slidr_main>a:last-child {
	margin-left: -12px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.slide .ui-corner-all, .slide .ui-corner-bottom, .slide .ui-corner-br, .slide .ui-corner-right {
	border-bottom-right-radius: 4px;
}

.slide .ui-corner-all, .slide .ui-corner-bl, .slide .ui-corner-bottom, .slide .ui-corner-left {
	border-bottom-left-radius: 4px;
}

.slide .ui-corner-all, .slide .ui-corner-right, .slide .ui-corner-top, .slide .ui-corner-tr {
	border-top-right-radius: 4px;
}

.slide .ui-corner-all, .slide .ui-corner-left, .slide .ui-corner-tl, .slide .ui-corner-top {
	border-top-left-radius: 4px;
}

ul.berocket_aapf_widget li.slider>span {
	cursor: initial;
}

ul.berocket_aapf_widget li.slider .bapf_slidr_main {
	cursor: pointer;
}

.slide .ui-widget-content {
	background: #fff;
	border: 1px solid #aaa;
	color: #222;
}

.slide .ui-state-default, .slide .ui-widget-content .ui-state-default, .slide .ui-widget-header .ui-state-default {
	background: #e6e6e6;
	border: 1px solid #d3d3d3;
	color: #555;
	font-weight: 400;
}

.ui-widget.ui-datepicker {
	font-size: 14px;
	z-index: 9000 !important;
}

.bapf_sfilter .ui-widget.ui-widget-content {
	border: 0;
}

.bapf_sfilter .ui-button, .bapf_sfilter .ui-state-default, .bapf_sfilter .ui-widget-content .ui-state-default, .bapf_sfilter .ui-widget-header .ui-state-default, html .bapf_sfilter .ui-button.ui-state-disabled:active, html .bapf_sfilter .ui-button.ui-state-disabled:hover {
	border: 0;
}

.bapf_slidr_jqrui .bapf_slidr_all:after {
	content: "";
	display: block;
	clear: both;
}

.bapf_slidr_jqrui .bapf_slidr_main {
	margin-bottom: 10px;
}

.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
	width: 49%;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
}

.bapf_slidr_jqrui .bapf_from input, .bapf_slidr_jqrui .bapf_to input {
	width: 50%;
	vertical-align: middle;
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.bapf_slidr_jqrui .bapf_from {
	text-align: left;
}

.bapf_slidr_jqrui .bapf_to {
	text-align: right;
}

.bapf_slidr.bapf_slidr_btmval .irs-bar {
	top: 3px;
}

.bapf_slidr.bapf_slidr_btmval .irs--big .irs-bar {
	top: 10px;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-bar {
	top: 17px;
}

.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-bar {
	top: 5px;
}

.bapf_slidr.bapf_slidr_btmval .irs--round .irs-bar {
	top: 10px;
}

.bapf_slidr.bapf_slidr_btmval .irs--square .irs-bar {
	top: 6px;
}

.bapf_slidr.bapf_slidr_btmval .irs-handle {
	top: 0;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-handle {
	top: 0;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-radius: 3px 3px 0 0;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-handle>i:first-child {
	top: initial;
	bottom: -2px;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-handle>i:nth-child(2) {
	border-radius: 3px 3px 0 0;
}

.bapf_slidr.bapf_slidr_btmval .irs-line {
	top: 3px;
}

.bapf_slidr.bapf_slidr_btmval .irs--bapf-flat .irs-line {
	top: 0;
}

.bapf_slidr.bapf_slidr_btmval .irs--big .irs-line {
	top: 10px;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-line {
	top: 17px;
}

.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-line {
	top: 5px;
}

.bapf_slidr.bapf_slidr_btmval .irs--round .irs-line {
	top: 10px;
}

.bapf_slidr.bapf_slidr_btmval .irs--square .irs-line {
	top: 6px;
}

.bapf_slidr.bapf_slidr_btmval .irs-max, .bapf_slidr.bapf_slidr_btmval .irs-min {
	top: 25px;
}

.bapf_slidr.bapf_slidr_btmval .irs--big .irs-max, .bapf_slidr.bapf_slidr_btmval .irs--big .irs-min {
	top: 30px;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-max, .bapf_slidr.bapf_slidr_btmval .irs--modern .irs-min {
	top: 30px;
}

.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-max, .bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-min {
	top: 20px;
}

.bapf_slidr.bapf_slidr_btmval .irs--round .irs-max, .bapf_slidr.bapf_slidr_btmval .irs--round .irs-min {
	top: 30px;
}

.bapf_slidr.bapf_slidr_btmval .irs-from, .bapf_slidr.bapf_slidr_btmval .irs-single, .bapf_slidr.bapf_slidr_btmval .irs-to {
	top: 25px;
}

.bapf_slidr.bapf_slidr_btmval .irs--big .irs-from, .bapf_slidr.bapf_slidr_btmval .irs--big .irs-single, .bapf_slidr.bapf_slidr_btmval .irs--big .irs-to {
	top: 30px;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-from, .bapf_slidr.bapf_slidr_btmval .irs--modern .irs-single, .bapf_slidr.bapf_slidr_btmval .irs--modern .irs-to {
	top: 30px;
}

.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-from, .bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-single, .bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-to {
	top: 20px;
}

.bapf_slidr.bapf_slidr_btmval .irs--round .irs-from, .bapf_slidr.bapf_slidr_btmval .irs--round .irs-single, .bapf_slidr.bapf_slidr_btmval .irs--round .irs-to {
	top: 30px;
}

.bapf_slidr.bapf_slidr_btmval .irs--flat .irs-from:before, .bapf_slidr.bapf_slidr_btmval .irs--flat .irs-single:before, .bapf_slidr.bapf_slidr_btmval .irs--flat .irs-to:before {
	bottom: initial;
	top: -6px;
	border-top-color: transparent;
	border-bottom-color: #ed5565;
}

.bapf_slidr.bapf_slidr_btmval .irs--bapf-flat .irs-from:before, .bapf_slidr.bapf_slidr_btmval .irs--bapf-flat .irs-single:before, .bapf_slidr.bapf_slidr_btmval .irs--bapf-flat .irs-to:before {
	bottom: initial;
	top: -6px;
	border-top-color: transparent;
	border-bottom-color: #617be5;
}

.bapf_slidr.bapf_slidr_btmval .irs--modern .irs-from:before, .bapf_slidr.bapf_slidr_btmval .irs--modern .irs-single:before, .bapf_slidr.bapf_slidr_btmval .irs--modern .irs-to:before {
	bottom: initial;
	top: -6px;
	border-top-color: transparent;
	border-bottom-color: #20b426;
}

.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-from:before, .bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-single:before, .bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-to:before {
	bottom: initial;
	top: -6px;
	border-top-color: transparent;
	border-bottom-color: #a804b2;
}

.bapf_slidr.bapf_slidr_btmval .irs--round .irs-from:before, .bapf_slidr.bapf_slidr_btmval .irs--round .irs-single:before, .bapf_slidr.bapf_slidr_btmval .irs--round .irs-to:before {
	bottom: initial;
	top: -6px;
	border-top-color: transparent;
	border-bottom-color: #006cfa;
}

.bapf_sfilter {
	margin-bottom: 20px;
}

.berocket_single_filter_widget.berocket_inline_clickable, .berocket_single_filter_widget.berocket_inline_filters {
	float: left !important;
	padding-right: 15px !important;
}

.berocket_single_filter_widget.berocket_inline_filters {
	width: 12.5% !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-title_div, .berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-title_div {
	border: 2px solid #333 !important;
	background-color: #333 !important;
	color: #ccc !important;
	padding: 5px !important;
	padding-right: 35px !important;
	border-radius: 5px !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_widget_has_description .berocket_aapf_widget-title_div {
	padding-right: 55px !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-wrapper {
	padding-bottom: 5px !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-title_div h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	color: inherit !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget-title_div {
	border: 2px solid #ccc !important;
	color: #000 !important;
	background-color: #ccc !important;
	border-radius: 5px 5px 0 0 !important;
	padding-bottom: 10px !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget-wrapper {
	padding-bottom: 0 !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget {
	position: absolute !important;
	top: 100% !important;
	width: 100% !important;
	background-color: #fff !important;
	z-index: 800 !important;
	margin: 0 !important;
	border: 2px solid #ccc !important;
	padding: 5px !important;
	display: none;
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget {
	z-index: 900 !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_left .berocket_aapf_widget {
	left: 0 !important;
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_right .berocket_aapf_widget {
	right: 0 !important;
}

@media screen and (max-width:767px) {
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		z-index: 9000000000 !important;
		background-color: #fff !important;
		overflow: auto !important;
	}
	
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget {
		border: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide {
		display: block !important;
	}
	
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-left:before, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-right:before {
		content: "" !important;
	}
	
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_description {
		display: none !important;
	}
	
	body .select2-container, body .ui-widget.ui-datepicker {
		z-index: 9000000009 !important;
	}
}

.berocket_element_above_products {
	clear: both !important;
	overflow: visible !important;
}

.berocket_single_filter_widget.bapf_mt_none {
	display: none !important;
}

div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper * {
	opacity: 1;
}

@media screen and (max-width:767px) {
	.bapf_sngl_hd_mobile {
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.bapf_sngl_hd_tablet {
		display: none;
	}
}

@media screen and (min-width:1025px) {
	.bapf_sngl_hd_desktop {
		display: none;
	}
}

.berocket_aapf_widget select {
	overflow: auto !important;
}

.berocket_element_above_products_after {
	clear: both;
}

ul.berocket_aapf_widget li>span>input+.berocket_label_widgets::before {
	margin-right: 6px;
}

.berocket_element_above_products_is_hide {
	overflow: visible !important;
}

.berocket_element_above_products_is_hide:after {
	content: "";
	display: block;
	clear: both;
}

.berocket_element_above_products_is_hide.br_is_hidden {
	opacity: 0;
	max-height: 1px;
	position: relative;
}

.berocket_element_above_products_is_hide_toggle {
	height: 20px;
	width: 200px !important;
	margin: 40px 0;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	outline: 0 none !important;
	color: #2a2a2a;
	font-weight: 600;
	font-size: 16px;
}

@media screen and (min-width:981px) {
	body.berocket_ajax_filters_sidebar_active {
		margin-left: 200px;
	}
}

body .berocket_ajax_filters_sidebar_back {
	display: none;
}

@media screen and (max-width:800px) {
	body .berocket_ajax_filters_sidebar_main.brapf_sidebar_float_mobile_hide {
		display: none;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile {
		display: block;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile .berocket_ajax_filters_sidebar_toggle {
		margin: 0;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile {
		position: fixed;
		z-index: 99990;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile.brapf_sidefl_top {
		top: 0;
	}
	
	body.admin-bar .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile.brapf_sidefl_top {
		top: 46px;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile.brapf_sidefl_bottom {
		bottom: 0;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile.brapf_sidefl_left {
		left: 0;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_mobile.brapf_sidefl_right {
		right: 0;
	}
}

@media screen and (min-width:800px) {
	body .berocket_ajax_filters_sidebar_main.brapf_sidebar_float_desktop_hide {
		display: none;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop {
		display: block;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop .berocket_ajax_filters_sidebar_toggle {
		margin: 0;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop {
		position: fixed;
		z-index: 99990;
		margin: 0;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop.brapf_sidefl_top {
		top: 0;
	}
	
	body.admin-bar .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop.brapf_sidefl_top {
		top: 32px;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop.brapf_sidefl_bottom {
		bottom: 0;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop.brapf_sidefl_left {
		left: 0;
	}
	
	body .berocket_ajax_filters_sidebar_back.brapf_sidebar_float_desktop.brapf_sidefl_right {
		right: 0;
	}
}

body .berocket_ajax_filters_sidebar_back.brapf_sidefl_left_line, body .berocket_ajax_filters_sidebar_back.brapf_sidefl_right_line {
	left: 0;
	right: 0;
	padding: 10px !important;
}

body .berocket_ajax_filters_sidebar_back.brapf_sidefl_left_line {
	text-align: left;
}

body .berocket_ajax_filters_sidebar_back.brapf_sidefl_right_line {
	text-align: right;
}

body .berocket_ajax_filters_sidebar_back.brapf_sidefl_linewht {
	background-color: #fff;
}

body .berocket_ajax_filters_sidebar_back.brapf_sidefl_right_line.brapf_sidefl_lineclr {
	background: #372cd2;
	background: linear-gradient(130deg, #372cd2 30%, #f9615c 60%, #ff967e 80%);
}

body .berocket_ajax_filters_sidebar_back.brapf_sidefl_left_line.brapf_sidefl_lineclr {
	background: #372cd2;
	background: linear-gradient(130deg, #ff967e 20%, #f9615c 40%, #372cd2 70%);
}

body .berocket_ajax_filters_sidebar_back.brapf_sidefl_linegrey {
	background: #7a7a7a;
	background: linear-gradient(60deg, #7a7a7a 20%, #e0e0e0 80%);
}

.berocket_ajax_filters_sidebar_toggle {
	height: 26px;
	width: 200px !important;
	margin: 40px 0;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	outline: 0 none !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	font-weight: 600;
	font-size: 16px;
}

#berocket-ajax-filters-sidebar {
	display: block;
	position: fixed;
	top: 0;
	left: -400px;
	bottom: 0;
	width: 350px;
	max-width: 100%;
	background: #fff;
	transition: all .2s;
	z-index: 100000;
	box-sizing: border-box;
	overflow: auto !important;
}

#berocket-ajax-filters-sidebar-shadow {
	content: "";
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	background: #000;
	opacity: .7;
}

.admin-bar #berocket-ajax-filters-sidebar {
	top: 32px;
}

#berocket-ajax-filters-sidebar.active, #berocket-ajax-filters-sidebar.active+#berocket-ajax-filters-sidebar-shadow {
	left: 0;
	display: block;
	visibility: visible;
}

#berocket-ajax-filters-sidebar .berocket_ajax_group_filter_title {
	padding: 15px 88px 15px 15px !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	color: #333 !important;
	border-bottom: 1px solid #ccc !important;
}

#berocket-ajax-filters-sidebar>div {
	padding: 15px !important;
}

#berocket-ajax-filters-sidebar .berocket_aapf_widget-title_div {
	color: #333 !important;
	font-size: 19px !important;
	font-weight: 600 !important;
}

#berocket-ajax-filters-sidebar .berocket_aapf_widget, #berocket-ajax-filters-sidebar .berocket_aapf_widget li {
	margin: 0 !important;
}

#berocket-ajax-filters-sidebar .berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
	margin: 0 .6em .6em 0 !important;
}

#berocket-ajax-filters-sidebar-close {
	position: absolute !important;
	right: 0 !important;
	line-height: 39px;
	padding: 17px 15px 13px !important;
	font-family: Arial, serif !important;
	color: #a2a2a2;
}

#berocket-ajax-filters-sidebar-close+* {
	margin-top: 70px !important;
}

#berocket-ajax-filters-sidebar-close+.berocket_ajax_group_filter_title {
	margin-top: 0 !important;
}

@media screen and (max-width:782px) {
	.admin-bar #berocket-ajax-filters-sidebar {
		top: 46px;
	}
}

@media screen and (max-width:600px) {
	.admin-bar #berocket-ajax-filters-sidebar {
		top: 0;
	}
}

.berocket_aapf_widget-wrapper .slider:not(.flickity-enabled) {
	overflow: initial;
	white-space: initial;
}

.select2-container {
	z-index: 9999;
}

.bapf_sfilter .bapf_body .mCSB_container>ul, .bapf_sfilter .bapf_body>ul {
	margin-left: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.bapf_sfilter.bapf_vpr_1 .bapf_body ul, .bapf_sfilter.bapf_vpr_2 .bapf_body ul, .bapf_sfilter.bapf_vpr_3 .bapf_body ul, .bapf_sfilter.bapf_vpr_4 .bapf_body ul {
	display: flex;
	flex-wrap: wrap;
}

.bapf_sfilter.bapf_vpr_1 .bapf_body ul>li, .bapf_sfilter.bapf_vpr_2 .bapf_body ul>li, .bapf_sfilter.bapf_vpr_3 .bapf_body ul>li, .bapf_sfilter.bapf_vpr_4 .bapf_body ul>li {
	white-space: nowrap;
	flex-grow: 1;
}

.bapf_sfilter.bapf_vpr_1 .bapf_body ul>li {
	flex-basis: 100%;
}

.bapf_sfilter.bapf_vpr_2 .bapf_body ul>li {
	flex-basis: 50%;
}

.bapf_sfilter.bapf_vpr_3 .bapf_body ul>li {
	flex-basis: 33%;
}

.bapf_sfilter.bapf_vpr_4 .bapf_body ul>li {
	flex-basis: 25%;
}

.bapf_sfilter.bapf_vpr_1 .bapf_body ul>li label, .bapf_sfilter.bapf_vpr_2 .bapf_body ul>li label, .bapf_sfilter.bapf_vpr_3 .bapf_body ul>li label, .bapf_sfilter.bapf_vpr_4 .bapf_body ul>li label {
	white-space: initial;
}

.bapf_sfilter.bapf_fhide .bapf_body ul li.bapf_hide, .bapf_sfilter.bapf_fhide.bapf_filter_hide {
	display: none !important;
}

.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
	position: relative;
	padding-right: 25px;
	display: flex;
	align-items: center;
}

.bapf_sfilter .bapf_hascolarr.bapf_hasdesc {
	padding-right: 45px;
}

.bapf_sfilter .bapf_colaps_smb, .bapf_sfilter .bapf_desci {
	position: absolute;
	right: 0;
	line-height: inherit;
	font-size: 16px;
	cursor: pointer;
}

.bapf_sfilter .bapf_desci {
	padding: 4px 8px;
}

.bapf_sfilter .bapf_hasdesc .bapf_colaps_smb {
	right: 25px;
}

.bapf_sfilter .bapf_cchild, .bapf_sfilter .bapf_ochild {
	cursor: pointer;
	padding: 0 5px;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head {
	border: 2px solid #333 !important;
	background-color: #333 !important;
	color: #ccc !important;
	padding: 5px !important;
	border-radius: 5px !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .berocket_widget_has_description .berocket_aapf_widget-title_div, .berocket_single_filter_widget.berocket_hidden_clickable .berocket_widget_has_description .berocket_aapf_widget-title_div {
	padding-right: 55px !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-wrapper, .berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-wrapper {
	padding-bottom: 5px !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head {
	cursor: pointer;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head h3, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head h3 {
	margin: 0;
	font-size: inherit !important;
	color: inherit !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter {
	position: relative !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter.bapf_ccolaps .bapf_head, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter.bapf_ccolaps .bapf_head {
	border: 2px solid #ccc !important;
	color: #000 !important;
	background-color: #ccc !important;
	border-radius: 5px 5px 0 0 !important;
	padding-bottom: 5px !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body {
	position: absolute !important;
	top: 100% !important;
	width: 100% !important;
	background-color: #fff !important;
	z-index: 800 !important;
	margin: 0 !important;
	border: 2px solid #ccc !important;
	padding: 5px !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_left .bapf_sfilter.bapf_ccolaps .bapf_body, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_left .bapf_sfilter.bapf_ccolaps .bapf_body {
	left: 0 !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_right .bapf_sfilter.bapf_ccolaps .bapf_body, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_right .bapf_sfilter.bapf_ccolaps .bapf_body {
	right: 0 !important;
}

#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body>ul, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body>ul {
	padding-bottom: 1px !important;
}

@media screen and (max-width:767px) {
	#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		z-index: 9000000000 !important;
		background-color: #fff !important;
		overflow: auto !important;
	}
	
	#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget {
		border: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide {
		display: block !important;
	}
	
	#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-left:before, #berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-right:before, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-left:before, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-right:before {
		content: "" !important;
	}
	
	#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_description, .berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_description {
		display: none !important;
	}
	
	body .select2-container, body .ui-widget.ui-datepicker {
		z-index: 9000000009 !important;
	}
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-1 .bapf_sfilter .bapf_head, .berocket_hidden_clickable.theme-1 .bapf_sfilter .bapf_head {
	border: 0 !important;
	background-color: transparent !important;
	color: #222 !important;
	padding: 0 0 15px 0 !important;
	border-radius: 0 !important;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-1 .bapf_sfilter.bapf_ccolaps .bapf_head, .berocket_single_filter_widget.theme-1 .bapf_sfilter.bapf_ccolaps .bapf_head {
	border: 0 !important;
	color: #000 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	padding-bottom: 15px !important;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-1 .bapf_sfilter .bapf_body, .berocket_hidden_clickable.theme-1 .bapf_sfilter .bapf_body {
	position: absolute !important;
	top: 100% !important;
	width: 100% !important;
	background-color: #fff !important;
	z-index: 800 !important;
	margin: 0 !important;
	border: 0 solid #ccc !important;
	padding: 8px 15px !important;
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .22);
	border-radius: 9px !important;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-2 .bapf_sfilter .bapf_head, .berocket_hidden_clickable.theme-2 .bapf_sfilter .bapf_head {
	border: 2px solid #ececec !important;
	background-color: #fff !important;
	color: #222 !important;
	padding: 14px !important;
	border-radius: 10px !important;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-2 .bapf_sfilter .bapf_head .bapf_colaps_smb, .berocket_hidden_clickable.theme-2 .bapf_sfilter .bapf_head .bapf_colaps_smb {
	color: #dbdbdb;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-2 .bapf_sfilter.bapf_ccolaps .bapf_head, .berocket_single_filter_widget.theme-2 .bapf_sfilter.bapf_ccolaps .bapf_head {
	color: #000 !important;
	background-color: #fff !important;
	padding-bottom: 14px !important;
	border: 2px solid #ececec !important;
	border-radius: 10px !important;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-2 .bapf_sfilter .bapf_body, .berocket_hidden_clickable.theme-2 .bapf_sfilter .bapf_body {
	position: absolute !important;
	top: 100% !important;
	width: 100% !important;
	background-color: #fff !important;
	z-index: 800 !important;
	margin: -2px 0 0 !important;
	border: 2px solid #ececec !important;
	padding: 8px 15px !important;
	border-radius: 9px !important;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_head, .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_head {
	border: 2px solid #eaeaea !important;
	background-color: #fff !important;
	color: #595962 !important;
	padding: 14px !important;
	border-radius: 10px !important;
	box-shadow: 0 0 0 4px rgba(238, 238, 238, .57);
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_head h3, .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_head h3 {
	font-weight: 600 !important;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_head .bapf_colaps_smb, .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_head .bapf_colaps_smb {
	color: #747481;
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-3 .bapf_sfilter.bapf_ccolaps .bapf_head, .berocket_single_filter_widget.theme-3 .bapf_sfilter.bapf_ccolaps .bapf_head {
	border: 2px solid #d8daff !important;
	background-color: #fff !important;
	color: #30303b !important;
	padding: 14px !important;
	border-radius: 10px !important;
	box-shadow: 0 0 0 4px rgba(181, 199, 255, .25);
}

#berocket-ajax-filters-sidebar .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_body, .berocket_hidden_clickable.theme-3 .bapf_sfilter .bapf_body {
	position: absolute !important;
	top: 100% !important;
	width: 100% !important;
	background-color: #fff !important;
	z-index: 800 !important;
	margin: 0 !important;
	border: 2px solid #ececec !important;
	padding: 8px 15px !important;
	border-radius: 9px !important;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .09);
}

.bapf_loader_page {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .5);
	z-index: 9999;
}

.bapf_lcontainer {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	width: 30px;
	height: 30px;
	padding: 0;
}

.bapf_lcontainer .bapf_loader {
	width: 100%;
	height: 100%;
	display: block;
	transform: rotate(0);
	animation: 1s linear 0s infinite bapf_loader;
	position: relative;
}

.bapf_lcontainer .bapf_loader .bapf_lfirst, .bapf_lcontainer .bapf_loader .bapf_lsecond {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #000;
	background: linear-gradient(45deg, #000, transparent);
	display: block;
	border-radius: 6px;
}

.bapf_lcontainer .bapf_loader .bapf_lfirst {
	bottom: 0;
	right: 0;
}

.bapf_lcontainer .bapf_loader .bapf_lsecond {
	top: 0;
	left: 0;
	transform: rotate(180deg);
}

.bapf_lcontainer .bapf_labove, .bapf_lcontainer .bapf_lbelow {
	position: absolute;
	display: block;
	text-align: center;
	width: 600px;
	width: 80vw;
	left: -285px;
	left: calc(15px - 40vw);
}

.bapf_lcontainer .bapf_labove {
	bottom: 120%;
}

.bapf_lcontainer .bapf_lbelow {
	top: 120%;
}

.bapf_lcontainer .bapf_lafter, .bapf_lcontainer .bapf_lbefore {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	white-space: nowrap;
}

.bapf_lcontainer .bapf_lbefore {
	right: 120%;
}

.bapf_lcontainer .bapf_lafter {
	left: 120%;
}

.bapf_lcontainer .bapf_limg {
	width: 100%;
	height: 100%;
}

.berocket_single_filter_widget .tippy-tooltip, .berocket_single_filter_widget .tippy-tooltip .tippy-content {
	font-size: 1em;
}

@media only screen and (max-device-width:767px) {
	.bapf_hide_mobile {
		display: none !important;
	}
}

.bapf_sfilter .bapf_button {
	font-size: 1em;
}

.bapf_sfilter .rightpcs {
	float: right;
}

.bapf_sfilter .right2empcs {
	padding-left: 10px;
}

#bapf_footer_clrimg>div, #bapf_footer_count_before>div, #bapf_footer_description>div {
	z-index: 999999999999 !important;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin-right: 5px;
	cursor: pointer;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox], .bapf_sfilter.bapf_ckbox label, .bapf_sfilter.bapf_ckbox label+span, .bapf_sfilter.bapf_ckbox label>span {
	vertical-align: middle;
}

.select2-container--classic input[type=search], .select2-container--classic input[type=search]:focus {
	background-color: initial;
}

.berocket_search_box_block {
	position: relative;
	padding: .5em;
}

.berocket_search_box_block .berocket_search_box_background_all {
	position: relative;
	z-index: 200;
}

.berocket_search_box_block .berocket_search_box_background {
	z-index: 100;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.berocket_search_box_block select {
	min-width: 100%;
}

.berocket_search_box_button {
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 5px 0;
}

.berocket_search_box_block .berocket_aapf_widget-wrapper ul {
	margin: 0;
}

.berocket_search_box_block .berocket_aapf_widget-wrapper {
	margin: 1em 0;
}

.bapf_show_hide {
	cursor: pointer;
}

.bapf_hideckbox li input[type=checkbox], .bapf_hideckbox li input[type=checkbox]:after, .bapf_hideckbox li input[type=checkbox]:before {
	display: none !important;
}

.bapf_hideckbox li label, .bapf_hideckbox li label a {
	color: #428bca;
}

.bapf_hideckbox li input:checked+label:hover, .bapf_hideckbox li input:checked+label:hover a, .bapf_hideckbox li label:hover, .bapf_hideckbox li label:hover a {
	color: #2a6496;
}

.bapf_hideckbox li input:checked+label, .bapf_hideckbox li input:checked+label a {
	color: #222;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul, .bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
	width: 100%;
	flex-basis: 100%;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li, .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label, .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label .bapf_clr_span, .bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label .bapf_img_span, .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label .bapf_clr_span, .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label .bapf_img_span {
	flex-shrink: 0;
}

.bapf_sfilter .brapf_disabled_checkbox {
	opacity: .8;
}

.bapf_sfilter .brapf_disabled_checkbox input, .bapf_sfilter .brapf_disabled_checkbox label {
	cursor: default !important;
}

.bapf_sfilter .bapf_body .bapf_slidr_main .ui-slider-handle {
	border-style: solid;
}

.berocket_aapf_widget_selected_area .braapf_unselect_all .fa, .berocket_aapf_widget_selected_area a.braapf_unselect .fa {
	margin-right: 3px;
}

.bapf_sfilter.bapf_button_berocket .bapf_button {
	font-size: 20px;
	padding: 8px 30px;
	border: 0;
	line-height: 28px;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #f16543;
}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
	background-color: #d94825;
}

.bapf_sfilter.bapf_button_dark_rounded .bapf_button {
	background: #000;
	color: #fff;
	border: 0;
	border-radius: 7px;
	padding: 12px 15px;
	width: 100%;
	max-width: 240px;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}

.bapf_sfilter.bapf_button_dark_rounded .bapf_button:after {
	content: "";
	box-shadow: 0 7px 0 -3px #ccc;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 7px;
}

.bapf_sfilter.bapf_button_dark_rounded .bapf_button:hover:after {
	opacity: 1;
}

.bapf_sfilter.bapf_button_light .bapf_button {
	background: #fff;
	border: 2px solid #a000aa;
	color: #a000aa;
	border-radius: 7px;
	padding: 10px 15px;
	max-width: 100%;
	font-weight: 500;
	font-size: 16px;
}

.bapf_sfilter.bapf_button_light .bapf_button:hover {
	border-color: #bd12c8;
	color: #bd12c8;
}

.berocket_single_filter_widget .bapf-clean-rounded ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
}

.berocket_single_filter_widget .bapf-clean-rounded li input {
	display: none;
}

.berocket_single_filter_widget .bapf-clean-rounded li label {
	display: inline-block !important;
	border: 2px solid #ccc;
	padding: 3px 15px;
	font-weight: 600;
	border-radius: 14px;
	color: #333;
	position: relative;
}

.berocket_single_filter_widget .bapf-clean-rounded li label:hover {
	border-color: #ddd;
	color: #111;
}

.berocket_single_filter_widget .bapf-clean-rounded li input:checked+label {
	border-color: #3781df;
	color: #0d59b9;
	padding-left: 26px;
}

.berocket_single_filter_widget .bapf-clean-rounded li input:checked+label:before {
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: #0d59b9;
	content: "";
	width: 10px;
	height: 4px;
	rotate: -45deg;
	display: block;
	position: absolute;
	left: 8px;
	top: 11px;
}

.berocket_single_filter_widget .bapf-clean-rounded .bapf_show_hide {
	padding-top: 10px;
	display: block;
}

.bapf_sfilter.bapf_colorinline li {
	display: inline-block !important;
}

.bapf_sfilter .bapf_clr_span, .bapf_sfilter .bapf_img_span {
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: 2px solid #000;
	text-align: center;
	vertical-align: middle;
	color: #222 !important;
	text-shadow: 0 0 3px #fff, 1px 0 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 0 -1px 2px #fff, 1px 1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, -1px -1px 2px #fff;
	-webkit-transition: all .2s ease-out .1s;
	-moz-transition: all .2s ease-out .1s;
	-o-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s;
}

.bapf_sfilter .bapf_clr_span.h1em, .bapf_sfilter .bapf_img_span.h1em {
	height: 1em;
	line-height: 1em;
}

.bapf_sfilter .bapf_clr_span.h2em, .bapf_sfilter .bapf_img_span.h2em {
	height: 2em;
	line-height: 2em;
}

.bapf_sfilter .bapf_clr_span.h3em, .bapf_sfilter .bapf_img_span.h3em {
	height: 3em;
	line-height: 3em;
}

.bapf_sfilter .bapf_clr_span.h4em, .bapf_sfilter .bapf_img_span.h4em {
	height: 4em;
	line-height: 4em;
}

.bapf_sfilter .bapf_clr_span.h5em, .bapf_sfilter .bapf_img_span.h5em {
	height: 5em;
	line-height: 5em;
}

.bapf_sfilter .bapf_clr_span.w1em, .bapf_sfilter .bapf_img_span.w1em {
	width: 1em;
}

.bapf_sfilter .bapf_clr_span.w2em, .bapf_sfilter .bapf_img_span.w2em {
	width: 2em;
}

.bapf_sfilter .bapf_clr_span.w3em, .bapf_sfilter .bapf_img_span.w3em {
	width: 3em;
}

.bapf_sfilter .bapf_clr_span.w4em, .bapf_sfilter .bapf_img_span.w4em {
	width: 4em;
}

.bapf_sfilter .bapf_clr_span.w5em, .bapf_sfilter .bapf_img_span.w5em {
	width: 5em;
}

.bapf_sfilter .bapf_img_span.w1em.h1em .fa, .bapf_sfilter .bapf_img_span.w1em.h2em .fa, .bapf_sfilter .bapf_img_span.w1em.h3em .fa, .bapf_sfilter .bapf_img_span.w1em.h4em .fa, .bapf_sfilter .bapf_img_span.w1em.h5em .fa, .bapf_sfilter .bapf_img_span.w2em.h1em .fa, .bapf_sfilter .bapf_img_span.w3em.h1em .fa, .bapf_sfilter .bapf_img_span.w4em.h1em .fa, .bapf_sfilter .bapf_img_span.w5em.h1em .fa {
	font-size: .8em;
}

.bapf_sfilter .bapf_img_span.w2em.h2em .fa, .bapf_sfilter .bapf_img_span.w2em.h3em .fa, .bapf_sfilter .bapf_img_span.w2em.h4em .fa, .bapf_sfilter .bapf_img_span.w2em.h5em .fa, .bapf_sfilter .bapf_img_span.w3em.h2em .fa, .bapf_sfilter .bapf_img_span.w4em.h2em .fa, .bapf_sfilter .bapf_img_span.w5em.h2em .fa {
	font-size: 1.6em;
}

.bapf_sfilter .bapf_img_span.w3em.h3em .fa, .bapf_sfilter .bapf_img_span.w3em.h4em .fa, .bapf_sfilter .bapf_img_span.w3em.h5em .fa, .bapf_sfilter .bapf_img_span.w4em.h3em .fa, .bapf_sfilter .bapf_img_span.w5em.h3em .fa {
	font-size: 2.4em;
}

.bapf_sfilter .bapf_img_span.w4em.h4em .fa, .bapf_sfilter .bapf_img_span.w4em.h5em .fa, .bapf_sfilter .bapf_img_span.w5em.h4em .fa {
	font-size: 3.2em;
}

.bapf_sfilter .bapf_img_span.w5em.h5em .fa {
	font-size: 4em;
}

.bapf_sfilter .bapf_clr_span .bapf_clr_span_abslt {
	position: relative;
	z-index: 100;
}

.bapf_sfilter .bapf_img_span .bapf_clr_span_abslt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_default input:checked+label .bapf_img_span, .bapf_sfilter.brchecked_rotate input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_rotate input:checked+label .bapf_img_span {
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

.bapf_sfilter.brchecked_scale input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_scale input:checked+label .bapf_img_span {
	transform: scale(1.1);
}

.bapf_sfilter.brchecked_image_shadow input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_shadow input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_shadow input:checked+label .bapf_img_span {
	box-shadow: 0 0 1px 3px #88f;
}

.bapf_sfilter.brchecked_image_shadow input:checked+label .bapf_img_span {
	-webkit-filter: drop-shadow(0px 0px 2px);
	-moz-filter: drop-shadow(0px 0px 2px);
	-o-filter: drop-shadow(0px 0px 2px);
	filter: drop-shadow(0px 0px 2px);
}

.bapf_sfilter.brchecked_hue_rotate input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_hue_rotate input:checked+label .bapf_img_span {
	-webkit-filter: hue-rotate(90deg);
	-moz-filter: hue-rotate(90deg);
	-o-filter: hue-rotate(90deg);
	filter: hue-rotate(90deg);
}

.bapf_sfilter .bapf_clr_multi, .bapf_sfilter.divi_color_class .bapf_clr_multi {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transform: rotateZ(45deg);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.bapf_sfilter .bapf_clr_multi {
	margin-top: -2em;
	margin-bottom: -2em;
}

.bapf_sfilter .bapf_clr_multi.bapf_clr_multi_gradient {
	transform: none;
	margin-top: 0;
	margin-bottom: 0;
}

.bapf_sfilter .bapf_clr_multi .bapf_clr_multi_singl {
	position: absolute;
	top: -50%;
	bottom: -50%;
	padding: 0;
	margin: 0;
	box-shadow: none;
	box-sizing: border-box;
	border: 0;
}

.bapf_sfilter .bapf_clr_multi_2 .bapf_clr_multi_singl, .bapf_sfilter .bapf_clr_multi_3 .bapf_clr_multi_singl {
	width: 100%;
}

.bapf_sfilter .bapf_clr_multi_3 .bapf_clr_multi_singl_1 {
	width: 34%;
}

.bapf_sfilter .bapf_clr_multi_3 .bapf_clr_multi_singl_0, .bapf_sfilter .bapf_clr_multi_3 .bapf_clr_multi_singl_2 {
	width: 83%;
}

.bapf_sfilter .bapf_clr_multi_4 .bapf_clr_multi_singl {
	width: 25%;
}

.bapf_sfilter .bapf_clr_multi_4 .bapf_clr_multi_singl_0, .bapf_sfilter .bapf_clr_multi_4 .bapf_clr_multi_singl_3 {
	width: 75%;
}

.bapf_sfilter .bapf_clr_multi .bapf_clr_multi_singl_0 {
	left: -50%;
}

.bapf_sfilter .bapf_clr_multi_2 .bapf_clr_multi_singl_1 {
	left: 50%;
}

.bapf_sfilter .bapf_clr_multi_3 .bapf_clr_multi_singl_1 {
	left: 33%;
}

.bapf_sfilter .bapf_clr_multi_4 .bapf_clr_multi_singl_1 {
	left: 25%;
}

.bapf_sfilter .bapf_clr_multi_3 .bapf_clr_multi_singl_2 {
	left: 67%;
}

.bapf_sfilter .bapf_clr_multi_4 .bapf_clr_multi_singl_2 {
	left: 50%;
}

.bapf_sfilter .bapf_clr_multi_4 .bapf_clr_multi_singl_3 {
	left: 75%;
}

.bapf_sfilter.bapf_clr_txt_left .bapf_img_span {
	margin-right: 0;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bapf_sfilter.bapf_clr_txt_right .bapf_img_span {
	margin-right: 10px;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bapf_sfilter.bapf_clr_txt_bottom .bapf_img_span, .bapf_sfilter.bapf_clr_txt_top .bapf_img_span {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bapf_sfilter.bapf_colorinline.bapf_clr_txt_bottom li label, .bapf_sfilter.bapf_colorinline.bapf_clr_txt_top li label {
	display: inline-block !important;
	text-align: center;
}

.bapf_sfilter.bapf_clr_txt_bottom .bapf_clr_text, .bapf_sfilter.bapf_clr_txt_top .bapf_clr_text {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

.bapf_colorinline .bapf_body li {
	text-align: center;
}

.bapf_img_woborder.bapf_sfilter .bapf_img_span {
	border: none;
	overflow: visible;
}

.bapf_clr_woborder.bapf_sfilter .bapf_clr_span {
	border: none;
}

.bapf_radio_chck ul li input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #555;
	width: 15px;
	height: 15px;
	outline: 0;
	border-radius: 10px;
	padding: 2px;
	margin-right: 5px;
	position: relative;
}

.bapf_radio_chck ul li input[type=checkbox]:checked:after {
	content: "";
	width: 8px;
	height: 12px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	display: block;
	position: absolute;
	top: -4px;
	left: 3px;
	transform: rotate(45deg);
}

.bapf_asradio2 ul li input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #555;
	width: 15px;
	height: 15px;
	outline: 0;
	border-radius: 10px;
	padding: 2px;
	margin-right: 5px;
}

.bapf_asradio2 ul li input[type=checkbox]:checked {
	background: #555;
	background-clip: content-box;
}

.bapf_slct select {
	width: 100%;
	font-size: 1em;
}

.bapf_slct .select2 .select2-search__field {
	width: auto !important;
}

#bapf-select2-high-zindex .select2-container {
	z-index: 999999999 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-right: 5px !important;
	margin-top: 5px !important;
	padding: 0 5px !important;
}

.bapf_sfa_inline .berocket_aapf_widget_selected_area ul li {
	display: inline-block;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

.bapf_sfa_valueonly .bapf_sfa_taxonomy>span {
	display: none;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 0 !important;
	margin: 0;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area ul li {
	display: inline-block;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area .bapf_sfa_taxonomy span {
	display: none;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a {
	display: inline-block !important;
	border: 2px solid #ccc;
	padding: 3px 30px 3px 15px;
	font-weight: 600;
	border-radius: 14px;
	color: #333;
	position: relative;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:focus, .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:hover {
	border-color: #ddd;
	color: #111;
	outline: 0 none;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
	color: #ccc;
	content: "+";
	width: 10px;
	height: 10px;
	rotate: -45deg;
	display: block;
	position: absolute;
	right: 17px;
	top: 7px;
	font-size: 32px;
	font-weight: 100;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a i.fa-times {
	display: none !important;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all {
	border: 0;
	padding: 0;
	color: #848484;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all::before {
	display: none !important;
}

.theme-storefront .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
	right: 24px !important;
	top: -2px !important;
}

.bapf_ckbox_sqchck input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #555;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 4px;
	margin-right: 5px;
	position: relative;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	content: "";
	width: 8px;
	height: 12px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	transform: rotate(45deg);
}

.bapf_ckbox_square input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #555;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 4px;
	margin-right: 5px;
}

.bapf_ckbox_square input[type=checkbox]:checked {
	background: #555;
	background-clip: content-box;
}

.bapfdpapcss .ui-helper-hidden {
	display: none;
}

.bapfdpapcss .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.bapfdpapcss .ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.bapfdpapcss .ui-helper-clearfix:after, .bapfdpapcss .ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse;
}

.bapfdpapcss .ui-helper-clearfix:after {
	clear: both;
}

.bapfdpapcss .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.bapfdpapcss .ui-front {
	z-index: 100;
}

.bapfdpapcss .ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

.bapfdpapcss .ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.bapfdpapcss .ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

.bapfdpapcss .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bapfdpapcss .ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-next, .bapfdpapcss .ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-next-hover, .bapfdpapcss .ui-datepicker .ui-datepicker-prev-hover {
	top: 1px;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-next span, .bapfdpapcss .ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.bapfdpapcss .ui-datepicker select.ui-datepicker-month, .bapfdpapcss .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.bapfdpapcss .ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.bapfdpapcss .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0;
}

.bapfdpapcss .ui-datepicker td {
	border: 0;
	padding: 1px;
}

.bapfdpapcss .ui-datepicker td a, .bapfdpapcss .ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.bapfdpapcss .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.bapfdpapcss .ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.bapfdpapcss .ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.bapfdpapcss .ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.bapfdpapcss .ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.bapfdpapcss .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.bapfdpapcss .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.bapfdpapcss .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .bapfdpapcss .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.bapfdpapcss .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.bapfdpapcss .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.bapfdpapcss .ui-datepicker-rtl {
	direction: rtl;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .bapfdpapcss .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.bapfdpapcss .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .bapfdpapcss .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.bapfdpapcss .ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.bapfdpapcss .ui-slider {
	position: relative;
	text-align: left;
}

.bapfdpapcss .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;
}

.bapfdpapcss .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.bapfdpapcss .ui-slider.ui-state-disabled .ui-slider-handle, .bapfdpapcss .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.bapfdpapcss .ui-slider-horizontal {
	height: .8em;
}

.bapfdpapcss .ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.bapfdpapcss .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.bapfdpapcss .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.bapfdpapcss .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.bapfdpapcss .ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.bapfdpapcss .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.bapfdpapcss .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.bapfdpapcss .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.bapfdpapcss .ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.bapfdpapcss .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.bapfdpapcss .ui-widget .ui-widget {
	font-size: 1em;
}

.bapfdpapcss .ui-widget button, .bapfdpapcss .ui-widget input, .bapfdpapcss .ui-widget select, .bapfdpapcss .ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.bapfdpapcss .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.bapfdpapcss .ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.bapfdpapcss .ui-widget-content a {
	color: #333;
}

.bapfdpapcss .ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700;
}

.bapfdpapcss .ui-widget-header a {
	color: #333;
}

.bapfdpapcss .ui-button, .bapfdpapcss .ui-state-default, .bapfdpapcss .ui-widget-content .ui-state-default, .bapfdpapcss .ui-widget-header .ui-state-default, html .bapfdpapcss .ui-button.ui-state-disabled:active, html .bapfdpapcss .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545;
}

.bapfdpapcss .ui-button:focus, .bapfdpapcss .ui-button:hover, .bapfdpapcss .ui-state-focus, .bapfdpapcss .ui-state-hover, .bapfdpapcss .ui-widget-content .ui-state-focus, .bapfdpapcss .ui-widget-content .ui-state-hover, .bapfdpapcss .ui-widget-header .ui-state-focus, .bapfdpapcss .ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b;
}

.bapfdpapcss .ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.bapfdpapcss .ui-button.ui-state-active:hover, .bapfdpapcss .ui-button:active, .bapfdpapcss .ui-state-active, .bapfdpapcss .ui-widget-content .ui-state-active, .bapfdpapcss .ui-widget-header .ui-state-active, a.bapfdpapcss .ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff;
}

.bapfdpapcss .ui-icon-background, .bapfdpapcss .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}

.bapfdpapcss .ui-state-highlight, .bapfdpapcss .ui-widget-content .ui-state-highlight, .bapfdpapcss .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.bapfdpapcss .ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.bapfdpapcss .ui-state-highlight a, .bapfdpapcss .ui-widget-content .ui-state-highlight a, .bapfdpapcss .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.bapfdpapcss .ui-state-error, .bapfdpapcss .ui-widget-content .ui-state-error, .bapfdpapcss .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.bapfdpapcss .ui-state-error a, .bapfdpapcss .ui-widget-content .ui-state-error a, .bapfdpapcss .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.bapfdpapcss .ui-state-error-text, .bapfdpapcss .ui-widget-content .ui-state-error-text, .bapfdpapcss .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.bapfdpapcss .ui-priority-primary, .bapfdpapcss .ui-widget-content .ui-priority-primary, .bapfdpapcss .ui-widget-header .ui-priority-primary {
	font-weight: 700;
}

.bapfdpapcss .ui-priority-secondary, .bapfdpapcss .ui-widget-content .ui-priority-secondary, .bapfdpapcss .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400;
}

.bapfdpapcss .ui-state-disabled, .bapfdpapcss .ui-widget-content .ui-state-disabled, .bapfdpapcss .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.bapfdpapcss .ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.bapfdpapcss .ui-icon {
	width: 16px;
	height: 16px;
}

.bapfdpapcss .ui-icon, .bapfdpapcss .ui-widget-content .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png";
}

.bapfdpapcss .ui-widget-header .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png";
}

.bapfdpapcss .ui-widget-header .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png";
}

.bapfdpapcss .ui-widget-header .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-widget-header .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-widget-header .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button:focus .ui-icon, .bapfdpapcss .ui-button:hover .ui-icon, .bapfdpapcss .ui-state-focus .ui-icon, .bapfdpapcss .ui-state-hover .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_555555_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_555555_256x240.png";
}

.bapfdpapcss .ui-button:focus .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-button:hover .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-focus .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-hover .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/d460d8328ed2194fdebdaef035cb7e45.1e39.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/d460d8328ed2194fdebdaef035cb7e45.1e39.png";
}

.bapfdpapcss .ui-button:focus .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-button:hover .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-focus .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-hover .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button:focus .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button:hover .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-focus .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-hover .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button:focus .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-button:hover .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-focus .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-hover .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button:active .ui-icon, .bapfdpapcss .ui-state-active .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_ffffff_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_ffffff_256x240.png";
}

.bapfdpapcss .ui-button:active .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-active .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/9266eafa36456714010e8a8493f627a6.1bd7.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/9266eafa36456714010e8a8493f627a6.1bd7.png";
}

.bapfdpapcss .ui-button:active .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-active .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button:active .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-active .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button:active .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-active .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon, .bapfdpapcss .ui-state-highlight .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777620_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777620_256x240.png";
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-highlight .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/8175bb1166bbfc6418d3f16497e2da3b.1ead.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/8175bb1166bbfc6418d3f16497e2da3b.1ead.png";
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-highlight .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-highlight .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button .ui-state-highlight.ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-highlight .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-state-error .ui-icon, .bapfdpapcss .ui-state-error-text .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_cc0000_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_cc0000_256x240.png";
}

.bapfdpapcss .ui-state-error .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-error-text .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/1a927f50fc5066c022037c8909aa4ae5.1c6b.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/1a927f50fc5066c022037c8909aa4ae5.1c6b.png";
}

.bapfdpapcss .ui-state-error .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-error-text .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-state-error .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-error-text .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-error .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-error-text .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-widget-content .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png";
}

.bapfdpapcss .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-widget-content .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-widget-content .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-widget-content .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777777_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777777_256x240.png";
}

.bapfdpapcss .ui-button .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/a7f9d0ffebf55a44f3061b9e2fb71e6e.1d98.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/a7f9d0ffebf55a44f3061b9e2fb71e6e.1d98.png";
}

.bapfdpapcss .ui-button .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-icon-blank {
	background-position: 16px 16px;
}

.bapfdpapcss .ui-icon-caret-1-n {
	background-position: 0 0;
}

.bapfdpapcss .ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.bapfdpapcss .ui-icon-caret-1-e {
	background-position: -32px 0;
}

.bapfdpapcss .ui-icon-caret-1-se {
	background-position: -48px 0;
}

.bapfdpapcss .ui-icon-caret-1-s {
	background-position: -65px 0;
}

.bapfdpapcss .ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.bapfdpapcss .ui-icon-caret-1-w {
	background-position: -96px 0;
}

.bapfdpapcss .ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.bapfdpapcss .ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.bapfdpapcss .ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.bapfdpapcss .ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.bapfdpapcss .ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.bapfdpapcss .ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.bapfdpapcss .ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.bapfdpapcss .ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.bapfdpapcss .ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.bapfdpapcss .ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.bapfdpapcss .ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.bapfdpapcss .ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.bapfdpapcss .ui-icon-extlink {
	background-position: -32px -80px;
}

.bapfdpapcss .ui-icon-newwin {
	background-position: -48px -80px;
}

.bapfdpapcss .ui-icon-refresh {
	background-position: -64px -80px;
}

.bapfdpapcss .ui-icon-shuffle {
	background-position: -80px -80px;
}

.bapfdpapcss .ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.bapfdpapcss .ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.bapfdpapcss .ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.bapfdpapcss .ui-icon-folder-open {
	background-position: -16px -96px;
}

.bapfdpapcss .ui-icon-document {
	background-position: -32px -96px;
}

.bapfdpapcss .ui-icon-document-b {
	background-position: -48px -96px;
}

.bapfdpapcss .ui-icon-note {
	background-position: -64px -96px;
}

.bapfdpapcss .ui-icon-mail-closed {
	background-position: -80px -96px;
}

.bapfdpapcss .ui-icon-mail-open {
	background-position: -96px -96px;
}

.bapfdpapcss .ui-icon-suitcase {
	background-position: -112px -96px;
}

.bapfdpapcss .ui-icon-comment {
	background-position: -128px -96px;
}

.bapfdpapcss .ui-icon-person {
	background-position: -144px -96px;
}

.bapfdpapcss .ui-icon-print {
	background-position: -160px -96px;
}

.bapfdpapcss .ui-icon-trash {
	background-position: -176px -96px;
}

.bapfdpapcss .ui-icon-locked {
	background-position: -192px -96px;
}

.bapfdpapcss .ui-icon-unlocked {
	background-position: -208px -96px;
}

.bapfdpapcss .ui-icon-bookmark {
	background-position: -224px -96px;
}

.bapfdpapcss .ui-icon-tag {
	background-position: -240px -96px;
}

.bapfdpapcss .ui-icon-home {
	background-position: 0 -112px;
}

.bapfdpapcss .ui-icon-flag {
	background-position: -16px -112px;
}

.bapfdpapcss .ui-icon-calendar {
	background-position: -32px -112px;
}

.bapfdpapcss .ui-icon-cart {
	background-position: -48px -112px;
}

.bapfdpapcss .ui-icon-pencil {
	background-position: -64px -112px;
}

.bapfdpapcss .ui-icon-clock {
	background-position: -80px -112px;
}

.bapfdpapcss .ui-icon-disk {
	background-position: -96px -112px;
}

.bapfdpapcss .ui-icon-calculator {
	background-position: -112px -112px;
}

.bapfdpapcss .ui-icon-zoomin {
	background-position: -128px -112px;
}

.bapfdpapcss .ui-icon-zoomout {
	background-position: -144px -112px;
}

.bapfdpapcss .ui-icon-search {
	background-position: -160px -112px;
}

.bapfdpapcss .ui-icon-wrench {
	background-position: -176px -112px;
}

.bapfdpapcss .ui-icon-gear {
	background-position: -192px -112px;
}

.bapfdpapcss .ui-icon-heart {
	background-position: -208px -112px;
}

.bapfdpapcss .ui-icon-star {
	background-position: -224px -112px;
}

.bapfdpapcss .ui-icon-link {
	background-position: -240px -112px;
}

.bapfdpapcss .ui-icon-cancel {
	background-position: 0 -128px;
}

.bapfdpapcss .ui-icon-plus {
	background-position: -16px -128px;
}

.bapfdpapcss .ui-icon-plusthick {
	background-position: -32px -128px;
}

.bapfdpapcss .ui-icon-minus {
	background-position: -48px -128px;
}

.bapfdpapcss .ui-icon-minusthick {
	background-position: -64px -128px;
}

.bapfdpapcss .ui-icon-close {
	background-position: -80px -128px;
}

.bapfdpapcss .ui-icon-closethick {
	background-position: -96px -128px;
}

.bapfdpapcss .ui-icon-key {
	background-position: -112px -128px;
}

.bapfdpapcss .ui-icon-lightbulb {
	background-position: -128px -128px;
}

.bapfdpapcss .ui-icon-scissors {
	background-position: -144px -128px;
}

.bapfdpapcss .ui-icon-clipboard {
	background-position: -160px -128px;
}

.bapfdpapcss .ui-icon-copy {
	background-position: -176px -128px;
}

.bapfdpapcss .ui-icon-contact {
	background-position: -192px -128px;
}

.bapfdpapcss .ui-icon-image {
	background-position: -208px -128px;
}

.bapfdpapcss .ui-icon-video {
	background-position: -224px -128px;
}

.bapfdpapcss .ui-icon-script {
	background-position: -240px -128px;
}

.bapfdpapcss .ui-icon-alert {
	background-position: 0 -144px;
}

.bapfdpapcss .ui-icon-info {
	background-position: -16px -144px;
}

.bapfdpapcss .ui-icon-notice {
	background-position: -32px -144px;
}

.bapfdpapcss .ui-icon-help {
	background-position: -48px -144px;
}

.bapfdpapcss .ui-icon-check {
	background-position: -64px -144px;
}

.bapfdpapcss .ui-icon-bullet {
	background-position: -80px -144px;
}

.bapfdpapcss .ui-icon-radio-on {
	background-position: -96px -144px;
}

.bapfdpapcss .ui-icon-radio-off {
	background-position: -112px -144px;
}

.bapfdpapcss .ui-icon-pin-w {
	background-position: -128px -144px;
}

.bapfdpapcss .ui-icon-pin-s {
	background-position: -144px -144px;
}

.bapfdpapcss .ui-icon-play {
	background-position: 0 -160px;
}

.bapfdpapcss .ui-icon-pause {
	background-position: -16px -160px;
}

.bapfdpapcss .ui-icon-seek-next {
	background-position: -32px -160px;
}

.bapfdpapcss .ui-icon-seek-prev {
	background-position: -48px -160px;
}

.bapfdpapcss .ui-icon-seek-end {
	background-position: -64px -160px;
}

.bapfdpapcss .ui-icon-seek-start {
	background-position: -80px -160px;
}

.bapfdpapcss .ui-icon-seek-first {
	background-position: -80px -160px;
}

.bapfdpapcss .ui-icon-stop {
	background-position: -96px -160px;
}

.bapfdpapcss .ui-icon-eject {
	background-position: -112px -160px;
}

.bapfdpapcss .ui-icon-volume-off {
	background-position: -128px -160px;
}

.bapfdpapcss .ui-icon-volume-on {
	background-position: -144px -160px;
}

.bapfdpapcss .ui-icon-power {
	background-position: 0 -176px;
}

.bapfdpapcss .ui-icon-signal-diag {
	background-position: -16px -176px;
}

.bapfdpapcss .ui-icon-signal {
	background-position: -32px -176px;
}

.bapfdpapcss .ui-icon-battery-0 {
	background-position: -48px -176px;
}

.bapfdpapcss .ui-icon-battery-1 {
	background-position: -64px -176px;
}

.bapfdpapcss .ui-icon-battery-2 {
	background-position: -80px -176px;
}

.bapfdpapcss .ui-icon-battery-3 {
	background-position: -96px -176px;
}

.bapfdpapcss .ui-icon-circle-plus {
	background-position: 0 -192px;
}

.bapfdpapcss .ui-icon-circle-minus {
	background-position: -16px -192px;
}

.bapfdpapcss .ui-icon-circle-close {
	background-position: -32px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.bapfdpapcss .ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.bapfdpapcss .ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.bapfdpapcss .ui-icon-circle-check {
	background-position: -208px -192px;
}

.bapfdpapcss .ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.bapfdpapcss .ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.bapfdpapcss .ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.bapfdpapcss .ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.bapfdpapcss .ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.bapfdpapcss .ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.bapfdpapcss .ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.bapfdpapcss .ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.bapfdpapcss .ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.bapfdpapcss .ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.bapfdpapcss .ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.bapfdpapcss .ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-left, .bapfdpapcss .ui-corner-tl, .bapfdpapcss .ui-corner-top {
	border-top-left-radius: 3px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-right, .bapfdpapcss .ui-corner-top, .bapfdpapcss .ui-corner-tr {
	border-top-right-radius: 3px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-bl, .bapfdpapcss .ui-corner-bottom, .bapfdpapcss .ui-corner-left {
	border-bottom-left-radius: 3px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-bottom, .bapfdpapcss .ui-corner-br, .bapfdpapcss .ui-corner-right {
	border-bottom-right-radius: 3px;
}

.bapfdpapcss .ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.bapfdpapcss .ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}

.bapfdpapcss .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.bapfdpapcss .ui-widget .ui-widget {
	font-size: 1em;
}

.bapfdpapcss .ui-widget button, .bapfdpapcss .ui-widget input, .bapfdpapcss .ui-widget select, .bapfdpapcss .ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.bapfdpapcss .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.bapfdpapcss .ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.bapfdpapcss .ui-widget-content a {
	color: #333;
}

.bapfdpapcss .ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700;
}

.bapfdpapcss .ui-widget-header a {
	color: #333;
}

.bapfdpapcss .ui-button, .bapfdpapcss .ui-state-default, .bapfdpapcss .ui-widget-content .ui-state-default, .bapfdpapcss .ui-widget-header .ui-state-default, html .bapfdpapcss .ui-button.ui-state-disabled:active, html .bapfdpapcss .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545;
}

.bapfdpapcss .ui-button:focus, .bapfdpapcss .ui-button:hover, .bapfdpapcss .ui-state-focus, .bapfdpapcss .ui-state-hover, .bapfdpapcss .ui-widget-content .ui-state-focus, .bapfdpapcss .ui-widget-content .ui-state-hover, .bapfdpapcss .ui-widget-header .ui-state-focus, .bapfdpapcss .ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b;
}

.bapfdpapcss .ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.bapfdpapcss .ui-button.ui-state-active:hover, .bapfdpapcss .ui-button:active, .bapfdpapcss .ui-state-active, .bapfdpapcss .ui-widget-content .ui-state-active, .bapfdpapcss .ui-widget-header .ui-state-active, a.bapfdpapcss .ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff;
}

.bapfdpapcss .ui-icon-background, .bapfdpapcss .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}

.bapfdpapcss .ui-state-highlight, .bapfdpapcss .ui-widget-content .ui-state-highlight, .bapfdpapcss .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.bapfdpapcss .ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.bapfdpapcss .ui-state-highlight a, .bapfdpapcss .ui-widget-content .ui-state-highlight a, .bapfdpapcss .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.bapfdpapcss .ui-state-error, .bapfdpapcss .ui-widget-content .ui-state-error, .bapfdpapcss .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.bapfdpapcss .ui-state-error a, .bapfdpapcss .ui-widget-content .ui-state-error a, .bapfdpapcss .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.bapfdpapcss .ui-state-error-text, .bapfdpapcss .ui-widget-content .ui-state-error-text, .bapfdpapcss .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.bapfdpapcss .ui-priority-primary, .bapfdpapcss .ui-widget-content .ui-priority-primary, .bapfdpapcss .ui-widget-header .ui-priority-primary {
	font-weight: 700;
}

.bapfdpapcss .ui-priority-secondary, .bapfdpapcss .ui-widget-content .ui-priority-secondary, .bapfdpapcss .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400;
}

.bapfdpapcss .ui-state-disabled, .bapfdpapcss .ui-widget-content .ui-state-disabled, .bapfdpapcss .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.bapfdpapcss .ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.bapfdpapcss .ui-icon {
	width: 16px;
	height: 16px;
}

.bapfdpapcss .ui-icon, .bapfdpapcss .ui-widget-content .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png";
}

.bapfdpapcss .ui-widget-header .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_444444_256x240.png";
}

.bapfdpapcss .ui-widget-header .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png";
}

.bapfdpapcss .ui-widget-header .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-widget-header .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-widget-header .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button:focus .ui-icon, .bapfdpapcss .ui-button:hover .ui-icon, .bapfdpapcss .ui-state-focus .ui-icon, .bapfdpapcss .ui-state-hover .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_555555_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_555555_256x240.png";
}

.bapfdpapcss .ui-button:focus .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-button:hover .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-focus .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-hover .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/d460d8328ed2194fdebdaef035cb7e45.1e39.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/d460d8328ed2194fdebdaef035cb7e45.1e39.png";
}

.bapfdpapcss .ui-button:focus .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-button:hover .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-focus .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-hover .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button:focus .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button:hover .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-focus .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-hover .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button:focus .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-button:hover .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-focus .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-hover .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button:active .ui-icon, .bapfdpapcss .ui-state-active .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_ffffff_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_ffffff_256x240.png";
}

.bapfdpapcss .ui-button:active .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-active .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/9266eafa36456714010e8a8493f627a6.1bd7.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/9266eafa36456714010e8a8493f627a6.1bd7.png";
}

.bapfdpapcss .ui-button:active .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-active .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button:active .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-active .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button:active .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-active .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-widget-content .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/d00944740e64bd1e45681cbbb7dc8e99.1e3b.png";
}

.bapfdpapcss .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-widget-content .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-widget-content .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-widget-content .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon, .bapfdpapcss .ui-state-highlight .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777620_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777620_256x240.png";
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-highlight .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/8175bb1166bbfc6418d3f16497e2da3b.1ead.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/8175bb1166bbfc6418d3f16497e2da3b.1ead.png";
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-highlight .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button .ui-state-highlight.ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-highlight .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button .ui-state-highlight.ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-highlight .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-state-error .ui-icon, .bapfdpapcss .ui-state-error-text .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_cc0000_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_cc0000_256x240.png";
}

.bapfdpapcss .ui-state-error .ui-icon[data-ai-bg*="-120-"], .bapfdpapcss .ui-state-error-text .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/1a927f50fc5066c022037c8909aa4ae5.1c6b.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/1a927f50fc5066c022037c8909aa4ae5.1c6b.png";
}

.bapfdpapcss .ui-state-error .ui-icon[data-ai-bg*="-0-"], .bapfdpapcss .ui-state-error-text .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-state-error .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-error-text .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-state-error .ui-icon.lzl-ing:not(.lzl-ed), .bapfdpapcss .ui-state-error-text .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-button .ui-icon {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777777_256x240.png");
	--ai-bg-sz: "[[{\"s\":[256,240],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/images/ui-icons_777777_256x240.png";
}

.bapfdpapcss .ui-button .ui-icon[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/a7f9d0ffebf55a44f3061b9e2fb71e6e.1d98.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/a7f9d0ffebf55a44f3061b9e2fb71e6e.1d98.png";
}

.bapfdpapcss .ui-button .ui-icon[data-ai-bg*="-0-"] {
	background-image: none;
}

.bapfdpapcss .ui-button .ui-icon.lzl:not(.lzl-ed), .bapfdpapcss .ui-button .ui-icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAESElEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwHBjBHQABKK8VTwAAAABJRU5ErkJggg==");
}

.bapfdpapcss .ui-icon-blank {
	background-position: 16px 16px;
}

.bapfdpapcss .ui-icon-caret-1-n {
	background-position: 0 0;
}

.bapfdpapcss .ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.bapfdpapcss .ui-icon-caret-1-e {
	background-position: -32px 0;
}

.bapfdpapcss .ui-icon-caret-1-se {
	background-position: -48px 0;
}

.bapfdpapcss .ui-icon-caret-1-s {
	background-position: -65px 0;
}

.bapfdpapcss .ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.bapfdpapcss .ui-icon-caret-1-w {
	background-position: -96px 0;
}

.bapfdpapcss .ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.bapfdpapcss .ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.bapfdpapcss .ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.bapfdpapcss .ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.bapfdpapcss .ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.bapfdpapcss .ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.bapfdpapcss .ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.bapfdpapcss .ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.bapfdpapcss .ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.bapfdpapcss .ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.bapfdpapcss .ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.bapfdpapcss .ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.bapfdpapcss .ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.bapfdpapcss .ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.bapfdpapcss .ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.bapfdpapcss .ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.bapfdpapcss .ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.bapfdpapcss .ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.bapfdpapcss .ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.bapfdpapcss .ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.bapfdpapcss .ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.bapfdpapcss .ui-icon-extlink {
	background-position: -32px -80px;
}

.bapfdpapcss .ui-icon-newwin {
	background-position: -48px -80px;
}

.bapfdpapcss .ui-icon-refresh {
	background-position: -64px -80px;
}

.bapfdpapcss .ui-icon-shuffle {
	background-position: -80px -80px;
}

.bapfdpapcss .ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.bapfdpapcss .ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.bapfdpapcss .ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.bapfdpapcss .ui-icon-folder-open {
	background-position: -16px -96px;
}

.bapfdpapcss .ui-icon-document {
	background-position: -32px -96px;
}

.bapfdpapcss .ui-icon-document-b {
	background-position: -48px -96px;
}

.bapfdpapcss .ui-icon-note {
	background-position: -64px -96px;
}

.bapfdpapcss .ui-icon-mail-closed {
	background-position: -80px -96px;
}

.bapfdpapcss .ui-icon-mail-open {
	background-position: -96px -96px;
}

.bapfdpapcss .ui-icon-suitcase {
	background-position: -112px -96px;
}

.bapfdpapcss .ui-icon-comment {
	background-position: -128px -96px;
}

.bapfdpapcss .ui-icon-person {
	background-position: -144px -96px;
}

.bapfdpapcss .ui-icon-print {
	background-position: -160px -96px;
}

.bapfdpapcss .ui-icon-trash {
	background-position: -176px -96px;
}

.bapfdpapcss .ui-icon-locked {
	background-position: -192px -96px;
}

.bapfdpapcss .ui-icon-unlocked {
	background-position: -208px -96px;
}

.bapfdpapcss .ui-icon-bookmark {
	background-position: -224px -96px;
}

.bapfdpapcss .ui-icon-tag {
	background-position: -240px -96px;
}

.bapfdpapcss .ui-icon-home {
	background-position: 0 -112px;
}

.bapfdpapcss .ui-icon-flag {
	background-position: -16px -112px;
}

.bapfdpapcss .ui-icon-calendar {
	background-position: -32px -112px;
}

.bapfdpapcss .ui-icon-cart {
	background-position: -48px -112px;
}

.bapfdpapcss .ui-icon-pencil {
	background-position: -64px -112px;
}

.bapfdpapcss .ui-icon-clock {
	background-position: -80px -112px;
}

.bapfdpapcss .ui-icon-disk {
	background-position: -96px -112px;
}

.bapfdpapcss .ui-icon-calculator {
	background-position: -112px -112px;
}

.bapfdpapcss .ui-icon-zoomin {
	background-position: -128px -112px;
}

.bapfdpapcss .ui-icon-zoomout {
	background-position: -144px -112px;
}

.bapfdpapcss .ui-icon-search {
	background-position: -160px -112px;
}

.bapfdpapcss .ui-icon-wrench {
	background-position: -176px -112px;
}

.bapfdpapcss .ui-icon-gear {
	background-position: -192px -112px;
}

.bapfdpapcss .ui-icon-heart {
	background-position: -208px -112px;
}

.bapfdpapcss .ui-icon-star {
	background-position: -224px -112px;
}

.bapfdpapcss .ui-icon-link {
	background-position: -240px -112px;
}

.bapfdpapcss .ui-icon-cancel {
	background-position: 0 -128px;
}

.bapfdpapcss .ui-icon-plus {
	background-position: -16px -128px;
}

.bapfdpapcss .ui-icon-plusthick {
	background-position: -32px -128px;
}

.bapfdpapcss .ui-icon-minus {
	background-position: -48px -128px;
}

.bapfdpapcss .ui-icon-minusthick {
	background-position: -64px -128px;
}

.bapfdpapcss .ui-icon-close {
	background-position: -80px -128px;
}

.bapfdpapcss .ui-icon-closethick {
	background-position: -96px -128px;
}

.bapfdpapcss .ui-icon-key {
	background-position: -112px -128px;
}

.bapfdpapcss .ui-icon-lightbulb {
	background-position: -128px -128px;
}

.bapfdpapcss .ui-icon-scissors {
	background-position: -144px -128px;
}

.bapfdpapcss .ui-icon-clipboard {
	background-position: -160px -128px;
}

.bapfdpapcss .ui-icon-copy {
	background-position: -176px -128px;
}

.bapfdpapcss .ui-icon-contact {
	background-position: -192px -128px;
}

.bapfdpapcss .ui-icon-image {
	background-position: -208px -128px;
}

.bapfdpapcss .ui-icon-video {
	background-position: -224px -128px;
}

.bapfdpapcss .ui-icon-script {
	background-position: -240px -128px;
}

.bapfdpapcss .ui-icon-alert {
	background-position: 0 -144px;
}

.bapfdpapcss .ui-icon-info {
	background-position: -16px -144px;
}

.bapfdpapcss .ui-icon-notice {
	background-position: -32px -144px;
}

.bapfdpapcss .ui-icon-help {
	background-position: -48px -144px;
}

.bapfdpapcss .ui-icon-check {
	background-position: -64px -144px;
}

.bapfdpapcss .ui-icon-bullet {
	background-position: -80px -144px;
}

.bapfdpapcss .ui-icon-radio-on {
	background-position: -96px -144px;
}

.bapfdpapcss .ui-icon-radio-off {
	background-position: -112px -144px;
}

.bapfdpapcss .ui-icon-pin-w {
	background-position: -128px -144px;
}

.bapfdpapcss .ui-icon-pin-s {
	background-position: -144px -144px;
}

.bapfdpapcss .ui-icon-play {
	background-position: 0 -160px;
}

.bapfdpapcss .ui-icon-pause {
	background-position: -16px -160px;
}

.bapfdpapcss .ui-icon-seek-next {
	background-position: -32px -160px;
}

.bapfdpapcss .ui-icon-seek-prev {
	background-position: -48px -160px;
}

.bapfdpapcss .ui-icon-seek-end {
	background-position: -64px -160px;
}

.bapfdpapcss .ui-icon-seek-start {
	background-position: -80px -160px;
}

.bapfdpapcss .ui-icon-seek-first {
	background-position: -80px -160px;
}

.bapfdpapcss .ui-icon-stop {
	background-position: -96px -160px;
}

.bapfdpapcss .ui-icon-eject {
	background-position: -112px -160px;
}

.bapfdpapcss .ui-icon-volume-off {
	background-position: -128px -160px;
}

.bapfdpapcss .ui-icon-volume-on {
	background-position: -144px -160px;
}

.bapfdpapcss .ui-icon-power {
	background-position: 0 -176px;
}

.bapfdpapcss .ui-icon-signal-diag {
	background-position: -16px -176px;
}

.bapfdpapcss .ui-icon-signal {
	background-position: -32px -176px;
}

.bapfdpapcss .ui-icon-battery-0 {
	background-position: -48px -176px;
}

.bapfdpapcss .ui-icon-battery-1 {
	background-position: -64px -176px;
}

.bapfdpapcss .ui-icon-battery-2 {
	background-position: -80px -176px;
}

.bapfdpapcss .ui-icon-battery-3 {
	background-position: -96px -176px;
}

.bapfdpapcss .ui-icon-circle-plus {
	background-position: 0 -192px;
}

.bapfdpapcss .ui-icon-circle-minus {
	background-position: -16px -192px;
}

.bapfdpapcss .ui-icon-circle-close {
	background-position: -32px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.bapfdpapcss .ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.bapfdpapcss .ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.bapfdpapcss .ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.bapfdpapcss .ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.bapfdpapcss .ui-icon-circle-check {
	background-position: -208px -192px;
}

.bapfdpapcss .ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.bapfdpapcss .ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.bapfdpapcss .ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.bapfdpapcss .ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.bapfdpapcss .ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.bapfdpapcss .ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.bapfdpapcss .ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.bapfdpapcss .ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.bapfdpapcss .ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.bapfdpapcss .ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.bapfdpapcss .ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.bapfdpapcss .ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-left, .bapfdpapcss .ui-corner-tl, .bapfdpapcss .ui-corner-top {
	border-top-left-radius: 3px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-right, .bapfdpapcss .ui-corner-top, .bapfdpapcss .ui-corner-tr {
	border-top-right-radius: 3px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-bl, .bapfdpapcss .ui-corner-bottom, .bapfdpapcss .ui-corner-left {
	border-bottom-left-radius: 3px;
}

.bapfdpapcss .ui-corner-all, .bapfdpapcss .ui-corner-bottom, .bapfdpapcss .ui-corner-br, .bapfdpapcss .ui-corner-right {
	border-bottom-right-radius: 3px;
}

.bapfdpapcss .ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.bapfdpapcss .ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-image: url("/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/mCSB_buttons.png");
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
	--ai-bg-sz: "[[{\"s\":[160,144],\"d\":[\"120\"]}]]";
	--lzl-bg-img: "/wp-content/plugins/woocommerce-ajax-filters/assets/frontend/css/mCSB_buttons.png";
}

.mCSB_scrollTools .mCSB_buttonDown[data-ai-bg*="-120-"], .mCSB_scrollTools .mCSB_buttonLeft[data-ai-bg*="-120-"], .mCSB_scrollTools .mCSB_buttonRight[data-ai-bg*="-120-"], .mCSB_scrollTools .mCSB_buttonUp[data-ai-bg*="-120-"] {
	background-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/f30737f0d671c50039a133851a85b3a5.918.png");
	--lzl-bg-img: "/wp-content/cache/seraphinite-accelerator/s/m/d/img/f30737f0d671c50039a133851a85b3a5.918.png";
}

.mCSB_scrollTools .mCSB_buttonDown[data-ai-bg*="-0-"], .mCSB_scrollTools .mCSB_buttonLeft[data-ai-bg*="-0-"], .mCSB_scrollTools .mCSB_buttonRight[data-ai-bg*="-0-"], .mCSB_scrollTools .mCSB_buttonUp[data-ai-bg*="-0-"] {
	background-image: none;
}

.mCSB_scrollTools .mCSB_buttonDown.lzl:not(.lzl-ed), .mCSB_scrollTools .mCSB_buttonLeft.lzl:not(.lzl-ed), .mCSB_scrollTools .mCSB_buttonRight.lzl:not(.lzl-ed), .mCSB_scrollTools .mCSB_buttonUp.lzl:not(.lzl-ed), .mCSB_scrollTools .mCSB_buttonDown.lzl-ing:not(.lzl-ed), .mCSB_scrollTools .mCSB_buttonLeft.lzl-ing:not(.lzl-ed), .mCSB_scrollTools .mCSB_buttonRight.lzl-ing:not(.lzl-ed), .mCSB_scrollTools .mCSB_buttonUp.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACQCAYAAACPtWCAAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABqUlEQVR4Ae3QAQ0AAADCoPdPbQ8HESgMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBg4GFgaJ8AAQmlSE0AAAAASUVORK5CYII=");
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	height: 12px;
	width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.berocket_ajax_filters_toggle {
	text-decoration: none;
	box-sizing: border-box !important;
}

.berocket_ajax_filters_toggle * {
	box-sizing: border-box !important;
}

.berocket_ajax_filters_toggle:focus, .berocket_ajax_filters_toggle:hover {
	text-decoration: none;
}

.berocket_ajax_filters_toggle.active i, .berocket_ajax_filters_toggle.active i:after, .berocket_ajax_filters_toggle.active i:before, .berocket_ajax_filters_toggle:hover i, .berocket_ajax_filters_toggle:hover i:after, .berocket_ajax_filters_toggle:hover i:before {
	background: #2a2a2a;
}

.berocket_ajax_filters_toggle:hover i:before {
	width: 14px;
}

.berocket_ajax_filters_toggle:hover i:after {
	width: 11px;
}

.berocket_ajax_filters_toggle.active i {
	background-color: transparent !important;
}

.berocket_ajax_filters_toggle.active i:before {
	transform: rotate(45deg);
	width: 17px;
	top: 0;
}

.berocket_ajax_filters_toggle.active i:after {
	transform: rotate(135deg);
	width: 17px;
	top: 0;
}

.berocket_ajax_filters_toggle span {
	width: 25px;
	height: 25px;
	left: -10px;
}

.berocket_ajax_filters_toggle span i, .berocket_ajax_filters_toggle span i:after, .berocket_ajax_filters_toggle span i:before {
	box-sizing: border-box !important;
	top: 18px;
	width: 17px;
	height: 2px;
	background: #ababab;
	display: block;
	transition: all .2s;
	content: "";
	position: absolute;
	left: 0;
}

.berocket_ajax_filters_toggle span i:before {
	top: -6px;
}

.berocket_ajax_filters_toggle span i:after {
	top: 6px;
}

.berocket_ajax_filters_toggle span b, .berocket_ajax_filters_toggle span s {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.berocket_ajax_filters_toggle span b:after, .berocket_ajax_filters_toggle span b:before, .berocket_ajax_filters_toggle span s:after, .berocket_ajax_filters_toggle span s:before, .berocket_ajax_filters_toggle span:after, .berocket_ajax_filters_toggle span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: border-box !important;
}

.berocket_ajax_filters_toggle.icon-theme-1 span i {
	width: 11px;
	left: 4px;
}

.berocket_ajax_filters_toggle.icon-theme-1 span i:after {
	width: 3px;
	left: 4px;
}

.berocket_ajax_filters_toggle.icon-theme-1 span i:before {
	width: 19px;
	left: -4px;
}

.berocket_ajax_filters_toggle.icon-theme-1.active span i:before {
	transform: rotate(45deg);
	width: 17px;
	top: 0;
	left: -4px;
}

.berocket_ajax_filters_toggle.icon-theme-1.active span i:after {
	transform: rotate(135deg);
	width: 17px;
	bottom: 0;
	left: -4px;
}

.berocket_ajax_filters_toggle.icon-theme-2 span {
	margin-left: -3px;
}

.berocket_ajax_filters_toggle.icon-theme-2 span, .berocket_ajax_filters_toggle.icon-theme-2 span:after, .berocket_ajax_filters_toggle.icon-theme-2 span:before {
	background: 0 0 !important;
}

.berocket_ajax_filters_toggle.icon-theme-2 span i {
	top: 18px;
	width: 17px;
	height: 0;
	background: 0 0;
	z-index: 20;
}

.berocket_ajax_filters_toggle.icon-theme-2 span i:after, .berocket_ajax_filters_toggle.icon-theme-2 span i:before {
	height: 2px;
	width: 26px;
	background-color: #ababab;
	position: absolute;
	left: 0;
}

.berocket_ajax_filters_toggle.icon-theme-2 span i:before {
	top: -5px;
}

.berocket_ajax_filters_toggle.icon-theme-2 span i:after {
	top: 5px;
}

.berocket_ajax_filters_toggle.icon-theme-2 span b {
	background-color: transparent;
	z-index: 21;
	top: 18px;
}

.berocket_ajax_filters_toggle.icon-theme-2 span b:after, .berocket_ajax_filters_toggle.icon-theme-2 span b:before {
	height: 10px;
	width: 10px;
	border: 2px solid #ababab;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
}

.berocket_ajax_filters_toggle.icon-theme-2 span b:before {
	top: -9px;
	left: 2px;
}

.berocket_ajax_filters_toggle.icon-theme-2 span b:after {
	top: 1px;
	left: 14px;
}

.berocket_ajax_filters_toggle.icon-theme-2.active i:after, .berocket_ajax_filters_toggle.icon-theme-2.active i:before {
	width: 17px;
	top: 0;
	left: 3px;
}

.berocket_ajax_filters_toggle.icon-theme-2.active i:before {
	transform: rotate(45deg);
}

.berocket_ajax_filters_toggle.icon-theme-2.active i:after {
	transform: rotate(135deg);
}

.berocket_ajax_filters_toggle.icon-theme-2.active b:after, .berocket_ajax_filters_toggle.icon-theme-2.active b:before {
	display: none;
}

.berocket_ajax_filters_toggle.icon-theme-2:hover i:after, .berocket_ajax_filters_toggle.icon-theme-2:hover i:before {
	background-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.icon-theme-2:hover b:after, .berocket_ajax_filters_toggle.icon-theme-2:hover b:before {
	border-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.icon-theme-3 span {
	width: 26px;
	margin-left: -3px;
}

.berocket_ajax_filters_toggle.icon-theme-3 span, .berocket_ajax_filters_toggle.icon-theme-3 span:after, .berocket_ajax_filters_toggle.icon-theme-3 span:before {
	background: 0 0 !important;
}

.berocket_ajax_filters_toggle.icon-theme-3 span i, .berocket_ajax_filters_toggle.icon-theme-3 span i:after, .berocket_ajax_filters_toggle.icon-theme-3 span i:before {
	width: 100%;
	left: 0;
}

.berocket_ajax_filters_toggle.icon-theme-3 span i:before {
	top: -9px;
}

.berocket_ajax_filters_toggle.icon-theme-3 span i:after {
	top: 9px;
}

.berocket_ajax_filters_toggle.icon-theme-3 span b {
	top: 14px;
	left: 2px;
}

.berocket_ajax_filters_toggle.icon-theme-3 span b, .berocket_ajax_filters_toggle.icon-theme-3 span b:after, .berocket_ajax_filters_toggle.icon-theme-3 span b:before {
	height: 10px;
	width: 10px;
	border: 2px solid #ababab;
	border-radius: 50%;
	background-color: #fff;
}

.berocket_ajax_filters_toggle.icon-theme-3 span b:after, .berocket_ajax_filters_toggle.icon-theme-3 span b:before {
	left: 10px;
	position: absolute;
	content: "";
	top: 7px;
}

.berocket_ajax_filters_toggle.icon-theme-3 span b:after {
	top: -11px;
}

.berocket_ajax_filters_toggle.icon-theme-3.active i {
	background-color: transparent;
}

.berocket_ajax_filters_toggle.icon-theme-3.active i:after, .berocket_ajax_filters_toggle.icon-theme-3.active i:before {
	width: 17px;
	top: 0;
	left: 3px;
}

.berocket_ajax_filters_toggle.icon-theme-3.active i:before {
	transform: rotate(45deg);
}

.berocket_ajax_filters_toggle.icon-theme-3.active i:after {
	transform: rotate(135deg);
}

.berocket_ajax_filters_toggle.icon-theme-3.active b, .berocket_ajax_filters_toggle.icon-theme-3.active b:after, .berocket_ajax_filters_toggle.icon-theme-3.active b:before {
	display: none;
}

.berocket_ajax_filters_toggle.icon-theme-3:hover i, .berocket_ajax_filters_toggle.icon-theme-3:hover i:after, .berocket_ajax_filters_toggle.icon-theme-3:hover i:before {
	background-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.icon-theme-3:hover b, .berocket_ajax_filters_toggle.icon-theme-3:hover b:after, .berocket_ajax_filters_toggle.icon-theme-3:hover b:before {
	border-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.icon-theme-4 span {
	width: 26px;
	margin-left: -3px;
}

.berocket_ajax_filters_toggle.icon-theme-4 span, .berocket_ajax_filters_toggle.icon-theme-4 span:after, .berocket_ajax_filters_toggle.icon-theme-4 span:before {
	background: 0 0 !important;
}

.berocket_ajax_filters_toggle.icon-theme-4 span i, .berocket_ajax_filters_toggle.icon-theme-4 span i:after, .berocket_ajax_filters_toggle.icon-theme-4 span i:before {
	width: 100%;
	left: 0;
}

.berocket_ajax_filters_toggle.icon-theme-4 span i:before {
	top: -9px;
}

.berocket_ajax_filters_toggle.icon-theme-4 span i:after {
	top: 9px;
}

.berocket_ajax_filters_toggle.icon-theme-4 span b {
	top: 15px;
	left: 16px;
}

.berocket_ajax_filters_toggle.icon-theme-4 span b, .berocket_ajax_filters_toggle.icon-theme-4 span b:after, .berocket_ajax_filters_toggle.icon-theme-4 span b:before {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	border: 4px solid #ababab;
	box-sizing: content-box;
	position: absolute;
}

.berocket_ajax_filters_toggle.icon-theme-4 span b:before {
	content: "";
	top: -13px;
	left: -10px;
}

.berocket_ajax_filters_toggle.icon-theme-4 span b:after {
	content: "";
	top: 5px;
	left: -18px;
}

.berocket_ajax_filters_toggle.icon-theme-4.active i {
	background-color: transparent;
}

.berocket_ajax_filters_toggle.icon-theme-4.active i:after, .berocket_ajax_filters_toggle.icon-theme-4.active i:before {
	width: 17px;
	top: 0;
	left: 3px;
}

.berocket_ajax_filters_toggle.icon-theme-4.active i:before {
	transform: rotate(45deg);
}

.berocket_ajax_filters_toggle.icon-theme-4.active i:after {
	transform: rotate(135deg);
}

.berocket_ajax_filters_toggle.icon-theme-4.active b, .berocket_ajax_filters_toggle.icon-theme-4.active b:after, .berocket_ajax_filters_toggle.icon-theme-4.active b:before {
	display: none;
}

.berocket_ajax_filters_toggle.icon-theme-4:hover i, .berocket_ajax_filters_toggle.icon-theme-4:hover i:after, .berocket_ajax_filters_toggle.icon-theme-4:hover i:before {
	background-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.icon-theme-4:hover b, .berocket_ajax_filters_toggle.icon-theme-4:hover b:after, .berocket_ajax_filters_toggle.icon-theme-4:hover b:before {
	border-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.icon-theme-4.theme-5 span b, .berocket_ajax_filters_toggle.icon-theme-4.theme-5 span b:after, .berocket_ajax_filters_toggle.icon-theme-4.theme-5 span b:before {
	border-color: #fff;
}

.berocket_ajax_filters_toggle.icon-theme-5 span {
	margin-left: -3px;
}

.berocket_ajax_filters_toggle.icon-theme-5 span, .berocket_ajax_filters_toggle.icon-theme-5 span i, .berocket_ajax_filters_toggle.icon-theme-5 span i:after, .berocket_ajax_filters_toggle.icon-theme-5 span i:before, .berocket_ajax_filters_toggle.icon-theme-5 span:after, .berocket_ajax_filters_toggle.icon-theme-5 span:before {
	background: 0 0 !important;
}

.berocket_ajax_filters_toggle.icon-theme-5 span b, .berocket_ajax_filters_toggle.icon-theme-5 span b:after, .berocket_ajax_filters_toggle.icon-theme-5 span b:before, .berocket_ajax_filters_toggle.icon-theme-5 span s, .berocket_ajax_filters_toggle.icon-theme-5 span s:after, .berocket_ajax_filters_toggle.icon-theme-5 span s:before {
	border: 2px solid #383b40;
	border-radius: 50%;
	background-color: #fff;
	width: 6px;
	height: 6px;
	top: 8px;
	bottom: auto;
}

.berocket_ajax_filters_toggle.icon-theme-5 span b:before {
	left: 7px;
	top: -2px;
}

.berocket_ajax_filters_toggle.icon-theme-5 span b:after {
	left: 17px;
	top: -2px;
}

.berocket_ajax_filters_toggle.icon-theme-5 span s {
	left: 4px;
	top: 16px;
}

.berocket_ajax_filters_toggle.icon-theme-5 span s:before {
	top: -2px;
	left: 8px;
}

.berocket_ajax_filters_toggle.icon-theme-5 span s:after {
	top: 6px;
	left: 3px;
}

.berocket_ajax_filters_toggle.icon-theme-5:hover b, .berocket_ajax_filters_toggle.icon-theme-5:hover b:after, .berocket_ajax_filters_toggle.icon-theme-5:hover b:before, .berocket_ajax_filters_toggle.icon-theme-5:hover s, .berocket_ajax_filters_toggle.icon-theme-5:hover s:after, .berocket_ajax_filters_toggle.icon-theme-5:hover s:before {
	background-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.icon-theme-5.active b {
	border: transparent;
	background: 0 0;
	left: 4px;
}

.berocket_ajax_filters_toggle.icon-theme-5.active b:after, .berocket_ajax_filters_toggle.icon-theme-5.active b:before {
	width: 17px;
	top: 10px;
	border: 1px solid #2a2a2a;
	height: 0;
	left: 0;
	border-radius: 0;
}

.berocket_ajax_filters_toggle.icon-theme-5.active b:before {
	transform: rotate(45deg);
}

.berocket_ajax_filters_toggle.icon-theme-5.active b:after {
	transform: rotate(135deg);
}

.berocket_ajax_filters_toggle.icon-theme-5.active s, .berocket_ajax_filters_toggle.icon-theme-5.active s:after, .berocket_ajax_filters_toggle.icon-theme-5.active s:before {
	display: none;
}

.berocket_ajax_filters_toggle.icon-theme-5.theme-5 span b, .berocket_ajax_filters_toggle.icon-theme-5.theme-5 span s {
	margin-top: 1px;
}

.berocket_ajax_filters_toggle.icon-theme-5.theme-5 span b, .berocket_ajax_filters_toggle.icon-theme-5.theme-5 span b:after, .berocket_ajax_filters_toggle.icon-theme-5.theme-5 span b:before, .berocket_ajax_filters_toggle.icon-theme-5.theme-5 span s, .berocket_ajax_filters_toggle.icon-theme-5.theme-5 span s:after, .berocket_ajax_filters_toggle.icon-theme-5.theme-5 span s:before {
	border-color: #fff;
	background: 0 0;
}

.berocket_ajax_filters_toggle.icon-theme-5.theme-5.active span b {
	margin-top: 0;
	border: transparent;
	background: 0 0;
}

.berocket_ajax_filters_toggle.icon-theme-6 span {
	margin-left: -3px;
}

.berocket_ajax_filters_toggle.icon-theme-6 span, .berocket_ajax_filters_toggle.icon-theme-6 span i, .berocket_ajax_filters_toggle.icon-theme-6 span i:after, .berocket_ajax_filters_toggle.icon-theme-6 span i:before, .berocket_ajax_filters_toggle.icon-theme-6 span:after, .berocket_ajax_filters_toggle.icon-theme-6 span:before {
	background: 0 0 !important;
}

.berocket_ajax_filters_toggle.icon-theme-6 span b, .berocket_ajax_filters_toggle.icon-theme-6 span b:after, .berocket_ajax_filters_toggle.icon-theme-6 span b:before, .berocket_ajax_filters_toggle.icon-theme-6 span s, .berocket_ajax_filters_toggle.icon-theme-6 span s:after, .berocket_ajax_filters_toggle.icon-theme-6 span s:before {
	border: 3px solid #383b40;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	top: 8px;
	bottom: auto;
}

.berocket_ajax_filters_toggle.icon-theme-6 span b:before {
	left: 6px;
	top: -3px;
}

.berocket_ajax_filters_toggle.icon-theme-6 span b:after {
	left: 16px;
	top: -3px;
}

.berocket_ajax_filters_toggle.icon-theme-6 span s {
	left: 4px;
	top: 16px;
}

.berocket_ajax_filters_toggle.icon-theme-6 span s:before {
	top: -3px;
	left: 7px;
}

.berocket_ajax_filters_toggle.icon-theme-6 span s:after {
	top: 5px;
	left: 2px;
}

.berocket_ajax_filters_toggle.icon-theme-6:hover b, .berocket_ajax_filters_toggle.icon-theme-6:hover b:after, .berocket_ajax_filters_toggle.icon-theme-6:hover b:before, .berocket_ajax_filters_toggle.icon-theme-6:hover s, .berocket_ajax_filters_toggle.icon-theme-6:hover s:after, .berocket_ajax_filters_toggle.icon-theme-6:hover s:before {
	background-color: #fff;
}

.berocket_ajax_filters_toggle.icon-theme-6.active b {
	border: transparent;
	background: 0 0;
	left: 4px;
}

.berocket_ajax_filters_toggle.icon-theme-6.active b:after, .berocket_ajax_filters_toggle.icon-theme-6.active b:before {
	width: 17px;
	top: 10px;
	border: 1px solid #2a2a2a;
	height: 0;
	left: 0;
	border-radius: 0;
}

.berocket_ajax_filters_toggle.icon-theme-6.active b:before {
	transform: rotate(45deg);
}

.berocket_ajax_filters_toggle.icon-theme-6.active b:after {
	transform: rotate(135deg);
}

.berocket_ajax_filters_toggle.icon-theme-6.active s, .berocket_ajax_filters_toggle.icon-theme-6.active s:after, .berocket_ajax_filters_toggle.icon-theme-6.active s:before {
	display: none;
}

.berocket_ajax_filters_toggle.icon-theme-6.theme-5 span b, .berocket_ajax_filters_toggle.icon-theme-6.theme-5 span s {
	margin-top: 1px;
}

.berocket_ajax_filters_toggle.icon-theme-6.theme-5 span b, .berocket_ajax_filters_toggle.icon-theme-6.theme-5 span b:after, .berocket_ajax_filters_toggle.icon-theme-6.theme-5 span b:before, .berocket_ajax_filters_toggle.icon-theme-6.theme-5 span s, .berocket_ajax_filters_toggle.icon-theme-6.theme-5 span s:after, .berocket_ajax_filters_toggle.icon-theme-6.theme-5 span s:before {
	border-color: #fff;
}

.berocket_ajax_filters_toggle.icon-theme-6.theme-5.active span b {
	margin-top: 0;
	border: transparent;
	background: 0 0;
}

.berocket_ajax_filters_toggle, .berocket_ajax_filters_toggle:focus, .berocket_ajax_filters_toggle:hover {
	text-decoration: none;
}

.berocket_ajax_filters_toggle, .berocket_ajax_filters_toggle * {
	box-sizing: border-box !important;
}

.berocket_ajax_filters_toggle span {
	position: relative;
	display: inline-block;
	z-index: 20;
}

.berocket_ajax_filters_toggle.theme-1 {
	background: #fff;
	border: 1px solid #ebebeb;
	height: 40px;
	line-height: 32px;
	text-align: center;
	padding: 1px 0;
	font-weight: 400;
}

.berocket_ajax_filters_toggle.theme-1 span {
	left: -10px;
}

.berocket_ajax_filters_toggle.theme-1 span i, .berocket_ajax_filters_toggle.theme-1 span i:after, .berocket_ajax_filters_toggle.theme-1 span i:before, .berocket_ajax_filters_toggle.theme-1.active i, .berocket_ajax_filters_toggle.theme-1.active i:after, .berocket_ajax_filters_toggle.theme-1.active i:before, .berocket_ajax_filters_toggle.theme-1:hover i, .berocket_ajax_filters_toggle.theme-1:hover i:after, .berocket_ajax_filters_toggle.theme-1:hover i:before {
	background-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.theme-2 {
	background: #fff;
	border: 1px solid #ebebeb;
	height: 40px;
	line-height: 32px;
	text-align: center;
	padding: 1px 0;
	font-weight: 400;
	box-shadow: 0 0 6px 0 #dedede;
}

.berocket_ajax_filters_toggle.theme-2 span {
	left: -10px;
}

.berocket_ajax_filters_toggle.theme-1 span i, .berocket_ajax_filters_toggle.theme-1 span i:after, .berocket_ajax_filters_toggle.theme-1 span i:before, .berocket_ajax_filters_toggle.theme-1.active i, .berocket_ajax_filters_toggle.theme-1.active i:after, .berocket_ajax_filters_toggle.theme-1.active i:before, .berocket_ajax_filters_toggle.theme-1:hover i, .berocket_ajax_filters_toggle.theme-1:hover i:after, .berocket_ajax_filters_toggle.theme-1:hover i:before {
	background-color: #2a2a2a;
}

.berocket_ajax_filters_toggle.theme-3 {
	background: #ff4e3d;
	height: 40px;
	line-height: 32px;
	text-align: center;
	padding: 4px 0 4px 36px;
	font-weight: 400;
	color: #fff;
}

.berocket_ajax_filters_toggle.theme-3:before {
	background: #d43f34;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
}

.berocket_ajax_filters_toggle.theme-3 span {
	position: absolute;
	left: 11px;
	top: 1px;
}

.berocket_ajax_filters_toggle.theme-3 span i, .berocket_ajax_filters_toggle.theme-3 span i:after, .berocket_ajax_filters_toggle.theme-3 span i:before, .berocket_ajax_filters_toggle.theme-3.active i, .berocket_ajax_filters_toggle.theme-3.active i:after, .berocket_ajax_filters_toggle.theme-3.active i:before, .berocket_ajax_filters_toggle.theme-3:hover i, .berocket_ajax_filters_toggle.theme-3:hover i:after, .berocket_ajax_filters_toggle.theme-3:hover i:before {
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-3 span b, .berocket_ajax_filters_toggle.theme-3 span b:after, .berocket_ajax_filters_toggle.theme-3 span b:before, .berocket_ajax_filters_toggle.theme-3 span s, .berocket_ajax_filters_toggle.theme-3 span s:after, .berocket_ajax_filters_toggle.theme-3 span s:before, .berocket_ajax_filters_toggle.theme-3.active b, .berocket_ajax_filters_toggle.theme-3.active b:after, .berocket_ajax_filters_toggle.theme-3.active b:before, .berocket_ajax_filters_toggle.theme-3.active s, .berocket_ajax_filters_toggle.theme-3.active s:after, .berocket_ajax_filters_toggle.theme-3.active s:before, .berocket_ajax_filters_toggle.theme-3:hover b, .berocket_ajax_filters_toggle.theme-3:hover b:after, .berocket_ajax_filters_toggle.theme-3:hover b:before, .berocket_ajax_filters_toggle.theme-3:hover s, .berocket_ajax_filters_toggle.theme-3:hover s:after, .berocket_ajax_filters_toggle.theme-3:hover s:before {
	border-color: #fff;
	background-color: #d43f34;
}

.berocket_ajax_filters_toggle.theme-4 {
	background: #fff;
	height: 40px;
	line-height: 32px;
	text-align: center;
	padding: 4px 0;
	font-weight: 400;
	color: #79c7a5;
	box-shadow: 0 5px 5px 0 rgba(199, 232, 219, .78);
}

.berocket_ajax_filters_toggle.theme-4 span {
	left: -10px;
}

.berocket_ajax_filters_toggle.theme-4 span i, .berocket_ajax_filters_toggle.theme-4 span i:after, .berocket_ajax_filters_toggle.theme-4 span i:before {
	border-color: #79c7a5;
}

.berocket_ajax_filters_toggle.theme-4:hover span i, .berocket_ajax_filters_toggle.theme-4:hover span i:after, .berocket_ajax_filters_toggle.theme-4:hover span i:before {
	border-color: #47b585;
}

.berocket_ajax_filters_toggle.theme-4 span i, .berocket_ajax_filters_toggle.theme-4 span i:after, .berocket_ajax_filters_toggle.theme-4 span i:before, .berocket_ajax_filters_toggle.theme-4.active i, .berocket_ajax_filters_toggle.theme-4.active i:after, .berocket_ajax_filters_toggle.theme-4.active i:before, .berocket_ajax_filters_toggle.theme-4:hover i, .berocket_ajax_filters_toggle.theme-4:hover i:after, .berocket_ajax_filters_toggle.theme-4:hover i:before {
	background-color: #79c7a5;
}

.berocket_ajax_filters_toggle.theme-4 span b, .berocket_ajax_filters_toggle.theme-4 span b:after, .berocket_ajax_filters_toggle.theme-4 span b:before, .berocket_ajax_filters_toggle.theme-4 span s, .berocket_ajax_filters_toggle.theme-4 span s:after, .berocket_ajax_filters_toggle.theme-4 span s:before, .berocket_ajax_filters_toggle.theme-4.active b, .berocket_ajax_filters_toggle.theme-4.active b:after, .berocket_ajax_filters_toggle.theme-4.active b:before, .berocket_ajax_filters_toggle.theme-4.active s, .berocket_ajax_filters_toggle.theme-4.active s:after, .berocket_ajax_filters_toggle.theme-4.active s:before, .berocket_ajax_filters_toggle.theme-4:hover b, .berocket_ajax_filters_toggle.theme-4:hover b:after, .berocket_ajax_filters_toggle.theme-4:hover b:before, .berocket_ajax_filters_toggle.theme-4:hover s, .berocket_ajax_filters_toggle.theme-4:hover s:after, .berocket_ajax_filters_toggle.theme-4:hover s:before {
	border-color: #79c7a5;
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-5 {
	height: 40px;
	line-height: 32px;
	text-align: center;
	padding: 4px 0;
	font-weight: 400;
	color: #fff;
	border-radius: 20px;
	background: #65d6d0;
	background: linear-gradient(90deg, #65d6d0 0, #39b4ef 56%, #2aa1f5 100%);
}

.berocket_ajax_filters_toggle.theme-5:before {
	content: "";
	height: 34px;
	width: 34px;
	position: absolute;
	top: 3px;
	left: 3px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
}

.berocket_ajax_filters_toggle.theme-5 span {
	position: absolute;
	left: 11px;
	top: 1px;
}

.berocket_ajax_filters_toggle.theme-5 span i, .berocket_ajax_filters_toggle.theme-5 span i:after, .berocket_ajax_filters_toggle.theme-5 span i:before, .berocket_ajax_filters_toggle.theme-5.active i, .berocket_ajax_filters_toggle.theme-5.active i:after, .berocket_ajax_filters_toggle.theme-5.active i:before, .berocket_ajax_filters_toggle.theme-5:hover i, .berocket_ajax_filters_toggle.theme-5:hover i:after, .berocket_ajax_filters_toggle.theme-5:hover i:before {
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-5 span b, .berocket_ajax_filters_toggle.theme-5 span b:after, .berocket_ajax_filters_toggle.theme-5 span b:before, .berocket_ajax_filters_toggle.theme-5 span s, .berocket_ajax_filters_toggle.theme-5 span s:after, .berocket_ajax_filters_toggle.theme-5 span s:before, .berocket_ajax_filters_toggle.theme-5.active b, .berocket_ajax_filters_toggle.theme-5.active b:after, .berocket_ajax_filters_toggle.theme-5.active b:before, .berocket_ajax_filters_toggle.theme-5.active s, .berocket_ajax_filters_toggle.theme-5.active s:after, .berocket_ajax_filters_toggle.theme-5.active s:before, .berocket_ajax_filters_toggle.theme-5:hover b, .berocket_ajax_filters_toggle.theme-5:hover b:after, .berocket_ajax_filters_toggle.theme-5:hover b:before, .berocket_ajax_filters_toggle.theme-5:hover s, .berocket_ajax_filters_toggle.theme-5:hover s:after, .berocket_ajax_filters_toggle.theme-5:hover s:before {
	border-color: #65d6d0;
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-6 {
	height: 50px;
	line-height: 29px;
	text-align: center;
	padding: 10px 0 10px 12px;
	font-weight: 400;
	color: #fff;
	border-radius: 6px;
	background: #ed5153;
	border-bottom: 4px solid #e14043;
}

.berocket_ajax_filters_toggle.theme-6 span {
	position: absolute;
	left: 13px;
	top: 5px;
}

.berocket_ajax_filters_toggle.theme-6 span i, .berocket_ajax_filters_toggle.theme-6 span i:after, .berocket_ajax_filters_toggle.theme-6 span i:before, .berocket_ajax_filters_toggle.theme-6.active i, .berocket_ajax_filters_toggle.theme-6.active i:after, .berocket_ajax_filters_toggle.theme-6.active i:before, .berocket_ajax_filters_toggle.theme-6:hover i, .berocket_ajax_filters_toggle.theme-6:hover i:after, .berocket_ajax_filters_toggle.theme-6:hover i:before {
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-6 span b, .berocket_ajax_filters_toggle.theme-6 span b:after, .berocket_ajax_filters_toggle.theme-6 span b:before, .berocket_ajax_filters_toggle.theme-6 span s, .berocket_ajax_filters_toggle.theme-6 span s:after, .berocket_ajax_filters_toggle.theme-6 span s:before, .berocket_ajax_filters_toggle.theme-6.active b, .berocket_ajax_filters_toggle.theme-6.active b:after, .berocket_ajax_filters_toggle.theme-6.active b:before, .berocket_ajax_filters_toggle.theme-6.active s, .berocket_ajax_filters_toggle.theme-6.active s:after, .berocket_ajax_filters_toggle.theme-6.active s:before, .berocket_ajax_filters_toggle.theme-6:hover b, .berocket_ajax_filters_toggle.theme-6:hover b:after, .berocket_ajax_filters_toggle.theme-6:hover b:before, .berocket_ajax_filters_toggle.theme-6:hover s, .berocket_ajax_filters_toggle.theme-6:hover s:after, .berocket_ajax_filters_toggle.theme-6:hover s:before {
	border-color: #fff;
	background-color: #ed5153;
}

.berocket_ajax_filters_toggle.theme-7 {
	height: 50px;
	line-height: 29px;
	text-align: center;
	padding: 10px 0 10px 44px;
	font-weight: 400;
	color: #fff;
	border-radius: 6px;
	background: #a39cff;
	border: 0 none;
}

.berocket_ajax_filters_toggle.theme-7:after {
	content: "";
	background: #fff;
	top: 4px;
	left: 4px;
	bottom: 4px;
	position: absolute;
	width: 44px;
	display: block;
	z-index: 10;
	border-radius: 6px;
}

.berocket_ajax_filters_toggle.theme-7 span {
	position: absolute;
	left: 17px;
	top: 6px;
}

.berocket_ajax_filters_toggle.theme-7 span i, .berocket_ajax_filters_toggle.theme-7 span i:after, .berocket_ajax_filters_toggle.theme-7 span i:before, .berocket_ajax_filters_toggle.theme-7.active i, .berocket_ajax_filters_toggle.theme-7.active i:after, .berocket_ajax_filters_toggle.theme-7.active i:before, .berocket_ajax_filters_toggle.theme-7:hover i, .berocket_ajax_filters_toggle.theme-7:hover i:after, .berocket_ajax_filters_toggle.theme-7:hover i:before {
	background-color: #6d5ceb;
}

.berocket_ajax_filters_toggle.theme-7 span b, .berocket_ajax_filters_toggle.theme-7 span b:after, .berocket_ajax_filters_toggle.theme-7 span b:before, .berocket_ajax_filters_toggle.theme-7 span s, .berocket_ajax_filters_toggle.theme-7 span s:after, .berocket_ajax_filters_toggle.theme-7 span s:before, .berocket_ajax_filters_toggle.theme-7.active b, .berocket_ajax_filters_toggle.theme-7.active b:after, .berocket_ajax_filters_toggle.theme-7.active b:before, .berocket_ajax_filters_toggle.theme-7.active s, .berocket_ajax_filters_toggle.theme-7.active s:after, .berocket_ajax_filters_toggle.theme-7.active s:before, .berocket_ajax_filters_toggle.theme-7:hover b, .berocket_ajax_filters_toggle.theme-7:hover b:after, .berocket_ajax_filters_toggle.theme-7:hover b:before, .berocket_ajax_filters_toggle.theme-7:hover s, .berocket_ajax_filters_toggle.theme-7:hover s:after, .berocket_ajax_filters_toggle.theme-7:hover s:before {
	border-color: #6d5ceb;
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-8 {
	height: 50px;
	line-height: 29px;
	text-align: center;
	padding: 10px 0 10px 12px;
	font-weight: 400;
	color: #333;
	border-radius: 6px;
	background: #fff;
	border: 0 none;
	box-shadow: 0 2px 2px 2px #ccc;
}

.berocket_ajax_filters_toggle.theme-8 span {
	position: absolute;
	left: 17px;
	top: 5px;
}

.berocket_ajax_filters_toggle.theme-8 span i, .berocket_ajax_filters_toggle.theme-8 span i:after, .berocket_ajax_filters_toggle.theme-8 span i:before, .berocket_ajax_filters_toggle.theme-8.active i, .berocket_ajax_filters_toggle.theme-8.active i:after, .berocket_ajax_filters_toggle.theme-8.active i:before, .berocket_ajax_filters_toggle.theme-8:hover i, .berocket_ajax_filters_toggle.theme-8:hover i:after, .berocket_ajax_filters_toggle.theme-8:hover i:before {
	background-color: #333;
}

.berocket_ajax_filters_toggle.theme-8 span b, .berocket_ajax_filters_toggle.theme-8 span b:after, .berocket_ajax_filters_toggle.theme-8 span b:before, .berocket_ajax_filters_toggle.theme-8 span s, .berocket_ajax_filters_toggle.theme-8 span s:after, .berocket_ajax_filters_toggle.theme-8 span s:before, .berocket_ajax_filters_toggle.theme-8.active b, .berocket_ajax_filters_toggle.theme-8.active b:after, .berocket_ajax_filters_toggle.theme-8.active b:before, .berocket_ajax_filters_toggle.theme-8.active s, .berocket_ajax_filters_toggle.theme-8.active s:after, .berocket_ajax_filters_toggle.theme-8.active s:before, .berocket_ajax_filters_toggle.theme-8:hover b, .berocket_ajax_filters_toggle.theme-8:hover b:after, .berocket_ajax_filters_toggle.theme-8:hover b:before, .berocket_ajax_filters_toggle.theme-8:hover s, .berocket_ajax_filters_toggle.theme-8:hover s:after, .berocket_ajax_filters_toggle.theme-8:hover s:before {
	border-color: #333;
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-9 {
	height: 50px;
	line-height: 29px;
	text-align: center;
	padding: 10px 0 10px 12px;
	font-weight: 400;
	color: #fff;
	border-radius: 6px;
	background: #4f5055;
	background: radial-gradient(circle, #4f5055 0, #87888d 100%);
	border: 0 none;
}

.berocket_ajax_filters_toggle.theme-9 span {
	position: absolute;
	left: 17px;
	top: 5px;
}

.berocket_ajax_filters_toggle.theme-9 span i, .berocket_ajax_filters_toggle.theme-9 span i:after, .berocket_ajax_filters_toggle.theme-9 span i:before, .berocket_ajax_filters_toggle.theme-9.active i, .berocket_ajax_filters_toggle.theme-9.active i:after, .berocket_ajax_filters_toggle.theme-9.active i:before, .berocket_ajax_filters_toggle.theme-9:hover i, .berocket_ajax_filters_toggle.theme-9:hover i:after, .berocket_ajax_filters_toggle.theme-9:hover i:before {
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-9 span b, .berocket_ajax_filters_toggle.theme-9 span b:after, .berocket_ajax_filters_toggle.theme-9 span b:before, .berocket_ajax_filters_toggle.theme-9 span s, .berocket_ajax_filters_toggle.theme-9 span s:after, .berocket_ajax_filters_toggle.theme-9 span s:before, .berocket_ajax_filters_toggle.theme-9.active b, .berocket_ajax_filters_toggle.theme-9.active b:after, .berocket_ajax_filters_toggle.theme-9.active b:before, .berocket_ajax_filters_toggle.theme-9.active s, .berocket_ajax_filters_toggle.theme-9.active s:after, .berocket_ajax_filters_toggle.theme-9.active s:before, .berocket_ajax_filters_toggle.theme-9:hover b, .berocket_ajax_filters_toggle.theme-9:hover b:after, .berocket_ajax_filters_toggle.theme-9:hover b:before, .berocket_ajax_filters_toggle.theme-9:hover s, .berocket_ajax_filters_toggle.theme-9:hover s:after, .berocket_ajax_filters_toggle.theme-9:hover s:before {
	border-color: #fff;
	background-color: #87888d;
}

.berocket_ajax_filters_toggle.theme-10 {
	height: 50px;
	line-height: 29px;
	text-align: center;
	padding: 10px 0 10px 12px;
	font-weight: 400;
	color: #fff;
	border-radius: 8px;
	background: #db0071;
	border: 0 none;
}

.berocket_ajax_filters_toggle.theme-10:after {
	content: "";
	top: 50%;
	left: 15%;
	right: 15%;
	bottom: 0;
	position: absolute;
	display: block;
	z-index: -1;
	border-radius: 6px;
	box-shadow: 0 0 35px 1px #db0071;
}

.berocket_ajax_filters_toggle.theme-10 span {
	position: absolute;
	left: 17px;
	top: 5px;
}

.berocket_ajax_filters_toggle.theme-10 span i, .berocket_ajax_filters_toggle.theme-10 span i:after, .berocket_ajax_filters_toggle.theme-10 span i:before, .berocket_ajax_filters_toggle.theme-10.active i, .berocket_ajax_filters_toggle.theme-10.active i:after, .berocket_ajax_filters_toggle.theme-10.active i:before, .berocket_ajax_filters_toggle.theme-10:hover i, .berocket_ajax_filters_toggle.theme-10:hover i:after, .berocket_ajax_filters_toggle.theme-10:hover i:before {
	background-color: #fff;
}

.berocket_ajax_filters_toggle.theme-10 span b, .berocket_ajax_filters_toggle.theme-10 span b:after, .berocket_ajax_filters_toggle.theme-10 span b:before, .berocket_ajax_filters_toggle.theme-10 span s, .berocket_ajax_filters_toggle.theme-10 span s:after, .berocket_ajax_filters_toggle.theme-10 span s:before, .berocket_ajax_filters_toggle.theme-10.active b, .berocket_ajax_filters_toggle.theme-10.active b:after, .berocket_ajax_filters_toggle.theme-10.active b:before, .berocket_ajax_filters_toggle.theme-10.active s, .berocket_ajax_filters_toggle.theme-10.active s:after, .berocket_ajax_filters_toggle.theme-10.active s:before, .berocket_ajax_filters_toggle.theme-10:hover b, .berocket_ajax_filters_toggle.theme-10:hover b:after, .berocket_ajax_filters_toggle.theme-10:hover b:before, .berocket_ajax_filters_toggle.theme-10:hover s, .berocket_ajax_filters_toggle.theme-10:hover s:after, .berocket_ajax_filters_toggle.theme-10:hover s:before {
	border-color: #fff;
	background-color: #db0071;
}

#berocket-ajax-filters-sidebar.sidebar-theme-1 {
	box-shadow: 8px 0 10px 0 #eee;
}

#berocket-ajax-filters-sidebar.sidebar-theme-1.active+#berocket-ajax-filters-sidebar-shadow {
	display: none;
}

#berocket-ajax-filters-sidebar.sidebar-theme-2 {
	box-shadow: 8px 0 10px 0 #eee;
}

#berocket-ajax-filters-sidebar.sidebar-theme-2.active+#berocket-ajax-filters-sidebar-shadow {
	background-color: #fff;
}

.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: 0 !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-max, .irs-min {
	position: absolute;
	display: block;
	cursor: default;
}

.irs-min {
	left: 0;
}

.irs-max {
	right: 0;
}

.irs-from, .irs-single, .irs-to {
	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;
	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: 0 !important;
	z-index: -9999 !important;
	background: 0 0 !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 {
	font-size: 18px;
	top: 22px;
	width: 16px;
	height: 1em;
	background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
	font-size: inherit;
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: .1111111111em;
	height: 100%;
	margin-left: -.055555555em;
	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-max, .irs--flat .irs-min {
	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-single, .irs--flat .irs-to {
	color: #fff;
	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-single:before, .irs--flat .irs-to: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: #fff;
	background: linear-gradient(to bottom, #ddd -50%, #fff 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 {
	font-size: 30px;
	top: 25px;
	width: 1em;
	height: 1em;
	border: 1px solid rgba(0, 0, 0, .3);
	background-color: #cbcfd5;
	background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
	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, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--big .irs-max, .irs--big .irs-min {
	top: 0;
	padding: 1px 5px;
	color: #fff;
	text-shadow: none;
	background-color: #9f9f9f;
	border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
	color: #fff;
	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 {
	box-sizing: content-box;
	font-size: 12px;
	top: 37px;
	width: 1em;
	height: 1em;
	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:first-child {
	position: absolute;
	display: block;
	top: -.25em;
	left: .25em;
	width: .5em;
	height: .5em;
	border: 1px solid #a3adc1;
	background: #fff;
	transform: rotate(45deg);
}

.irs--modern .irs-handle>i:nth-child(2) {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	background: #e9e6e6;
	background: linear-gradient(to bottom, #fff 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: .25em;
	left: .25em;
	right: .25em;
	bottom: .25em;
	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:first-child, .irs--modern .irs-handle:hover>i:first-child {
	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-max, .irs--modern .irs-min {
	top: 0;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	color: #fff;
	background-color: #d1d6e0;
	border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #20b426;
	color: #fff;
	border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to: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: #000;
	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 {
	font-size: 10px;
	top: 25px;
	width: 1em;
	height: 1em;
	background-color: #a804b2;
}

.irs--sharp .irs-handle>i:first-child {
	font-size: inherit;
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: .5em solid transparent;
	border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
	background-color: #000;
}

.irs--sharp .irs-handle.state_hover>i:first-child, .irs--sharp .irs-handle:hover>i:first-child {
	border-top-color: #000;
}

.irs--sharp .irs-max, .irs--sharp .irs-min {
	color: #fff;
	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-single, .irs--sharp .irs-to {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 4px;
	background-color: #a804b2;
	color: #fff;
	border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-single:before, .irs--sharp .irs-to: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 {
	font-size: 24px;
	top: 26px;
	width: 1em;
	height: 1em;
	border: 4px solid #006cfa;
	background-color: #fff;
	border-radius: 80px;
	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-max, .irs--round .irs-min {
	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-single, .irs--round .irs-to {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #006cfa;
	color: #fff;
	border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to: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: #000;
}

.irs--square .irs-shadow {
	height: 2px;
	bottom: 21px;
	background-color: #dedede;
}

.irs--square .irs-handle {
	font-size: 16px;
	top: 25px;
	width: 1em;
	height: 1em;
	border: 3px solid #000;
	background-color: #fff;
	-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-max, .irs--square .irs-min {
	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-single, .irs--square .irs-to {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #000;
	color: #fff;
}

.irs--square .irs-grid {
	height: 25px;
}

.irs--square .irs-grid-pol {
	background-color: #dedede;
}

.irs--square .irs-grid-text {
	color: silver;
	font-size: 11px;
}