/*-------------------------------------------- Category feature CSS Start --------------------------------------*/
#cat_feature {
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 60px;
}
#cat_feature .tt-titletab {
	display: none;
}
.category-feature {
	margin: 0;
}
.category-feature.tt-carousel.owl-loaded.owl-carousel.owl-drag {
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
}
.tt-category-featured .ttfcat-items .item {
	float: left;
	width: 100%;
	position: relative;
}	
.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%;
}
.tt-category-featured .ttfcat-items .content {
	float: left;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.tt-category-featured .ttfcat-items .content:hover .tt-category-featured .caption .cat-title > h4 a{
	color:#b98552;
}
.tt-category-featured .ttfcat-items .item .image {
	float: left;
	text-align: center;
	width: 100%;
}
.tt-category-featured .ttfcat-items .item .image a {
	display: inline-block;
	float: none;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: auto;
}
.tt-category-featured .ttfcat-items .item .image a img {
	max-width: 100%;
	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;
}
.tt-category-featured .ttfcat-items .item .image a:hover 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 .image a::after {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	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;
	opacity: 0;
}
.tt-category-featured .ttfcat-items .item .image a:hover:after {
	opacity: 1;
}
.tt-category-featured .category-feature .caption {
	float: left;
	width: 100%;
}
.tt-category-featured .category-feature .cat-title {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0;
	top: auto;
	bottom: 20px;
}
.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;
	position: absolute;
	margin:0;
	
}
.tt-category-featured .caption .cat-title > p {
	text-align: center;
	font: 400 18px/22px Josefin Sans,Helvetica,sans-serif;
	color: #777777;
	cursor: pointer;
}
.tt-category-featured .caption .cat-title > p:hover{
	color: #77b500;
}
.tt-category-featured .content .ttcatleft {
	float: right;
}
.tt-category-featured .content .ttcatright {
	padding: 0;
}
.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;
	padding: 0 15px;
	margin: 0 0 30px;
	position: relative;
}
.tt-category-featured .ttfcat-items .item .image h4,
.tt-category-featured .caption .cat-sub ul li a h4,
.tt-category-featured .caption .cat-sub ul li span {
	background: #fff;
	font: 700 13px/18px "Josefin Sans",Helvetica,sans-serif;
	position: relative;
	border: none;
	padding: 10px 25px;
	margin: 0;
	color: #171717;
	cursor: pointer;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	width: auto;
}
.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;
}
/*-------------------------------------------- Category feature CSS End --------------------------------------*/
@media (max-width: 1250px) {
	.tt-category-featured .caption .cat-title > h4 a {
		font-size: 21px;
	}
	#cat_feature {
		margin: 0 0 80px;
	}
}
@media (max-width: 767px) {
	#cat_feature {
		margin: 0 0 50px;
	}
	.tt-category-featured .category-feature .cat-title {
		bottom: 10px;
	}
	.tt-category-featured .ttfcat-items .item .image h4, 
	.tt-category-featured .caption .cat-sub ul li a h4, 
	.tt-category-featured .caption .cat-sub ul li span {
		font-size: 12px;
		line-height: 14px;
		padding: 8px 15px;
	}
	.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 .parallex {
		padding: 50px 0 55px;
	}
	.tt-category-featured .ttfcat-items .item .image a {
		padding: 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;
	}
}
@media (max-width: 699px) {
	.tt-category-featured .content .ttcatright,
	.tt-category-featured .content .ttcatleft {
		width: 100%;
	}
	.tt-category-featured .content .ttcatleft {
		margin: 0 0 20px;
	}
}
@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;
	}
}
@media (max-width: 480px) {
	#cat_feature {
		margin: 0 0 20px;
	}
	.tt-category-featured .caption .cat-title > p{
		font-size: 16px;
		line-height: 18px;	
	}
	.tt-category-featured .caption .cat-title > h4 a{
		font-size:18px;
		line-height: 20px;	
	}
	#cat_feature .parallex {
		padding: 30px 0 20px;
	}
}