.feature-product{
	background-color: #f1f1f1;
	padding: 10px;
	    margin-bottom: 10px;	
}
.feature-product h2{
	color: black;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FEC909;
        margin-top: 10px;
}
.product-thumb img{
	padding: 5px;
         height: 160px; 
}

.product-thumb h4{
	font-size: 15px;
	text-align: center;
}
.product-thumb h4 a{
	color: black;
}
.ads-body{
	border: 1px solid red;
}
@media only screen and (max-width: 768px) {
 	.feature-product h2, .new-product h2{
 		font-size: 18px;
	    padding: 10px;
	    
 	}
 	img.ads-body{
 		margin-bottom: 10px;
 	}
 	.form-search button{
		display: none;
 		right: 10px;
    	bottom: 16px;
 	}
}
.why{
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 15px;
}
.why img{
	width: 80px;
	height: 80px;
	float: left;
}
.why .col-md-3{
	padding: 10px;
}
.why .text p{
	font-weight: bold;
}
.why .text span{
	font-size: 13px;
}