.products .product{
	padding: 0px 20px 20px;
	margin: 13px 0px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #e9e9e9;
}

.products .product .image{
	position: relative;
	width: 205px;
	height: 205px;
	text-align: center;
	font-size: 0px;
	margin: auto;
}

.products .product .image img{
	max-height: 205px;
	max-width: 205px;
	display: inline-block;
}

.products .product .image .city{
	position: absolute;
	bottom: 20px;
	left: -8px;
	height: 37px;
	padding: 7px 25px 0px 15px;
	border-style: solid;
	border-width: 0px 0px 8px 8px;
	border-image: url('../../images/city-label.png') 0 0 8 8 fill repeat;
	font: bold 12px "Myriad Pro";
	color: black;
	text-transform: uppercase;
}

.products .product .title{
	margin-top: 25px;
	color: #353535;
	font: 16px "Aller Bold";
	text-align: center;
}

.products .product .description{
	margin-top: 5px;
	color: #6e6e6e;
	font: italic 13px "Aller Light";
}

.products .product .price{
	margin-top: 10px;
	font: 18px "Aller Bold";
	color: #af850c;
	text-align: center;
}

.products .price s {
	margin-left: 5px;
	display: inline-block;
	font: 16px "Aller Bold";
	color: #666666;
}

.products .more a {
	margin: 10px 0px 0px;
	padding: 15px 22px;
	display: inline-block;
	border: 1px solid #d3d3d3;
	color: #333333;
	font: 16px "Aller Bold";
	text-decoration: none !important;
}

@media all and (max-width: 991px){
	.products .product{
		border: none;
	}
	.products .row > .product:nth-child(1),
	.products .row > .product:nth-child(3) {
		border-right: 1px solid #e9e9e9;
	}
}
