.tt_category_feature {
	background: #222222;
	float: left;
	width: 100%;
	position: relative;
}
@media (max-width: 543px) {
	.tt_category_feature {
		margin: 0 0 15px;
	}
}
.tt_category_feature .title_tab_hide_show {
    padding: 10px 20px 10px 20px;
    font-family: 'Poppins Condensed';
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    background: #05a75c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    float: left;
}
.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;
}
.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 Condensed';
    text-transform: uppercase;
}
.tt_category_feature ul.product-list li .title a img {
    border-radius: 5px;
}
@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 .sub-cat ul {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.tt_category_feature .cat-img {
  float: left;
  position: relative;
  width: 100%;
}
.tt_category_feature .content .cat-img a img {
    width: 100%;
	max-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;
	transform: scale(1);
}
.tt_category_feature .content:hover .cat-img a img {
	transform: scale(1.1);
}
#tt_cat_featured .content .sub-cat ul li a {
    color: #e4c00e;
	font: 400 14px/16px "Poppins";
	position: relative;
	text-transform: capitalize;
}
#tt_cat_featured .content .sub-cat ul li a:hover {
    color: #fff;
}
#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: 400 24px/26px "Oswald",Helvetica,sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.tt_category_feature .ttcat-content .cat-infor .act-desc {
  color: #ffffff;
  font: 400 14px/20px "poppins",Helvetica,sans-serif;
  display: none;
}
#tt_cat_featured .content .title a:hover {
    color: #f12a43;
}
#tt_cat_featured .content {
    float: left;
    width: 100%;
    overflow: hidden;
	position: relative;
}
#tt_cat_featured .content .cat-img a {
	position: relative;
	float: left;
	width: 100%;
}
#tt_cat_featured .content .cat-img a::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.6) 90%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 100% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: 1;
}
#tt_cat_featured .content:hover .cat-img a::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
#tt_cat_featured .item {
    padding:15px;
    float: left;
    width: 100%;
}
#tt_category_feature #tt_cat_featured .item .content .ttcat-content {
	float: left;
	width: 100%;
	text-align:center;
}
.tt_category_feature .content .ttcat-content .cat-infor {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	padding: 0 15px;
	top: auto;
	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: 999;
	background: linear-gradient(to bottom, transparent 0px,rgba(0, 0, 0, 0.6) 30%) repeat scroll 0 0;
    height: 100px;
}
.tt_category_feature .content:hover .ttcat-content .cat-infor {
	background: none;
    height: 35%;
}
#tt_category_feature .owl-buttons {
    top:5px;
}
@media(max-width:1200px){
	#tt_cat_featured .cat-img {
	  float: none;
	  display: inline-block;
	  vertical-align: top;
	}
}
@media(max-width:1199px){
	#tt_cat_featured .content .title a {
		font-size:20px;
		line-height: 22px;
	}
}
@media(max-width:767px){
	.tt_category_feature .content .ttcat-content .cat-infor {
		padding: 0 15px;
		height: 45%;
	}
	.tt_category_feature .content:hover .ttcat-content .cat-infor {
		height: 45%;
	}
	#tt_category_feature #tt_cat_featured .item .content .ttcat-content{
		width:100%;
	}
	#tt_cat_featured .content .cat-img a::before {
	  transform: scaleY(1);
	}
}

/*START FEARURE CATEGORIES*/
.tt_category_feature .tt-title {
  display: none;
}
#tt_category_feature .desc {
  color: #777777;
  font: 400 14px/16px "Roboto",Helvetica,sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  float: left;
  width: 100%;
  display: none;
}
#tt_cat_featured .ttcat-content .sub-cat {
	float: left;
	width: 100%;
	margin:0 0 20px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
#tt_cat_featured .content:hover .ttcat-content .sub-cat {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
#tt_cat_featured .item {
  padding: 0;
}
#top_column {
  text-align: center;
}
.tt_category_feature .item .ttcat-content .title {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 45px 0 0;
}
.tt_category_feature .content .cat-infor .cat-button {
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
	float: none;
	width: auto;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display:inline-block;
	vertical-align:top;
}
.tt_category_feature .content:hover .cat-infor .cat-button {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1;
}
.tt_category_feature .content .cat-infor .cat-button a {
	color: #000 !important;
	font: 400 14px/24px "Oswald", Helvetica, sans-serif;
	text-transform: uppercase;
	background: #ffa21c;
	background: -moz-linear-gradient(to bottom, #ffce26 0%, #ffa21c 100%);
	background: -webkit-linear-gradient(to bottom, #ffce26 0%, #ffa21c 100%);
	background: linear-gradient(to bottom, #ffce26 0%, #ffa21c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce26', endColorstr='#ffa21c',GradientType=1 );
	padding: 8px 20px;
	float:none;
	width:auto;
	display:inline-block;
	vertical-align:top;
}
.tt_category_feature .content .cat-infor .cat-button:hover a {
  background: #c52019; 
  background: -moz-linear-gradient(to bottom, #e92e25 0%, #c52019 100%); 
  background: -webkit-linear-gradient(to bottom, #e92e25 0%, #c52019 100%); 
  background: linear-gradient(to bottom, #e92e25 0%, #c52019 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e25', endColorstr='#c52019',GradientType=1 );
}
.tt_category_feature .content .cat-infor .cat-button:hover a {
	color: #fff !important;
}
#tt_cat_featured .owl-buttons {
  margin: 10px 0 20px;
}
@media (max-width: 1600px) {
	.tt_category_feature .content:hover .ttcat-content .cat-infor {
		height: 40%;
	}
}
@media (max-width: 1400px) {
	.tt_category_feature .content:hover .ttcat-content .cat-infor {
		height: 50%;
	}
}
@media (max-width: 1200px) {
	#tt_category_feature .tt-title {
	  margin: 20px 0 0;
	  padding: 0 0 5px;
	}
}
@media (max-width: 1199px) {
	.tt_category_feature .content:hover .ttcat-content .cat-infor {
		height: 45%;
	}
}
@media (max-width: 991px) {
.inner-container.tt_category_feature{
	  box-shadow:none;
}
}

@media (max-width: 767px) {
	#tt_category_feature .tt-title {
	  font-size:34px!important;
	}
	#tt_cat_featured .ttcat-content .sub-cat {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		margin:0 0 15px;
	}
	.tt_category_feature .content .cat-infor .cat-button {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.tt_category_feature .item .ttcat-content .title {
	  margin: 0 0 15px;
	  padding:0;
	}
}
@media (max-width: 543px){
#tt_category_feature .tt-title {
  font-size: 20px !important;
  letter-spacing: 0;
}
#tt_category_feature .tt-title::after {
  left: 36%;
}
#tt_category_feature .sub-title {
  font: oblique 400 12px "Poppins",Helvetica,sans-serif;
}
}
/*END FEARURE CATEGORIES*/
.tt_category_feature .product-list.row.owl-carousel.owl-theme {
  margin: 0;
}
@media (max-width: 767px) {
.tt_category_feature .product-list.row.owl-carousel.owl-theme {
  margin: 0;
}
}
.ttcat-content .sub-cat li {
  display: inline-block;
  position: relative;
  margin: 0;
}
.sub-cat li a::after {
  color: #e4c00e;
  content: "/";
  font-size: 12px;
  padding: 0 5px;
}
.sub-cat li:last-child a::after {
  content: "";
}