#homefeatured .ajax_block_product{ max-width:240px; }
#homefeatured .title .title_h2,
#homefeatured .title h2{
	display:block;
	width:227px;
	height:215px;
	box-sizing:border-box;
	padding:65px 40px 0;
	/*line-height:215px;*/
	background:url('../../../img/bg_title.gif') no-repeat;
	text-transform:uppercase;
	font-weight:normal;
	font-size:30px;
	text-align:center;
	font-family:'MostraNuova_Regular';
	margin:30px 0;
	color:#3b3b3b;
}
#homefeatured .title{ text-align:center; }
#homefeatured .title a{
	display:inline-block;
	height:50px;
	line-height:50px;
	background:#1e1e1e;
	padding:0 30px;
	text-transform:uppercase;
	font-family: 'ProximaNova_Bold';
	font-size:14px;
	color:#fff;
	position:relative;
}
#homefeatured .title a:hover{ background:#98de79; }

#homefeatured .col-3 {
	margin-right: 0;
	width: -moz-calc(100% / 6);
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
    padding: 0 5px;
}

#homefeatured .col-3:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1024px){
	#homefeatured .title h2{
		margin: 40px 0;
		padding: 65px 25px 0;
		width: 100%;
		background: url('../../../img/bg_title.gif') center no-repeat;
		background-size: 100%;
	}
}
@media screen and (max-width: 640px){
	#homefeatured .title a{
		font-size: 24px;
	}
}