/* Bdi */
.products .price bdi{
	font-size:17px;
	color:#2b303c;
}
/* Heading (hover) */
.products .product h2:hover{
	color:#01d101;
	
}
