/* Slick Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	height: inherit;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}






/* TB-Category feature CSS Start */


#TB-category-featured .owl-carousel {
	text-align: center;
}

#TB-category-featured .owl-carousel .item-listcategories .desc-listcategoreis .name_categories {
	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 .owl-carousel .item-listcategories .desc-listcategoreis .name_categories .tb-sub-cat {
	display: none;
}

/* #TB-category-featured .owl-carousel .item-listcategories:hover .desc-listcategoreis .name_categories{
	padding: 100px 0 0 0;
} */
#TB-category-featured .owl-carousel .item-listcategories .image a {
	overflow: visible;
	position: relative;
	display: block;
}

#TB-category-featured .owl-carousel .item-listcategories .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 .owl-carousel .item-listcategories .thumb-category:hover .image a::before {
	top: 30%;
	width: 140px;
	height: 140px;
}

#TB-category-featured .owl-carousel .item-listcategories .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 .owl-carousel .item-listcategories .thumb-category:hover .image a img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/* #TB-category-featured .owl-carousel .item-listcategories:hover .image a img{
	transform: scale(0.95);
} */

#TB-category-featured .owl-carousel .desc-listcategoreis {
	position: absolute;
	top: 40px;
	left: 40px;
	text-align: left;
}

#TB-category-featured .owl-carousel .desc-listcategoreis .tb-sub-cat ul {
	padding: 0;
}

#TB-category-featured .owl-carousel .desc-listcategoreis .name_categories a {
	background: none;
	padding: 0;
	border: none;
	/*color: #111;*/
	color: #fff:
	font: 500 14px/24px "Lexend Deca", 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 .owl-carousel .desc-listcategoreis .tb-sub-cat ul li {
	list-style: none;
}

/* #TB-category-featured .tbfcat-item-listcategoriess .item-listcategories:hover .desc-listcategoreis {
    height: 96%;
} */
#TB-category-featured .list-categories .thumb-category {
	position: relative;
	margin: 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 .owl-carousel .desc-listcategoreis .cat-title h4 {
	margin: 0;
}

#TB-category-featured .owl-carousel .desc-listcategoreis .name_categories a {
	/*color: #111;*/
	color: #fff;
	font: 700 44px/46px 'Nunito', 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 15px;
	padding: 0;
}

#TB-category-featured .owl-carousel .desc-listcategoreis .sub a {
	/*color: #111;*/
	color: #fff;
	font: 400 16px/18px 'Lexend Deca', helvetica, sans-serif;
	padding: 0 0 6px;
	margin: 0;
	display: inline-block;
	position: relative;
	background: transparent;
	overflow: visible;
}

#TB-category-featured .owl-carousel .list-categories .desc-listcategoreis .sub a::before {
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	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;
	opacity: 1;
}

#TB-category-featured .owl-carousel .list-categories .desc-listcategoreis .sub a:hover::before {
	width: 0;
}

#TB-category-featured .list-categories .image {
	overflow: hidden;
}

#TB-category-featured .owl-carousel .owl-item-listcategories {
	padding: 0 15px;
}

#TB-category-featured .owl-carousel .owl-nav {
	display: none !important;
}

/* #TB-category-featured .owl-carousel .owl-item-listcategories .item-listcategories{
	margin: 0 0 30px 0;
} */
#TB-category-featured .owl-carousel .desc-listcategoreis .tb-sub-cat ul li.viewall .tb-view-all .categories {
	display: inline-block;
}

#TB-category-featured .owl-carousel .desc-listcategoreis .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;
}

#TB-category-featured .tb_content .block_content{
	overflow: hidden;
}

#TB-category-featured {
	margin: 0px 0 100px 0;
}

@media (max-width: 1499px) {
	#TB-category-featured .owl-carousel .desc-listcategoreis .name_categories a {
		margin: 0 0 10px;
	}
}

@media (max-width: 1499px) {
	#TB-category-featured .owl-carousel .desc-listcategoreis .name_categories a {
		font-size: 34px;
		line-height: 36px;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis {
		top: 30px;
		left: 30px;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis .sub a {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 1299px) {
	#TB-category-featured {
		margin: 0px 0 80px 0;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis .name_categories a {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 10px;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis .sub a {
		font-size: 14px;
		line-height: 16px;
		padding: 0 0 2px;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis {
		top: 25px;
		left: 25px;
	}
}

@media (max-width: 1199px) {
	#TB-category-featured {
		margin: 0 0 60px 0;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis {
		top: 18px;
		left: 18px;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis .name_categories a {
		font-size: 26px;
		line-height: 28px;
	}

	#TB-category-featured .owl-carousel .item-listcategories .thumb-category:hover .image a::before {
		top: 35%;
	}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {



	#TB-category-featured .owl-carousel .desc-listcategoreis {
		height: 50px;
	}

	#TB-category-featured .list-categories .thumb-category {
		display: inline-block;
		vertical-align: top;
	}

	#TB-category-featured .owl-carousel .desc-listcategoreis {
		height: auto;
	}

	#TB-category-featured .item-listcategories:hover .desc-listcategoreis {
		height: auto;
	}

	#TB-category-featured .owl-carousel .item-listcategories:hover .desc-listcategoreis .name_categories {
		padding: 0;
	}
}

@media (max-width: 575px) {
	#TB-category-featured .owl-carousel .desc-listcategoreis .name_categories a {
		font-size: 34px;
		line-height: 36px;
	}
}

@media (max-width: 480px) {
	#TB-category-featured {
		margin: 0 0 20px 0;
	}
}

/* TB-Category feature CSS End */