#featured-products_block_center {
	margin-top: 2em;
	/*float:left;*/
}
#homefeat_content {
	/*float:left;*/
	overflow:hidden;
	width:100%;
		 display: -webkit-inline-box;
display: -webkit-inline-flex;
 display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-self: auto;
position: relative;

}

.homefeat {
	width:20%
}

#homefeaturedcar {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	/* min-height: 300px; */
}



.categcarousel-next {
	background: url("img/arrow_next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	cursor: pointer;
    display: block;
	height: 30px;
	opacity: 0.14;
	position: relative;
	/*top: 30%;*/
	margin-top:600%;
	width: 15px;
	z-index: 5;
} 

#car-pre {
	float:left;
}
.categcarousel-prev {
	background: url("img/arrow_prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.14;
	position: relative;
	/*top: 30%;*/
	margin-top:600%;
	width: 15px;
	z-index: 5;

} 


.HF-img {
	border:none;
	padding: 5px;
}

.HF-right-block h5 {
	padding: 0 10px !important;
	margin-bottom:0px!important;
	min-height:48px!important;
}

.HF-right-block h5 a{
	color:#676a62;
	text-align: center !important;
	font-size:18px!important;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.HF-right-block h5 {
		padding: 0!important;}
	.HF-right-block h5 a {
		line-height: 18px!important;
		font-size:15px!important; }
}
	

.HF-price span{
/* 	color:#c7d65e!important; */
/* 	float: right;
	margin-right: 20px; */
/* 	margin-top: 5px; */
}

#HF-content {
	display:inline;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#HF-content {
		display: inline-block; }
	.HF-price {
		float: none!important;
    	margin: 0;
    	padding: 0;	}
	.HF-price .product-price {
		margin:0;
	}
	.HF-price .old-price {
		font-size: 1em;	}
	.HF-price .price-percent-reduction {
		color: #ffffff!important; }
}

.HF-button-container {
	/* float:left; */
	margin-top:2px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#homefeat_content .HF-button-container {
		float: none;
    	margin-top: 0; }
}

.HF-button-container a {
	border:none;
	background: url("img/home-plus.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	margin-left: 20px;
	font: 14px/24px arial;
	padding-left: 20px;
	color:#a4aa9b;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.HF-button-container a {
		margin:0; }
}

#HF-fab a{
	margin-left:0!important;
}

.punchline h1 {
	text-align: center;
	margin: 4rem 0;
	color: #30442c;
}

.homecar {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1000;
}

.homecar:last-of-type {
	right: 0;
}

#homefeaturedcar li .product-container {
	margin: 1rem;
}

