
#tt_category_feature {
    margin: 30px 0 80px 0px;
    float: left;
    width: 100%;
	padding:0;
	cursor:pointer;
}
#tt_category_feature .customNavigation{
display:none;
}
#ttcategorytabs .categoryimage .category_img {
    max-width: 100%;
}
#ttcategorytabs .tab-content .tab-pane {
    padding: 0px;
    border: none;
    background: none;
}
#ttcategorytabs .tab-content .products {
    position: relative;
    margin-bottom: 0;
	margin-top:20px;
}
.ttcategory_feature .short-desc {
    display: none;
}
#tt_cat_featured .content {
	position:relative;
	overflow: hidden;
    transition: all 8s cubic-bezier(0,0,.2,1);
    -webkit-transition: all 8s cubic-bezier(0,0,.2,1); 
    -moz-transition: all 8s cubic-bezier(0,0,.2,1);
}
.content:hover .cat-img img {
    transform: scale(1.2);
    overflow: hidden;
    position: relative;
    display: inline-block;
   transition: all 8s cubic-bezier(0,0,.2,1);
   -webkit-transition: all 8s cubic-bezier(0,0,.2,1); 
   -moz-transition: all 8s cubic-bezier(0,0,.2,1);
}
.content .cat-img img{
transition: all 8s cubic-bezier(0,0,.2,1);
    -webkit-transition: all 8s cubic-bezier(0,0,.2,1); 
    -moz-transition: all 8s cubic-bezier(0,0,.2,1);
}
#tt_cat_featured .item {
    float: left;
    width: 100%;
	padding:0 15px;
}
#tt_cat_featured .main-content {
     position: absolute;
    
    top: auto;
    bottom: 25px;
    left: 0;
    width: 70%;
    margin: auto;
    right: 0;
}
#tt_cat_featured .ttcat-content {
    background: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
	z-index: 0;
    position: relative;
    transition: all 400ms ease-in-out 0s;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
#tt_cat_featured .title a {
    color: #4f4038;
    font: 600 14px/22px "Montserrat", sans-serif;
    text-transform: capitalize;
	transition:all 0.5s ease;
}
.ttcategory_feature {
    padding: 0 15px;
}
.content:hover .title a{
color:#fff !important;
}
.content:hover span.product-count{
color:#fff !important;
}
.content:hover .view-more a{
color:#fff !important;
}
#tt_cat_featured span.product-count {
    color: #666;
    font:italic 500 12px/18px 'Poppins', sans-serif;
	transition:all 0.5s ease;
}
.content .ttcat-content::after {
    position: absolute;
    content: '';
    background: #79a03f;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.content:hover .ttcat-content::after {
    webkit-transform: scale(1);
    transform: scale(1);
	color:#fff;
}
#tt_cat_featured  span.product-count::before {
    content: "";
    position: absolute;
    background: #666;
    width: 7px;
    height: 1px;
    top: 22px;
    bottom: 0;
    margin: auto;
    left: 60px;
    right: auto;
	display:none;
}
.tt-titletabcat {
    display: none;
}
 
#tt_cat_featured  span.product-count::after {
    content: "";
    position: absolute;
    background: #666;
    width: 7px;
    height: 1px;
    top: 22px;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 58px;
	display:none;
}

#tt_cat_featured .content:hover span.product-count::after,#tt_cat_featured  .content:hover span.product-count::before{
	background:#fff;
}



@media (max-width: 1199px) and (min-width:992px) {
#tt_cat_featured .title a {
    font-size:14px;
}
   
}

@media (max-width: 991px) {
   
	#tt_category_feature {
    margin: 30px 0 60px 0px;

   }
}
@media (max-width: 767px) {
   
	#tt_category_feature {
    margin: 30px 0 40px 0px;

   }
   
}

@media (max-width: 543px) {
    #ttcategorytabs {
        margin: 0 auto;
    }
	 #ttcategorytabs .customNavigation {
        top: 15px;
    }
	#index #ttcategorytabs .tt-title {
		margin: 0;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	#ttcategorytabs .customNavigation {
		position: static;
		float: none;
		display: inline-block;
		vertical-align:top;
		margin: 20px 0;
	}
	#tt_category_feature {
    margin: 30px 0 30px 0px;

   }
}
@media (max-width: 480px) {
   .ttcategory_feature {
    padding: 0 0;
}
   #tt_cat_featured .main-content{
   bottom: 10px;
   width:80%;
   }
   #tt_cat_featured .ttcat-content{
       padding: 8px 0;
   }
   #tt_cat_featured .title a{
   font-size:12px;
   line-height:16px;
   }
   #tt_cat_featured span.product-count{
   display:none;
   }
}
