/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
.cat_feature {
  float: left;
  margin: -30px 0 60px;
  width: 100%;
}
.tt-category-featured .container{
	position:relative;
}
.tt-category-featured.container {
  position: relative;
  width: 1230px;
  z-index: 1;
  margin:0 auto;
  clear:both;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 30px;
}
.tt-category-featured .box-heading {
  display: none;
}
.tt-category-featured .ttfcat-items {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	vertical-align: top;
	width: 100%;
}
.tt-category-featured .ttfcat-items .category-feature {
	margin: 0;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	width: 100%;
	padding:0 15px;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	width: 100%;
	overflow: hidden;
	position:relative;
}
.tt-category-featured .ttfcat-items .item .image a {
	display: block;
	overflow: hidden;
	position: relative;
	border:3px solid #e5e5e5;
}

.tt-category-featured .category-feature .caption {
	bottom: 0;
	padding: 0;
	position: absolute;
	left:0;
	width: auto;
}
.tt-category-featured .category-feature .caption .cat-sub {
	display: none;
}
.tt-category-featured .products-carousel .owl-buttons {
	display: none;
}
.tt-category-featured .caption .cat-title > h4 {
  margin: 0;
}
.tt-category-featured .caption .cat-title > h4 a {
	color: #fff;
	display:block;
	background:#363636;
	padding:2px 10px;
	font: 400 18px/30px "Oswald",Helvetica,sans-serif;
	letter-spacing: normal;
	overflow: hidden;
	text-transform: uppercase;
}
.tt-category-featured .content:hover .caption .cat-title > h4 a {
	background:#c61a40;
}
/*-------------------------------------------- Category feature custome CSS start --------------------------------------*/
.tt-category-featured .customNavigation {
	display: none;
}
.tt-category-featured .customNavigation a.prev::before,
.tt-category-featured .customNavigation a.next::before,
.tt-category-featured .customNavigation a.prev::after,
.tt-category-featured .customNavigation a.next::after {
	display: none;
}
.tt-category-featured .customNavigation a {
	bottom: 0;
	position: absolute;
	top: 41%;
	z-index: 2;
}
.tt-category-featured .customNavigation a.prev {
	left: 10px;
	right: auto;
}
.tt-category-featured .customNavigation a.next {
	left: auto;
	right: 10px;
}
/*-------------------------------------------- Category feature custome CSS End --------------------------------------*/
/*-------------------------------------------- Category feature CSS End --------------------------------------*/
@media (max-width: 1250px) {
	.tt-category-featured.container{
			width:1170px;
	}
}
@media (max-width: 1199px) {
	.tt-category-featured.container{
		width:960px;
	}
}
@media (max-width: 991px) {
	.tt-category-featured.container{
		width:740px;
	}
	.cat_feature{
		margin-bottom:40px;
	}
}
@media (max-width: 767px) {
	.cat_feature{
		padding:0 15px;
	}
	.tt-category-featured.container{
		width:100%;
		}
}
@media (max-width: 480px) {
	.tt-category-featured.container{
		padding:0;
	}
	.cat_feature{
		padding:15px;
		margin:0 0 20px;
	}
	.tt-category-featured .ttfcat-items .content .image img{
		width:100%;
	}
}