.table-search {
	display: table;
	background: #fff;
	margin-bottom: 20px;
	width: 100%;
	table-layout: fixed;
	padding: 20px 0;
}
.table-cell {
	display: table-cell;
}
.price-table-search {
	width: 20%;
}
.description-table-search p{
	min-height: 80px;
}
.img-table-search {
	padding: 0 40px;
	max-width: 170px;
}

#pricemax, #pricemin {
	padding: 7px;
	width: 45px;
	margin-left: 4px;
	margin-top: 10px;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table-search:hover{
	-moz-box-shadow: 3px 3px 10px 1px rgba(171, 171, 171, 0.45);
	-webkit-box-shadow: 3px 3px 10px 1px rgba(171, 171, 171, 0.45);
	box-shadow: 3px 3px 10px 1px rgba(171, 171, 171, 0.45);
}
.align-middle{ vertical-align: middle; }


.filters-list li{
	margin-top: 5px;
}
.filters-list li a{
	cursor: pointer;	
	font-size: 13px;
	line-height: 16px;
	margin-top: -4px;
}

.filters-list li .btn.btn-primary, .is-loadmore a {
	padding: 6px 8px;
	background: #eee;
	border: 1px solid #ccc;
}
.showmoreli {
	margin-top: 10px !important;
	padding: 5px 10px;
	background: #9a9a9a;
	border: 0 !important;
}

.filters-list li .btn.btn-primary:hover, .is-loadmore a:hover, .showmoreli:hover, .showmoreli:active{
	background: #ddd !important;
	border-color: #ccc !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.is-loadmore{margin: 0 10px;}
.is-loadmore a{
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	color: #333 !important;
	width: 100%;
	display: table;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}



.noUi-connect{
	background: #f47c20 !important;
}
.search-box input, .stylish-input-group .input-group-addon{
	box-shadow: none !important;
}

.noUi-handle {
	width: 30px !important;
	height: 24px !important;
	top: -4px !important;
}
.noUi-horizontal.noUi-extended {
	padding-right: 27px;
}
.noUi-horizontal.noUi-extended .noUi-handle {
	left: -1px;
}
.noUi-handle::after {
	left: 15px !important;
	top: 4px !important;
}
.noUi-handle::before {
	left: 11px !important;
	top: 4px !important;

}

@media (max-width: 980px) {

	.filters-list{
		float: left;
		width: 19%;
		margin-right: 40px;
	}
	.filters-list li .btn.btn-primary{
		margin-bottom: 50px;
	}

	hr{ display: none; }


	.mSearch{
		margin-top: -60px;
	}

}

@media (max-width: 640px) {

	.filters{
		display: none;
	}

}


@media (max-width: 480px) {
	.center-xs{ display: table; margin: 0 auto; }
	.mb20-xs{ margin-bottom: 20px; }
	.price, .merchant{ float: none !important; clear: both !important; text-align: center !important; width: 100% !important; }
	.price{ margin-bottom: 20px; }
}