/*top*/
.wl-fv-filters-area{
	background:#ffffff;
}
.wl-fv-filter-heading-area{
	padding-bottom: 15px; 
}
.wl-fv-filter-heading{text-transform:uppercase ;
	font-family: "Roboto", Sans-serif;font-size:18px;}
.wl-fv-hr .wl-fv-filter-heading-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wl-fv-single-filter > input {
	 position: absolute;
	 opacity: 0;
	 z-index: -1;
}
/* Accordion styles */
 .wl-fv-filters {
	 overflow: hidden;
	     margin-bottom: 25px;
}
 .wl-fv-single-filter {
 	color: #212121;
 	overflow: hidden;
 	border-bottom: 1px solid #d6d6d6;
 	position: relative;
}
 .wl-fv-tab-label {
	font-family: "Roboto", Sans-serif;
	 display: flex !important;
	 justify-content: space-between;
	 background: #fff;
	 font-weight: bold;
	 cursor: pointer;
	/* Icon */
	 color: #212121;
	 font-size: 15px;
	 padding: 15px 0;
}
/*For plus minus in accordion*/
.wl-fv-tab-label:after,
.wl-fv-tab-label:before {
	content: "";
	position: absolute;
    right: 20px;
    top: 20px;
	width: 2px;
	height: 0.75em;
	background-color: #00000096;
	transition: all 0.2s;
}
.wl-fv-tab-label:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wl-fv-single-filter input:checked + .wl-fv-tab-label::before {
	-webkit-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}
.wl-fv-filter-content a{
	font-family: "Roboto", Sans-serif;
    color: #053eff;
    margin-top: 10px;
    display: inline-block;
	text-decoration:none;
}
 .wl-fv-tab-close:hover {
	 background: #1a252f;
}
.wl-fv-single-filter input:checked + .wl-fv-tab-label {/* border: 1px solid #212121; */}
.wl-fv-single-filter input:checked + .wl-fv-tab-label::after {
	 transform: rotate(90deg);
}
.wl-fv-single-filter .wl-fv-filter-content {
	 padding-bottom: 15px;
}
/* Price range */
.wl-fv-price-range-slider {
	 padding: 10px;
}
 .wl-fv-price-range-slider .wl-fv-range-value {
	 margin: 0;
}
 .wl-fv-price-range-slider .wl-fv-range-value input {
	text-align: left;
	background: none;
	color:#000;
	font-size: 14px;
	font-family: "Roboto", Sans-serif;
	box-shadow: none;
	border: 0;
	width: 100%;
	border-radius: 5px;
	outline: 0;
	padding: 0;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    outline: 0;
}
 .wl-fv-price-range-slider .wl-fv-range-bar {
	 border: none;
	 background: #d2d2d2;
	 height: 3px;
	 width: 96%;
	 margin-left: 8px;
}
 .wl-fv-price-range-slider .wl-fv-range-bar .ui-slider-range {
	 background: #0080FF;
}
 .wl-fv-price-range-slider .wl-fv-range-bar .ui-slider-handle {
	 border: none;
	 border-radius: 25px;
	 background: #fff;
	 border: 2px solid #0080FF;
	 height: 17px;
	 width: 17px;
	 top: -0.52em;
	 cursor: pointer;
}
.wl-fv-price-range-slider .wl-fv-range-bar .ui-slider-handle + span {
	background: #0080FF;
}
.wl-fv-range-value{display:flex;justify-content:space-between;width:96%;}
.wl-fv-range-value div{background:#fff;width:90px;text-align:center;margin-top:15px;
	font-family: "Roboto", Sans-serif;}
