.tt_category_feature {
    position: relative;
	padding:0;
	float:left;
	width:100%;
	text-align:center;
	z-index:1;
}
#tt_cat_featured {
	padding: 0 15%;
	float: left;
	width: 100%;
}
@media (max-width: 1200px) {
	.tt_category_feature {
		padding:0 15px;
	}
}
@media (max-width: 991px) {
	.tt_category_feature {
		padding:0 30px;
	}
	#tt_cat_featured {
		padding: 0 80px;
		float: left;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.tt_category_feature {
		padding:0 15px;
		margin: 0;
	}
	#tt_cat_featured {
		padding: 0 50px;
		float: left;
		width: 100%;
	}
}
@media(max-width:543px)
{
	#tt_cat_featured {
		padding: 0;
	}
}
.tt_category_feature .title_tab_hide_show {
    padding: 10px 20px 10px 20px;
    font-family: "philosopher", Helvetica, sans-serif;
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    float: left;
}
.tt_category_feature .list_carousel {
	clear: both;
	padding: 0;
}
.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;
}
.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: "philosopher", Helvetica, sans-serif;
    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 a.next:hover {
    background-position: -69px -386px;
}
.tt_category_feature a.prev:hover {
    background-position: -67px -353px;
}
@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_category_feature .cat-img a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: right;
	border:12px solid #f8f7f5;
}
#tt_category_feature .sub-cat ul {
  float: left;
  margin: 0;
  width: 100%;
  z-index: 1;
}
.tt_category_feature .cat-img a::before {
	border: 10px solid #f5f5f5;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 400ms ease-in-out 0s;
	transition-duration: 0.1s;
	transition-property: border-width;
	transition-timing-function: ease-out;
	z-index: 1;
	display:none;
}
.tt_category_feature .cat-img:hover a::before {
	border: 10px solid rgba(0, 0, 0, 0.2);
}
.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_category_feature .content:hover .cat-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#tt_cat_featured .content .sub-cat ul li a {
    color: #777777;
    font: 400 13px/24px "philosopher", Helvetica, sans-serif;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
