/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
.tt-category-featured {
  float: left;
  position: relative;
  margin: 100px 0;
  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;
	background: #ffffff;
	padding: 55px 0;
	width: 100%;
}
.tt-category-featured .category-feature .image {
	float: left;
	text-align: center;
	width: 100%;
}
.tt-category-featured .ttfcat-items .item .image a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
.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;
	padding: 55px 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 {
    float: left;
	margin: 0 0 20px;
	padding: 0 0 25px;
	position: relative;
	width: 100%;
}
.tt-category-featured .caption .cat-title > h4::after {
	border-bottom: 4px double #eeeeee;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 250px;
}
.tt-category-featured .caption .cat-title > h4 a {
	color: #000000;
	font: italic 400 26px/30px "Playfair Display",sans-serif;
	text-transform: capitalize;
}
.tt-category-featured .item .cat-title .description {
  float: left;
  margin: 0 0 20px;
  padding: 0 70px;
  width: 100%;
}
.tt-category-featured .item .cat-title .description span {
	font-size: 16px;
	line-height: 24px;
}
.tt-category-featured .content .caption .desc {
  color: #000000;
  float: left;
  font: italic 400 20px/24px "Philosopher",sans-serif;
  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: 60px 0;
	}
}
@media (max-width: 1199px) {
	.tt-category-featured .ttfcat-items .content {
		padding: 30px 0;
	}
	.tt-category-featured .category-feature .caption {
		padding: 30px 0 0;
	}
	.tt-category-featured .caption .cat-title > h4 a {
		font-size: 20px;
		line-height: 22px;
	}
	.tt-category-featured .caption .cat-title > h4 {
		margin: 0 0 10px;
		padding: 0 0 15px;
	}
	.tt-category-featured .item .cat-title .description {
		margin: 0 0 15px;
		padding: 0 20px;
	}
	.tt-category-featured .item .cat-title .description span {
	  font-size: 14px;
	  line-height: 22px;
	}
	.tt-category-featured .content .caption .desc {
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.tt-category-featured {
		margin: 40px 0;
	}
}
@media (max-width: 480px) {
	.tt-category-featured {
		margin: 30px 0;
	}
	.tt-category-featured .category-feature .image {
	  float: none;
	  width: 50%;
	  display: inline-block;
	  vertical-align: top;
	}
	.tt-category-featured .ttfcat-items {
		text-align: center;
	}
}