/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
#cat_feature {
	float: left;
	position: relative;
	width: 100%;
	text-align:center;
	margin: 0 0 80px 0;
}
#cat_feature .tt-titletab h3::before{
	background: #d10201;
}
#cat_feature .parallex {
	background-position: center bottom !important;
	padding: 50px 0 185px;
	float: left;
	width: 100%;
	background-size: cover;
}
.category-feature {
	margin: 0;
}
.category-feature.tt-carousel.owl-loaded.owl-carousel.owl-drag {
	width: 100%;
	float: left;
	padding: 10px 0 0;
	text-align: center;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
}	
.tt-category-featured .ttfcat-items .content .tt_cat_content {
	float: left;
	width: 100%;
}
#cat_feature .tt-titletab .short-desc {
	float: left;
	width: 100%;
}
.tt-category-featured .ttfcat-items {
	position: relative;
	padding: 0;
	float: left;
	width: 100%;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	overflow: hidden;
	width: 100%;
	transition: all 400ms ease-in-out;
	-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;
	padding: 7px 15px;
}
.tt-category-featured .ttfcat-items .content:hover .tt-category-featured .caption .cat-title > h4 a{
	color:#b98552;
}
.tt-category-featured .ttfcat-items .item:hover .content .image 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 .ttfcat-items .item:hover .content .image {
	border-color: #b86460;
}
.tt-category-featured .ttfcat-items .item .image {
	float: none;
	position: relative;
	z-index: 1;
	width: 230px;
	height: 230px;
	line-height: 100px;
	border: 2px dashed #b7b7b7;
	font-size: 50px;
	background: transparent;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #ddd;
	margin: auto;
	padding: 20px;
	transition: all 400ms ease-in-out;
	-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 .image .service-dot:nth-child(1) {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: service-dot_1 2s infinite linear;
	-moz-animation: service-dot_1 2s infinite linear;
	-o-animation: service-dot_1 2s infinite linear;
	animation: service-dot_1 2s infinite linear;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.tt-category-featured .ttfcat-items .item:hover .image .service-dot:nth-child(1) {

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;

}
.tt-category-featured .ttfcat-items .item .image .service-dot {
	width: 100%;
	height: 100%;
	left: 56%;
	top: 8%;
}
.tt-category-featured .ttfcat-items .item .image .service-dot .dots {
	width: 15px;
	height: 15px;
	background: #b7b7b7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	left: 23px;
	top: 0;
	position: relative;
}
.tt-category-featured .ttfcat-items .item:hover .image .service-dot .dots{
	background-color: #b86460;
}
@-webkit-keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes service-dot_1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes service-dot_1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes service-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-moz-keyframes service-dot_2 {
  0% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(540deg);
    transform: rotate(540deg); } }

@-o-keyframes service-dot_2 {
  0% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } 
	}

