/*-------------------------------------------- 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 15px;
	width: 100%;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	text-align: center;
	width: 100%;
}
.tt-category-featured .category-feature .image {
	display: inline-block;
	float: none;
	vertical-align: top;
	position: relative;
	padding: 0 0 30px;
	width: auto;
}
.tt-category-featured .category-feature .image::after {
	background: #f5f5f5;
	content: "";
	height: 92%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 400ms ease-in-out 0s;
	width: 52%;
	z-index: -1;
}
.tt-category-featured .category-feature .item:hover .image::after {
	background: #fdd6d1;
}
.tt-category-featured .ttfcat-items .item .image a {
	display: block;
	overflow: hidden;
	margin: 60px 0 20px;
	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;
	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 10px;
}
.tt-category-featured .caption .cat-title > h4 a {
	color: #000000;
	font: 400 22px/28px "Josefin Sans",sans-serif;
	text-transform: uppercase;
}
.tt-category-featured .content .caption .desc {
  color: #777777;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  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: 1650px) {
	.tt-category-featured .category-bg {
		margin: 0 40px;
	}
}
@media (max-width: 1399px) {
	.tt-category-featured .category-bg {
		margin: 0 15px;
		padding: 60px 0;
	}
}
@media (max-width: 1300px) {
	.tt-category-featured {
		margin: 0 0 50px;
	}
}
@media (max-width: 1199px) {
	.tt-category-featured .category-bg {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.tt-category-featured .category-bg {
		padding: 30px 0;
	}
	.tt-category-featured {
		margin: 0 0 40px;
	}
}
@media (max-width: 480px) {
	.tt-category-featured {
		margin: 0 0 30px;
	}
	.tt-category-featured .category-feature .image {
	  float: none;
	  width: auto;
	  display: inline-block;
	  vertical-align: top;
	}
	.tt-category-featured .ttfcat-items {
		text-align: center;
	}
}