.recommended_products .product{
	text-align:center;
	position: relative;
	/* border: 1px solid #DA0000;	 */
	margin-bottom: 5%;
	padding-top: 5px;
	width: 100%;
	box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%);
	height: 300px;
}

.recommended_products .product_title{
	background-color: #DA0000;
	position: absolute;
	vertical-align: middle;
	bottom: 0;
	width:100%;
	height: 60px;
	padding-top: 2%;
	padding: 2% 2% 0 2%;
	color: white;
	margin-bottom: 0px;
}

.product a:hover .product_title{
	background-color:#af0000;
}

.recommended_products a{
	color: white;
}

.recommended_products .product_img{
	max-height: 235px; 
}

.recommended_products img {
	max-height: inherit;
	height: auto;
	width: auto;
}