#tt_category_feature {
	margin: -13% 0 80px;
}
#tt_category_feature .parallex {
    float: left;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	padding:60px 0;
}
#tt_category_feature .tt-title::before{
	display: none;
}
#tt_category_feature .tt-subtitle::after{
	border:none;
}
#tt_category_feature #tt_cat_featured {
    float: left;
}
#tt_category_feature .tt-titletabcat .tt-cat-title {
	border: 10px solid #ececec;
	padding: 52px 30px;
	background: var(--body-background-color);
}
#tt_cat_featured .ttcat-inner ul {
	display: none;
}
#tt_category_feature .tt-title {
	padding: 0;
	margin: 0;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font: 500 42px/44px var(--primary-font);
	color: var(--primary-text-color);
	background: none;
}
#tt_category_feature .tt-subtitle {
	margin: 0 0 0 5px;
	color: var(--body-text-color);
	font: italic 400 18px/20px var(--secondary-font);
}
#tt_category_feature img {
    transition: all 400ms ease-in-out;
}
#tt_category_feature .content:hover img {
    transform: scale(1.1);
}
#tt_cat_featured .content .sub-cat ul li a {
    color: #666;
    font: 400 14px/30px var(--secondary-font);
    letter-spacing: 0.6px;
    text-transform: lowercase;
    position: relative;
}
#tt_cat_featured .content .sub-cat ul li a:hover {
    color: var(--header-top-texthvr-color);
}
#tt_cat_featured .title a {
	color: #222;
	float: left;
	font: 400 20px/22px var(--primary-font);
	width: 100%;
	margin: 0 0 8px;
}
#tt_cat_featured .title .subcat-item {
	color: #777777;
	float: none;
	font: italic 400 14px/16px var(--secondary-font);
	width: auto;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 12px;
}
#tt_cat_featured .title .subcat-item::before {
	position: absolute;
	content: '';
	top: 0;
	left: -10px;
	right: auto;
	bottom: 0;
	width: 5px;
	height: 1px;
	background: #777777;
	margin: auto;
}
#tt_cat_featured .title .subcat-item::after {
	position: absolute;
	content: '';
	top: 0;
	left: auto;
	right: -12px;
	bottom: 0;
	width: 5px;
	height: 1px;
	background: #777777;
	margin: auto;
}
#tt_cat_featured .content {
	float: left;
	width: 100%;
	border: 10px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	overflow: hidden;
	margin: 0 0 15px;
}
#tt_cat_featured .item {
	float: left;
	width: 100%;
	padding: 0 25px;
}
#tt_cat_featured .ttcat-inner {
	float: left;
	width: 100%;
	text-align: center;
}
#tt_cat_featured .ttcat-inner .title {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0;
}
.ttcat-content .cat-btn {
	float: none;
	display: inline-block;
	width: auto;
	padding: 4px 22px;
	margin: 8px 0 0;
}
.ttcat-content .cat-btn a span {
	color: #fff;
	float: left;
	width: 100%;
}
@media(max-width:1399px) {
	#tt_category_feature {
		margin: -13% 0 60px;
	}
	#tt_category_feature .tt-titletabcat .tt-cat-title {
		padding: 45px 19px;
	}
	#tt_category_feature .tt-title {
		font-size: 38px;
		line-height: 40px;
	}
	#tt_category_feature .tt-subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (min-width: 992px){
	#tt_category_feature .tt-titletabcat {
		writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		-moz-transform: vertical-lr;
		-o-transform: vertical-lr;
		-ms-transform: vertical-lr;
		text-align: center;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		width: auto;
	}
	#tt_category_feature .list_carousel {
		float: right;
	}
}
@media (max-width: 1199px){
	#tt_category_feature .tt-title{
		font-size: 24px;
		line-height: 26px;
	}
	#tt_cat_featured .content {
		border: 8px solid #fff;
	}
	#tt_category_feature .tt-titletabcat .tt-cat-title {
		padding: 30px 20px;
	}
	#tt_category_feature .tt-subtitle {
		margin: 0 0 0 5px;
	}
	#tt_category_feature {
		margin: -10% 0 50px;
	}
}
@media (max-width: 991px) {
	#tt_category_feature .list_carousel {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		text-align: center;
	}
	#tt_category_feature .tt-titletabcat {
		width: 100%;
		text-align: center;
		margin: 0 0 19px;
	}
	#tt_category_feature .tt-title {
		font-size: 24px;
		line-height: 40px;
	}
	#tt_category_feature .tt-titletabcat .tt-cat-title {
		padding: 12px 20px;
	}
	#tt_category_feature .tt-subtitle {
		margin: 0 0 5px;
	}
	#tt_category_feature #tt_cat_featured {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		text-align: center;
	}
	#tt_category_feature #tt_cat_featured .owl-stage-outer {
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
	}
	#tt_category_feature {
		margin: -37% 0 40px;
	}
	#tt_cat_featured .item {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	#tt_category_feature {
		margin: -38% 0 40px;
	}
	#tt_category_feature {
		overflow-x: hidden;
	}
	#tt_cat_featured .item {
		padding: 0 10px;
	}
	#tt_category_feature .tt-titletabcat .tt-cat-title {
		padding: 12px 20px;
	}
	.category_feature .list_carousel,.category_feature .tt-titletabcat {
		width: 100%;
	}
	.category_feature .customNavigation {
		margin: 0 0 15px;
	}
    #tt_category_feature .parallex {
        padding: 20px 0;
    }
	#tt_category_feature:hover #tt_cat_featured .owl-nav button.owl-next, #tt_category_feature #tt_cat_featured .owl-nav button.owl-next {
		right: -15px;
		height: 60px;
		width: auto;
	}
	#tt_category_feature:hover #tt_cat_featured .owl-nav button.owl-prev, #tt_category_feature #tt_cat_featured .owl-nav button.owl-prev {
		left: -15px;
		height: 60px;
		width: auto;
	}
}
@media (max-width: 600px) {
	#tt_category_feature {
		margin: -50% 0 30px;
	}
}
@media (max-width: 543px) {
	#tt_cat_featured .item {
		padding: 0 7px;
	}
	#tt_category_feature {
		margin: -45% 0 30px;
	}
	#tt_category_feature:hover #tt_cat_featured .owl-nav button.owl-next, #tt_category_feature #tt_cat_featured .owl-nav button.owl-next {
		right: -10px;
		height: 55px;
		width: 30px;
	}
	#tt_category_feature:hover #tt_cat_featured .owl-nav button.owl-prev, #tt_category_feature #tt_cat_featured .owl-nav button.owl-prev {
		left: -10px;
		height: 55px;
		width: 30px;
	}
}
@media (max-width: 480px) {
	#tt_category_feature {
		margin: -10% 0 30px;
	}
}
