/* TB-Category feature CSS Start */
#TB-category-featured {
	margin: 0 0 100px 0;
}

#TB-category-featured .tb-category-featured-carousel {
	text-align: center;
}

#TB-category-featured .tb-category-featured-carousel .item .caption .tb-content {
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

#TB-category-featured .tb-category-featured-carousel .item .caption .tb-content .tb-sub-cat {
	display: none;
}

#TB-category-featured .tb-category-featured-carousel .item .image a {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

#TB-category-featured .tb-category-featured-carousel .item .image {
	padding: 15px 0 0;
	margin: 0 0 20px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

#TB-category-featured .tb-category-featured-carousel .item .content:hover .image {
	margin: -15px 0 35px;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul {
	padding: 0;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li a {
	background: none;
	padding: 0;
	border: none;
	color: #333;
	font: 500 14px/24px 'Rubik', Helvetica, sans-serif;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	padding: 5px 0;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li a:hover {
	color: #e9c3e6;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li {
	list-style: none;
}

/* #TB-category-featured .tbfcat-items .item:hover .caption {
    height: 96%;
} */
#TB-category-featured .tbfcat-items .content .tb_cat_content {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 {
	margin: 0;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
	color: #333;
	font: 400 24px/26px 'Itim', cursive;
	letter-spacing: 0;
	text-align: center;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	width: 100%;
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title p {
	color: #333;
	font: 400 16px/18px 'Rubik', Helvetica, sans-serif;
	padding: 0 0 6px;
	margin: 0;
	display: none;
	position: relative;
}

#TB-category-featured .tb-category-featured-carousel .tb_cat_content:hover .caption .cat-title h4 a {
	color: #e9c3e6;
}

#TB-category-featured .tb-category-featured-carousel .owl-item {
	padding: 0 15px;
}

#TB-category-featured .tb-category-featured-carousel .owl-nav {
	display: none !important;
}

/* #TB-category-featured .tb-category-featured-carousel .owl-item .item{
	margin: 0 0 30px 0;
} */
#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li.viewall .tb-view-all .categories {
	display: inline-block;
}

#TB-category-featured .tb-category-featured-carousel .caption .tb-sub-cat ul li.viewall .tb-view-all .categories a {
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 16px;
	padding: 14px 30px;
	position: relative;
	background: #333;
	color: #fff;
}

@media (max-width: 1299px) {
	#TB-category-featured {
		margin: 0 0 80px 0;
	}

	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width: 1199px) {
	#TB-category-featured {
		margin: 0 0 60px 0;
	}

	#TB-category-featured .tb-category-featured-carousel .item .content:hover .image a::before {
		top: 35%;
	}
}

@media (max-width: 991px) {
	#TB-category-featured {
		margin: 0 0 40px 0;
	}
}

@media (max-width: 767px) {

	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
		font-size: 20px;
		line-height: 22px;
	}

	#TB-category-featured .tb-category-featured-carousel .caption {
		height: 50px;
	}

	#TB-category-featured .tbfcat-items .content .tb_cat_content {
		display: inline-block;
		vertical-align: top;
	}

	#TB-category-featured .tb-category-featured-carousel .caption {
		height: auto;
	}

	#TB-category-featured .tbfcat-items .item:hover .caption {
		height: auto;
	}

	#TB-category-featured .tb-category-featured-carousel .item:hover .caption .tb-content {
		padding: 0;
	}

	#TB-category-featured .tb-category-featured-carousel .item .image,
	#TB-category-featured .tb-category-featured-carousel .item .content:hover .image {
		padding: 0;
		margin: 0 0 10px;
	}
}

@media (max-width: 480px) {
	#TB-category-featured {
		margin: 0 0 20px 0;
	}
}

/* TB-Category feature CSS End */