@keyframes service-dot_2 {
  0% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); } 
}
.tt-category-featured .ttfcat-items .item .image a img {
	display: inline-block;
	max-width: 100%;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	transition: all 700ms ease-in-out 0s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.tt-category-featured .ttfcat-items .item .image a {
	float: left;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 20px 0;
}
.tt-category-featured .category-feature .caption {
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 100%;
}
.tt-category-featured .category-feature .caption .cat-title {
	float: none;
	width: auto;
	position:relative;
	z-index:1;
}
.tt-category-featured .products-carousel .owl-buttons {
	display: none;
}
.tt-category-featured .caption .cat-title > h4 {
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 20px 0 0;
}
.tt-category-featured .caption .cat-title > h4 a {
	font: Italic 700 22px/24px "Cormorant", helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	position: relative;
	overflow: hidden;
	color: #222;
	transition: all 400ms ease-in-out;
	-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 .caption .cat-title > h4 a {
	color: #111;
}
.tt-category-featured .item .caption .cat-title .product-item p {
	margin: 10px 0 0 0;
	font: 400 14px/22px "Lato", Helvetica, sans-serif;
	color: #999;
	transition: all 400ms ease-in-out;
	-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;
	display:none;
}
.tt-category-featured .item:hover .caption .cat-title .product-item p{
	color: #111;
}
.tt-category-featured .item .caption .cat-title .product-item p span{
	margin:0 0 0 5px;
}
.tt-category-featured .caption .cat-sub {
	float: left;
	width: 100%;
}
.tt-category-featured .caption .cat-sub ul {
	float: left;
	width: 100%;
	z-index: 1;
	padding: 0;
	text-align: center;
	list-style: none;
}
.tt-category-featured .caption .cat-sub ul li {
	float: left;
	text-align: center;
	width: 100%;
}
.tt-category-featured .caption .cat-sub ul li a,
.tt-category-featured .caption .cat-sub ul li span {
	font: 500 14px/16px "Lato", Helvetica, sans-serif;
	position: relative;
	background: none;
	border: none;
	padding: 5px 0;
	margin: 0 0 5px;
	color: #ffffff;
	cursor: pointer;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.tt-category-featured .caption .cat-sub ul li a::after,
.tt-category-featured .caption .cat-sub ul li span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}
.tt-category-featured .caption .cat-sub ul li a:hover::after,
.tt-category-featured .caption .cat-sub ul li span:hover:after {
	width: 100%;
}
.tt-category-featured .cat-sub li .more-menu {
	float: none;
	position: relative;
	width: auto;
	margin: 22px 0 5px;
	display: inline-block;
	vertical-align: top;
}
.tt-category-featured .cat-sub li .more-menu::after {
	position: absolute;
	content: "";
	display: block;
	width: 160px;
	height: 1px;
	background: rgba(255,255,255,0.3);
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
}
.tt-category-featured .cat-sub li .more-menu::before {
	content: "\E5CC";
	font-family: "Material Icons";
	font-size: 18px;
	float: right;
	position: relative;
	color: #fff;
	line-height: 30px;
	z-index: 1;
}
#cat_feature .owl-nav{
	margin: 35px 0 0;
}
/*-------------------------------------------- Category feature CSS End --------------------------------------*/
@media (max-width: 1199px) {
	#cat_feature{	
		margin: 0 0 60px 0;
	}
}
@media (max-width: 991px) {
	#cat_feature {
		margin: 0 0 40px 0;
	}
	#cat_feature .tt-titletab h3::before {
		bottom:0;	
	}
	#cat_feature .container {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.tt-category-featured .ttfcat-items .content::before{
		width: 100%;
		right: 0;	
	}
	.tt-category-featured .caption .cat-sub ul li.more .tt_more-menu .categories a{
		padding: 5px 25px;	
	}
	#cat_feature {
		margin:0 0 20px 0;
	}
	#cat_feature .parallex {
		padding: 50px 0 55px;
	}
	#cat_feature .row {
		margin: 0;
	}
	.tt-category-featured .ttfcat-items {
		float: left;
		width: 100%;
	}
	.tt-category-featured .ttfcat-items .item::after {
		right: 14px;
		width: 92%;
		height: 66%;
		bottom: 0;
	}
	.tt-category-featured .ttfcat-items .item .image .service-dot .dots{
		top: -15px;		
	}
	.tt-category-featured .ttfcat-items .item .image{
		width: 170px;
		height: 170px;		
	}
	.tt-category-featured .ttfcat-items .item .image a img{
		width: 170px;
		height: 170px;		
	}
}
@media (max-width: 543px) {
	#cat_feature .parallex {
		padding: 30px 0 70px;
	}
	.tt-category-featured .ttfcat-items .item .caption{
		top:0;	
	}
	.tt-category-featured .caption .cat-sub ul li.more .tt_more-menu .categories a{
		padding: 4px 20px;	
	}
	#cat_feature .tt-titletab .tt-sub-title{
		padding:0 0 10px;	
		text-align: center;
	}
	.ttfotter-sub-title {
		font-size: 20px;
		margin: 6px 0;
	}
	.tt-category-featured .ttfcat-items .item::after {
		right: 0;
		width: 100%;
		height: 66%;
		bottom: 0;
	}
	.tt-category-featured .ttfcat-items .item .image::before {
		height: 44px;
		width: 44px;			
	}
	.tt-category-featured .ttfcat-items .item .image::after {
		height: 32px;
		width: 32px;
		padding: 2px;			
	}
	.category-feature.tt-carousel.owl-loaded.owl-carousel.owl-drag{
		padding: 0;		
	}
}
@media (max-width: 480px) {
	.tt-category-featured .caption .cat-title > p{
		font-size: 16px;
		line-height: 18px;	
	}
	.tt-category-featured .caption .cat-title > h4 a {
		font-size: 20px;
		line-height: 22px;
	}
	#cat_feature .parallex {
		padding: 30px 0 20px;
	}
	.tt-category-featured .ttfcat-items .content {
		padding: 20px 0;
	}
}