.tt_category_feature {
    margin: 0 0 40px;
    position: relative;
}
.tt_category_feature > .title {
  float: left;
  width: 100%;	
}
.tt_category_feature .category_feature {
	float: left;
	width: 100%;
	background:#fff;
	padding:30px 15px;
	-webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
	-moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
	-ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
	-o-box-shadow: 1px 2px 3px 0 #e5e5e5;
	box-shadow: 1px 2px 3px 0 #e5e5e5;	
}
#tt_category_feature .title-content {
    display: none;
}
.tt_category_feature .ttfcat-items {
  float: left;
  width: 100%;
}
.tt_category_feature .category-feature.tt-carousel {
  margin-bottom: 0;
  width: auto;
}
.tt_category_feature .box-heading {
  display: none;
}
.tt_category_feature .item {
    float: left;
    width: 100%;
}
.tt_category_feature .content {
    float: left;
    position: relative;
    width: 100%;
    padding:0;
}
.tt_category_feature .cat-img {
    float: none;
    padding: 0;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.tt_category_feature .ttcat-content .sub-cat ul {
    margin: 0;
    padding:0;
}
.tt_category_feature .cat-img > a {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tt_category_feature .ttfeatureright .category-sub{
    position: relative;
	margin:0 0 20px;
} 
.tt_category_feature .ttfeatureright .category-sub:last-child {
    margin: 0;
}
.tt_category_feature .ttfeatureright .sub-cat {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 30px;
    margin: auto 0;
    display: flex;
    align-items: center;
}
.tt_category_feature .cat-img > a::after{
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.tt_category_feature .content .ttfeatureright .subcat-img:hover a img {
    transform: scale(1.1);
}
.tt_category_feature .ttfeatureright .category-sub:hover a img {
    transform: scale(1.1);
}
.tt_category_feature .cat-img a img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.tt_category_feature .ttfeatureright {
    position: relative;
	padding:0 15px;
}
.tt_category_feature .ttcat-content .sub-cat .owl-carousel li:nth-child(3) {
    margin: 0;
}
.tt_category_feature .ttcat-content .sub-cat li:last-child {
    margin:0;
}
.tt_category_feature .ttfeatureright .sub-cat li.sub-category.odd {
    float: right;
}
.tt_category_feature .ttfeatureright > .subcat-img span.title {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 30px;
    right: auto;
    float: left;
    z-index: 1;
	font:500 16px/18px var(--primary-font);
    width: 38%;
    text-align: left;    
}
.tt_category_feature .ttfeatureright > .subcat-img span.title a {
	color:#111;
}
.tt_category_feature .ttfeatureright .category-sub span.title {
    position: absolute;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    top: auto;
    bottom: 5px;
}
.tt_category_feature .ttfeatureright .category-sub span.title a {
    border: medium none;
    color: #111;
    font: 400 13px/15px var(--secondary-font);
    padding: 10px;
    position: relative;
    float: left;
    text-align: center;
    background: #f5f5f5;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
}
.tt_category_feature .ttfeatureright .category-sub span.title a::after {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    height: 100%;
    background: var(--primary-bg-color);
    top: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    z-index: -1;
}
.tt_category_feature .ttfeatureright .category-sub:hover span.title a::after{
    width: 100%;
}
.tt_category_feature .ttfeatureright .category-sub span.title a:hover,
.tt_category_feature .ttfeatureright .category-sub:hover span.title a {
    color: var(--primary-text-color);
}
.tt_category_feature .ttcat-content .sub-cat li .title a:hover, 
.tt_category_feature .sub-cat li.cat-more span a:hover,
.tt_category_feature .cat-img .title a:hover {
    background: #111;
}
.tt_category_feature .ttfeatureright .category-sub .subcat-img {
    padding: 15px 15px 50px 15px;
    overflow: hidden;
    width: auto;
    position: relative;
    background: #fff;
    float: none;
    display: inline-block;
    vertical-align: top;
    box-shadow: 1px 2px 3px 0 #e5e5e5;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -o-box-shadow: 1px 2px 3px 0 #e5e5e5;
}
.tt_category_feature .ttfeatureright .subcat-img a img{
    transition:all 400ms ease-in-out;   
}
.tt_category_feature .ttcat-content .sub-cat li a:hover,
.tt_category_feature .sub-cat li.cat-more span a:hover,
.tt_category_feature .cat-infor .title a:hover{
    color: #fff;
}
.tt_category_feature .sub-cat li.cat-more span a {
    background: #ff7f48;
    border-radius: 25px;
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    -khtml-border-radius: 25px;
    color: #ffffff;
    padding: 7px 20px;
    position: relative;
}
.tt_category_feature .sub-cat li.cat-more span a:hover {
    background: #111;
    color: #fff;
}
.tt_category_feature .sub-cat li.cat-more span a::after {
  font-size: 16px;
  padding: 0 0 0 5px;
  content: "\E315";
  font-family: "Material Icons";
  vertical-align:middle;
}
.tt_category_feature .sub-cat li.cat-more {
  margin: 10px 0 0;
}
.tt_category_feature.customNavigation a.next {
    margin: 0 5px 0 0;
    border-radius: 50px;
    -moz-border-radius: 50px; 
    -webkit-border-radius: 50px; 
    -khtml-border-radius: 50px;
    height: 30px;
    width: 30px;
    padding:0;
    font-size: 0;
    background: transparent url("../img/sprite.png") no-repeat scroll -10px -386px;
}
#tt_cat_featured {
    float: right;
    text-align: center;
    margin: 0 auto;
	padding:0;
}
#tt_cat_featured .act-btn {
    float: left;
    width: 100%;
}
#tt_cat_featured .content:hover .act-btn {
    display: block;
}
#tt_cat_featured .act-btn a {
    padding: 12px 30px;
    background: #fff;
    border-radius: 30px;
    transition: all .3s ease-in-out;
    color: #111;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#tt_cat_featured .act-btn a:hover, #tt_cat_featured .act-btn a:focus {
    color: #fff;
}
#tt_cat_featured .act-btn a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: 0;
    background: #d38656;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -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;
    border-radius: 25px;
}
#tt_cat_featured .act-btn a:hover::before, #tt_cat_featured .act-btn a:focus::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.home-tab-content {
    float: left;
    width: 100%;
}
.product-grid .owl-nav button.owl-prev::before {
    border-top: 1px solid #d6d6d6;
    content: "";
    float: left;
    height: 1px;
    left: -61px;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 60px;
}
.product-grid .owl-nav button.owl-prev::after {
    border-bottom: 1px solid #d6d6d6;
    content: "";
    height: 1px;
    left: -41px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.product-grid .owl-nav button.owl-next::before {
    border-top: 1px solid #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -61px;
    top: 10px;
    width: 60px;
}
.product-grid .owl-nav button.owl-next::after {
    border-bottom: 1px solid #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -41px;
    top: 15px;
    width: 40px;
}
.product-grid .owl-nav button.owl-prev:hover {
    border-color: #191919;
}
.product-grid .owl-nav button.owl-next:hover {
    border-color: #191919;
}
#tt_cat_featured .item{
    padding: 0;
    float: left;
    width: 100%;
}
.tt_category_feature .category_feature .owl-nav {
    top: -69px;
    right: -15px;
}
.tt_category_feature .ttfeatureright .sub-cat .owl-dots {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.tt_category_feature .ttfeatureright .sub-cat .owl-dots .owl-dot {
	height: 6px;
	width: 6px;
	background: #818284 !important;
}
.tt_category_feature .ttfeatureright .sub-cat .owl-dots .owl-dot.active {
	height: 8px;
	width: 8px;
	background: #222 !important;
}
.tt_category_feature .ttfeatureright .subcat-img a {
    display: block;
}
@media (max-width: 1429px) {
.tt_category_feature .ttfeatureright .category-sub {
	margin: 0 0 15px;
}
.tt_category_feature .ttfeatureright .sub-cat {
	width: 50%;
}
.tt_category_feature .ttfeatureright .category-sub .subcat-img {
    padding: 10px 10px 30px 10px;
}
.tt_category_feature .ttfeatureright .category-sub span.title a{
    font-size: 11px;
    line-height: 13px;
    bottom: 5px;
}
}

@media (max-width: 1199px) {
    .tt_category_feature .category_feature #tt_cat_featured {
        float: left;
        width: 62%;
    }
    .tt_category_feature .category_feature .cat_featured_img {
        float: left;
        width: 38%;
    }
    .tt_category_feature .category_feature .cat_featured_img {
        margin: 0 0 15px;
        text-align: center;
    }
    .tt_category_feature .category_feature .owl-nav {
        top: -54px;
    }
    .tt_category_feature .category_feature {
        padding: 20px 5px;
    }
    .tt_category_feature .ttfeatureright .sub-cat {
        width: 40%;
    }
}

