div.category_name{
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	line-height: 60px;
	vertical-align: middle;
	border-bottom: 1px solid #ececec;
	margin-bottom: 40px;
  background: -webkit-linear-gradient(#000 100%, #000 30%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform:uppercase;
}

div.col4to1{

	height: 400px;
	overflow: hidden;
}
div.product_name{
	font-size: 10px;
	text-align: center;
	height: 50px;
	padding-top:10px;
	text-transform:uppercase;
}
div.product_name div.comments-likes{
	float: none;
}
div#product_thumb{
	margin: 5px;
	width: 90%;
	margin: auto;
	padding: 20px;
	border: 1px solid #f5f5f5;
	/*background-color: #f5f5f5;*/
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
div#product_thumb:hover{
background-color: #fff;	
padding: 5px 20px 35px 20px;
border: 1px solid #D00000;
border-radius: 0%;
}
div#product_thumb img{
	max-height: 300px;
	margin-bottom: 10px;
}
div#product_thumb div.comments-likes{
	margin: 10px;
}
.line-heading{padding: 0px; border-bottom: 1px dotted #ccc;}
