
#bin_slider_price{
    height: 9px;
    border: 1px solid #c37fc6;
    border-radius: 10px 0 0px 10px;
    background: #c37fc6;
    position: relative;
    margin: 0px 18px 28px 0;
}
#bin_slider_price::before{
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 100%;
	display: block;
	height: 8px;
	background: url(../images/line.png);
}
#bin_slider_price	.ui-slider-handle {
	background: #fff none repeat scroll 0 0;
    border: 5px solid #c37fc6;
    color: #f9b61e;
    cursor: e-resize;
    display: block;
    position: absolute;
    text-align: center;
    top: -7px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    z-index: 15;	
	margin-right: inherit;
    padding-left: inherit;
    padding-right: inherit;
    margin: 0;
}
.price-input .text-price-filter{
	width: auto;
	width: 22px;
	text-align: center;
	line-height: 40px;
	border: 0;
	padding: 0;
	font-family: Hind Siliguri;
}
.rtl .price-input{
	float: right;
}
.price-input{
	float: left;
}

.tongge-filter{
	position:fixed;
	border:1px solid #dfdfdf;
	overflow:scroll;
	padding:10px;
	background:white;
	z-index:999;
	top:100px;
	bottom:100px;
	right:-400px;
	width:400px;
	transition:all 0.35s ease;
}

.tongge-filter.active{
	right:0px;	
}
.bin-woocommerce-filter-product .navbar-header{
	position:fixed;
	top:50%;
	right:0px;
	transition:all 0.35s ease;
}

.bin-woocommerce-filter-product .navbar-header.active{
	right:400px;
}
#bin_form_filter_product {
	float:left;
    display: inline-block;
    width: 100%;	
}
.rtl .filter_only_sale{
	margin-right: 0;
	margin-left: 15px;
}
.filter_only_sale{
	margin-right: 15px;
}
.filter_in_stock input[type="checkbox"],
.filter_only_sale input[type="checkbox"]{
	margin-top: 0;
}
.filter_in_stock{}
#bin_form_filter_product .bin-filter{
	padding-right: 17px;
	float:left;
	width:100%;
	margin-bottom: 70px;
}
#bin_form_filter_product .bin-filter.bin-filter-color{
	margin-bottom: 0;
	padding-right: 0;
}
#bin_form_filter_product .bin-filter li{
	float:left;
	margin-bottom: 14px;
	display: inline-block;
	width: 100%;
	position: relative;
}
#bin_form_filter_product .bin-filter.bin-filter-size{
	margin-bottom: 0;
}
#bin_form_filter_product .bin-filter.bin-filter-size li{
	width: auto;
	min-width: 58px;
}
#bin_form_filter_product .bin-filter.bin-filter-size li .count{
	display: none;
}
#bin_form_filter_product .bin-filter li:last-child{
	margin-right: 0;
}
.rtl #bin_form_filter_product .bin-filter li .count{
	left: 0;
	right: auto;
}
#bin_form_filter_product .bin-filter li .count{
	margin-bottom: 0;
	font-size: 14px;
	font-family: Hind Siliguri;
	position: absolute;
	top: 1px;
	right: 0;
}
.bin-stock-status span input,
#bin_form_filter_product .bin-filter input{
	display: none;
}
.bin-stock-status span,
#bin_form_filter_product .bin-filter span{
    display: inline-block;
    padding: 0;
    position: relative;
    background: transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.rtl .bin-stock-status span::before,
.rtl #bin_form_filter_product .bin-filter span::before{
	float: right;
	margin-right: 0;
	margin-left: 6px;
}
.bin-stock-status span::before,
#bin_form_filter_product .bin-filter span::before{
    content: "";
    width: 17px;
    height: 17px;
    background: #c37fc6;
    display: block;
    border-radius: 5px;
    float: left;
    margin-right: 6px;	
}
.rtl .bin-stock-status span::after,
.rtl #bin_form_filter_product .bin-filter span::after{
	left: auto;
	right: 4px;
}
.bin-stock-status span::after,
#bin_form_filter_product .bin-filter span::after{
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 4px;
    font-size: 10px;
    font-family: "FontAwesome";
    color: #fff;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bin-stock-status span:hover::after,
.bin-stock-status span.active::after,
#bin_form_filter_product .bin-filter span:hover::after,
#bin_form_filter_product .bin-filter span.active::after{
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	webkit-box-shadow: 0 2px 8px 1px rgba(195, 127, 198, 0.3);
	box-shadow: 0 2px 8px 1px rgba(195, 127, 198, 0.3);	
}
.rtl #button-price-slider{
	float: left;
}
#button-price-slider{
	float:right;
	margin: 0;
	padding: 7px 20px;
	height: 30px;
	color: #fff;
	border: 0;
	background-color: #c37fc6;
	font-family: "Marvel", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	webkit-box-shadow: 0 2px 8px 1px rgba(195, 127, 198, 0.3);
	box-shadow: 0 2px 8px 1px rgba(195, 127, 198, 0.3);
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#button-price-slider:hover{
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: none;
}
#button-price-slider:focus{
	outline: none;
}

/* @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loading::before{
	content:"";
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(0,0,0,0.9);
}
.loading span {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	position:fixed;
	left:50%;
	top:50%;
	z-index:10000;
} */

.bin-filter-size h3,
.bin-stock-status h3,
.bin-filter-color h3,
.bin-filter-price h3{
    color: #000;
    font-weight: 700;
    font-size: 24px;
    padding-right: 0;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
}
.bin-filter-price{
	margin-bottom: 35px;
	margin-top: 35px;
	display: inline-block;
	width: 100%;
}