.menu { box-shadow: 0px 10px 10px #525252 }

.features { margin: 45px 0 }

.features:after {
	display: block;
	content: ' ';
	clear: both;
}

.feature {
	float: left;
	width: 33.33%;
	color: #585757;
}

.feature > div {
	margin: 0 auto;
	width: 240px;
}

.feature img,
.feature > div > div { float: left }

.feature > div:after {
	display: block;
	content: ' ';
	clear: both;
}

.feature img { width: 45px }
.feature > div > div {
	width: 195px;
	padding: 0 20px;
	box-sizing: border-box;
}

.feature h3 {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
}

.feature p {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 300;
	color: #9a9a9a;
	line-height: 20px;
}

.new-products-title {
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 2px solid #f6bf00;
	margin: 0;
	font-size: 21px;
}

.line {
	background: #e6e6e6;
	height: 1px;
}

.products { padding: 30px 0 40px 0 }

.products:after {
	display: block;
	content: ' ';
	clear: both;
}

.product {
	float: left;
	width: 33.33%;
	margin: 0 0 20px 0;
}

.product > div {
	margin: 0 auto;
	width: 320px;
}

.product img,
.product > div > div {
	float: left;
	width: 50%;
}

.product img {
	display: block;
	border: 1px solid #dadada;
	box-sizing: border-box;
}

.product > div:after {
	display: block;
	content: ' ';
	clear: both;
}

.product > div > div {
	padding: 0 20px;
	box-sizing: border-box;
}

.product h3 {
	margin: 50px 0 10px 0;
	font-weight: 500;
	font-size: 15px;
}

.product a {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 300;
	color: #f7c732;
	text-decoration: none;
	display: block;
}

.product a:hover,
.product a:focus { text-decoration: underline }

.product a span { font-weight: 400 }

@media(max-width: 1000px) {

	.product { width: 50% }

}

@media(max-width: 750px) {

	.feature {
		width: 100%;
		margin: 0 0 20px 0;
	}

}

@media(max-width: 665px) {

	.product { width: 100% }

}

