#filter-desc{
	width:100%;
	min-height:100px;
	background:#fdfdfe url(/images/6670782.jpg) bottom right no-repeat;
	background-size:contain;
	font-size:13px;
	color:#212529;
	margin-top:-35px;
	margin-bottom:35px;
	border-bottom:1px solid #e5e5e5;
}
#filter-desc h2{
	margin:0;
	padding:15px 0 5px 0;
	font-size:19px;
}
#filter-desc p{
	margin:0;
	padding:10px 0;
}
#products{
	width:72.5%;
	min-height:400px;
	float:right;
	position:relative;	
}
#page-results{
	width:100%;
	height:30px;
	font-size:15px;
	color:#363d97;
	font-weight:700;
	border-bottom:1px solid #f9f9f9;
	margin-bottom:30px;	
}
#products .product{
	width:23.5%;
	margin:0 0.75%;
	padding:10px 0;
	min-height:255px;
	float:left;
	text-align:center;
	margin-bottom:65px;
	position:relative;
	box-shadow:0 0 1px #ccc;	
}
#products .product img{
	width:90%;
	margin-bottom:5px;	
}
#products .product h3{
	font-size:13px;	
	margin:0;
	border-top:1px solid #fafafa;
	padding:5px 0 0 0;
	min-height:18px;
	line-height:18px;
	color:#999;
	font-weight:600;
	width:90%;
	margin-left:5%;	
}
#products .product h3 a{
	color:#363d97;
	transition:ease 0.25s;
}
#products .product h3 a:hover{
	color:#e81f00;	
}
#products .product h3 a:hover + .product{
	background:#000;	
}
#products .price{
	font-size:13px;
	color:#555;
	width:100%;
	float:left;	
}
#products .price strong{
	color:#e81f00  !important;
	font-size:14px;	
}
#products .price span{
	color:#aaa !important;
	font-size:13px;
	padding:0 8px 0 0;
	text-decoration:line-through;
}
.no-results{
	width:100%;
	padding-top:15px;	
}
.no-results p{
	padding:10px 40px;
	text-align:center;
	width:auto;
	margin:0 auto;
	display:block;
	height:30px;
	line-height:30px;
	color:#E81F00;
	font-size:13px;
	font-weight:700;
	background:rgba(232,31,0,0.05);	
}
.filters-mobile{
	display:none;
}
.mobile-true{
	display:none;
	clear:none !important;	
}
@media only screen and (max-width: 640px){

}
@media only screen and (min-width:321px) and (max-width: 480px){
#products{
	width:100%;	
}
}
@media only screen and (min-width:481px) and (max-width: 640px){

}
@media only screen and (min-width:641px) and (max-width: 758px){

}
@media only screen and (min-width:759px) and (max-width: 1024px){

}