/*filters*/
	.products fieldset div {
    clear: both;
}
	.filter { width: 180px;}
	.result-filter { width: 784px;}
	.filter h3 {
    background-color: #f8f8f8;
    background-image: none;
    background-repeat: repeat-x;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

    .filter fieldset {
    border: 0;
    margin: 10px 0;
    padding: 0 10px 10px 10px;
}
    .filter-btn {
    	
    }
    .filter label {
    clear: both;
    cursor: pointer;
    display: block;
    margin-bottom: 4px;
    width: auto;
}
	.filter label span { font-size: 14px; font-weight: normal; line-height:1.4em}
    .filter input {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 4px;
}
	.filter fieldset.noPadding {
	    border-bottom: 0;
	    padding-bottom: 0;
	    background: 0;
	}
	.filter legend {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    width: 154px;
    border-bottom-width: 0;
}
	.filterDiv{
    margin-bottom: 10px;
}
	.filter legend a {
    display: block;
    float: right;
    font-weight: normal;
    color: #1e8ae7;
}
	
	.filter .icon.reset {
	background-image:url(https://junwx.com/gsimages/product/sprites-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    background-color: transparent;
    background-position: -350px -248px;
    border: 0;
    color: #105f97;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 10px 10px 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    text-decoration: underline;
}


	.filter-by {
		border: 1px solid #d8d8d8; 
		background: #f8f8f8; 
		margin-bottom: 10px; 
		width: 100%;
		font-size: 1.1em;
		color: #333333;
		/*display: table;*/
	}
	
	.filter-by:before, .filter-by:after { content: " "; display: table; clear: both;}
	
    .filter-by .filter-left {
    background: #c9c8c8;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.0em;
    /*float: left;*/
}
    .filter-by .filter-left p {
    padding: .3em 10px 0 10px;
}
	.filter-left-by-more {display: none;}
    .filter-left-by-more:before {
    content: '+';
    position: absolute;
    right: 10px;
    margin-top: .1em;
    }

	.filter-left:after {		
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0px 8px 8px;
    border-color: transparent transparent transparent #c9c8c8;
}
    .filter-right {
    position: relative;
    padding: 5px 5px 0 13px;
    display: table-cell;
    width: 98%;
    line-height: 1.4em;	
    }
    .filter-right-bar { overflow: hidden; transition: all .25s ease;}
	
	.filter-clearall {
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    background: url(https://junwx.com/gsimages/product/icons-global-r30.4.svg) no-repeat -95px -44px;
    background-size: 120px;
    cursor: pointer;
}
    .filter-clearall span { display: none;}
    .filter-by div[data-facet-name] {
    display: inline;
}
	.filter-item {
    position: relative;
    display: inline-block;
    padding: .6em 26px .6em 10px;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
    margin: 0 .2em 5px 0;
    line-height: 1.2em;
    min-height: 26px;
    box-sizing: border-box;
}
    .filter-by-item {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 26px;
    height: 100%;
    background: url(https://junwx.com/gsimages/product/icons-search-r30.3.svg) no-repeat -9px -97px;
    text-indent: -1000000px;
}
    .filter-item a { cursor: pointer;}
    
    .filter-result {
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
	.filter-result ul {list-style-type: none;}
    .result-header {
    -o-border-top-left-radius: 4px;
    -o-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 1.6em;
    height: 32px;
}
	.result-header h3 { font-size: 14px; margin: 0; padding: 0; font-weight: normal; letter-spacing: .5px;}

    .result-header input { float: left; margin-right: 8px;}
    
    .result-header a {
    text-decoration: none;
    position: relative;
    vertical-align: bottom;
}
	.result-header a:link, .result-header a:visited { color: #0066cc; text-decoration: none; outline: 0;}

    .product-info {
    margin-bottom: 5px;
    width: 75%;
    clear: left;
    float: left;
    margin-left: 8px;
    }
    
    .product-info, .buy-info {
    margin-top: 10px;
    padding: 0;
    }
	.product-info li {
	    float: left;
	    line-height: 1.4em;
	    margin-right: 10px;
	    width: 14%;
	}
    .product-info li.title1 { font-weight: bold;}
    .product-info li.title2 { width: 16%;}
    .product-info li.title3 { width: 22%;}
    .product-info li.title4 { width: 41%;}
    .product-info li .title-header, .buy-info li .title-header {
    color: #888;
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}
    .buy-info li .title-header { margin-bottom: 8px;}
	.buy-info li .align { display: inline-block;}
    .buy-info {
    float: right;
    margin-right: 8px;
    text-align: right;
    width: 22%;
}
	.buy-info .buy-header {float: right; width: 100%; /*margin-bottom: 10px;*/}
	.buy-info li {line-height: 1.6em;}
	.buy-info .buy-header .title1 { float: left;}
	/*.buy-info .buy-header .title1:after { content: "|"; font-size: 12px; margin-left: 3px;}*/
	.buy-info .price-total {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 0;
    white-space: nowrap;
    word-break: break-word;
    display: block;
}
	.list-price { margin-bottom: 15px;}
	.list-price .order-tip { margin-top:5px; position:relative; padding: 0 25px 0 0}
	.list-price .order-tip img{ position: absolute; right:0; top:0; }
	
	.price-total .price-amount {
	   color: #888888;
	   text-decoration:line-through;
	   margin-right:10px
	}
	.price-total .addTocart {float: right;}
	
	
	
	.pro1 li { float: none; width:100%;  display: block; text-align: left;overflow: hidden;}
	.pro1 li .reset-header { float:left; display: inline-block; min-width: 6em; text-align: left;}
	.pro1 li .pro-value { overflow: hidden;}
	
	.filterDiv .selectFilter { color: #0066cc}
	
	/*filters end*/	    