#products .product{
	width:22%;
	padding:0 1.5%;
	min-height:250px;
	float:left;
	position:relative;
}
#products .product .icons{
	width:100%;
	position:absolute;
	height:40px;
	top:0;
	left:0;
	z-index:999;
}
#products .product .more-colors{
	overflow:hidden;
	width:100%;
	height:22px;
}
#products .product .icons span{
	height:20px;
	width:20px;
	line-height:20px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-shadow:1px 1px 1px #aaa,-1px -1px 1px #aaa;
	display:inline-block;
	background:url(/images/more-colors.png) center;
	background-size:cover;
	text-align:center;
	cursor:pointer;
	vertical-align:top;
}
#products .product .icons p{
	height:20px;
	line-height:20px;
	font-size:13px;
	font-weight:600;
	color:#5c8dc7;
	padding:0;
	margin:0;
	display:none;
	cursor:pointer;
	overflow:hidden;
	transition:ease 0.2s;
}
#products .product .icons span:hover + p{
	display:inline-block;
}
#products .product-cover{
	width:100%;
	min-height:120px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}
#products .product-cover img{
	max-width:100%;
}
#products .product-title{
	width:100%;
	height:30px;
	line-height:15px;
	font-size:0.84375em;
	margin-top:8px;
	text-align:center;
	font-weight:500;
	overflow:hidden;
}
#products .product-title a{
	color:#5c8dc7;
	transition:ease 0.25s;
}
#products .product-title a:hover{
	color:#2d3a4b;
}
#products .product-price{
	width:90%;
	margin:0 5%;
	height:20px;
	margin-top:2px;
	padding-top:3px;
	color:#2d3a4b;
	line-height:20px;
	font-size:14px;
	font-weight:500;
	border-top:1px solid #f1f1f1;
}
#products .product-price i{
	color:rgba(92,141,199,0.5);
	float:right;
	margin-left:8px;
}
#products .product-price .fa-shopping-bag{
	color:#5c8dc7;
}
#products .product-price span{
	color:#95abc6;
	text-decoration:line-through;
	font-size:12px;
}
#products .no-results p{
	background:#2d3a4b;
	color:#fefefe;
	font-size:13px;
	display:inline-block;
	padding:10px 0;
	border-radius:3px;
	width:80%;
}
#products .no-results{
	width:100%;
	text-align:center;
}
@media screen and (min-width: 769px) and (max-width: 1169px){

}
@media only screen and (max-width: 768px){
#products .product{
	width:30.333%;
}
}
@media only screen and (max-width: 640px){
#products .product{
	width:47%;
}
}
@media only screen and (max-width: 480px){
#products .product{
	width:97%;
}
}