#product_list div.card {
	min-width: 280px;
}

#product_list div.card a {
	color: #373737;
	text-decoration: none;
	word-wrap: none !important;
}

#product_list div.card a:hover {
	color: #999999;
}

#product_list div.card div.card-body .card-text {
	color: #373737;
	font-size: 14px;
}

#product_list div.card div.card-body .card-title {
	font-weight: 700;
}

#product_list div.card img:hover {
	opacity: 0.7;
}