.virtuemartFiltersOverlay {
	display: none;
}
.virtuemart_filters {
	width: 100%;
}
.virtuemart_filters .closeFilters {
	display: none;
}
.virtuemart_filters .filter {
	float: left;
	width: 100%;
	border: 1px solid #f5f5f5;
	margin-bottom: 10px;
}
.virtuemart_filters .filter_title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	margin: 0;
	font-size: 16px;
	background-color: #0088cc;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: 400;
}
.virtuemart_filters .content {
	float: left;
	width: 100%;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background-color: #f5f5f5;
	overflow-y: auto;
}
.virtuemart_filters .price_filter .range_values {
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.virtuemart_filters .price_filter .range_values div {
	float:left;
	width:auto;
}
.virtuemart_filters .price_filter .range_values .from_label,
.virtuemart_filters .price_filter .range_values .to_label {
	font-weight:bold;
	padding-right:5px;
}
.virtuemart_filters .price_filter .range_values .to {
	margin-left:10px;
}
.virtuemart_filters .price_filter .range_slider {
	float: left;
	width: calc(100% - 45px);
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.virtuemart_filters .price_filter .range_slider.visible_tooltip {
	margin-top: 40px;
}
.virtuemart_filters .price_filter .go {
	float: right;
	width: auto;
	align-self: flex-end;
	-webkit-align-self: flex-end;
	margin-bottom: 4px;
	margin-left:auto;
}
.virtuemart_filters .price_filter .go .button {
	float: right;
	width: auto;
	background-color: #0088cc;
	color: #fff;
	line-height: 25px;
	padding: 0 10px;
	cursor:pointer;
	font-size: 15px;
}

.virtuemart_filters .price_filter .content {
}
.virtuemart_filters .noUi-connect {
    background: #0088cc;
	width: auto;
}
.virtuemart_filters .price_from,
.virtuemart_filters .price_to {
	float: left;
	width: 100%;
	margin-bottom:5px;
}
.virtuemart_filters .price_filter label {
	float: left;
	width: 90px;
	line-height: 28px;
	font-weight: bold;
}
.virtuemart_filters .price_filter input {
	float:right;
	width:calc(100% - 90px);
}



.virtuemart_filters .categories .category,
.virtuemart_filters .manufacturers .manufacturer,
.virtuemart_filters .customs .custom {
	cursor: pointer;
	margin: 0 0 10px;
	float: left;
	padding-left: 25px;
	box-sizing: border-box;
}
.virtuemart_filters .manufacturers .manufacturer.active,
.virtuemart_filters .customs .custom.active {
	font-weight: 700;
}
.virtuemart_filters .manufacturers .manufacturer:last-child,
.virtuemart_filters .customs .custom:last-child {
	margin-bottom: 0;
}
.virtuemart_filters .categories .category .grey {
	color: #bbb;
}



.virtuemart_filters .type0 > div {
	clear: left;
	line-height: 18px;
	height: 18px;
	position:relative;
}
.virtuemart_filters .type0 > div:before {
	content:"";
	border:1px solid #D9D9D9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:18px;
	height:18px;
	border-radius:50%;
	float:left;
	margin-right:5px;
	transition:0.3s ease 0s;
	background-color: #fff;
	left: 0;
	position: absolute;
}
.virtuemart_filters .type0 > div:after {
	position: absolute;
	content: "";
	left: 4px;
	top: 4px;
	background-color: transparent;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	float: left;
	transition:0.3s ease 0s;
}
.virtuemart_filters .type0 > div.active:after {
	background-color: #0088cc;
}

.virtuemart_filters .type1 > a {
	float: left;
	clear: left;
	line-height: 18px;
	margin-bottom: 5px;
	position:relative;
	color: #000;
}

.virtuemart_filters .type2 > div {
	clear: left;
	line-height: 18px;
	position:relative;
}
.virtuemart_filters .type2 > div:before {
	content:"";
	border:1px solid #D9D9D9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:18px;
	height:18px;
	border-radius:3px;
	float:left;
	margin-right:5px;
	transition:0.3s ease 0s;
	background-color: #fff;
	position: absolute;
	left: 0;

}
.virtuemart_filters .type2 > div::after {
	position: absolute;
	content: '\2714';
	left: 3px;
	top: 0;
	color: transparent;
	width: 10px;
	height: 10px;
	float: left;
	transition: 0.3s ease 0s;
	font-size: 15px;
	font-family: 'Arial';
	text-align: center;
}
.virtuemart_filters .type2 > div.active:after {
	color: #0088cc;
}
.virtuemart_filters .type3 > div {
	line-height: 21px !important;
	height: 25px;
	position: relative;
	padding: 0 15px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	background-color: transparent;
	color: #000;
	margin: 2px 4px 2px 0 !important;
	border-radius: 3px;
	transition: 0.3s ease 0s;
}
.virtuemart_filters .type3 > div.active {
	background-color:var(--color-one);
	border: 1px solid var(--color-one);
	color:#fff !important;
}
.virtuemart_filters .type4 > div {
	line-height: 21px !important;
	height: 30px;
	width: 30px;
	position: relative;
	padding: 0 !important;
	box-sizing: border-box;
	border: 3px solid #D9D9D9;
	color: #000;
	margin: 2px 4px 2px 0 !important;
	border-radius: 3px;
	transition: 0.3s ease 0s;
}
.virtuemart_filters .type4 > div.active {
	border: 3px solid #000;
}
.virtuemart_filters .hidden {
	visibility: hidden;
	display: none;
}
.virtuemart_filters .categories a.active {
	font-weight: 700;
}
.virtuemart_filters .categories .level1 {
	margin-left: 20px;
	width: calc(100% - 20px);
}
.virtuemart_filters .categories .level2 {
	margin-left: 40px;
	width: calc(100% - 40px);
}
.virtuemart_filters .categories .level3 {
	margin-left: 60px;
	width: calc(100% - 60px);
}
.virtuemart_filters .categories .level4 {
	margin-left: 80px;
	width: calc(100% - 80px);
}

/* Mobile */
body.mobileFilters .categoryView .virtuemart_filters {
	position: fixed;
	background-color: #fff;
	z-index: 10;
	left: -250px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0);
	top: 0;
	height: 100vh;
	width: 250px;
	overflow-y: scroll;
	transition: all 0.3s ease 0s;
}
body.mobileFilters .categoryView .virtuemart_filters h3 {
	display: none;
}
body.mobileFilters .categoryView .virtuemart_filters .closeFilters {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid var(--color-two);
	line-height: 40px;
	margin-bottom: 30px;
	padding: 0 20px  0 60px;
	box-sizing: border-box;
	cursor: pointer;
}
body.mobileFilters .categoryView .virtuemart_filters .closeFilters:hover {
	color: var(--color-one);
}
body.mobileFilters .categoryView .virtuemart_filters .closeFilters:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	display: block;
	transform: rotate(45deg);
	background-color: #000;
	float: left;
	top: 20px;
	left: 20px;
}
body.mobileFilters .categoryView .virtuemart_filters .closeFilters:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	display: block;
	transform: rotate(-45deg);
	background-color: #000;
	float: left;
	top: 20px;
	left: 20px;
}
body.mobileFilters .categoryView .virtuemart_filters .closeFilters:hover:before,
body.mobileFilters .categoryView .virtuemart_filters .closeFilters:hover:after {
	background-color: var(--color-one);
}
body.mobileFilters .categoryView .virtuemart_filters .filter {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
body.mobileFilters .categoryView .virtuemart_filters .generalButton {
	box-sizing: border-box;
	width: calc(100% - 40px);
	margin-left: 20px;
}
body.mobileFilters.filtersOpen .categoryView .virtuemart_filters {
	left: 0;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10);
}
body.mobileFilters .categoryView .virtuemartFiltersOverlay {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0);
	pointer-events: none;
	transition: all 0.3 ease 0s;
	z-index: 9;
}
body.mobileFilters.filtersOpen .categoryView .virtuemartFiltersOverlay {
	background-color: rgba(0,0,0,0.3);
	pointer-events: all;
}
body.mobileFilters .categoryView .virtuemart_filters + .productsInListContainer {
	width: 100%;
}
@media (max-width: 400px) {
	body.mobileFilters .categoryView .virtuemart_filters {
		left: -100%;
		width: 100%;
		max-width: 100%;
	}
}