#bin_slider_price::before, #bin_slider_price::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 5px;
    z-index: 1;
}

#bin_slider_price{
	background-color: #f9b61e;
    height: 2px;
    margin: 32px 11px 25px 0;
    position: relative;
}
#bin_slider_price	.ui-slider-handle {
	background: #fff none repeat scroll 0 0;
    border: 3px solid #f9b61e;
    color: #f9b61e;
    cursor: e-resize;
    display: block;
    position: absolute;
    text-align: center;
    top: -4.5px;
    height: 10px;
    width: 10px;
    z-index: 15;	
	margin-right: inherit;
    padding-left: inherit;
    padding-right: inherit;
}
.price-input .text-price-filter{
	width: 60px;
	text-align: center;
	line-height: 28px;
	margin-right: 5px;
}
.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;
}
.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{
	float:left;
	width:100%;
}
#bin_form_filter_product .bin-filter li{
	float:left;
	margin-right: 9px;
	margin-bottom: 12px;
	text-align: center;
	list-style: none;
}
#bin_form_filter_product .bin-filter li:last-child{
	margin-right: 0;
}
#bin_form_filter_product .bin-filter li .count{
	margin-bottom: 0;
	margin-top: 3px;
	font-size: 12px;
}
#bin_form_filter_product .bin-filter input{
	display:none;
}
#bin_form_filter_product .bin-filter span {
	border: 1px solid #e1e1e1;
    display: block;
    height: 35px;
    width: 35px;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
#bin_form_filter_product .bin-filter li span:hover,
#bin_form_filter_product .bin-filter span.active{
	border: 1px solid #f9b61e;
	cursor: pointer;
}
#button-price-slider{
	float:right;
	margin: 0;
	padding: 10px 28px;
	height: 40px;
	color: #fff;
	border: 0;
	background-color: #f9b61e;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	-webkit-transition: box-shadow 0.35s ease;
	-o-transition: box-shadow 0.35s ease;
	transition: box-shadow 0.35s ease;
}
@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; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	position:fixed;
	left:50%;
	top:50%;
	z-index:10000;
}
.bin-stock-status h3,
.bin-filter-color h3,
.bin-filter-price h3{
    color: #252525;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    font-family: "Montserrat", sans-serif;
    padding-right: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 15px;
    margin-top: 0;	
}
.bin-filter-price{
	margin-bottom: 35px;
	margin-top: 35px;
	display: inline-block;
	width: 100%;
}