.tt_category_feature {
    float: left;
    vertical-align: top;
    position: relative;
	margin: 0 0 100px;
	width:100%;
}
.tt_category_feature .list_carousel {
    position: relative;
}
#tt_category_feature .tt-title{
    margin-bottom: 30px;
}
#tt_category_feature .ttcat-content .sub-cat ul{
    padding:0;
    text-align: center;
	margin: 0;
    float: left;
    width: 100%;
}
.owl-carousel.owl-drag .owl-item:nth-child(1) .ttcat-content {
    background: #9ecbdd;/*#ff9fac ; marron : e5c7adcc ; bleu : 9ecbdd ; vert : b0d5a8 */
}
.owl-carousel.owl-drag .owl-item:nth-child(2) .ttcat-content {
    background: #e5c7adcc;
}
.owl-carousel.owl-drag .owl-item:nth-child(3) .ttcat-content {
    background: #b0d5a8;
}
.owl-carousel.owl-drag .owl-item:nth-child(4) .ttcat-content {
    background: #f4909d;
}
.tt_category_feature .title_tab_hide_show {
    padding: 10px 20px 10px 20px;
    font-family: 'Poppins';
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    background: #05a75c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    text-transform: uppercase;
    float: left;
}
.tt_category_feature .tt_cat_content {
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	float: left;
	overflow: hidden;
	width: 100%;
}
.tt_category_feature .list_carousel {
    clear: both;
}
.tt_category_feature ul.product-list li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    position: relative;
    height: auto;
    width: 240px;
    text-align: center;
    position: relative;
}
.tt_category_feature ul.product-list li ul li {
    float: left;
    margin-left: 0;
    margin: 5px 0;
    position: relative;
    height: auto;
    width: auto;
    text-align: left;
    clear: both;
}
.tt_category_feature ul.product-list li .cat-img {
    line-height: 8px;
    border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.tt_category_feature ul.product-list li .title {
    margin: 0;
    padding: 10px 0;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.tt_category_feature ul.product-list li .title a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.tt_category_feature ul.product-list li .title a img {
    border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.tt_category_feature .cat-img a {
    display: inline-block;
    float: none;
    vertical-align: top;
    position: relative;
    width: auto;
}
.tt_category_feature .cat-img a img {
    display: block;
    width: 100%;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#tt_cat_featured .content .sub-cat ul li a {
    text-transform: capitalize;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family:'Roboto', sans-serif;
    text-align: center;
    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;	
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
#tt_cat_featured .content .sub-cat ul li > a {
	padding: 5px 0;
    margin: 0 0 5px;
}
#tt_cat_featured .content .sub-cat ul li > a::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_cat_featured .content .sub-cat ul li > a:hover::after {
    width: 100%;
}
#tt_category_feature .wt-block-title h3 {
    font-size: 24px;
    color: #000;
    border-bottom: 3px solid #f12a43;
    padding-bottom: 7px;
    float: left;
    margin-bottom: 15px;
}
#tt_cat_featured .content .title a {
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-transform: capitalize;
	white-space: nowrap;
	width: 100%;
    font-size: 28px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family:'Baloo 2', cursive;
    text-align: center;
    font-weight: 700;
}
#tt_category_feature .content .cat-infor .title{
	color: #111;
	font-weight: normal;
    text-align: center;
	overflow: hidden;
	padding:0 15px 17px;
	position: relative;
	text-overflow: ellipsis;
    margin-bottom: 13px;
}
#tt_category_feature .cat-infor .title::after{
    bottom: 0;
    content: "";
    height: 7px;
    border-top: 6px dotted white;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 34px;
}
#tt_cat_featured .content {
    float: left;
    width: 100%;
    overflow: hidden;
}
#tt_cat_featured .item {
    float: left;
    width: 100%;
}
#tt_category_feature #tt_cat_featured .item .content .ttcat-content {
	padding: 0 10px 25px;
    padding-top: 165px;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	float: left;
    width: 100%;
}
#tt_cat_featured .cat-img {
    padding: 0;
    margin-bottom: -132px;
    text-align: center;
}
.tt_category_feature .content .sub-cat .cat-more-menu{
	cursor: pointer;
	float:none;
	width:auto;
	display:inline-block;
	vertical-align:top;
	margin: 20px 0 0;
	position:relative;
}
#tt_cat_featured .cat-more {
    float: left;
    width: 100%;
	position:relative;
	margin-top: 10px;
}
#tt_cat_featured .cat-more:after {
    position: absolute;
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
	right:0;
	bottom:auto;
	margin:0 auto;
}
#tt_cat_featured .cat-more .cat-more-menu .categories a::before{
	display:none;
}
.tt_category_feature .content .sub-cat .cat-more-menu::before {
    content: "\E5CC";
	font-family: "Material Icons";
	font-size: 16px;
	line-height: 16px;
	float: right;
	color: #fff;
}
.tt_category_feature .content .sub-cat .cat-more-menu::after {
	content:"";
	background:#fff;
	height:1px;
	width:0;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:auto;
	bottom:0;
    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_feature .content .sub-cat .cat-more-menu:hover::after {
	width: 100%;
}
@media(max-width:1250px) {
    #tt_cat_featured .content .title a{
        font-size: 21px;
    }
    .tt_category_feature .cat-img a img {
        width: 85%;
        margin: 0 auto;
    }
}
@media(max-width:1199px) {
	.tt_category_feature{
		width:100%;
	}
}
@media(max-width:991px){
    #tt_category_feature .tt-title {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tt_category_feature .caroufredsel_wrapper {
        height: 250px !important;
    }
}
@media (max-width: 767px) {
    .tt_category_feature .title_tab_hide_show {
        float: left;
    }
    #tt_cat_featured .content .sub-cat ul li a {
        font-size: 13px;
    }
	#tt_cat_featured .item {
		border:none;
	}
    .tt_category_feature{
        margin: 0 0 50px;
    }
	.tt_category_feature .cat-img a img {
		width: 65%;
	}
	#tt_cat_featured .cat-img {
		margin-bottom: -82px;
	}
	/*#tt_category_feature #tt_cat_featured .item .content .ttcat-content {
	    padding-top: 115px;
	}*/
}
@media (max-width:543px) {
    .tt_category_feature {
        margin:0 0 30px;
    }
    .tt_category_feature .customNavigation a.prev, 
    .tt_category_feature .customNavigation a.next{
        position: relative;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .tt_category_feature .customNavigation a.prev{
        left: 0;
    }
    .tt_category_feature .customNavigation a.next{
        right: 0;
    }
    .tt_category_feature .customNavigation a.prev, .tt_category_feature .customNavigation a.next {
        position: static;
        float: none;
        bottom: 0;
        display: inline-block;
        text-align: center;
    }
	#tt_cat_featured .item {
		padding:0;
	}
}