/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
.tt-category-featured {
  float: left;
  position: relative;
  margin: 0 0 100px;
  width: 100%;
}
.tt-category-featured .ttfcat-items .category-feature {
	margin: 0;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	padding: 0 25px;
	text-align: center;
	width: 100%;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	position: relative;
	margin: 0 0 90px;
	width: 100%;
}
.tt-category-featured .category-feature .image {
	display: inline-block;
	float: none;
	vertical-align: top;
	position: relative;
	width: auto;
}
.tt-category-featured .category-feature .image::after {
	border: 10px solid #f5f5f5;
	bottom: 5px;
	content: "";
	left: 8px;
	position: absolute;
	right: 8px;
	top: 5px;
}
.tt-category-featured .ttfcat-items .item .image a {
	display: block;
	overflow: hidden;
	position: relative;
}
.tt-category-featured .ttfcat-items .item .image a img {
	max-width: 100%;
}
.tt-category-featured .ttfcat-items .item .image img.img-responsive {
	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;
	bottom: -100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	z-index: 1;
}
.tt-category-featured .ttfcat-items .item:hover .image img.img-responsive {
	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 {
	bottom: auto;
	float: left;
	left: 0;
	padding: 15px 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	width: auto;
}
.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 > h4 {
    margin: 0 0 10px;
}
.tt-category-featured .caption .cat-title > h4 a {
	color: #000000;
	font: italic 600 24px/30px "Playfair Display",sans-serif;
	text-transform: capitalize;
}
.tt-category-featured .content .caption .desc {
	color: #000000;
	float: left;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	text-transform: capitalize;
	width: 100%;
}
.tt-category-featured .ttfcat-items {
  float: left;
  position: relative;
  text-align: center;
  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: 0 0 50px;
	}
}
@media (max-width: 1199px) {
	.tt-category-featured .caption .cat-title > h4 a {
		font-size: 22px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.tt-category-featured {
		margin: 0 0 40px;
	}
}
@media (max-width: 480px) {
	.tt-category-featured {
		margin: 0 0 30px;
	}
	.tt-category-featured .ttfcat-items .item {
		padding: 0 15px;
	}
	.tt-category-featured .category-feature .image {
	  float: none;
	  width: auto;
	  display: inline-block;
	  vertical-align: top;
	}
	.tt-category-featured .caption .cat-title > h4 a {
	  font-size: 20px;
	  line-height: 22px;
	}
}