/* TB-Category feature CSS Start */
#TB-category-featured {
	margin: -300px 0 100px 0;
	padding: 300px 0 60px;
	background-image: url('../images/categories-features-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#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:hover .caption .tb-content{
	padding: 100px 0 0 0;
} */
#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 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #caab99;
	z-index: -1;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

#TB-category-featured .tb-category-featured-carousel .item .content:hover .image a::before {
	top: 30%;
	width: 140px;
	height: 140px;
}

#TB-category-featured .tb-category-featured-carousel .item .image a img {
	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 a img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}

/* #TB-category-featured .tb-category-featured-carousel .item:hover .image a img{
	transform: scale(0.95);
} */
#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: #111;
	font: 500 14px/24px "Roboto", 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: #f53d61;
}

#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: #111;
	font: 400 22px/24px "Aclonica", Helvetica, sans-serif;
	letter-spacing: 0.1px;
	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;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title p {
	color: #111;
	font: 400 16px/18px 'Roboto', helvetica, sans-serif;
	padding: 0 0 6px;
	margin: 0;
	display: inline-block;
	position: relative;
}

#TB-category-featured .tb-category-featured-carousel .caption .cat-title p::before {
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 1px;
	background: #111;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

#TB-category-featured .tb-category-featured-carousel .tb_cat_content:hover .caption .cat-title p::before {
	width: 100%;
}

#TB-category-featured .tb_cat_content .image {
	margin: 0 0 20px;
}

#TB-category-featured .tb-category-featured-carousel .tb_cat_content:hover .caption .cat-title h4 a {
	color: #f53d61;
}

#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: #111;
	color: #fff;
}

@media (max-width: 1299px) {
	#TB-category-featured {
		margin: -240px 0 80px 0;
		padding: 240px 0 40px;
	}
}

@media (max-width: 1199px) {
	#TB-category-featured {
		margin: 0 0 60px 0;
	}

	#TB-category-featured {
		margin: -200px 0 60px 0;
		padding: 220px 0 40px
	}

	#TB-category-featured .tb-category-featured-carousel .item .content:hover .image a::before {
		top: 35%;
	}
}

@media (max-width: 991px) {
	#TB-category-featured {
		margin: -150px 0 40px 0;
		padding: 150px 0 20px;
	}
}

@media (max-width: 767px) {
	#TB-category-featured {
		margin: -210px 0 40px 0;
		padding: 210px 0 20px;
	}

	#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;
	}
}

@media (max-width: 575px) {
	#TB-category-featured {
		margin: -180px 0 40px 0;
		padding: 180px 0 20px;
	}
}

@media (max-width: 480px) {
	#TB-category-featured {
		margin: 0 0 20px 0;
	}

	#TB-category-featured {
		margin: -140px 0 20px 0;
		padding: 120px 0 20px;
	}
}

/* TB-Category feature CSS End */