section.search {
	background-color:#169998;
	padding:2em;
}
section.search .search-label {
	font-family: 'Montserrat';
	font-size:2em;
	color:#ffffff;

}

section.locations {
	min-height: 400px;
}

.product-box {
	border:1px solid #fcb715;
	padding:1em;
	margin:1.5em;
	height:450px;
	position:relative;
}
.product-image{
	width:100%;
	height:200px;
	background-position: center;
	background-size:cover;
}
.product-description{
	width:100%;
	height:110px;
	overflow: auto;
}

.product-box h1{
	font-size:1.4em;
	font-weight: 700;
}


h5.no-product-found {
	text-align: center;
	font-size:1.6em;
	margin-top:2em;
}

div.product-price{
	font-size:1.3em;
	font-weight: 700;
	position:absolute;
	bottom: 0;
	right: 0;
	width:100%;
	text-align: right;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
