/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
.tt-category-featured {
  float: left;
  position: relative;
  margin: -15% 0 100px;
  width: 100%;
}
.tt-category-featured .ttfcat-items .category-feature {
	margin: 0;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	padding: 0 15px;
	width: 100%;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	width: 100%;
}
.tt-category-featured .category-feature .image {
	float: left;
	width: 100%;
}
.tt-category-featured .ttfcat-items .item .image a {
	border: 10px solid #ffffff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	position: relative;
}
.tt-category-featured .ttfcat-items .item .image a img {
	max-width: 100%;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.tt-category-featured .ttfcat-items .item:hover .image a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.tt-category-featured .category-feature .caption {
	float: left;
	text-align: center;
	margin: 20px 0 0;
	width: 100%;
}
.tt-category-featured .category-feature .caption .cat-sub {
	display: none;
}
.tt-category-featured .products-carousel .owl-buttons {
	display: none;
}
.tt-category-featured .container {
	position: relative;
}
.tt-category-featured .caption .cat-title {
	float: left;
	margin: 0;
	width: 100%;
	position: relative;
}
.tt-category-featured .caption .cat-title > h4 {
    margin: 0 0 5px;
}
.tt-category-featured .caption .cat-title > h4 a {
	color: #111111;
	font: 700 20px/24px "Muli",sans-serif;
	text-transform: uppercase;
}
.tt-category-featured .content .caption .desc {
  color: #777777;
  float: left;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  width: 100%;
}
.tt-category-featured .ttfcat-items {
  float: left;
  position: relative;
  width: 100%;
}
/*-------------------------------------------- Category feature custome CSS start --------------------------------------*/
.tt-category-featured .customNavigation {
	display: none;
	position: static;
}
.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;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 2;
}
.tt-category-featured .customNavigation a:hover {
	background-color: #5bb812;
}
.tt-category-featured .customNavigation a.prev {
	left: 0;
	right: auto;
}
.tt-category-featured .customNavigation a.next {
	left: auto;
	right: 0;
}
/*-------------------------------------------- Category feature custome CSS End --------------------------------------*/
/*-------------------------------------------- Category feature CSS End --------------------------------------*/
@media (max-width: 1300px) {
	.tt-category-featured {
		margin: -15% 0 50px;
	}
}
@media (max-width: 991px) {
	.tt-category-featured {
		margin: -23% 0 50px;
	}
}
@media (max-width: 767px) {
	.tt-category-featured {
		margin: -200px 0 40px;
	}
}
@media (max-width: 480px) {
	.tt-category-featured {
		margin: -200px 0 20px;
	}
	.tt-category-featured .category-feature .image {
	  float: none;
	  width: auto;
	  display: inline-block;
	  vertical-align: top;
	}
	.tt-category-featured .ttfcat-items {
		text-align: center;
	}
}