/*latest_product*/
#latest_product {
	background: url(../img/banner_sec01_bg);
	background-color: #f3b818;
}
#latest_product h4 {
	position: relative;
	color: #3a2900;
	font-weight: 600;
	font-size: 18px;
}
#latest_product h4 span {
	color: #6b4d00;
    font-size: 0.8em;
	font-weight: 900;
}
#latest_product h4 a {
	text-decoration: none;
	position: absolute;
    right: 0;
    background-color: #e61f19;
    color: #fff;
    font-size: 0.8em;
    padding: 0px 8px;
    border: 1px solid #b10500;
}
#latest_product .owl-carousel a {
	text-decoration: none;
    border: 1px solid #cc9500;
    display: block;
    background-color: #eee;
    padding: 5px;
}
#latest_product .owl-carousel a i {
	font-size: 12px;
}
#latest_product .owl-carousel .owl-nav {
    top: 33%;
}
#latest_product .owl-carousel .owl-nav [class*="owl-"] {
	background-color: #221714;
    border-color: #221714 #221714 #221714;
}
@media(min-width:992px){
	#latest_product {
		min-height: 25vh;
		padding: 20px;
	}
}
@media(max-width:992px){
	#latest_product {
		min-height: 200px;
		padding: 20px;
	}
}