@media (max-width:991px) {
    .tt_category_feature .ttfeatureright .sub-cat .owl-dots {
        right: 10px;
    }
    .tt_category_feature .ttfeatureright .sub-cat {
        width: 60%;
        float: right;
    }
    .tt_category_feature .ttfeatureright .category-sub {
        margin: 10px 0 !important;
    }
    .tt_category_feature .category_feature #tt_cat_featured .product-list .owl-item {
        padding: 0 15px;
    }
    .tt_category_feature .category_feature #tt_cat_featured .product-list .sub-cat .owl-item {
        padding: 0 5px;
    }
    .tt_category_feature .ttfeatureright {
        padding: 0;
        float: left;
        width: 100%;
        background: #f5f5f5;
    }
    .tt_category_feature .ttfeatureright > .subcat-img span.title a {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }
    .tt_category_feature .ttfeatureright > .subcat-img span.title{
        left: 20px;
    }
}
@media (max-width:630px) { 
    .tt_category_feature .category_feature .cat_featured_img{
        width: 100%;
        padding: 0;
    }
    .tt_category_feature .category_feature #tt_cat_featured{
        width: 100%;
        padding: 0;
    }    
    .tt_category_feature .category_feature .owl-nav {
        top: unset;
        position: relative;
        margin: 10px 0 0;
        float: left;
        width: 100%;
        left: unset;
        right: unset;
    }    
}
@media (max-width:543px) { 
    .tt_category_feature .category_feature #tt_cat_featured .product-list .owl-item{
        padding: 0;
    }
    .tt_category_feature .category_feature {
        padding: 15px;
    }
    .tt_category_feature .category_feature #tt_cat_featured .owl-item {
        padding: 0;
    }
    .tt_category_feature {
        margin: 0 0 20px;
    } 
    .tt_category_feature .ttfeatureright .sub-cat .owl-dots{
        top: 4px;
    }
}
@media (max-width:480px) { 
    .tt_category_feature .ttfeatureright .sub-cat{
        right: 10px;
    }
    .tt_category_feature .ttfeatureright .category-sub span.title{
        bottom: 0;
    }
    .tt_category_feature .ttfeatureright .category-sub span.title a{
        padding: 4px;
    }
    .tt_category_feature .ttfeatureright .category-sub .subcat-img{
        padding: 10px 10px 20px;
    }
    .tt_category_feature .ttfeatureright .sub-cat .owl-dots{
        display: none;
    }
    .tt_category_feature .ttfeatureright > .subcat-img span.title a{
        font-size: 13px;
    }
    .tt_category_feature .ttfeatureright > .subcat-img span.title{
        left: 10px;
        top: 15px;
    }
}
