
img {
	height: auto;
	max-width: 100%;
}

.product {
	background: #fff none repeat scroll 0 0;

	border: 1px solid #c0c0c0;
	/*height: 390px;  */
	overflow: hidden;
	padding: 10px 10px 35px 10px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 30px;
	border-radius: 5px;

}
.product:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
.product-img {
/*height: 250px; */
}

.rubl {
font-family: 'PT Sans', serif;
}

.product-title {
background-color: rgba(255, 255, 255, 0.9);
font-weight: 600;
margin-top:10px;
margin-bottom:5px;
}
.product-title a {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.product-desc {
	max-height: 60px;
	overflow: hidden;
	color:#000;
}
.product-price {
	/*bottom: 15px;  */
	left: 0;
	position: absolute;
	width: 100%;
	color: #d51e08;
	font-size: 18px;
	font-weight: 600;
}

.product-price2 {
	/*bottom: 15px;  */
	left: 0;

	width: 100%;
	color: #b0b0b0;
	font-size: 14px;
	font-weight: 600;
}