.tt-category-featured {
	float: left;
	position: relative;
	width: 100%;
	background: #f7f6f3;
	margin: 0 0 30px;
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.tt-category-featured .box-heading {
	display: none;
}
.tt-category-featured .tt-carousel.owl-carousel .owl-nav {
	display: none;
}
.tt-category-featured .ttfcat-items {
  float: left;
  width: 100%;
}
.tt-category-featured .item {
	float: left;
	width: 100%;
	text-align: center;
}
.tt-category-featured .content {
	overflow: hidden;
	float: none;
	width: auto;
	padding: 25px 0;
	display: inline-block;
}
.tt-category-featured .category-feature.tt-carousel {
	position: static;
}
.tt-category-featured .image {
	float: none;
	padding: 0;
	margin: 0;
	width: 180px;
	position: relative;
	cursor: pointer;
	height: 180px;
	border-radius: 100%;
	display: flex;
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
}
.tt-category-featured .image a {
	position: relative;
	overflow: hidden;
	display: flex;
	float: left;
	width: 100%;
	vertical-align: top;
	align-items: center;
	justify-content: center;
}
.tt-category-featured .image a img {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	transition: all 700ms ease-in-out 0s;
}
.tt-category-featured .content:hover .image a img{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.tt-category-featured .caption {
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
}
.tt-category-featured .caption .cat-title {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.tt-category-featured .caption .cat-title > h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 10px;
}
.tt-category-featured .content .cat-title a {
	color: #111;
	font: 500 16px/22px "popoins",Helvetica,sans-serif;
	margin: 0;
	text-transform: capitalize;
	white-space: nowrap;
	padding: 7px 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
}
.tt-category-featured .content:hover .cat-title a {
	color: #e62432;
}
.tt-category-featured .caption .cat-sub {
  float: left;
  width: 100%;
  display: none;
}
.tt-category-featured .caption .cat-sub ul {
	margin: 0;
}
.tt-category-featured .cat-sub li {
  list-style: outside none none;
}
.tt-category-featured .cat-sub li.more {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
}
.tt-category-featured .cat-sub li.more .more-menu {
	padding: 5px 0;
	float: left;
}
.tt-category-featured .cat-sub li span, .tt-category-featured .cat-sub li a {
	color: #777;
	font: 400 13px/18px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
	position: relative;
	padding: 5px 0 5px 10px;
	float: left;
	width: 100%;
	border: none;
	background: none;
	cursor: pointer;
}
.tt-category-featured .cat-sub li span{
	color: #000000;
}
.tt-category-featured .caption .cat-sub li a:hover, .tt-category-featured .caption .cat-sub li span:hover {
	color: #000000;
}
.tt-category-featured .caption .cat-sub li a::before , .tt-category-featured .caption .cat-sub li span::before {
  content: ".";
	font-size: 29px;
	left: 0;
	position: absolute;
	top: -3px;
}
@media (max-width: 543px) {
	.tt-category-featured .image a {
		border-right: none;
		width: 100%;
	}
	.tt-category-featured .content {
		float: left;
		width: 100%;
		padding: 0;
	}
	.tt-category-featured .caption .cat-title {
		margin: 10px 0 0;
	}
	.tt-category-featured {
		margin: 0 0 15px;
	}
	.tt-category-featured .content .cat-title a {
		font-size: 15px;
		line-height: 20px;
		padding: 5px 20px;
	}
	.tt-category-featured .image {
		height: 120px;
		width: 120px;
		display: inline-block;
	}
	.tt-category-featured .caption .cat-title > h4 {
		margin: 0;
	}
}
@media (max-width: 480px) {
	.tt-category-featured {
		padding: 20px 0;
		margin: 0 0 20px;
	}
}
