
.hot-products-title{
	padding:30px 0;
	background-color: #f2f2f2;
}
#hot-products h2 {
	color:#1a1a1a;
}
.prodtitle {
	font-size:1rem;
	height:50px;
	color:#1a1a1a;
	padding-left:15px;	

}

.product-box{
	padding:25px 0;
	
}

.product-box img {	
	margin:auto;
}

.price-box{
	color:#5b8c85;
	font-size:16px;
	
	font-weight: bold;
}

.product-box:hover{
	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 25px 0px;
	transition:  0.4s ease-in-out;
	cursor:pointer;
		
}

.owl-carousel {
	padding-top:60px;
	padding-bottom: 60px;
}
.owl-nav, .owl-dots{
	display: none;
}

