/* TB-Category feature CSS Start */
#TB-category-featured {
	margin: 0 0 100px 0;
	position: relative;
}
/* #TB-category-featured::before,
#TB-category-featured::after,
#TB-top-product-tab::before,
#TB-top-product-tab::after {
	content: "";
	position: absolute;
	background-image: url(../images/leaf.png);
	width: 217px;
	height: 236px;
	background-size: contain;
	background-repeat: no-repeat;
}
#TB-category-featured::before,
#TB-top-product-tab::before {
	left: 0;
	top: -120px;
}
#TB-category-featured::after,
#TB-top-product-tab::after {
	right: 0;
	bottom: -60px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
} */

#TB-category-featured .tb-category-featured-carousel {
	text-align: center;
}
#TB-category-featured .tb-category-featured-carousel .caption {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	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: 80%;
	background: #fff;
	margin: -23px auto 0;
	z-index: 1;
	border: 1px solid #111;
}
#TB-category-featured .tb-category-featured-carousel .content:hover .caption,
#TB-category-featured .tb-category-featured-carousel .content:active .caption,
#TB-category-featured .tb-category-featured-carousel .content:focus .caption {
	background: #e68063;
}
#TB-category-featured .tb-category-featured-carousel .item:hover .caption {
	opacity: 1;
}
/*#TB-category-featured .tb-category-featured-carousel .item:hover .caption{
	background: #e68063;
}*/
#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 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:hover .image a img {
	transform: scale(1.05);
}
#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 "Quicksand", 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: #111;
}
#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 {
	border: 2px dashed #989898;
	border-radius: 164px;
	-moz-border-radius: 164px;
	-webkit-border-radius: 164px;
	-khtml-border-radius: 164px;
	padding: 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 .tbfcat-items .item:hover .content .tb_cat {
	border-color: #e68063;
}
#TB-category-featured .tbfcat-items .content {
	display: inline-block;
}
#TB-category-featured .tbfcat-items .content .tb_cat_content {
	position: relative;
	border-radius: 25px;
	border: 1px solid #111;
	overflow: hidden;
}
#TB-category-featured .tbfcat-items .content .tb_cat_content .image {
	overflow: hidden;
	/*margin: 20px 0;*/
	/* padding: 20px; */
	box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 13px;
	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;
	position: relative;
}
#TB-category-featured .tb-category-featured-carousel .item:hover .tb_cat_content .image::before {
	width: 100%;
	height: 100%;
}
.tb-sub-cat {
	display: none;
}
#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 26px/28px 'Rancho', cursive;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	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: 100%;
	display: block;
	position: relative;
	padding: 12px 30px;
}
#TB-category-featured .tb-category-featured-carousel .content:hover .caption .cat-title h4 a,
#TB-category-featured .tb-category-featured-carousel .content:active .caption .cat-title h4 a,
#TB-category-featured .tb-category-featured-carousel .content:focus .caption .cat-title h4 a {
	color: #fff;
}
/* #TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a:before{
	content: "";
	position: absolute;
	top: auto;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 0%;
	height: 2px;
	margin: 0 auto;
	background-color: #e68063;
	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:hover .caption .cat-title h4 a{
	color: #e68063;
} */
#TB-category-featured .tb-category-featured-carousel .item:hover .caption .cat-title h4 a:before {
	width: 100%;
}
#TB-category-featured .tb-category-featured-carousel .tb_cat_content:hover .caption .cat-title h4 a {
	color: #e68063;
}
#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: 0 0 80px 0;
	}
	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
		font-size: 24px;
		line-height: 26px;
		padding: 10px 20px;
	}
}
@media (max-width: 1199px) {
	#TB-category-featured {
		margin: 0 0 60px 0;
	}
	#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
		font-size: 22px;
		line-height: 24px;
	}
	/* #TB-category-featured .tb-category-featured-carousel .caption {
		padding: 10px 24px;
	} */
}
@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: 16px;
		line-height: 16px;
	}*/
	#TB-category-featured .tbfcat-items .content .tb_cat_content .image::before {
		width: 100%;
		height: 100%;
	}
	#TB-category-featured .tb-category-featured-carousel .item .caption {
		opacity: 1;
	}
	#TB-category-featured::before,
	#TB-category-featured::after,
	#TB-top-product-tab::before,
	#TB-top-product-tab::after {
		width: 167px;
		height: 176px;
	}
	#TB-category-featured .tbfcat-items .content .tb_cat_content {
		display: inline-block;
		vertical-align: top;
	}
	#TB-category-featured .tb-category-featured-carousel .item:hover .caption .tb-content {
		padding: 0;
	}
}
@media (max-width: 543px) {
	#TB-category-featured .tb-category-featured-carousel .owl-item:nth-child(2),
	#TB-category-featured .tb-category-featured-carousel .owl-item:nth-child(5),
	#TB-category-featured .tb-category-featured-carousel .owl-item:nth-child(8),
	#TB-category-featured .tb-category-featured-carousel .owl-item:nth-child(11) {
		margin: 0;
	}
	#TB-category-featured .tb-category-featured-carousel .caption {
		bottom: 0;
	}
}
@media (max-width: 480px) {
	#TB-category-featured {
		margin: 0 0 30px 0;
	}
}
/* TB-Category feature CSS End */