.wl-fv-range-value div .wl-fv-currency{margin-left: 31%}
.wl-fv-range-input {
	text-align: center;
	background: none;
	color: #000;
	font-size: 14px;
	font-family: var(--wl-font-famil), Sans-serif;
	box-shadow: none;
	border: 1px solid #e8e8e8;
	margin: 5px 0 5px 0;
	width: 100%;
	display: block;
	padding: 10px 0px;
	border-radius: 5px;
	outline: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.wl-fv-range-am{
	font-family: var(--wl-font-famil), Sans-serif;
	font-weight: 500;

}
/*checkbox and radio*/
.wl-fv-checkbox-custom, .wl-fv-radio-custom {
    opacity: 0;
    position: absolute;   
    -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.wl-fv-checkbox-custom, .wl-fv-checkbox-custom-label, .wl-fv-radio-custom, .wl-fv-radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
	font-size: 14px;
}
.wl-fv-checkbox-custom-label, .wl-fv-radio-custom-label {
    position: relative;
	font-family: "Roboto", Sans-serif;
}
.wl-fv-checkbox-custom + .wl-fv-checkbox-custom-label::before, .wl-fv-radio-custom + .wl-fv-radio-custom-label::before {
	content: '';
	background: #fff;
	border: 1px solid #d6d6d6;
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	height: 20px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	line-height: 15px;
}
.wl-fv-checkbox-custom:checked + .wl-fv-checkbox-custom-label:before {
    content: "\2714";
    background: #053eff;
    color: #fff;
	font-size: 13px;

}
.wl-fv-radio-custom + .wl-fv-radio-custom-label:before {
    border-radius: 50%;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.wl-fv-radio-custom:checked + .wl-fv-radio-custom-label:before {
    content: "\2714";
    color: #fff;
    background: var(--wl-black);
    font-size: 13px;
}
.wl-fv-radio-custom:checked + .wl-fv-radio-custom-label span {
	font-family: "Roboto", Sans-serif;
}

.wl-fv-checkbox-custom:focus + .wl-fv-checkbox-custom-label, .wl-fv-radio-custom:focus + .wl-fv-radio-custom-label {
  outline: 0px solid #ddd; /* focus style */
}
.wl-fv-rating-area .wl-fv-radio-custom + .wl-fv-radio-custom-label:before{border-radius:0;}
/* flter-action-area*/
.wl-fv-flter-action-area{display:flex;    align-items: center;
    justify-content: space-between;}
.wl-fv-flter-action-left {
    margin-right: 20px;
}
.wl-filter-clear-btn,
.wl-fv-flter-action-left .wl-fv-clear-btn {
	font-family: var(--wl-font-famil), Sans-serif;
	font-size: 14px;
	color: var(--wl-gray);
	background: transparent;
	border:none;
	text-decoration: underline;
	letter-spacing: 1px;
	outline: none;
	padding: 0;
	border: none;
}
.wl .wl-filter-clear-btn:focus,
.wl .wl-filter-clear-btn:hover {
	background: transparent;
	color: var(--wl-gray);
}
.wl-fv-btn-checkout, .wl-fv-btn-checkout  {
	font-family: var(--wl-font-famil), Sans-serif;
	font-size: 14px;
	color: #fff;
	background: var(--wl-black);
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	margin: 0;
	border: 0;
	border-radius: 25px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	cursor:pointer;
	padding: 0 30px;
}
.wl-fv-btn-checkout:hover {
	color: #fff;
	background: var(--wl-gray);
}
/* UI Slider range design */
.ui-slider {
	position: relative;
	text-align: left;
}
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
/* support: IE8 - See #6727 */
.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;
}
.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;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* rating */
span.wl-fv-rating-star i {
    color: #FFA529;
    margin-left: 4px;
}
.wl-fv-opa {
    opacity: 0.4;
}
/*filter-search*/
.wl-fv-single-filter-search {
}
.wl-fv-filter-search {
	position: relative;
}
.wl-fv-filter-search input {
	border: 1px solid #d6d6d6;
	width: 100%;
	padding: 10px;
	box-shadow: none;
}
.wl-fv-filter-search input:focus {
	border: 1px solid #d6d6d6;
}
.wl-fv-search-button {
	position: absolute;
	right: 0;
	color: #0080FF9E;
	border: 0;
	top: 0;
	bottom: 0;
	padding: 10px 15px;
	cursor: pointer;
	background: transparent;
}
.wl-fv-search-button:hover {
	background: transparent;
	color: #f2295b;
}
.button-design{
	display: flex;
	flex-wrap: wrap;
}
.product_cat .button-design{
	display: unset;
	flex-wrap: unset;
}
.button-design .wl-fv-checkbox-custom-label,
.button-design .wl-fv-radio-custom-label {
	margin-bottom: 30px;
}
.button-design .wl-fv-checkbox-custom-label span,
.button-design .wl-fv-radio-custom-label span {
    margin-top: -28px;
    display: block;
    padding: 0px 10px;
}
.button-design .wl-fv-checkbox-custom-label:before{
	padding: 20px;
	width: 100%;
}
.button-design .wl-fv-radio-custom-label:before{
	padding: 20px;
	width: 100%;
	border-radius: unset;
}
.button-design .wl-fv-radio-custom:checked + .wl-fv-radio-custom-label:before ,
.button-design .wl-fv-checkbox-custom:checked + .wl-fv-checkbox-custom-label:before{
    content: "";
    background: green;
    font-size: 13px;
}
.button-design .wl-fv-radio-custom:checked + .wl-fv-radio-custom-label span,
.button-design .wl-fv-checkbox-custom:checked + .wl-fv-checkbox-custom-label span{
	color: #fff;
}
.swtch-color{
	display: none;
}
.swatch-design .swtch-color{
	display: block;
	display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.swatch-design .wl-fv-checkbox-custom-label:before{
	display: none;
}
.swatch-design .wl-fv-radio-custom-label:before{
	display: none;
}
.swatch-design .swtch-color{
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.swatch-design .wl-fv-radio-custom:checked + .wl-fv-radio-custom-label span,
.swatch-design .wl-fv-checkbox-custom:checked + .wl-fv-checkbox-custom-label span{
	font-weight: bold;
}
/*end filter-search*/