#products {}

#products .item {
	margin-bottom: 15px;
	min-height: 325px;
}

#products .item .image {
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

#products .item .title {
	text-align: center;
}

#products .item i {
	background: transparent;
	color: inherit;
	font-size: 20pt !important;
}
