body {
	background: #fff;
}
.navation {
	padding-top: 0;
}
.title_search {
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}
.title_search span {
	font-weight: 700;
	color: #ff3300;
}
.total_pro {
	margin-bottom: 20px;
}
.total_pro a {
	display: inline-block;
	color: #3366cc;
	background: #f5f5f5;
	padding: 5px 15px;
	border-radius: 5px;
	margin-right: 5px;
}

.title_s {
	font-size: 24px;
	font-weight: 700;
	color: #ff4500;
	background: url("../images/icon_title_search.png") left no-repeat;
	padding: 5px 0;
	padding-left: 45px;
}
.title_s h3 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.list_product_base .product-base-grid {
	width: 19%;
}

@media (max-width: 767px){
	#vnt-content {
		padding: 10px;
	}
	.list_product_base .product-base-grid {
		width: 49%;
		margin:0 1% 1% 0;
	}
}
