.home-whyus, .home-newest-products, .product-newest-products {
	border-bottom: 2px solid #d5d5db;
	font-size: .9rem;
}
.home-newest-products-header {
	border-bottom: 1px solid #f1f1f1;
}
.product-newest-products-header {
	background: #f7f8fb;
	border-bottom: 1px solid #dbdbea;
}
.home-newest-products-title, .product-newest-products-title {
	font-size: 16px;
}
.home-newest-products-next, .product-newest-products-next {
	position: absolute;
	right: 25px;
	top: 100px;
	z-index:10;
	color: #a6a6a6;
	font-size:18px;
}
.home-newest-products-prev, .product-newest-products-prev {
	position: absolute;
	left: 25px;
	top: 100px;
	z-index: 10;
	color: #a6a6a6;
	font-size:18px;
}
.home-newest-product-link, .product-newest-product-link {
	color: #646471;
}
/*.home-newest-product-image {
	max-height: 180px;
	min-height: 180px;
}*/
.home-newest-products-hero, .product-newest-products-hero {
	width: auto;
    margin: 0 auto;
    /*min-height: 150px;*/
}
.home-newest-product-hero:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.home-newest-product-price, .product-newest-product-price {
	color: #2bac2b;
}