/**
 * --------------------------------------------------------------------------------------------
 * VP Custom Filter Module - Joomla! 3 Module for VirtueMart 3.0
 * --------------------------------------------------------------------------------------------
 * @package    VP Custom Filter Module
 * @author     Abhishek Das
 * @copyright  Copyright (C) 2012-2021 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2. http://www.gnu.org/licenses/gpl-2.0.html
 * @link       http://www.virtueplanet.com
 * --------------------------------------------------------------------------------------------
*/

.vpfc-price-range {
	margin-top: 20px;
}
.vpfc-price-range .ui-slider {
	position: relative;
	margin: 10px 0 20px;
	background-color: #e6e6e6;
}
.vpfc-price-range .ui-slider .ui-slider-range {
	position: relative;
	top: 0;
	height: 2px;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.vpfc-price-range .ui-slider .ui-slider-handle {
	position: absolute;
	top: -3px;
	z-index: 2;
	width: 8px;
	height: 8px;
	background-color: #d64444;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.vpfc-price-range .ui-widget-header {
	background-color: #d64444;
	color: #333333;
	font-weight: bold;
}
.category-view,
.vpcf-filter-module-container {
	position: relative;
}
.vpcf-filter-loader {
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.product-filter-loading .vpcf-filter-loader {
	visibility: visible;
	opacity: 0.5;
}
.vpcf-options,
.vpfv-price-amount {
	overflow-y: auto;
	margin: 0 0 25px;
}
.vpcf-checkbox-buttons .vpcf-options input[type="checkbox"],
.vpcf-radio-buttons .vpcf-options input[type="radio"] {
	display: none;
}
.vpcf-checkbox-buttons .vpcf-options,
.vpcf-radio-buttons .vpcf-options {
	padding-left: 0;
	margin-left: -2px;
}
.vpcf-checkbox-buttons .vpcf-options label,
.vpcf-radio-buttons .vpcf-options label {
	display: inline-block;
	padding: 2px;
	margin: 0;
}
.form-control.vpcf-quicksearch {
	border: 0 none;
	border-radius: 0;
	border-bottom: 2px solid #e0e0e0;
	padding: 0 0 0 21px;
	color: #878787;
	outline: none;
	margin: 0 0 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control.vpcf-quicksearch:focus {
	border-color: #2874f0;
}
.vpcf-checkboxes .vpcf-options > label,
.vpcf-radios .vpcf-options > label {
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.vpcf-checkboxes .vpcf-options > label .vpfc-pcount,
.vpcf-radios .vpcf-options > label .vpfc-pcount {
	position: absolute;
	right: 5px;
}
.vpcf-checkboxes .vpcf-options > label.checkbox:first-child:not(.hide),
.vpcf-radios .vpcf-options > label.radio:first-child:not(.hide) {
	margin-top: 0;
}
.vpcf-checkboxes .checkbox,
.vpcf-radios .radio {
	margin-top: 5px;
}
.vpcf-checkboxes .checkbox:not(.hide)+.checkbox,
.vpcf-radios .radio:not(.hide)+.radio {
	margin-top: -5px;
}
.vpcf-checkboxes .vpcf-options > label.checkbox:last-child:not(.hide),
.vpcf-radios .vpcf-options > label.radio:last-child:not(.hide) {
	margin-bottom: 0;
	border-bottom: 0 none;
}
.vpcf-clear-cont {
	position: relative;
	margin-bottom: 20px;
}
.vpcf-checkboxes input[type="checkbox"] {
	visibility: hidden;
}
.vpcf-checkmark {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -30px;
	float: left;
	margin: 2px 0 0;
	line-height: normal;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 1.4px solid #c2c2c2;
	border-radius: 1.5px;
	box-sizing: border-box;
}
.vpcf-checkboxes input[type="checkbox"]:checked + .vpcf-checkmark {
	background: #2874f0;
	border: #2874f0;
}
.vpcf-checkboxes input[type="checkbox"]:disabled + .vpcf-checkmark {
	cursor: not-allowed;
	opacity: 0.8;
}
.vpcf-checkmark:before {
	position: absolute;
	content: '';
	left: 5px;
	top: 3px;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
}
.vpcf-checkboxes input[type="checkbox"]:checked + .vpcf-checkmark:before {
	display: block;
}
.vpcf-radios input[type="radio"] {
	visibility: hidden;
}
.vpcf-radiomark {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -30px;
	float: left;
	margin: 2px 0 0;
	line-height: normal;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 1.4px solid #c2c2c2;
	border-radius: 50%;
	box-sizing: border-box;
}
.vpcf-radios input[type="radio"]:checked + .vpcf-radiomark {
	background: #2874f0;
	border: #2874f0;
}
.vpcf-radios input[type="radio"]:disabled + .vpcf-radiomark {
	cursor: not-allowed;
	opacity: 0.8;
}
.vpcf-radiomark:before {
	position: absolute;
	content: '';
	left: 5px;
	top: 5px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	border: 0 none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
}
.vpcf-radios input[type="radio"]:checked + .vpcf-radiomark:before {
	display: block;
}
.text-disabled {
	cursor: not-allowed;
}
.vpcf-clearmark {
	display: inline-block;
	height: 14px;
	width: 14px;
	background-color: #f0f0f0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	color: #878787;
	margin-right: 11px;
}