#tt_cat_featured .content .sub-cat ul li a:hover {
    color: #000000;
}
#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 {
    color: #ffffff;
    font: 500 22px/30px "philosopher", Helvetica, sans-serif;
    margin: 0 0 5px;
    text-transform: capitalize;
}
#tt_cat_featured .content .title a {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
}
#tt_cat_featured .content .sub-cat {
	float: left;
	width: 100%;
	display: none;
}
#tt_cat_featured .content {
    /*border: 1px solid #ededed;*/
    float: left;
    width: auto;
    overflow: hidden;
	position: relative;
}
#tt_cat_featured .item {
    padding:0;
    float: left;
    width: auto;
	text-align: center;
}
#tt_cat_featured .tt_cat_content {
	position: relative;
	width: 100%;
	height: 100%;
}
.tt_category_feature .content .ttcatfeature-anim1::after,.tt_category_feature .content .ttcatfeature-anim1::after {
    width: 15px;
    background: #e1e0dd;
    height: 12px;
    left: 50%;
    bottom: 0;
    content: '';
    position: absolute;
	z-index:1;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
}
.tt_category_feature .content .ttcatfeature-anim1::before,.tt_category_feature .content .ttcatfeature-anim1::before {
   width: 15px;
    background: #e1e0dd;
    height: 12px;
    right: 50%;
    bottom: 0;
    content: '';
    position: absolute;
	z-index:1;
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
}
.tt_category_feature .content:hover .ttcatfeature-anim1::before,.tt_category_feature .content:hover .ttcatfeature-anim1::before,.tt_category_feature .content:hover .ttcatfeature-anim1::after,.tt_category_feature .content:hover .ttcatfeature-anim1::after {
	-webkit-animation-name: bottom-lines-animation;
    animation-name: bottom-lines-animation;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
#tt_cat_featured .content .cat-img {
    padding: 0;
	float: none;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	position:relative;
	height:100%;
}
.tt_category_feature .content .cat-img::after{
	width: 0;
    background: #e1e0dd;
    height: 12px;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
	z-index:1;
}
.tt_category_feature .content .cat-img::before{
	width: 0;
    background: #e1e0dd;
    height: 12px;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
	z-index:1;
}
.tt_category_feature .content:hover .cat-img::after{
	 -webkit-animation-name: top-lines-animation;
    animation-name: top-lines-animation;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
.tt_category_feature .content:hover .cat-img::before{
	 -webkit-animation-name: top-lines-animation;
    animation-name: top-lines-animation;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.tt_category_feature .content .ttcatfeature-anim1 {
    float: left;
    width: 100%;
	height:100%;
	position:relative;
}
.tt_category_feature .content:hover .ttcatfeature-anim1 {
    background: rgba(0,0,0,0.6);
}
.tt_category_feature .content .ttcatfeature-anim1 .ttcatfeature-subanim {
	float: left;
    width: 100%;
	height:100%;
	position:relative;
}
.tt_category_feature .content .ttcatfeature-anim1 .ttcatfeature-subanim::after{
	width: 12px;
    background: #e1e0dd;
    height: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
	z-index:1;
}
.tt_category_feature .content .ttcatfeature-anim1 .ttcatfeature-subanim::before{
	width: 12px;
    background: #e1e0dd;
    height: 0;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
	z-index:1;	
}
.tt_category_feature .content:hover .ttcatfeature-anim1 .ttcatfeature-subanim::before{
	-webkit-animation-name: side-lines-animation;
    animation-name: side-lines-animation;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
.tt_category_feature .content:hover .ttcatfeature-anim1 .ttcatfeature-subanim::after{
	-webkit-animation-name: side-lines-animation;
    animation-name: side-lines-animation;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

@media(max-width:1199px){
#tt_cat_featured .item {
    width: auto;
}

}
#tt_category_feature #tt_cat_featured .item .content .ttcat-content {
    padding: 0;
}
@media(max-width:991px){
#tt_cat_featured .item {
	padding:0;
	float: left;
	width:auto;
	text-align: center;
}
}
@media(max-width:543px){
#tt_cat_featured .item {
	padding: 0;
}
}

#tt_category_feature .owl-buttons {
    top: 0;
}
#tt_cat_featured .content .btn-shopnow {
  bottom: auto;
  color: #ffffff;
  font-family: "philosopher",Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 9;
}
#tt_cat_featured .content .btn-shopnow:hover{
	color:#ffbe00;
}
@media(max-width:543px){
#tt_cat_featured .content .btn-shopnow{
    font-size:14px;
}
#tt_cat_featured .item {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
  width: auto;
}
.tt_category_feature .container
{
box-shadow:none;
}
}
#tt_cat_featured .content .btn-shopnow::before {
	border-top: 1px solid rgba(255,255,255,0.5);
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
	width: 30px;
	z-index: 9;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

@media(max-width:1200px){
	#tt_cat_featured .cat-img {
	  width:100%;
	  float:left;
	}

}
@media(max-width:991px){
#tt_cat_featured .cat-img {
	float: none;
	width: auto;
	vertical-align: top;
	display: inline-block;
}
}
#tt_category_feature .customNavigation {
	display: none;
}
@keyframes bottom-lines-animation {
    0% {
        width: 26px
    }
    100% {
        width: 50%
    }
}

@-webkit-keyframes bottom-lines-animation {
    0% {
        width: 26px
    }
    100% {
        width: 50%
    }
}

@keyframes side-lines-animation {
    0% {
        height: 0
    }
    100% {
        height: 100%
    }
}

@-webkit-keyframes side-lines-animation {
    0% {
        height: 0
    }
    100% {
        height: 100%
    }
}

@keyframes top-lines-animation {
    0% {
        width: 0
    }
    100% {
        width: 50%
    }
}

@-webkit-keyframes top-lines-animation {
    0% {
        width: 0
    }
    100% {
        width: 50%
    }
}
