body{
	background: #cfcfce;
}
img {
	height: auto;
	max-width: 100%;
}


.product-img {transition: 1s ease-in-out;}
.product-img:hover {transform: scale(1.1);}
.product-img img {
  display: block;
  width: 100%;
}


.content{
	margin-top: 50px;
	margin-left:center;
	/*width: 1200px;*/
	position: absolute;
    top: 10%;
    left: 22%;
    
}
.product {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 5px solid #f0c872;
	height: 400px;
	width:  300px;
	overflow: hidden;
	padding: 25px 15px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	margin-bottom: 20px;
}
.product:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
.product-img {
	height: 200px;
	
}
.product-title a {
	color: #441E4A;
	/*display: inline-block;*/
	/*font-weight: 500;*/
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	text-transform: none;
	width: 150px;
}
.product-desc {
	max-height: 300px;
	overflow: hidden;
	color:  #441E4A;
	font-size: 15px;
	line-height: 17px;
	padding-top: 3px;
	

}
.product-price {
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%;
	color: #ff5500;
	font-size: 18px;
	font-weight: 500;
}

/* ------------------------------------    */


