.tt_category_feature {
	margin: 100px 0 75px;
}
.tt_category_feature .list_carousel {
    clear: both;
	float: left;
	width: 100%;
	text-align: center;
}
.tt_category_feature .cat-img a {
	float: left;
	position: relative;
	width: 100%;
}
.tt_category_feature .cat-img a img {
    text-align: center;
	float: none;
	display: inline-block;
	vertical-align:top;
	transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	width:auto;
}
#tt_cat_featured .content:hover .cat-img a img {
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#tt_cat_featured .content li{
	float: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 3px;
}
#tt_cat_featured .content .more a{
	border: 2px solid var(--secondary-bg-color);
	border-radius: 25px; 
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	height: 40px;
	width: 40px;
	float: none;
	display: inline-block;
	vertical-align: top;
    padding: 2px;
    margin: 5px 0 0;
}
#tt_cat_featured .content .more i {
    color: var(--secondary-bg-color);
	font-size: 22px;
    line-height: 22px;
	padding: 5px;
    height: 100%;
    width: 100%;
	border-radius: 25px; 
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;	
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#tt_cat_featured .content .more:hover i{
	background: var(--secondary-bg-color);
	color:var(--primary-text-color);
}	
#tt_cat_featured .ttcat-content .cat-infor .title {
    margin: 0;
}
#tt_cat_featured .content .title{
	float:left;
	width:100%;
}
#tt_cat_featured .content .title a {
	color: var(--header-menu-text-color);
	font: 700 20px/26px var(--primary-font);
	float: left;
	width: 100%;
	margin: 10px 0 2px;
	transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
#tt_cat_featured .content li a {
    color: var(--body-text-color);
    float: left;
    font: 400 13px/22px var(--secondary-font);
    position: relative;
	transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
#tt_cat_featured .content li a:hover{
	color:var(--secondary-bg-color);
}
#tt_cat_featured .content li a::before {
	background: #666 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: auto;
	margin: auto;
	position: absolute;
	right: -7px;
	top: 0;
	width: 5px;
}
#tt_cat_featured .content li:nth-last-child(1) a::before {
    display:none; 
}
#tt_cat_featured .cat-img{
	mask-image: url(../../../../assets/img/category-bg.png);
	-webkit-mask-image: url(../../../../assets/img/category-bg.png);
	background-color: #f5e7ce;
	height: 192px;
	width: 180px;
	display: flex;
	align-items: center;
	margin:auto;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
#tt_cat_featured .owl-item:nth-child(3n+2) .cat-img{
    background: #ffd8d6;
}
#tt_cat_featured .owl-item:nth-child(3n+3) .cat-img{
    background: #dae4f6;
}
#tt_cat_featured .item{
	padding:0 15px;
}
#tt_cat_featured .content,
#tt_cat_featured .item{
	float: none;
	width: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#tt_cat_featured .content{
	padding:0 0 20px;
}
#tt_category_feature #tt_cat_featured .item .content .ttcat-content {
	text-align: center;
	float: left;
	width: 100%;
}
#tt_cat_featured .content:hover .title a {
    color: var(--secondary-bg-color);
}
@media (max-width: 1300px) {
	.tt_category_feature {
	}
}
@media (max-width: 1199px) {
	.tt_category_feature {
		margin:70px 0 50px;
	}
	#tt_category_feature .tt-titletab .sub-title{
		font-size:24px;
		line-height:28px;
	}
	#tt_cat_featured .content .title a{
		font-size:18px;
		line-height:22px;
	}
	#tt_cat_featured .content .title .act-desc{
		margin:5px 0 0;
	}
	.ttadvancesearch .ttattrsearch-wrapper .col-lg-9{
		padding:0;
	}
}
@media (max-width: 991px) {
	#tt_category_feature .tt-titletab .sub-title{
		font-size:22px;
		line-height:24px;
	}
	#tt_cat_featured .content .more a {
		height: 35px;
		width: 35px;
	}
	#tt_cat_featured .content .more i {
		padding: 3px;
	}
	.tt_category_feature{
		margin:80px 0 50px;
	}
	.ttadvancesearch .ttattrsearch-wrapper .col-lg-9{
		padding:0 15px 0 0;
		margin:0 0 14px;
	}
}
@media(max-width: 767px){
	.ttadvancesearch .ttattrsearch-wrapper .col-lg-9{
		margin:0 0 8px;
	}
}
@media (max-width: 543px) {
	.tt_category_feature {
		margin:30px 0;
	}
	#tt_cat_featured .content .title a{
		font-size:16px;
		line-height:20px;
	}
}
@media(max-width:480px){
	#tt_cat_featured .content li{
		display:none;
	}
	#tt_cat_featured .cat-img{
		height:130px;
		width:120px;
	}
}