#cat_feature {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 80px 0;
}
.tt_category_featured .ttfcat-items {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
}
.tt_category_featured .category-feature.tt-carousel {
  margin-bottom: 0;
  width: auto;
  clear: both;
}
.tt_category_featured .category-feature .ttcmsoffer-tag {
    padding: 0;
    position: absolute;
    top: 0;
    border: 2px dotted #ee2d7a;
    border-radius: 50px;
    font: 400 18px/20px "Raleway", Helvetica, sans-serif;
    text-transform: capitalize;
    bottom: auto;
    left: auto;
    right: 70px;
    z-index: 1;
    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: 80px;
    height: 80px;
	 transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}
.tt_category_featured .category-feature .content:hover .ttcmsoffer-tag{
	 transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.tt_category_featured .category-feature .ttcmsoffer-tag .ttcmsoffer-subteg {
    color: #fff;
    line-height: 70px;
    border: 2px solid #fff;
    height: 75px;
    width: 75px;
    border-radius: 50px;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #ee2d7a;
}
.tt_category_featured .item {
	float: left;
	width: 100%;
	cursor: pointer;
}
.tt_category_featured .box-heading h3::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.tt_category_featured .content {
	float: left;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.tt_category_featured .image {
    float: left;
	width: 100%;
	text-align: center;
}
.tt_category_featured .image > a {
	display: block;
	overflow: hidden;
	position: relative;
}
.tt_category_featured .image a img {
	max-width: 100%;
	margin: 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;
	position:relative;
}
.tt_category_featured .image:hover a img{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
.tt_category_featured .image a::after {
	width: 280px;
	height: 280px;
	background: #f5f1e6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	border-radius: 50%;
	margin: 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;
}
.tt_category_featured .image:hover a::after {
	bottom: -37%;
}
.tt_category_featured .caption {
	float: left;
	text-align: center;
	width: 100%;
	padding: 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_featured .caption .tt_content {
	float: left;
	width: 100%;
}
.tt_category_featured .caption .tt_content .cat-title {
	float: left;
	width: 100%;
}
.tt_category_featured .caption .tt_content .cat-title .ttsub-title {
	color: #ee2d7a;
	float: left;
	font: 400 50px/52px 'Sacramento', cursive, sans-serif;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
	margin: 0;
}
.tt_category_featured .cat-title > h4 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 100%;
}
#cat_feature .owl-nav {
	display: none;
}
.tt_category_featured .cat-title a {
	color: #111;
	font: 400 24px/26px "Oswald", Helvetica, sans-serif;
	white-space: wrap;
	float: left;
	width: 100%;
	margin: 30px 0 10px;
	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_featured .caption .cat-sub {
  float: left;
  width: 100%;
}
.tt_category_featured .caption .cat-sub ul {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: auto;
	z-index: 1;
	list-style: none;
}
.tt_category_featured .cat-sub ul li {
	float: none;
	margin: 0 18px 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.tt_category_featured .caption .cat-sub ul li a {
	background: none;
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #777;
	font: 400 14px/24px "Raleway", Helvetica, sans-serif;
	padding: 0;
	position: relative;
	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_featured .caption .cat-sub ul li a:hover{
	color: #111;
}
option{
    min-height: 21.2em !important;
	line-height:200% !important;
}
.tt_category_featured .caption .cat-sub ul li a::after {
	content: ".";
	font-size: 26px;
	left: auto;
	position: absolute;
	right: -20px;
	top: -4px;
	bottom: 0;
	font-weight: 600;
	width: 18px;
	line-height: 20px;
}
.tt_category_featured .caption .cat-sub ul li:last-child a::after {
	display:none;
}
.tt_category_featured .caption .cat-sub ul li:nth-child(3) a::after {
	display:none;
}
.tt_category_featured .cat-sub li.more {
	margin: 24px 0 0;
	width: 100%;
	display: none;
}
.tt_category_featured .caption .cat-sub li.more span {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	float: none;
	width: auto;
	background: #ee2d7a;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	color: #111;
	padding: 10px 20px;
	position: relative;
	-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;
	transition: all 400ms ease-in-out 0s;
}
.tt_category_featured .caption .cat-sub li.more span:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #111111;
}
.tt_category_featured .caption .cat-sub li.more span a{
	color: #000;
}
.tt_category_featured .caption .cat-sub li.more span:hover, .tt_category_featured .caption .cat-sub li a:hover::before {
	background: #fff;
}
.tt_category_featured:hover .customNavigation a.prev::before, .tt_category_featured:hover .customNavigation a.next::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.tt_category_featured .customNavigation a.prev:hover::before, .tt_category_featured .customNavigation a.next:hover::before {
	color: #fff;
}
@media (max-width: 1199px) {
	.tt_category_featured .cat-title a{
		font-size: 28px;
		line-height: 36px;
	}
	.tt_category_featured .caption .tt_content .cat-title .ttsub-title{
		font-size: 42px;
		line-height: 46px;
	}
	.tt_category_featured .caption .cat-sub ul li a{
		font-size:13px;
	}
	#cat_feature{
		margin: 0 0 50px 0;
	}
}
@media (min-width: 768px) {
	.tt_category_featured .category-feature.tt-carousel .owl-wrapper .owl-item {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
	}
}
@media (max-width: 767px) {
	.tt_category_featured .act-desc {
		font-size: 14px;
	}
	.tt_category_featured .image:hover a img{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
	.tt_category_featured .category-feature .ttcmsoffer-tag{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
	.tt_category_featured .image:hover a::after {
		bottom: 0;
	}
	.tt_category_featured .item {
		margin-bottom: 0;
	}
	#cat_feature{
		margin: 0 0 40px 0;
	}
	.tt_category_featured .image a::after{
		width:200px;
		height: 200px;
	}
	.tt_category_featured .image:hover a::after{
		top: 0;
	}
	.tt_category_featured .category-feature.tt-carousel .owl-item {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		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_featured .category-feature.tt-carousel .owl-item.center {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	.category-feature.tt-carousel .owl-item.active .item .content .caption {
		opacity: 0.6;
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		-webkit-opacity: 0.6;
	}
	.tt_category_featured .caption .tt_content .cat-title .ttsub-title {
		font-size: 34px;
		line-height: 36px;
	}
	.tt_category_featured .cat-title a {
		font-size: 16px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.tt_category_featured .caption .cat-sub li.more span {
		padding: 7px 20px;
		font-size: 12px;
	}
}
@media (max-width: 480px) {
.tt_category_featured .caption .cat-sub li a,
.tt_category_featured .cat-sub li.more span {
	font-size: 12px;
}
#cat_feature{
	margin: 0 0 30px 0;
}
.tt_category_featured .category-feature .ttcmsoffer-tag{
	right: 10px;
}
.tt_category_featured .item {
	margin: 0;
}
.tt_category_featured .cat-title a {
	font-size: 18px;
}
.tt_category_featured .caption .cat-sub ul li a {
	font-size: 13px;
}
}
