@charset "UTF-8";
/* CSS Document */

.product_cat {
	width:30%; 
	display:inline-block;
	margin-right:2.5%;
	margin-bottom:15px;
}

a.product_cat {
	text-decoration:none;
	line-height:normal;s
}

a.product_cat img {
	margin:0px;
	padding:0px;
	width:100%;
	max-width:190px;
}

a.product_cat b {
	text-align:center;
	padding:10px 0px 10px 0px;
	background:#AA0033;
	margin:0px;
	width:100%;
	display:block;
	color:white;
	position:relative;
	top:-5px;
	text-decoration:none;
	
}

.product_cat .cirular img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 100%;
	max-width:190px;
	margin-bottom:5px;
	border:2px solid #fff;
}

.product_cat .cirular img:hover {
    border:2px solid #AA0033;
}

a.product_cat:hover {
	color:#444;	
}

#products {
	border:1px solid #ddd;
	border-bottom:none;
	border-right:none;
}

#products img {
	width:100%;
	max-width:200px;
}

#products .box {
	border:1px solid #ddd;
	border-top:none;
	border-left:none;
	margin:0px;
	padding:0px;
	border-left:none;
	display:block;
	float:left;
	width:49.82%;
	line-height:normal;
	font-size:12px;
	min-height:220px;
}

.box h2 {
	font-size:12px;
}

.box span {
	margin:10%;
	display:block;
}

@media all and (max-width: 800px) {
	#products .box {
		
		width:49.5%;
	}
	
}

@media all and (max-width: 680px) {
	.product_cat {
		width:45%; 
	}
	
}

@media all and (max-width: 480px) {
	#products .box {
		
		min-height:195px;
	}
	
}