/* #tb-top-header Start*/
.top-header {
	background: #d9ef82;
}

#tb-top-header-cms .tb-top-header-cms-wrapper p i {
	font-size: 18px;
	margin: 0 3px 0 0;
}

#tb-top-header-cms .tb-top-header-cms-wrapper p {
	margin: 0;
	font: 400 16px/18px 'Jost', Jost, sans-serif;
	color: #434738;
}

@media (max-width: 767px) {
	#tb-top-header-cms .tb-top-header-cms-wrapper p {
		font-size: 13px;
		line-height: 16px;
	}

	.top-header {
		padding: 5px 0 0 0;
	}

	#tb-top-header-cms .tb-top-header-cms-wrapper p i {
		font-size: 17px;
	}
}

@media (max-width: 480px) {
	/* #tb-top-header-cms .tb-top-header-cms-wrapper p {
		font-size: 10px;
		line-height: 13px;
	} */

	#tb-top-header-cms .tb-top-header-cms-wrapper p i {
		font-size: 15px;
	}
}

/* #tb-top-header End*/
/* TB-Services-CMS Start*/
#tb-services-cms {
	margin: -55px 0 100px 0;
}

#tb-services-cms .tb-services-cms-wrapper {
	background-image: none;
	background-color: #f3f3f3;
	padding: 30px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

#tb-services-cms .owl-item .tb-services-cms-col {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 15px;
	background: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	border-right: 1px solid #979797;
}

#tb-services-cms .owl-item:last-child .tb-services-cms-col {
	border-left: none;
}

#tb-services-cms .owl-item:last-child .tb-services-cms-col {
	border-right: none;
}

#tb-services-cms .tb-services-cms {
	padding: 0 0 80px 0;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content {
	position: relative;
	padding: 8px 0 8px 88px;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content h4 {
	font: 700 18px/20px 'Averia Serif Libre', cursive;
	color: #434738;
	margin: 0 0 8px 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#tb-services-cms .tb-services-cms-col:hover .tb-services-cms-content h4 {
	color: #434738 ;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content p {
	font: 400 16px/18px 'Jost', Jost, sans-serif;
	color: #595959;
	margin: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content::after {
	position: absolute;
	content: "";
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 75px;
	height: 75px;
	background: url(/image/catalog/ip.png);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content.tb-services-cms-content-01::after {
	background-position: 250px 479px;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content.tb-services-cms-content-02::after {
	background-position: 250px 381px;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content.tb-services-cms-content-03::after {
	background-position: 250px 287px;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content.tb-services-cms-content-04::after {
	background-position: 250px 192px;
}

#tb-services-cms .tb-services-cms-col .tb-services-cms-content.tb-services-cms-content-05::after {
	background-position: 250px 97px;
}

#tb-services-cms .tb-services-cms-col:hover .tb-services-cms-content.tb-services-cms-content-01::after {
	background-position: 126px 479px;
}

#tb-services-cms .tb-services-cms-col:hover .tb-services-cms-content.tb-services-cms-content-02::after {
	background-position: 126px 381px;
}

#tb-services-cms .tb-services-cms-col:hover .tb-services-cms-content.tb-services-cms-content-03::after {
	background-position: 126px 287px;
}

#tb-services-cms .tb-services-cms-col:hover .tb-services-cms-content.tb-services-cms-content-04::after {
	background-position: 126px 192px;
}

#tb-services-cms .tb-services-cms-col:hover .tb-services-cms-content.tb-services-cms-content-05::after {
	background-position: 126px 97px;
}

@media (max-width: 1499px) {
	#tb-services-cms .tb-services-cms-col .tb-services-cms-content p {
		font-size: 13px;
		line-height: 15px;
	}
}

@media (max-width: 1299px) {
	#tb-services-cms {
		margin: -55px 0 80px 0;
	}

	#tb-services-cms .tb-services-cms-col .tb-services-cms-content h4 {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 1199px) {
	#tb-services-cms {
		margin: -55px 0 60px 0;
	}
}

@media (max-width: 991px) {
	#tb-services-cms {
		margin: 0 0 40px 0;
	}
}

@media (max-width: 767px) {
	#tb-services-cms .tb-services-cms-col .tb-services-cms-content h4 {
		font-size: 15px;
		line-height: 16px;
	}

	#tb-services-cms .tb-services-cms-col .tb-services-cms-content p {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 575px) {
	#tb-services-cms .owl-item .tb-services-cms-col {
		border-right: none;
	}
}

@media (max-width: 480px) {
	#tb-services-cms {
		margin: 0 0 20px 0;
	}

	#tb-services-cms .tb-services-cms-wrapper {
		padding: 20px 0;
	}
}

/* TB-Services-CMS End*/

/* TB-banner-CMS Start*/
#tb-banner-cms {
	margin: 100px 0 100px;
	position: relative;
}

#tb-banner-cms::before,
#tb-banner-cms::after {
	content: '';
	position: absolute;
	z-index: -2;
	background-repeat: no-repeat;
	background-size: contain;
}

#tb-banner-cms::before {
	top: 18px;
	left: auto;
	right: 0;
	bottom: auto;
	width: 331px;
	height: 340px;
	background-image:none;
	animation: up-downBefore 50s linear infinite;
	-webkit-animation: up-downBefore 50s linear infinite;
}

#tb-banner-cms::after {
	top: auto;
	left: 0;
	right: auto;
	bottom: 18px;
	width: 319px;
	height: 340px;
	background-image: none;
	animation: up-downAfter 50s linear infinite;
	-webkit-animation: up-downAfter 50s linear infinite;
}

@keyframes up-downAfter {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(-500px);
		-webkit-transform: translateY(-500px);
		-moz-transform: translateY(-500px);
		-ms-transform: translateY(-500px);
		-o-transform: translateY(-500px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@-webkit-keyframes up-downAfter {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(-500px);
		-webkit-transform: translateY(-500px);
		-moz-transform: translateY(-500px);
		-ms-transform: translateY(-500px);
		-o-transform: translateY(-500px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@keyframes up-downBefore {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(500px);
		-webkit-transform: translateY(500px);
		-moz-transform: translateY(500px);
		-ms-transform: translateY(500px);
		-o-transform: translateY(500px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@-webkit-keyframes up-downBefore {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(500px);
		-webkit-transform: translateY(500px);
		-moz-transform: translateY(500px);
		-ms-transform: translateY(500px);
		-o-transform: translateY(500px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

#tb-banner-cms .tb-banner-col {
	padding: 20px 0 0;
}

#tb-banner-cms .tb-banner-col.tb-baner-col-01 {
	margin: 0 0 20px;
}

#tb-banner-cms .tb-banner-img-wrapper {
	position: relative;
	display: inline-block;
}

#tb-banner-cms .tb-banner-img-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -20px;
	bottom: 20px;
	border: 1px solid #d9ef82;
	background: transparent;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: -1;
}

#tb-banner-cms .tb-banner-img-wrapper.tb-banner-img-01:before {
	left: -20px;
	right: 20px;
}

#tb-banner-cms .tb-banner-img-wrapper.tb-banner-img-02:before {
	right: -20px;
	left: 20px;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-img-box {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-img-box::before,
#tb-banner-cms .tb-banner-img-wrapper .tb-banner-img-box::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	width: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-img-box::before {
	bottom: 0;
	right: 0;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-img-box::after {
	left: 0;
	top: 0;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-img-box:hover::before,
#tb-banner-cms .tb-banner-img-wrapper .tb-banner-img-box:hover::after {
	height: 100%;
	opacity: 0;
	transition-duration: 1.3s;
	width: 100%;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper {
	position: relative;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text {
	position: absolute;
	top: 8%;
	left: 10%;
	right: auto;
	bottom: auto;
	text-align: start;
	z-index: 2;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
	font: 700 54px/56px 'Averia Serif Libre', cursive;
	letter-spacing: 0.5px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
	font: 600 30px/32px 'Averia Serif Libre', cursive;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0 25px;
}

@media (max-width: 1699px) {
	#tb-banner-cms::before {
		width: 291px;
		height: 300px;
	}

	#tb-banner-cms::after {
		width: 279px;
		height: 300px;
	}
}

@media (max-width: 1599px) {
	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
		font-size: 26px;
		line-height: 28px;
	}
}

@media (max-width: 1499px) {
	#tb-banner-cms::before {
		width: 251px;
		height: 260px;
	}

	#tb-banner-cms::after {
		width: 239px;
		height: 260px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
		font-size: 26px;
		line-height: 28px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
		font-size: 50px;
		line-height: 52px;
	}
}

@media (max-width: 1299px) {
	#tb-banner-cms {
		margin: 0 0 80px;
	}

	#tb-banner-cms::before {
		width: 211px;
		height: 220px;
	}

	#tb-banner-cms::after {
		width: 199px;
		height: 220px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
		font-size: 46px;
		line-height: 48px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
		font-size: 22px;
		line-height: 24px;
	}
}

@media (max-width: 1199px) {
	#tb-banner-cms {
		margin: 0 0 60px;
	}

	#tb-banner-cms::before {
		width: 171px;
		height: 180px;
	}

	#tb-banner-cms::after {
		width: 159px;
		height: 180px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text {
		top: 6%;
		left: 8%;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
		font-size: 40px;
		line-height: 42px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
		font-size: 20px;
		line-height: 22px;
		margin: 12px 0 18px;
	}
}

@media (max-width: 991px) {
	#tb-banner-cms {
		margin: 0 0 40px;
		text-align: center;
	}

	#tb-banner-cms .tb-banner-col {
		padding: 15px 15px 0;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
		font-size: 36px;
		line-height: 38px;
	}

	#tb-banner-cms .tb-banner-img-wrapper.tb-banner-img-01::before {
		left: -15px;
		right: 15px;
	}

	#tb-banner-cms .tb-banner-img-wrapper.tb-banner-img-02::before {
		right: -15px;
		left: 15px;
	}

	#tb-banner-cms .tb-banner-img-wrapper::before {
		top: -15px;
		bottom: 15px;
	}
}

@media (max-width: 575px) {
	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text {
		top: 5%;
		left: 5%;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
		font-size: 32px;
		line-height: 34px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
		font-size: 18px;
		line-height: 20px;
		margin: 8px 0 14px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .btn-secondary {
		font-size: 13px;
		line-height: 15px;
		padding: 10px 20px;
	}
}

@media (max-width: 480px) {
	#tb-banner-cms {
		margin: 0 0 20px;
	}

	#tb-banner-cms .tb-banner-col {
		padding: 15px 15px 0;
	}

	#tb-banner-cms .tb-banner-col.tb-baner-col-01 {
		margin: 0 0 10px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
		font-size: 22px;
		line-height: 24px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
		font-size: 15px;
		line-height: 17px;
	}
}

@media (max-width: 360px) {
	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-title {
		font-size: 20px;
		line-height: 22px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .tb-banner-subtitle {
		font-size: 13px;
		line-height: 15px;
	}

	#tb-banner-cms .tb-banner-img-wrapper .tb-banner-content-wrapper .tb-banner-text .btn-secondary {
		padding: 8px 12px;
	}
}

/* TB-banner-CMS End*/

/* TB-parallax-CMS Start*/
#tb-parallax-cms {
	margin: 0 0 100px;
	padding: 180px 0;
	background-image: url(/image/catalog/hp3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	background-color: transparent;
}

#tb-parallax-cms .tb-parallax-text {
	width: 41%;
	margin: 0 0 0 auto;
}

#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
	font: 400 40px/42px 'Jost', Jost, sans-serif;
	letter-spacing: 0.5px;
	color: #fff;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
	font: 700 68px/70px 'Averia Serif Libre', cursive;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

#tb-parallax-cms .tb-parallax-text .tb-parallax-desc {
	font: 400 18px/30px 'Jost', Jost, sans-serif;
	letter-spacing: 0.2px;
	color: #fff;
	margin: 0 0 20px;
}

@media (max-width: 1699px) {
	#tb-parallax-cms .tb-parallax-text {
		width: 45%;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-desc {
		padding: 0 20px 0 0;
	}
}

@media (max-width: 1599px) {
	#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
		font-size: 34px;
		line-height: 36px;
	}
}

@media (max-width: 1499px) {
	#tb-parallax-cms {
		padding: 150px 0;
	}
}

@media (max-width: 1399px) {
	#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
		font-size: 30px;
		line-height: 32px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 64px;
		line-height: 66px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-desc {
		padding: 0 30px 0 0;
	}
}

@media (max-width: 1299px) {
	#tb-parallax-cms {
		padding: 130px 0;
		margin: 0 0 80px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
		font-size: 28px;
		line-height: 30px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 60px;
		line-height: 62px;
	}
}

@media (max-width: 1199px) {
	#tb-parallax-cms {
		padding: 80px 0;
		margin: 0 0 60px;
	}

	#tb-parallax-cms .tb-parallax-text {
		width: 47%;
		overflow: hidden;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
		font-size: 26px;
		line-height: 28px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 52px;
		line-height: 54px;
		margin: 0 0 8px 0;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-desc {
		font-size: 16px;
		line-height: 28px;
		margin: 0 0 15px;
	}
}

@media (max-width: 991px) {
	#tb-parallax-cms {
		margin: 0 0 40px;
	}

	#tb-parallax-cms .tb-parallax-text {
		width: 52%;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 8px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 44px;
		line-height: 46px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-desc {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	#tb-parallax-cms {
		padding: 60px 0;
	}

	#tb-parallax-cms .tb-parallax-text {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		background: rgba(0, 0, 0, 0.5);
		padding: 15px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 6px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 36px;
		line-height: 38px;
		margin: 0 0 6px 0;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-desc {
		padding: 0;
	}
}

@media (max-width: 575px) {
	#tb-parallax-cms .tb-parallax-text {
		width: 90%;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 32px;
		line-height: 35px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-desc {
		margin: 0 0 10px;
	}

	#tb-parallax-cms .tb-parallax-text .btn-secondary {
		font-size: 13px;
		line-height: 15px;
		padding: 10px 20px;
	}
}

@media (max-width: 480px) {
	#tb-parallax-cms {
		padding: 15px 0;
		margin: 0 0 20px;
	}

	#tb-parallax-cms .tb-parallax-text {
		width: 100%;
		margin: 0 auto;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-sub-title {
		font-size: 18px;
		line-height: 20px;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 360px) {
	#tb-parallax-cms {
		padding: 20px 0;
	}

	#tb-parallax-cms .tb-parallax-text .tb-parallax-title {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 6px 0;
	}
}

/* TB-parallax-CMS End*/

/* TB-Testimonial-CMS Start*/
#tb-testimonial-cms {
	margin: 0 0 100px 0;
	position: relative;
}

#tb-testimonial-cms::before,
#tb-testimonial-cms::after {
	content: '';
	position: absolute;
	z-index: -2;
	background-repeat: no-repeat;
	background-size: contain;
}

#tb-testimonial-cms::before {
	top: 18px;
	left: auto;
	right: 0;
	bottom: auto;
	width: 331px;
	height: 340px;
	background-image: none;
	animation: up-downBefore2 20s linear infinite;
	-webkit-animation: up-downBefore2 20s linear infinite;
}

#tb-testimonial-cms::after {
	top: auto;
	left: 0;
	right: auto;
	bottom: 18px;
	width: 319px;
	height: 340px;
	background-image:none;
	animation: up-downAfter2 20s linear infinite;
	-webkit-animation: up-downAfter2 20s linear infinite;
}

@keyframes up-downAfter2 {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@-webkit-keyframes up-downAfter2 {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@keyframes up-downBefore2 {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

@-webkit-keyframes up-downBefore2 {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	50% {
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

.tb-testimonial-flex {
	display: flex;
	align-items: center;
	width: 100%;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user {
	display: flex;
	align-items: center;
	justify-content: center;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user {
	width: 40%;
	position: relative;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user::before {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 60%;
	background: #a0a0a0;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-images {
	margin: 0 30px 0 0;
	width: 100px;
	height: 100px;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-images img {
	overflow: hidden;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

#tb-testimonial-cms .owl-item {
	float: left;
}

#tb-testimonial-cms .tb-testimonial-section .testimonial {
	overflow: hidden;
	background:#F3F5EC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 50px 50px 10px;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0px 0px 58.28px 3.72px rgba(0, 0, 0, 0.05);
	border: 1px solid #434738;
}

#tb-testimonial-cms .owl-nav.disabled {
	display: none;
}

#tb-testimonial-cms .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	background-color: #a6a6a6;
	display: inline-block;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border: 0;
	line-height: 10px;
}

#tb-testimonial-cms .owl-dots .owl-dot.active {
	background: #d9ef82;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text h2 {
	font: 700 20px/22px 'Averia Serif Libre', cursive;
	color: #434738;
	margin: 0 0 6px 0;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text p {
	font: 400 16px/18px 'Jost', Jost, sans-serif;
	color: #595959;
	margin: 0 0 6px 0;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text .star span {
	font-size: 18px;
	color: #595959;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text .star .fill-color {
	color: #d9ef82;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text {
	margin: 0 0 0 60px;
	width: 60%;
}

#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text p {
	font: 400 16px/30px 'Jost', Jost, sans-serif;
	color: #434738;
	margin: 0;
	padding: 0 40px 0 0;
}

#tb-testimonial-cms .owl-dots {
	text-align: center;
	margin: 10px 0;
}

@media (max-width: 1699px) {
	#tb-testimonial-cms::before {
		width: 291px;
		height: 300px;
	}

	#tb-testimonial-cms::after {
		width: 279px;
		height: 300px;
	}
}

@media (max-width: 1499px) {
	#tb-testimonial-cms::before {
		width: 251px;
		height: 260px;
	}

	#tb-testimonial-cms::after {
		width: 239px;
		height: 260px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-images {
		margin: 0 15px 0 0;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text p {
		padding: 0 20px 0 0;
	}
}

@media (max-width: 1399px) {
	.tb-testimonial-flex {
		display: flex;
		align-items: center;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text h2 {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 1299px) {
	#tb-testimonial-cms {
		margin: 0 0 80px 0;
	}

	#tb-testimonial-cms::before {
		width: 211px;
		height: 220px;
	}

	#tb-testimonial-cms::after {
		width: 199px;
		height: 220px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text p {
		padding: 0;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text {
		margin: 0 0 0 40px;
	}
}

@media (max-width: 1199px) {
	#tb-testimonial-cms {
		margin: 0 0 60px 0;
	}

	#tb-testimonial-cms::before {
		width: 171px;
		height: 180px;
	}

	#tb-testimonial-cms::after {
		width: 159px;
		height: 180px;
	}

	#tb-testimonial-cms .tb-testimonial-section .testimonial {
		width: 90%;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text h2 {
		font-size: 16px;
		line-height: 18px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text p {
		font-size: 14px;
		line-height: 16px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text p {
		font-size: 15px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	#tb-testimonial-cms {
		margin: 0 0 40px 0;
	}

	#tb-testimonial-cms .tb-testimonial-section .testimonial {
		width: 100%;
		padding: 30px 30px 20px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.tb-testimonial-flex {
		display: block;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user {
		width: 100%;
		justify-content: center;
		padding: 0 0 20px;
		margin: 0 0 10px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user::before {
		top: auto;
		left: 0;
		bottom: 0;
		width: 100px;
		height: 1px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-images {
		margin: 0 15px 0px 0px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text {
		margin: 0;
		text-align: center;
		width: 100%;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text p {
		font-size: 15px;
		line-height: 24px;
		width: 80%;
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-text p {
		font-size: 14px;
		line-height: 26px;
		width: 100%;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text h2 {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 480px) {
	#tb-testimonial-cms {
		margin: 0 0 20px 0;
	}

	#tb-testimonial-cms .tb-testimonial-section .testimonial {
		padding: 15px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		display: block;
		text-align: center;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user::before {
		width: 80px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-images {
		margin: 0 auto 10px;
	}

	#tb-testimonial-cms .tb-testimonial-section .tb-testimonial-flex .tb-testimonial-user .tb-testimonial-user-text h2 {
		font-size: 16px;
		line-height: 18px;
	}

	#tb-testimonial-cms .owl-dots {
		margin: 0;
	}
}

/* TB-Testimonial-CMS End*/

/* TB-Sub-Banner-CMS Start*/
#tb-sub-banner-cms {
	margin: 0 0 100px;
}

#tb-sub-banner-cms .tb-sub-banner-content {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	position: relative;
	display: inline-block;
	width: 100%;
	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-sub-banner-cms .tb-sub-banner-content::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	bottom: -10px;
	right: -10px;
	left: 10px;
	border: 1px solid #d9ef82;
	background: transparent;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: -1;
}

#tb-sub-banner-cms .tb-sub-banner-content::after {
	content: '';
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	bottom: auto;
	width: 203px;
	height: 207px;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img {
	background-image: url('/image/catalog/hp4.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 80%;
	padding: 70px 50px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	position: relative;
	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-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img::before,
#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	width: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img::before {
	bottom: 0;
	right: 0;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img::after {
	left: 0;
	top: 0;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img:hover::before,
#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img:hover::after {
	height: 100%;
	opacity: 0;
	transition-duration: 1.3s;
	width: 100%;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text {
	position: relative;
	width: 53%;
	z-index: 1;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-text-img {
	margin: 0 0 12px;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
	font: 700 68px/70px 'Averia Serif Libre', cursive;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-desc {
	font: 400 18px/30px 'Jost', Jost, sans-serif;
	color: #fff;
	margin: 0 0 25px;
	letter-spacing: 0.2px;
}

@media (max-width: 1499px) {
	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 64px;
		line-height: 66px;
	}
}

@media (max-width: 1399px) {
	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 58px;
		line-height: 60px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content::after {
		width: 163px;
		height: 167px;
	}
}

@media (max-width: 1299px) {
	#tb-sub-banner-cms {
		margin: 0 0 80px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-text-img {
		margin: 0 0 8px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 54px;
		line-height: 56px;
		margin: 0 0 5px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-desc {
		margin: 0 0 15px;
	}
}

@media (max-width: 1199px) {
	#tb-sub-banner-cms {
		margin: 0 0 60px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 42px;
		line-height: 44px;
	}
}

@media (max-width: 991px) {
	#tb-sub-banner-cms {
		margin: 0 0 40px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content::after {
		width: 63px;
		height: 67px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img {
		padding: 60px 40px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text {
		width: 52%;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 32px;
		line-height: 34px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-desc {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text {
		width: 59%;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img {
		padding: 40px 30px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 26px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-text-img {
		display: none;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img {
		background-image: url('../images/sub-banner-img-mobile.jpg');
		background-position: center;
		padding: 40px 30px 550px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
}

@media (max-width: 480px) {
	#tb-sub-banner-cms {
		margin: 0 0 20px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img {
		padding: 30px 20px 550px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 24px;
		line-height: 26px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-desc {
		font-size: 15px;
		line-height: 27px;
	}
}

@media (max-width: 360px) {

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-bg-img {
		padding: 20px 15px 550px;
	}

	#tb-sub-banner-cms .tb-sub-banner-content .tb-sub-banner-text .tb-sub-banner-title {
		font-size: 22px;
		line-height: 24px;
	}
}

/* TB-Sub-Banner-CMS End*/

/* TB-Footer-CMS Start*/
#TB-Footer-cms .tb-footer-desc {
	margin: 20px 0 0 0;
	font: 400 15px/28px 'Jost', Jost, sans-serif;
	color: #434738;
	padding: 0 50px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#TB-Footer-cms .tb-footer-desc {
		font-size: 12px;
	}

	#TB-Footer-cms .tb-footer-desc {
		padding: 0;
	}
}

@media (max-width: 991px) {
	#TB-Footer-cms {
		text-align: center;
		padding: 0 100px 0;
		margin: 0 0 20px 0;
	}

	#TB-Footer-cms .tb-footer-desc {
		padding: 0;
	}
}

@media (max-width: 767px) {
	#TB-Footer-cms {
		padding: 0 40px 0;
	}
}

@media (max-width: 575px) {
	#TB-Footer-cms {
		padding: 0;
	}
}

/* TB-Footer-CMS End*/

/* TB-Contact-US-CMS Start*/
#Tb-contact-us .tb-contact-list {
	display: flex;
	align-items: start;
	margin: 0 0 15px 0;
}

#Tb-contact-us .tb-contact-list:last-child {
	margin: 0;
}

#Tb-contact-us .tb-contact-list p {
	margin: 0;
	font: 400 15px/28px 'Jost', Jost, sans-serif;
	color: #fff;
}

#Tb-contact-us .tb-contact-list i {
	font-size: 18px;
	line-height: 20px;
	margin: 4px 10px 0 0;
	width: 20px;
}

#Tb-contact-us .tb-contact-list p a {
	color: #434738;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#Tb-contact-us .tb-contact-list p a:hover,
#Tb-contact-us .tb-contact-list p a:active,
#Tb-contact-us .tb-contact-list p a:focus {
	color: #d9ef82;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-column.footer-right-cms {
		padding: 0;
	}

	#Tb-contact-us .tb-contact-list i {
		margin: 4px 7px 0 0;
	}

	#Tb-contact-us {
		margin: 0 0 0 -40px;
	}
}

/* TB-Contact-US-CMS  End*/

/* Tb-social-media-cms  Start*/
#Tb-social-media-cms .Tb-social-media-icon {
	text-align: right;
}

#Tb-social-media-cms .Tb-social-media-icon a {
	display: inline-block;
	margin: 0 0 0 10px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 7px;
}

#Tb-social-media-cms .Tb-social-media-icon a i {
	font-size: 18px;
	line-height: 20px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#Tb-social-media-cms .Tb-social-media-icon a.facebook:hover i,
#Tb-social-media-cms .Tb-social-media-icon a.facebook:active i,
#Tb-social-media-cms .Tb-social-media-icon a.facebook:focus i {
	color: #15a2fa;
}

#Tb-social-media-cms .Tb-social-media-icon a.instagram:hover i,
#Tb-social-media-cms .Tb-social-media-icon a.instagram:active i,
#Tb-social-media-cms .Tb-social-media-icon a.instagram:focus i {
	color: #f81f3b;
}

#Tb-social-media-cms .Tb-social-media-icon a.twitter:hover i,
#Tb-social-media-cms .Tb-social-media-icon a.twitter:active i,
#Tb-social-media-cms .Tb-social-media-icon a.twitter:focus i {
	color: #50abf1;
}

#Tb-social-media-cms .Tb-social-media-icon a.skype:hover i,
#Tb-social-media-cms .Tb-social-media-icon a.skype:active i,
#Tb-social-media-cms .Tb-social-media-icon a.skype:focus i {
	color: #00a1e6;
}

#Tb-social-media-cms .Tb-social-media-icon a.youtube:hover i,
#Tb-social-media-cms .Tb-social-media-icon a.youtube:active i,
#Tb-social-media-cms .Tb-social-media-icon a.youtube:focus i {
	color: #f21110;
}

#Tb-social-media-cms .Tb-social-media-icon a.vimeo:hover i,
#Tb-social-media-cms .Tb-social-media-icon a.vimeo:active i,
#Tb-social-media-cms .Tb-social-media-icon a.vimeo:focus i {
	color: #1ab7ea;
}

@media (max-width: 991px) {
	#Tb-social-media-cms .Tb-social-media-icon {
		text-align: center;
		margin: 10px 0 0 0;
	}
}

@media (max-width: 480px) {
	#Tb-social-media-cms .Tb-social-media-icon {
		margin: 5px 0 0 0;
	}
}

/* Tb-social-media-cms End*/

/* tb-manufacture Start*/
#tb-manufacture {
	margin: 0 0 100px 0;
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	background: #f6f6f6;
	padding: 30px 0;
}

#tb-manufacture .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

#tb-manufacture .swiper-slide img {
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	cursor: pointer;
}

#tb-manufacture .swiper-slide:hover img,
#tb-manufacture .swiper-slide:active img,
#tb-manufacture .swiper-slide:focus img {
	transform: scale(0.95);
}

#tb-manufacture .owl-nav .owl-prev,
#tb-manufacture .owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0px;
	width: 30px;
	height: 30px;
	background: #434738;
	border: 1px solid #434738;
	padding: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	line-height: 28px;
	text-align: center;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

#tb-manufacture .owl-nav .owl-prev::before,
#tb-manufacture .owl-nav .owl-next::before {
	font-family: "IcoFont";
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#tb-manufacture .owl-nav .owl-prev::before {
	content: "\eab5";
}

#tb-manufacture .owl-nav .owl-next::before {
	content: "\eab8";
}

#tb-manufacture .owl-nav .owl-prev {
	left: -15px;
}

#tb-manufacture .owl-nav .owl-next {
	right: -15px;
}

#tb-manufacture:hover .owl-nav .owl-prev,
#tb-manufacture:active .owl-nav .owl-prev,
#tb-manufacture:focus .owl-nav .owl-prev,
#tb-manufacture:hover .owl-nav .owl-next,
#tb-manufacture:active .owl-nav .owl-next,
#tb-manufacture:focus .owl-nav .owl-next {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

#tb-manufacture .owl-nav .owl-prev.disabled:hover::before,
#tb-manufacture .owl-nav .owl-next.disabled:hover::before,
#tb-manufacture .owl-nav .owl-prev.disabled:active::before,
#tb-manufacture .owl-nav .owl-next.disabled:active::before,
#tb-manufacture .owl-nav .owl-prev.disabled:focus::before,
#tb-manufacture .owl-nav .owl-next.disabled:focus::before {
	color: #fff;
}

#tb-manufacture .owl-nav .owl-prev:hover::before,
#tb-manufacture .owl-nav .owl-next:hover::before,
#tb-manufacture .owl-nav .owl-prev:active::before,
#tb-manufacture .owl-nav .owl-next:active::before,
#tb-manufacture .owl-nav .owl-prev:focus::before,
#tb-manufacture .owl-nav .owl-next:focus::before {
	color: #fff;
}

#tb-manufacture:hover .owl-nav .owl-prev,
#tb-manufacture:active .owl-nav .owl-prev,
#tb-manufacture:focus .owl-nav .owl-prev {
	left: 1px;
}

#tb-manufacture:hover .owl-nav .owl-next,
#tb-manufacture:active .owl-nav .owl-next,
#tb-manufacture:focus .owl-nav .owl-next {
	right: 1px;
}

#tb-manufacture .owl-nav .owl-prev.swiper-button-disabled,
#tb-manufacture .owl-nav .owl-next.swiper-button-disabled {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	cursor: not-allowed;
}

#tb-manufacture:hover .owl-nav .owl-prev.disabled,
#tb-manufacture:active .owl-nav .owl-prev.disabled,
#tb-manufacture:focus .owl-nav .owl-prev.disabled,
#tb-manufacture:hover .owl-nav .owl-next.disabled,
#tb-manufacture:active .owl-nav .owl-next.disabled,
#tb-manufacture:focus .owl-nav .owl-next.disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	cursor: not-allowed;
	background: #434738;
	border: 1px solid #434738;
}

#tb-manufacture .owl-nav .owl-prev.disabled:hover i,
#tb-manufacture .owl-nav .owl-prev.disabled:active i,
#tb-manufacture .owl-nav .owl-prev.disabled:focus i,
#tb-manufacture .owl-nav .owl-next.disabled:hover i,
#tb-manufacture .owl-nav .owl-next.disabled:active i,
#tb-manufacture .owl-nav .owl-next.disabled:focus i {
	color: #fff;
}

#tb-manufacture .swiper-viewport {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	overflow: hidden;
}

#tb-manufacture .swiper-pagination {
	display: none;
}

#tb-manufacture .swiper-pager {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#tb-manufacture .owl-nav .owl-prev i,
#tb-manufacture .owl-nav .owl-next i {
	font-size: 20px;
	line-height: 30px;
	color: #434738;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#tb-manufacture .owl-nav .owl-prev:hover,
#tb-manufacture .owl-nav .owl-prev:active,
#tb-manufacture .owl-nav .owl-prev:focus,
#tb-manufacture .owl-nav .owl-next:hover,
#tb-manufacture .owl-nav .owl-next:active,
#tb-manufacture .owl-nav .owl-next:focus {
	background: #d9ef82;
	border: 1px solid #d9ef82;
}

#tb-manufacture .owl-nav .owl-prev:hover i,
#tb-manufacture .owl-nav .owl-prev:active i,
#tb-manufacture .owl-nav .owl-prev:focus i,
#tb-manufacture .owl-nav .owl-next:hover i,
#tb-manufacture .owl-nav .owl-next:active i,
#tb-manufacture .owl-nav .owl-next:focus i {
	color: #fff;
}

@media (max-width: 1299px) {
	#tb-manufacture {
		margin: 0 0 80px 0;
	}
}

@media (max-width: 1199px) {
	#tb-manufacture {
		margin: 0 0 60px 0;
	}
}

@media (max-width: 991px) {
	#tb-manufacture {
		padding: 15px 0;
		margin: 0 0 40px 0;
	}
}

@media (max-width: 767px) {

	#tb-manufacture .owl-nav .owl-prev,
	#tb-manufacture .owl-nav .owl-next {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}

	#tb-manufacture .owl-nav .owl-prev.swiper-button-disabled,
	#tb-manufacture .owl-nav .owl-next.swiper-button-disabled {
		opacity: 0.6;
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		-webkit-opacity: 0.6;
	}

	#tb-manufacture .owl-nav .owl-prev {
		left: 1px;
	}

	#tb-manufacture .owl-nav .owl-next {
		right: 1px;
	}
}

@media (max-width: 480px) {
	#tb-manufacture {
		margin: 0 0 20px 0;
	}

	#tb-manufacture .swiper-pager {
		align-items: center;
		margin: 10px 0 0 0;
		display: flex;
		position: static;
		text-align: center;
		justify-content: center;
	}

	#tb-manufacture .owl-nav .owl-prev,
	#tb-manufacture .owl-nav .owl-next {
		position: static;
		display: inline-block;
		margin: 0 5px;
	}

	#tb-manufacture .owl-nav {
		text-align: center;
		margin: 5px 0;
	}
}

/* tb-manufacture End*/

/* footer */
#tb-footer {
	margin: 30px 0 0 0;
	padding: 0;
	background-color: #191919;
	border-top: none;
	color: #2d2c2c;
}

.common-home #tb-footer {
	margin: 0;
}

#tb-footer .footer-top-cms {
	background-color: #C2C6B9;
}

.common-home #tb-footer .footer-top-cms {
	background-color: #C2C6B9;
}

.common-home #tb-footer .footer-top-cms {
	padding: 0 0 100px 0;
}

#tb-footer .footer-top-cms {
	padding: 0 0 40px 0;
}

#footer-top {
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	overflow: hidden;
	padding: 70px 0;
}

#tb-footer .tb-footer-content-wrapper {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #434738;
}

#tb-footer ul li a {
	font: 400 15px/18px 'Jost', Jost, sans-serif;
	color: #fff;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	position: relative;
	padding: 0;
	text-decoration: none;
}

/*
#tb-footer ul li a::after {
	content: "\eaa0";
	font-family: "IcoFont";
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	left: -5px;
	right: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 15px;
	height: 15px;
} */
#tb-footer ul li a::after {
	content: "";
	position: absolute;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
	width: 21px;
	height: 19px;
	left: -5px;
	right: auto;
	bottom: 0;
	top: 0;
	margin: auto;
}

#tb-footer .footer-bottom-left p {
	margin: 0;
	font: 400 14px/26px 'Jost', Jost, sans-serif;
	color: #fff;
	text-align: left;
}

#tb-footer .footer-bottom p a {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#tb-footer .footer-bottom p a:hover,
#tb-footer .footer-bottom p a:focus,
#tb-footer .footer-bottom p a:active {
	color: #d8d8d8;
}

#tb-footer .footer-bottom {
	padding: 16px 0;
	background: #434738;
}

#tb-footer .footer-commen h5 {
	font: 700 20px/22px 'Averia Serif Libre', cursive;
	color: #fff;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

#tb-footer ul {
	margin: 0;
	padding: 0;
}

#tb-footer .tb-comen-row {
	padding: 80px 0;

}

#tb-footer ul li a:hover,
#tb-footer ul li a:active,
#tb-footer ul li a:focus {
	color: #d9ef82;
}

#tb-footer ul li {
	margin: 0 0 15px 0;
}

#tb-footer ul li:last-child {
	margin: 0;
}

#tb-footer a {
	color: #ffffff;
}

#tb-footer a:hover,
#tb-footer a:active,
#tb-footer a:focus {
	color: #434738;
}

/* @media (max-width: 1499px) {
	#tb-footer .footer-top-cms {
		padding: 70px 0;
	}
}
@media (max-width: 1399px) {
	#tb-footer .footer-top-cms {
		padding: 60px 0;
	}
} */
@media (max-width: 1299px) {

	/* #tb-footer .footer-top-cms {
		padding: 45px 0;
	} */
	.common-home #tb-footer .footer-top-cms {
		padding: 0 0 80px 0;
	}

	#tb-footer .tb-comen-row {
		padding: 60px 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#tb-footer ul li a {
		font-size: 13px;
	}

	#tb-footer .tb-comen-row {
		padding: 60px 0;
	}

	#TB-Footer-cms .tb-footer-desc {
		padding: 0;
		font-size: 13px;
		line-height: 24px;
	}

	#Tb-contact-us .tb-contact-list p {
		font-size: 13px;
	}

	#tb-footer ul li a {
		padding: 0 0 0 25px;
	}

	#tb-footer ul li a::after {
		width: 18px;
		height: 16px;
	}
}

@media (max-width: 1199px) {
	#footer-top {
		padding: 50px 0;
	}

	#tb-footer .footer-top-cms {
		padding: 0 0 60px 0;
	}

	.common-home #tb-footer .footer-top-cms {
		padding: 0 0 60px 0;
	}

	#tb-footer .footer-commen h5 {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 991px) {
	#tb-footer .footer-top-cms {
		padding: 0 0 40px 0;
	}

	.common-home #tb-footer .footer-top-cms {
		padding: 0 0 40px 0;
	}

	#tb-footer .footer-bottom-left p {
		text-align: center;
	}

	#tb-footer .footer-commen h5 {
		cursor: pointer;
		transition: all 0.5s;
		margin: 0;
		padding: 12px;
		font-size: 15px;
		line-height: 18px;
		position: relative;
		font-weight: 600;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		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-footer .footer-commen h5:hover,
	#tb-footer .footer-commen h5:focus,
	#tb-footer .footer-commen h5:active {
		background: rgba(157, 157, 157, 0.2);
	}

	#tb-footer ul {
		padding: 12px;
		display: none;
	}

	#tb-footer .footer-commen h5::after {
		content: "\efc2";
		display: block;
		font-family: "IcoFont";
		font-size: 14px;
		font-weight: 500;
		position: absolute;
		right: 12px;
		left: auto;
		top: 0;
		font-style: normal;
		bottom: 0;
		margin: auto;
		height: 46px;
		line-height: 46px;
	}

	#tb-footer .footer-commen.active h5::after {
		content: "\ef9a";
	}

	#tb-footer .tb-comen-row {
		padding: 30px 0;
	}
}

@media (max-width: 480px) {
	.common-home #tb-footer .footer-top-cms {
		padding: 0 0 20px 0;
	}

	#tb-footer .footer-top-cms {
		padding: 0 0 20px 0;
	}

	#tb-footer {
		margin: 20px 0 0 0;
	}

	#tb-footer .footer-bottom-left p {
		font-size: 13px;
	}

	#tb-footer .footer-commen h5 {
		font-size: 13px;
		line-height: 16px;
	}

	#tb-footer .footer-commen h5::after {
		font-size: 12px;
	}
}

/* footer End*/


/* TB-Product-Tab Start*/
#TB-top-product-tab {
	text-align: center;
	background: #C2C6B9 ;
	padding: 100px 0;
}

.tb-home .nav-tabs {
	border: medium none;
	display: inline-block;

	margin: 0 0 25px;
	text-align: center;
	vertical-align: top;
	width: auto;
}

.TB-Commen-Heading h3 {
	position: relative;
	font: 700 44px/46px 'Averia Serif Libre', cursive;
	color: #434738;
	padding: 0 0 40px 0;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.TB-Commen-Heading h3::after {
	background-image: url(../images/separator-img.png);
	width: 167px;
	height: 30px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	content: "";
	position: absolute;
}

#TB-category-tab {
	text-align: center;
	margin: 0 0 100px 0;
	background: #C2C6B9;
	padding: 100px 0;
}

@media (max-width: 1399px) {
	.TB-Commen-Heading h3 {
		font-size: 40px;
		line-height: 42px;
	}
}

@media (max-width: 1299px) {
	#TB-top-product-tab {
		padding: 80px 0;
	}

	#TB-category-tab {
		padding: 80px 0;
		margin: 0 0 80px 0;
	}
}

@media (max-width: 1199px) {
	#TB-top-product-tab {
		padding: 60px 0;
	}

	#TB-category-tab {
		padding: 60px 0;
		margin: 0 0 60px 0;
	}

	.TB-Commen-Heading h3 {
		font-size: 36px;
		line-height: 38px;
	}
}

@media (max-width: 991px) {
	#TB-top-product-tab {
		padding: 40px 0;
	}

	#TB-category-tab {
		padding: 40px 0;
		margin: 0 0 40px 0;
	}

	.TB-Commen-Heading h3 {
		font-size: 32px;
		line-height: 34px;
		padding: 0 0 35px 0;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 575px) {
	.TB-Commen-Heading h3 {
		font-size: 28px;
		line-height: 32px;
	}
}

@media (max-width: 480px) {
	#TB-top-product-tab {
		padding: 20px 0;
	}

	#TB-category-tab {
		margin: 0 0 20px 0;
		padding: 20px 0;
	}

	.TB-Commen-Heading h3 {
		padding: 0 0 30px 0;
		margin: 0 0 20px 0;
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 360px) {
	.TB-Commen-Heading h3 {
		font-size: 22px;
		line-height: 30px;
	}
}

/* TB-top-product-tab & .tb-category-tab css Start*/
#TB-top-product-tab .TBProduct-Tab .nav-tabs,
#TB-category-tab .tb-category-Tab .nav-tabs {
	border: none;
	margin: 0 0 40px 0;
	text-align: center;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

#TB-top-product-tab .TBProduct-Tab .nav-tabs>li,
#TB-category-tab .tb-category-Tab .nav-tabs>li {
	padding: 0;
	margin: 0 5px;
	position: relative;
	display: inline-block;

}

#TB-top-product-tab .TBProduct-Tab .nav-tabs>li>a,
#TB-category-tab .tb-category-Tab .nav-tabs>li>a {
	line-height: 32px;
	margin: 0;
	padding: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: 1;
	background: #777;
	overflow: hidden;
	border: none;
	position: relative;
	display: block;
}

#TB-top-product-tab .TBProduct-Tab .nav-tabs>li>a .tab-title,
#TB-category-tab .tb-category-Tab .nav-tabs>li>a .tab-title {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	color: #434738 ;
	background: #ffffff;
	font: 400 15px/18px 'Jost', Jost, sans-serif;
	margin: 0;
	outline: medium none;
	padding: 14px 40px;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

#TB-top-product-tab .TBProduct-Tab .nav-tabs>li>a::after,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li.active>a::after,
#TB-category-tab .tb-category-Tab .nav-tabs>li>a::after,
#TB-category-tab .tb-category-Tab .nav-tabs>li.active>a::after {
	background: #d9ef82;
	transition: all 0.4s ease;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: -1;
	right: 0;
}

#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:hover>a,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:active>a,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:focus>a,
#TB-category-tab .tb-category-Tab .nav-tabs>li:hover>a,
#TB-category-tab .tb-category-Tab .nav-tabs>li:active>a,
#TB-category-tab .tb-category-Tab .nav-tabs>li:focus>a {
	border: none;
}

#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:hover>a h3,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:active>a h3,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:focus>a h3,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li.active>a h3,
#TB-category-tab .tb-category-Tab .nav-tabs>li:hover>a h3,
#TB-category-tab .tb-category-Tab .nav-tabs>li:active>a h3,
#TB-category-tab .tb-category-Tab .nav-tabs>li:focus>a h3,
#TB-category-tab .tb-category-Tab .nav-tabs>li.active>a h3 {
	color: #434738 ;
	background: #d9ef82;
}

#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:hover>a::after,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:active>a::after,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:focus>a::after,
#TB-top-product-tab .TBProduct-Tab .nav-tabs>li.active>a::after,
#TB-category-tab .tb-category-Tab .nav-tabs>li:hover>a::after,
#TB-category-tab .tb-category-Tab .nav-tabs>li:active>a::after,
#TB-category-tab .tb-category-Tab .nav-tabs>li:focus>a::after,
#TB-category-tab .tb-category-Tab .nav-tabs>li.active>a::after {
	height: 100%;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

@media (max-width: 1199px) {

	#TB-top-product-tab .TBProduct-Tab .nav-tabs>li>a .tab-title,
	#TB-category-tab .tb-category-Tab .nav-tabs>li>a .tab-title {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 991px) {

	#TB-top-product-tab .TBProduct-Tab .nav-tabs,
	#TB-category-tab .tb-category-Tab .nav-tabs {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 767px) {

	#TB-top-product-tab .TBProduct-Tab .nav-tabs>li>a .tab-title,
	#TB-category-tab .tb-category-Tab .nav-tabs>li>a .tab-title {
		padding: 12px 30px;
	}

	#TB-top-product-tab .TBProduct-Tab .nav-tabs>li,
	#TB-category-tab .tb-category-Tab .nav-tabs>li {
		margin: 0 auto 15px;
		display: block;
		width: auto;
		float: none;
	}

	#TB-top-product-tab .TBProduct-Tab .nav-tabs>li:last-child,
	#TB-category-tab .tb-category-Tab .nav-tabs>li:last-child {
		margin-bottom: 0;
	}

	#TB-top-product-tab .TBProduct-Tab .nav-tabs,
	#TB-category-tab .tb-category-Tab .nav-tabs {
		margin: 0 0 20px 0;
	}
}

/* TB-top-product-tab & .tb-category-tab css Start*/
.product-thumb {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.tab-content>.fade {
	opacity: 1;
}

.product-thumb .image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	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;
}

.product-thumb .image img {
	width: 100% !important;
	display: block;
	margin: 0 auto;

}

.product-thumb .image img.image_thumb_swap {
	left: auto;

	height: auto;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	right: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

.product-thumb:hover .image img.image_thumb_swap,
.product-thumb:focus .image img.image_thumb_swap,
.product-thumb:active .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.product-layout,
.product-layouts {
	padding: 0 15px;
	position: relative;
}

.product-thumb .sale-icon,
.product-sale-icon {
	color: #434738;
	font: 500 14px/16px 'Jost', Jost, sans-serif;
	right: auto;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	left: -40px;
	top: 0;
	vertical-align: top;
	z-index: 1;
	transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	background: #D9EF82;
	padding: 6px 12px;
	border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
	-moz-border-radius: 8px 0 8px 0;
	-ms-border-radius: 8px 0 8px 0;
	-o-border-radius: 8px 0 8px 0;
}

.product-thumb:hover .sale-icon,
.product-thumb:focus .sale-icon,
.product-thumb:active .sale-icon {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	left: 0;
}

.product-thumb h4 {
	margin: 0;
}

.product-layouts .product-thumb .thumb-description,
.product-thumb .thumb-description {
	position: relative;
	text-align: start;
	padding: 15px;
}

.product-layouts .product-thumb .thumb-description::before,
.product-thumb .thumb-description::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	width: calc(100% - 30px);
	height: 1px;
	background: transparent;
	margin: 0 auto;
}

.featured-carousel .product-thumb .thumb-description::before {
	display: none;
}

.product-list.product-layouts .product-thumb .thumb-description::before,
.product-sort.product-layouts .product-thumb .thumb-description::before,
.featured-items.product-layouts .product-thumb .thumb-description::before,
.product-list .product-thumb .thumb-description::before,
.product-sort .product-thumb .thumb-description::before {
	right: auto;
	bottom: 0;
	width: 1px;
	height: calc(100% - 60px);
	margin: auto 0;
}

.product-thumb .price {
	color: #434738;
	font: 700 18px/20px 'Jost', Jost, sans-serif;
	text-align: start;
}

.product-thumb .price-old {
	color: #666;
	font: 400 14px/20px 'Jost', Jost, sans-serif;
	text-decoration: line-through;
	margin: 0 0 0 5px;
}

.product-thumb h4 a {
	color: #454545;
	font: 400 17px/20px 'Jost', Jost, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 6px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	letter-spacing: 0.5px;
}

.product-thumb h4 a:hover,
.product-thumb h4 a:focus,
.product-thumb h4 a:active,
.product-thumb:hover h4 a,
.product-thumb:focus h4 a,
.product-thumb:active h4 a {
	color: #434738;
}

.product-thumb .price-tax {
	display: none;
}

.product-thumb .percent,
.product-percent {
	position: absolute;
	top: 0;
	color: #434738;
	font: 400 13px/16px 'Jost', Jost, sans-serif;
	left: auto;
	right: -40px;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	vertical-align: top;
	z-index: 1;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	background: #d9ef82;
	padding: 6px 12px;
	border-radius: 0 8px 0 8px;
}

.product-thumb:hover .percent,
.product-thumb:focus .percent,
.product-thumb:active .percent {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	right: 0;
}

@media (max-width: 1199px) {

	.product-thumb .sale-icon,
	.product-sale-icon {
		padding: 5px 10px;
	}

	.product-thumb .percent,
	.product-percent {
		padding: 5px 10px;
	}
}

@media (max-width: 767px) {

	.product-thumb .sale-icon,
	.product-sale-icon {
		left: 0;
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
	}

	.product-thumb .percent,
	.product-percent {
		right: 0;
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
	}
}

@media (max-width: 575px) {
	.product-thumb {
		display: inline-block;
	}
}

@media (max-width: 543px) {
	.product-layouts .product-thumb .image {
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 480px) {
	.product-thumb {
		margin: 0 0 20px 0;
	}
}

/* 4 button CSS Start*/
.product-thumb .button-group {
	bottom: -50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	height: 45px;

}

.product-thumb:hover .button-group,
.product-thumb:focus .button-group,
.product-thumb:active .button-group {
	bottom: 20px;
	top: auto;
}

.product-thumb .button-group button {
	background: #d9ef82;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border: none;
	outline: none;
	color: #434738;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 0 2px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

.product-thumb .rating {
	display: block;
	position: absolute;
	top: auto;
	bottom: 15px;
	margin: 0 auto;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	left: 0;
	right: 0;
}

.product-thumb .rating .rating-star i,
.rating .rating-star i {
	font-size: 18px;
	line-height: 20px;
}

.product-thumb .rating .rating-star.checked i,
.rating .rating-star.checked i {
	color: #e2a500;
}

.product-thumb .rating .rating-star i,
.rating .rating-star i {
	color: #848484;
}

.product-thumb:hover .rating,
.product-thumb:focus .rating,
.product-thumb:active .rating {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

.product-thumb .button-group i {
	height: 45px;
	width: 45px;
	line-height: 45px;
	margin: 0;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	color: #434738;
	vertical-align: top;
	border: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

.product-thumb .button-group button::before {
	background: #fff;
	transition: all 0.4s ease;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: -1;
	right: 0;
}

.product-thumb .button-group button:hover::before,
.product-thumb .button-group button:active::before,
.product-thumb .button-group button:focus::before {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	height: 100%;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus,
.product-thumb .button-group button:active,
.product-list .product-thumb .button-group .btn-cart:hover,
.product-list .product-thumb .button-group .btn-cart:focus,
.product-list .product-thumb .button-group .btn-cart:active {
	background-color: #d9ef82;
}

.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span,
.button-group button.btn-quickview span {
	display: none;
}

.button-group button .loading i {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block !important;
}

@media (max-width: 767px) {
	.product-thumb .button-group {
		bottom: 15px;
	}

	.product-thumb:hover .button-group {
		bottom: 15px;
	}

	.product-thumb .rating {
		bottom: 70px;
	}

	.product-thumb:hover .rating {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
	}
}

/* 4 button CSS End*/
/* TB-Product-Tab End*/
/* Next / Prev Icon Start*/
.owl-nav.disabled {
	display: none !important;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav,
#TB-special-products .tb-special-products .owl-nav,
#TB-home-blog .tb-home-blog-carousel .owl-nav,
#TB-category-featured .tb-category-featured-carousel .owl-nav,
#TB-category-tab .tb-category-tab-carousel .owl-nav,
.related-carousel .products-carousel .owl-nav {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button::after,
#TB-top-product-tab .tb-top-product-carousel .owl-nav button::before,
#TB-special-products .tb-special-products .owl-nav button::after,
#TB-special-products .tb-special-products .owl-nav button::before,
#TB-home-blog .tb-home-blog-carousel .owl-nav button::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button::before,
#TB-category-featured .tb-category-featured-carousel .owl-nav button::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button::before,
#TB-category-tab .tb-category-tab-carousel .owl-nav button::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button::before,
.related-carousel .products-carousel .owl-nav button::after,
.related-carousel .products-carousel .owl-nav button::before {
	position: absolute;
	font-size: 22px;
	line-height: 35px;
	font-family: "IcoFont";
	/* height: 35px;
	width: 35px; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #434738;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	font-weight: 500;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button.owl-prev::before,
#TB-special-products .tb-special-products .owl-nav button.owl-prev::before,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.owl-prev::before,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.owl-prev::before,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.owl-prev::before,
.related-carousel .products-carousel .owl-nav button.owl-prev::before {
	left: 10px;
	right: auto;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	color: #ffffff;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button.owl-prev::after,
#TB-special-products .tb-special-products .owl-nav button.owl-prev::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.owl-prev::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.owl-prev::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.owl-prev::after,
.related-carousel .products-carousel .owl-nav button.owl-prev::after {
	content: "\eab5";
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button.owl-next::after,
#TB-special-products .tb-special-products .owl-nav button.owl-next::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.owl-next::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.owl-next::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.owl-next::after,
.related-carousel .products-carousel .owl-nav button.owl-next::after {
	content: "\eab8";
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button,
#TB-special-products .tb-special-products .owl-nav button,
#TB-home-blog .tb-home-blog-carousel .owl-nav button,
#TB-category-featured .tb-category-featured-carousel .owl-nav button,
#TB-category-tab .tb-category-tab-carousel .owl-nav button,
.related-carousel .products-carousel .owl-nav button {
	vertical-align: top;
	text-shadow: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	height: 35px;
	width: 35px;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: relative;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	background: #d9ef82;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	margin: 0 5px;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button:hover,
#TB-top-product-tab .tb-top-product-carousel .owl-nav button:active,
#TB-top-product-tab .tb-top-product-carousel .owl-nav button:focus,
#TB-special-products .tb-special-products .owl-nav button:hover,
#TB-special-products .tb-special-products .owl-nav button:active,
#TB-special-products .tb-special-products .owl-nav button:focus,
#TB-home-blog .tb-home-blog-carousel .owl-nav button:hover,
#TB-home-blog .tb-home-blog-carousel .owl-nav button:active,
#TB-home-blog .tb-home-blog-carousel .owl-nav button:focus,
#TB-category-featured .tb-category-featured-carousel .owl-nav button:hover,
#TB-category-featured .tb-category-featured-carousel .owl-nav button:active,
#TB-category-featured .tb-category-featured-carousel .owl-nav button:focus,
#TB-category-tab .tb-category-tab-carousel .owl-nav button:hover,
#TB-category-tab .tb-category-tab-carousel .owl-nav button:active,
#TB-category-tab .tb-category-tab-carousel .owl-nav button:focus,
.related-carousel .products-carousel .owl-nav button:hover,
.related-carousel .products-carousel .owl-nav button:active,
.related-carousel .products-carousel .owl-nav button:focus {
	background: #d9ef82;
	border: 1px solid #d9ef82;
	color: #fff;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button:hover::after,
#TB-top-product-tab .tb-top-product-carousel .owl-nav button:active::after,
#TB-top-product-tab .tb-top-product-carousel .owl-nav button:focus::after,
#TB-special-products .tb-special-products .owl-nav button:hover::after,
#TB-special-products .tb-special-products .owl-nav button:active::after,
#TB-special-products .tb-special-products .owl-nav button:focus::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button:hover::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button:active::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button:focus::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button:hover::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button:active::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button:focus::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button:hover::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button:active::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button:focus::after,
.related-carousel .products-carousel .owl-nav button:hover::after,
.related-carousel .products-carousel .owl-nav button:active::after,
.related-carousel .products-carousel .owl-nav button:focus::after {
	color: #434738 ;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button.disabled,
#TB-special-products .tb-special-products .owl-nav button.disabled,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.disabled,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.disabled,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.disabled,
.related-carousel .products-carousel .owl-nav button.disabled {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	background: #d9ef82;
	border: none;
	cursor: not-allowed;
}

#TB-top-product-tab .tb-top-product-carousel .owl-nav button.disabled::after,
#TB-special-products .tb-special-products .owl-nav button.disabled::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.disabled::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.disabled::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.disabled::after,
.related-carousel .products-carousel .owl-nav button.disabled::after {
	color: #434738 ;
}

/* #TB-top-product-tab .tb-top-product-carousel .owl-nav button.owl-prev span::before,
#TB-special-products .tb-special-products .owl-nav button.owl-prev span::before,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.owl-prev span::before,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.owl-prev span::before,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.owl-prev span::before,
.related-carousel .products-carousel .owl-nav button.owl-prev span::before {
	border-top: 1px solid #434738;
	content: "";

	height: 1px;
	left: -61px;
	position: absolute;
	text-align: left;
	top: 14px;
	width: 60px;
}
#TB-top-product-tab .tb-top-product-carousel .owl-nav button.owl-prev span::after,
#TB-special-products .tb-special-products .owl-nav button.owl-prev span::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.owl-prev span::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.owl-prev span::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.owl-prev span::after,
.related-carousel .products-carousel .owl-nav button.owl-prev span::after {
	border-bottom: 1px solid #434738;
	content: "";
	height: 1px;
	left: -41px;
	position: absolute;
	top: 18px;
	width: 40px;
}
#TB-top-product-tab .tb-top-product-carousel .owl-nav button.owl-next span::before,
#TB-special-products .tb-special-products .owl-nav button.owl-next span::before,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.owl-next span::before,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.owl-next span::before,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.owl-next span::before,
.related-carousel .products-carousel .owl-nav button.owl-next span::before {
	border-top: 1px solid #434738;
	content: "";
	height: 1px;
	position: absolute;
	right: -61px;
	top: 14px;
	width: 60px;
}
#TB-top-product-tab .tb-top-product-carousel .owl-nav button.owl-next span::after,
#TB-special-products .tb-special-products .owl-nav button.owl-next span::after,
#TB-home-blog .tb-home-blog-carousel .owl-nav button.owl-next span::after,
#TB-category-featured .tb-category-featured-carousel .owl-nav button.owl-next span::after,
#TB-category-tab .tb-category-tab-carousel .owl-nav button.owl-next span::after,
.related-carousel .products-carousel .owl-nav button.owl-next span::after {
	border-bottom: 1px solid #434738;
	content: "";
	height: 1px;
	position: absolute;
	right: -41px;
	top: 18px;
	width: 40px;
} */

/* Next / Prev Icon End*/
/* Special Product Start*/
#TB-special-products {
	text-align: center;
	margin: 0 0 100px 0;
	background: #C2C6B9;
	padding: 100px 0;
}

@media (max-width: 1299px) {
	#TB-special-products {
		padding: 80px 0;
		margin: 0 0 80px 0;
	}
}

@media (max-width: 1199px) {
	#TB-special-products {
		padding: 60px 0;
		margin: 0 0 60px 0;
	}
}

@media (max-width: 991px) {
	#TB-special-products {
		padding: 40px 0;
		margin: 0 0 40px 0;
	}
}

@media (max-width: 480px) {
	#TB-special-products {
		padding: 20px 0;
		margin: 0 0 20px 0;
	}
}

/* Special Product End*/


/* Tb-goToTop Start*/
#tb-goToTop {
	bottom: 100px;
	cursor: pointer;
	height: 40px;
	padding: 3px 7px;
	position: fixed;
	right: 45px;
	line-height: 42px;
	text-align: center;
	width: 40px;
	z-index: 9;
	overflow: hidden;
	border: none;
	background: #d9ef82;
	display: none;
}

#tb-goToTop::after {
	color: #434738;
	content: "\eab9";
	font-family: "IcoFont";
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	display: block;
}

#tb-goToTop:hover:after,
#tb-goToTop:active:after,
#tb-goToTop:focus:after {
	color: #434738;
}

#tb-goToTop:hover,
#tb-goToTop:active,
#tb-goToTop:focus {
	background: #d9ef82;
}

/* Tb-goToTop End*/
/* TB-Slideshow-CMS  Start*/
#tb-home-slideshow {
	/* margin: 0 0 100px 0; */
	overflow: hidden;
	position: relative;
}

#tb-home-slideshow .slideshow {
	border: 0;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #dedbca;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev {
	left: -50px;
}

#tb-home-slideshow .slideshow .owl-nav .owl-next {
	right: -50px;
}

#tb-home-slideshow:hover .slideshow .owl-nav .owl-prev {
	left: 50px;
}

#tb-home-slideshow:hover .slideshow .owl-nav .owl-next {
	right: 50px;
}

#tb-home-slideshow .swiper-pagination {
	display: none;
}

#tb-home-slideshow .slideshow .owl-nav {
	width: 100%;
	position: absolute;
	top: 60%;
	line-height: 45px;
	margin: 0 auto;
	text-align: center;
	justify-content: space-between;
	display: flex;
	transform: translate(0, -60%);
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev,
#tb-home-slideshow .slideshow .owl-nav .owl-next {
	font-size: 0px;
	color: #434738;
	background-color: #d9ef82;
	width: 40px;
	height: 40px;
	line-height: 40px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: inline-block;
	text-align: center;
	z-index: 1;
	position: relative;
	overflow: hidden;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev:hover,
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover {
	background-color: #d9ef82;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	cursor: not-allowed;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled::after {
	display: none;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled::before {
	color: #434738;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled:focus::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled:focus::before {
	color: #434738;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev span,
#tb-home-slideshow .slideshow .owl-nav .owl-next span {
	display: none;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev:hover,
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:active,
#tb-home-slideshow .slideshow .owl-nav .owl-next:active,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:focus,
#tb-home-slideshow .slideshow .owl-nav .owl-next:focus {
	color: #fff;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next::after {
	background: #d9ef82;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: -1;
	right: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev:hover::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover::after,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:active::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next:active::after,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:focus::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next:focus::after {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	height: 100%;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next::before {
	font-family: "IcoFont";
	font-size: 22px;
	color: #434738;
	line-height: 40px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev::before {
	content: "\eab5";
}

#tb-home-slideshow .slideshow .owl-nav .owl-next::before {
	content: "\eab8";
}

#tb-home-slideshow .slideshow .owl-nav .owl-prev:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:focus::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next:focus::before {
	color: #434738;
}

/* TB-Home SlideShow content Start*/
#tb-home-slideshow .slideshow .slider-description {
	position: absolute;
	left: 13%;
	right: auto;
	top: 60%;
	bottom: auto;
	transform: translate(0, -60%);
	width: 30%;
	text-align: left;
}

#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
	font: 800 100px/102px 'Averia Serif Libre', cursive;
	color: #ffffff;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#tb-home-slideshow .slideshow .slider-description .tb-slider-title span {
	font-family: 'Averia Serif Libre', cursive;
	display: block;
	color: #d9ef82;
}

#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
	font: 400 24px/26px 'Jost', Jost, sans-serif;
	color: #fff;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
	font: 400 18px/30px 'Jost', Jost, sans-serif;
	color: #ffffff;
	margin: 0 0 28px 0;
	letter-spacing: 0.2px;
}

#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-title,
#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-subtitle,
#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-desc,
#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-slider-button {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.3s;
}

#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-title {
	animation-name: fadeInLeft;
}

#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-subtitle {
	animation-name: fadeInDown;
}

#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-desc,
#tb-home-slideshow .slideshow .owl-item.active .slider-description .tb-slider-slider-button {
	animation-name: fadeInUp;
}

@media (max-width: 1799px) {
	#tb-home-slideshow .slideshow .slider-description {
		left: 11%;
	}
}

@media (max-width: 1699px) {
	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 90px;
		line-height: 92px;
	}
}

@media (max-width: 1599px) {
	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		margin: 0 0 10px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 85px;
		line-height: 87px;
		margin: 0 0 5px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
		margin: 0 0 24px 0;
	}
}

@media (max-width: 1499px) {
	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 80px;
		line-height: 82px;
	}
}

@media (max-width: 1399px) {
	#tb-home-slideshow .slideshow .slider-description {
		width: 42%;
		top: 65%;
		transform: translate(0, -65%);
		-webkit-transform: translate(0, -65%);
		-moz-transform: translate(0, -65%);
		-ms-transform: translate(0, -65%);
		-o-transform: translate(0, -65%);
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		font-size: 20px;
		line-height: 22px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 74px;
		line-height: 76px;
		margin: 0 0 5px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
		margin: 0 0 18px 0;
	}
}

@media (max-width: 1299px) {
	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 5px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 66px;
		line-height: 68px;
		margin: 0 0 2px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 1199px) {

	/* #tb-home-slideshow{
		margin: 0 0 60px 0;
	} */
	#tb-home-slideshow .slideshow .slider-description {
		width: 40%;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 60px;
		line-height: 62px;
		margin: 0 0 6px 0;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
		font-size: 15px;
		line-height: 26px;
		margin: 0 0 20px 0;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow .slideshow .owl-nav .owl-next {
		width: 45px;
		height: 45px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
	#tb-home-slideshow .slideshow .owl-nav .owl-next::before {
		line-height: 45px;
	}

	#tb-home-slideshow .slideshow .slider-description {
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
	}

	#tb-home-slideshow .slideshow .owl-nav {
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
	}
}

@media (max-width: 991px) {
	#tb-home-slideshow {
		margin: 0 0 40px 0;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-slider-button a {
		font-size: 14px;
		line-height: 16px;
		padding: 12px 24px;
	}

	#tb-home-slideshow:hover .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:focus .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:active .slideshow .owl-nav .owl-prev {
		left: 30px;
	}

	#tb-home-slideshow:hover .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:focus .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:active .slideshow .owl-nav .owl-next {
		right: 30px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow .slideshow .owl-nav .owl-next {
		width: 40px;
		height: 40px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
	#tb-home-slideshow .slideshow .owl-nav .owl-next::before {
		line-height: 40px;
	}

	#tb-home-slideshow .slideshow .slider-description {
		width: 43%;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		font-size: 16px;
		line-height: 18px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 50px;
		line-height: 52px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
		font-size: 14px;
		line-height: 26px;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 767px) {
	#tb-home-slideshow .slideshow .slider-description {
		width: 42%;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 44px;
		line-height: 46px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:hover .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:focus .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:active .slideshow .owl-nav .owl-prev {
		left: 20px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:hover .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:focus .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:active .slideshow .owl-nav .owl-next {
		right: 20px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow .slideshow .owl-nav .owl-next {
		width: 30px;
		height: 30px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow .slideshow .owl-nav .owl-next {
		line-height: 30px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
	#tb-home-slideshow .slideshow .owl-nav .owl-next::before {
		font-size: 18px;
		line-height: 30px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
		display: none;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		margin: 0 0 5px 0;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		margin: 0 0 10px 0;
	}
}

@media (max-width: 575px) {
	#tb-home-slideshow .slideshow .slider-description {
		left: 13%;
		width: 42%;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		font-size: 13px;
		line-height: 15px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 34px;
		line-height: 36px;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-slider-button a {
		font-size: 13px;
		line-height: 15px;
		padding: 8px 16px;
	}
}

@media (max-width: 480px) {
	#tb-home-slideshow {
		margin: 0 0 20px 0;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-subtitle {
		display: none;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 28px;
		line-height: 30px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:hover .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:focus .slideshow .owl-nav .owl-prev,
	#tb-home-slideshow:active .slideshow .owl-nav .owl-prev {
		left: 10px;
	}

	#tb-home-slideshow .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:hover .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:focus .slideshow .owl-nav .owl-next,
	#tb-home-slideshow:active .slideshow .owl-nav .owl-next {
		right: 10px;
	}

	#tb-home-slideshow .slideshow .slider-description {
		left: 17%;
		width: 44%;
	}

	#tb-home-slideshow .slideshow .slider-description .tb-slider-slider-button a {
		padding: 10px 16px;
	}
}

@media (max-width: 360px) {
	#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
		font-size: 24px;
		line-height: 26px;
	}
}

/* TB-Home SlideShow content End*/


/* TB-Home SlideShow CSS End*/

/* search Start */
.search {
	display: inline-block;
	margin: 8px 0;
	position: relative;
}

.tbsearch {
	display: inline-block !important;
	width: 50px;
	height: 50px;
	position: relative;
	padding: 0 !important;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}

#search .tbsearch_button {
	width: 50px;
	height: 50px;
	display: inline-block;
}

#search .tbsearch_button .icofont-search-1 {
	color: #434738;
	font-size: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	position: relative;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: inline-block;
}

#search .tbsearch_button .icofont-close {
	color: #434738;
	display: none;
	font-size: 26px;
	height: 100%;
	line-height: 50px;
	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;
}

#search.active .tbsearch_button .icofont-close {
	display: block;
}

#search .tbsearch_button .icofont-close:hover,
#search .tbsearch_button .icofont-close:focus,
#search .tbsearch_button .icofont-close:active {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

#search .tbsearch_button:hover .icofont-search-1,
#search .tbsearch_button:focus .icofont-search-1,
#search .tbsearch_button:active .icofont-search-1 {
	color: #434738;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

#search.active .tbsearch_button .icofont-search-1 {
	display: none;
}

#search.active .tbsearch_button .icon-search {
	display: none;
}

#search.active .tbsearch_button .icon-close {
	display: block;
}

.tbsearchtoggle {
	display: none;
	height: 46px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 85px;
	width: 320px;
	z-index: 99;
}

#search {
	width: 50px;
	height: 50px;
}

#search .select-wrapper {
	width: 160px;
}

#search .select-wrapper select {
	height: 40px;
	margin: 0 -1px 0 0;
}

#search .select-wrapper::after {
	padding: 3px;
}

#search .input-lg {
	margin: 0;
	height: 46px;
	line-height: 20px;
	padding: 5px 35px 5px 10px;
	background: transparent none repeat scroll 0 0;
	border: none;
	color: #434738;
	font-size: 14px;
	font-weight: 500;
	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;
	letter-spacing: 1px;
	border: 1px solid #e5e5e5;
	border-top: 3px solid #d9ef82 !important;
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0 0 8px 8px !important;
	-ms-border-radius: 0 0 8px 8px !important;
	-o-border-radius: 0 0 8px 8px !important;
	-webkit-border-radius: 0 0 8px 8px !important;
	-moz-border-radius: 0 0 8px 8px !important;
}

#search .live-search {
	position: absolute;
	z-index: 1000;
	padding: 10px;
	background-color: #FFF;
	left: 0;
	display: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	width: 100%;
	overflow: hidden;
}

#search .live-search ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#search .live-search ul li {
	background-color: #ffffff;
	cursor: pointer;
}

#search .live-search ul li a {
	padding: 10px;
	text-decoration: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: flex;
}

#search .live-search .result-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	padding: 8px 0;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#search .live-search .result-text a {
	color: #666;
	text-align: left;
	font: 400 14px/26px 'Jost', Jost, sans-serif;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#search .live-search .result-text:hover,
#search .live-search .result-text:focus,
#search .live-search .result-text:active {
	background: #f5f5f5;
}

#search .live-search ul li .product-image {
	padding: 0;
	width: auto;
	margin: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

#search .live-search ul li .search-description {
	text-align: left;
	padding: 0 0 0 15px;
}

#search .live-search ul li .product-name {
	padding: 0;
	font: 400 15px/20px 'Jost', Jost, sans-serif;
	color: #666;
	margin: 0 0 6px;
	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;
}

#search .live-search ul li .product-name p {
	display: none;
}

#search .live-search ul li .product-price {
	color: #8d1127;
	font: 400 16px/22px 'Jost', Jost, sans-serif;
	display: flex;
	align-items: center;
}

#search .live-search ul li:hover a,
#search .live-search ul li:focus a,
#search .live-search ul li:active a {
	background: #f5f5f5;
}

#search .live-search ul li:hover a .product-name,
#search .live-search ul li:focus a .product-name,
#search .live-search ul li:active a .product-name {
	color: #434738;
}

#search .live-search ul li .product-price .price {
	display: block;
	color: #d9ef82;
	font: 700 16px/18px 'Jost', Jost, sans-serif;
	margin: 0 5px 0 0;
}

#search .live-search ul li .product-price .special {
	display: block;
	color: #666;
	text-decoration: line-through;
	font: 400 14px/16px 'Jost', Jost, sans-serif;
}

#search .form-control::-moz-placeholder {
	color: #666;
	text-indent: 0.625rem;
}

#search .form-control {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#search .btn-lg {
	font-size: 13px;
	color: #666;
	line-height: 18px;
	padding: 0;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	position: absolute;
	right: 5px;
	top: 0;
	left: auto;
	z-index: 1;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	outline: none;
	bottom: 0;
	margin: auto;
}

#search .btn-lg i {
	font-size: 16px;
	color: #434738;
	line-height: 18px;
}

#search .btn-lg .material-icons.icon-search {
	line-height: 24px;
	font-size: 22px;
}

#search .btn-lg:hover,
#search .btn-lg:focus,
#search .btn-lg:active {
	color: #434738;
}

#search .btn-lg::before {
	display: none;
}

@media (max-width: 991px) {
	.tbsearchtoggle {
		top: 70px;
	}
}

@media (max-width: 767px) {
	#search .input-lg {
		background: #fff;
	}

	.tbsearchtoggle {
		width: 300px;
	}

	.tbsearchtoggle::after {
		right: 15px;
	}
}

@media (max-width: 480px) {
	#search {
		position: static;
	}

	#top-links>ul>li.header_user_info {
		margin: 0;
	}

	#search,
	#search .tbsearch_button,
	#search .tbsearch_button .icofont-search-1,
	.tbsearch {
		width: 40px;
		height: 40px;
	}

	#search .tbsearch_button .icofont-search-1 {
		line-height: 40px;
	}

	#search.active .tbsearch_button .icofont-close {
		line-height: 40px;
	}

	.tbsearchtoggle {
		top: 55px;
		right: -85px;
		left: auto;
	}
}

/* Search End */

/* cart Start */
#top-links>ul .tbcart {
	cursor: pointer;
	display: block;
	padding: 0;
	position: relative;
}

#cart .header-cart-toggle .cart-product .table>tbody>tr>td.text-right {
	font-size: 14px;
	line-height: 20px;
}

#cart .dropdown-menu li.cart-product {
	max-height: 400px;
	overflow-y: auto;
	min-height: 50px;
	overflow-x: visible;
	max-width: 350px;
}

#cart {
	padding: 0;
	position: relative;
}

#cart .dropdown-menu .btn.btn-danger i {
	font-size: 18PX;
	padding: 0px;
	width: 22px;
	height: 22px;
	line-height: 24px;
	font-weight: 500;
	display: inline-block;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	background-color: #d9ef82 !important;
    border-radius: 80px;
    color: #434738 !important;
}

#cart>.btn {
	padding: 0px;
	width: 50px;
	height: 50px;
	display: inline-block;
	border: none;
	background: none;
	position: relative;
	text-shadow: none;
	box-shadow: none;
}

#cart>.btn:hover i,
#cart>.btn:focus i,
#cart>.btn:active i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

#cart>.btn i {
	font-size: 26px;
	color: #434738;
	display: inline-block;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

#cart>.btn::after {
	display: none;
}

/* #cart > .btn::after {
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	right: auto;
	width: 50px;
	transition: transform 400ms ease-in-out 0s;
	-webkit-transition: transform 400ms ease-in-out 0s;
	-moz-transition: transform 400ms ease-in-out 0s;
	-o-transition: transform 400ms ease-in-out 0s;
	-ms-transition: transform 400ms ease-in-out 0s;
}#cart:hover > .btn::after,
#cart:focus > .btn::after,
#cart:active > .btn::after {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	background-position:-26px -170px;
} */
#cart.open>.btn {
	color: #666666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}

.tbcart #cart .cart-heading {
	display: none;
}

.tbcart #cart #cart-total {
	background: #d9ef82;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 15px;
	color: #434738;
	z-index: 1;
	font-size: 12px;
	font-weight: 500;
}

#cart>button>i.shopping-cart {
	color: #434738;
	font-size: 26px;
	height: 100%;
	line-height: 50px;
	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;
}

#cart>button:hover>i.shopping-cart,
#cart>button:focus>i.shopping-cart,
#cart>button:active>i.shopping-cart {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	color: #434738;
}

#cart .dropdown-menu {
	border: 1px solid #eee;
	border-top: 3px solid #d9ef82;
	min-width: 300px;
	padding: 15px;
	top: 85px;
	left: auto;
	z-index: 1001;
	display: none;
	right: 0;
	right: 0;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	box-shadow: 0 6px 12px rgba(174, 174, 174, 0.18);
}

#cart .dropdown-menu li.cart-product::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

#cart .dropdown-menu li.cart-product::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#cart .dropdown-menu li.cart-product::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px #434738;
	-moz-box-shadow: inset 0 0 6px #434738;
	-webkit-box-shadow: inset 0 0 6px #434738;
}

#cart .dropdown-menu .btn.btn-danger {
	height: auto;
	padding: 0px;
	background-color: #d9ef82!important;
	border: none;
	color: #434738!important;
	box-shadow: none;
	
}

#cart .dropdown-menu .btn.btn-danger:hover,
#cart .dropdown-menu .btn.btn-danger:focus,
#cart .dropdown-menu .btn.btn-danger:active {
	box-shadow: none;
}

#cart .dropdown-menu .btn.btn-danger i {
	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;
}

#cart .dropdown-menu .btn.btn-danger:hover i,
#cart .dropdown-menu .btn.btn-danger:focus i,
#cart .dropdown-menu .btn.btn-danger:active i {
	box-shadow: none;
	background: #eee;
}

#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 12px;
	padding: 4px;
}

#cart .dropdown-menu li p {
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	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;
}

#cart .dropdown-menu li p.text-right {
	justify-content: space-between;
	margin: 15px 0 0 0;
}

#cart .dropdown-menu li p:hover,
#cart .dropdown-menu li p:focus,
#cart .dropdown-menu li p:active {
	color: #434738;
}

#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus,
#cart .dropdown-menu li p a:active {
	background: #434738;
	border: 1px solid #434738;
	color: #ffffff;
}

#cart .dropdown-menu li p a strong {
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
}

#cart .dropdown-menu li p a strong i.fa {
	padding: 0 3px 0 0;
}

#cart .header-cart-toggle .text-right>strong {
	color: #666;
	font-size: 15px;
	font-weight: 500;
}

#cart .dropdown-menu li p a:first-child {
	background: #d9ef82;
	border: none;
	color: #434738;
	width: 48%;
	z-index: 2;
	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;
}

#cart .dropdown-menu li p a:first-child::before {
	background: #d9ef82;
}

#cart .dropdown-menu li p a:first-child:hover::before,
#cart .dropdown-menu li p a:first-child:focus::before,
#cart .dropdown-menu li p a:first-child:active::before,
#cart .dropdown-menu li p a:first-child:active::before,
#cart .dropdown-menu li p a:first-child:focus::before {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	height: 100%;
}

#cart .dropdown-menu li p a:first-child #cart .dropdown-menu li p a:first-child:hover,
#cart .dropdown-menu li p a:first-child:focus,
#cart .dropdown-menu li p a:first-child:active {
	background: #d9ef82;
	border: none;
	color: #fff;
}

#cart .dropdown-menu li p a {
	background: #d9ef82;
    border: none;
    color: #434738;
	font: 400 14px/20px 'Jost', Jost, sans-serif;
	padding: 8px;
	text-transform: uppercase;
	width: 48%;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	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;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

#cart .dropdown-menu li p a::before {
	background: #d9ef82;
	transition: all 0.4s ease;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	z-index: -1;
	right: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

#cart .dropdown-menu li p a:hover::before,
#cart .dropdown-menu li p a:focus::before,
#cart .dropdown-menu li p a:active::before,
#cart .dropdown-menu li p a:active::before,
#cart .dropdown-menu li p a:focus::before {
	height: 100%;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

#cart .dropdown-menu li p a:hover,
#cart .dropdown-menu li p a:focus,
#cart .dropdown-menu li p a:active {
	background: #d9ef82;
	border: none;
	color: #434738;
}

#cart .dropdown-menu li p a:first-child:hover,
#cart .dropdown-menu li p a:first-child:focus,
#cart .dropdown-menu li p a:first-child:active {
	background: #d9ef82!important;
	color: #434738!important;
}

#cart .dropdown-menu li p a:first-child::after {
	background: #d9ef82;
}

.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>td,
.header-cart-toggle .table-striped>tbody>tr:nth-child(2n+1)>th {
	background: none;
	padding: 5px;
}

.header-cart-toggle .table.table-bordered tr:first-child td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#cart .table-bordered>thead>tr>th,
#cart .table-bordered>tbody>tr>th,
#cart .table-bordered>tfoot>tr>th,
#cart .table-bordered>thead>tr>td,
#cart .table-bordered>tbody>tr>td,
#cart .table-bordered>tfoot>tr>td {
	border: none;
	padding: 1px 0;
	text-align: left;
}

#cart .header-cart-toggle .text-left.name>a {
	color: #666;
	text-transform: capitalize;
	font: 500 15px/20px 'Jost', Jost, sans-serif;
	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;
}

#cart .header-cart-toggle .text-left.name>a:hover,
#cart .header-cart-toggle .text-left.name>a:focus,
#cart .header-cart-toggle .text-left.name>a:active {
	color: #434738;
}

#cart .header-cart-toggle .table>tbody>tr>td.text-right.amount {
	color: #434738;
	font: 500 16px/18px 'Jost', Jost, sans-serif;
	padding: 10px 8px !important;
	text-align: right;
}

.header-cart-toggle .table .text-center img {
	border-radius: 0;
	background: none;
	padding: 0;
	max-width: 70px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

#cart .header-cart-toggle .text-right.price-total {
	color: #434738;
	text-align: right;
	font: 500 16px/18px 'Jost', Jost, sans-serif;
	white-space: nowrap;
}

.cart-form .table-bordered td.text-right.unit-price {
	color: #434738 ;
	font: 500 16px/18px 'Jost', Jost, sans-serif;
}

.cart-form .cart_input_block.input-group {
	display: flex;
	width: auto;
	max-width: max-content !important;
	align-items: center;
	justify-content: center;
}

#cart .header-cart-toggle .table.table-bordered {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
}

#cart .header-cart-toggle .table>tbody>tr>td {
	border-color: #e5e5e5;
	--bs-table-accent-bg: none;
	border: none;
	padding: 7px 8px !important;
}

#cart .header-cart-toggle .table>tbody>tr>td.text-center.button,
#cart .header-cart-toggle .table>tbody>tr>td.text-right {
	padding: 7px 0 !important;
}

#cart .header-cart-toggle .table.table-bordered tbody tr .text-right {
	padding: 3px 0 !important;
}

#cart .dropdown-menu table {
	margin: 0;
}

#cart .header-cart-toggle .table.table-bordered tr {
	border: none;
}

#cart .header-cart-toggle li:first-child tr:first-child td {
	border-bottom: none;
	padding: 5px 4px 10px;
}

#cart .dropdown-menu .btn.btn-danger i.fa-times {
	font-size: 14px;
	padding: 4px;
	color: #666;
}

#cart .dropdown-menu .btn.btn-danger:hover i.fa-times,
#cart .dropdown-menu .btn.btn-danger:focus i.fa-times,
#cart .dropdown-menu .btn.btn-danger:active i.fa-times {
	color: #666;
}

#cart .table.table-striped tr {
	background: none;
	border-bottom: 1px solid #e5e5e5;
}

#cart .table.table-striped tr:last-child {
	border: none;
}

#cart .header-cart-toggle .table>tbody>tr>td.image {
	padding: 10px 0 !important;
	width: 70px;
}

.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 10px !important;
}

@media (max-width: 991px) {
	#cart .dropdown-menu {
		top: 65px;
	}

	#cart>.btn,
	#cart>.btn i {
		width: 40px;
		height: 40px;
	}

	#cart>.btn i {
		line-height: 40px;
	}

	.tbcart #cart #cart-total {
		right: 2px;
		top: 2px;
	}
}

@media (max-width: 480px) {
	#cart .dropdown-menu {
		top: 55px;
		right: -5px;
		width: 270px;
	}
}

/* cart End */
/* Account Start*/

#top-links ul {
	padding: 0;
	margin: 0;
}

.header-top-right {
	padding: 35px 0;
}

#top-links>.list-inline {
	display: flex;
	align-items: center;
}

#top-links ul li.account-nav {
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
}

#top-links ul li.account-nav .tbuserheading {
	display: none;
}

#top-links ul li.account-nav a.dropdown-toggle {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: none;
}

#top-links ul li.account-nav a.dropdown-toggle::after {
	display: none;
}

#top-links ul li.account-nav:hover a.dropdown-toggle i,
#top-links ul li.account-nav:focus a.dropdown-toggle i,
#top-links ul li.account-nav:active a.dropdown-toggle i {
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	transform: rotatey(180deg);
}

#top-links ul li.account-nav a.dropdown-toggle i {
	font-size: 20px;
	color: #434738;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

#top-links ul li.account-nav a.dropdown-toggle .icofont-simple-down {
	display: none;
}

#top-links ul li.account-nav .dropdown-menu>li>a {
	padding: 5px 0;
	background: none;
	color: #666;
	font: 400 15px/18px 'Jost', Jost, sans-serif;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	display: block;
}

#top-links ul li.account-nav .dropdown-menu>li>a>i {
	font-size: 16px;
	padding: 0 5px 0 0;
	line-height: 18px;
}

#top-links ul li.account-nav .dropdown-menu>li>a:hover,
#top-links ul li.account-nav .dropdown-menu>li>a:focus,
#top-links ul li.account-nav .dropdown-menu>li>a:active {
	color: #434738;
}

#top-links ul li.account-nav>.dropdown-menu {
	padding: 15px;
	min-width: 180px;
	position: absolute;
	top: 85px;
	right: 0;
	left: auto;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-top: 3px solid #d9ef82;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
}

@media (max-width: 991px) {
	#top-links ul li.account-nav>.dropdown-menu {
		top: 70px;
	}
}

@media (max-width: 480px) {

	#top-links ul li.account-nav,
	#top-links ul li.account-nav a.dropdown-toggle,
	#top-links ul li.account-nav a.dropdown-toggle i {
		width: 40px;
		height: 40px;
	}

	#top-links ul li.account-nav a.dropdown-toggle i {
		line-height: 40px;
	}

	#top-links ul li.account-nav>.dropdown-menu {
		top: 55px;
	}
}

/* Account Css End*/

/* tblanguage tbcurrency Start */
.tblanguage .pull-left,
.tbcurrency .pull-left {
	float: none;
	width: 100%;
}

.tblanguage .btn-group,
.tbcurrency .btn-group {
	display: block;
}

.tblanguage .btn-group button,
.tbcurrency .btn-group button {
	display: block;
	float: none;
	width: 100%;
	color: #666;
	letter-spacing: 1px;
	font: 400 14px/18px 'Jost', Jost, sans-serif;
	text-align: left;
	padding: 5px 0;
	text-decoration: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	outline: none;
	box-shadow: none;
}

.tblanguage .btn-group>.btn-link,
.tbcurrency .btn-group>.btn-link {
	border-bottom: 1px solid #e5e5e5;
	color: #434738;
	font: 400 14px/28px 'Jost', Jost, sans-serif;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	outline: none;
}

.tblanguage .btn-group,
.tbcurrency .btn-group {
	display: block;
}

/* .tblanguage .btn-group>.btn-link i,
.tbcurrency .btn-group>.btn-link i {
	display: none;
} */
/* .tblanguage .btn-group button:hover,
.tblanguage .btn-group button:focus,
.tblanguage .btn-group button:active,
.tblanguage .btn-group button.selected,
.tbcurrency .btn-group button:hover,
.tbcurrency .btn-group button:focus,
.tbcurrency .btn-group button:active,
.tbcurrency .btn-group button.selected {
	color: #fff;
} */
.tblanguage .btn-group li,
.tbcurrency .btn-group li {
	list-style: none;
}

.tblanguage .dropdown-menu,
.tbcurrency .dropdown-menu {
	position: static;
	float: none;
	display: block;
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: auto;
}

/* tblanguage tbcurrency End */

/* Header Start */
.common-home .tbloader {
	background: #ffffff url("../images/ajax-loader.gif") no-repeat scroll center center;
	background-attachment: scroll;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 999999;
}

.header {
	position: relative;
	background: none;
	z-index: 9;
	left: 0;
	right: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	background: #fff;
}

.common-home .header {
	/* position: absolute; */
	background: none;
	z-index: 9;
	left: 0;
	right: 0;
}

.header:hover,
.header:focus,
.header:active {
	background: #ffffff;
}

#logo img {
	max-width: 179px;
	max-height: 63px;
	height: auto;
	width: auto;
}

.header-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-left {
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.header-top-row .left-nav {
	display: flex;
}

/* tblanguage tbcurrency Start */
.header-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-row .left-nav {
	display: flex;
}

.header-top-row .left-nav li {
	list-style: none;
}

.tblanguage .pull-left,
.tbcurrency .pull-left {
	float: none;
	width: 100%;
}

.tblanguage .btn-group,
.tbcurrency .btn-group {
	display: block;
}

.tblanguage .btn-group button,
.tbcurrency .btn-group button {
	display: block;
	float: none;
	width: 100%;
	color: #666;
	letter-spacing: 1px;
	font: 400 15px/18px 'Jost', Jost, sans-serif;
	text-align: left;
	padding: 5px 0;
	text-decoration: none;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	outline: none;
	box-shadow: none;
}

.tblanguage .btn-group>.btn-link,
.tbcurrency .btn-group>.btn-link {
	border-bottom: none;
	color: #434738;
	font: 400 16px/28px 'Jost', Jost, sans-serif;
	text-align: left;
	margin: 0;
	outline: none;
	padding: 10px;
}

.tblanguage .btn-group button::after,
.tbcurrency .btn-group button::after {
	display: none;
}

.tblanguage .btn-group,
.tbcurrency .btn-group {
	display: block;
}

.tblanguage .btn-group>.btn-link i::before,
.tbcurrency .btn-group>.btn-link i::before {
	line-height: 28px;
	float: none;
	display: inline-block;
	font-size: 16px;
	content: '\eab2';
	font-family: "icofont";
	font-style: normal;
	vertical-align: top;
}

.tblanguage .btn-group>.btn-link strong,
.tbcurrency .btn-group>.btn-link strong {
	font-weight: 400;
}

#form-currency .btn-group ul.dropdown-menu.currency-toggle,
#form-language .btn-group ul.dropdown-menu.language-toggle {
	border: 1px solid #e9e9e9;
	background: #fff;
	font-size: 13px;
	left: auto;
	right: 0;
	min-width: 160px;
	border-top: 3px solid #434738;
	padding: 5px 15px;
	position: absolute;
	text-align: left;
	top: 49px;
	margin: 0;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	display: none;
}

#form-language .btn-group>.btn-link::before {
	content: "";
	height: 15px;
	left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 1px;
	background: #fff;
}

.tblanguage .btn-group button:hover,
.tbcurrency .btn-group button:hover,
.tblanguage .btn-group button.selected,
.tbcurrency .btn-group button.selected {
	color: #434738;
}

.tblanguage .btn-group>button:hover,
.tbcurrency .btn-group>button:hover {
	color: #434738;
}

.tblanguage .btn-group li,
.tbcurrency .btn-group li {
	list-style: none;
}

.tblanguage .dropdown-menu,
.tbcurrency .dropdown-menu {
	position: static;
	float: none;
	/*display: block;*/
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: auto;
}

@media (max-width: 767px) {
	.header-top-row {
		display: block;
		text-align: center;
	}

	.header-top-row .left-nav {
		justify-content: center;
	}

	.tblanguage .btn-group>.btn-link,
	.tbcurrency .btn-group>.btn-link {
		padding: 5px 10px;
	}

	#form-currency .btn-group ul.dropdown-menu.currency-toggle,
	#form-language .btn-group ul.dropdown-menu.language-toggle {
		top: 39px;
	}
}

@media (max-width: 480px) {

	.tblanguage .btn-group>.btn-link,
	.tbcurrency .btn-group>.btn-link {
		font-size: 13px;
		line-height: 25px;
	}

	.tblanguage .btn-group>.btn-link i::before,
	.tbcurrency .btn-group>.btn-link i::before {
		font-size: 13px;
		line-height: 28px;
	}

	#form-currency .btn-group ul.dropdown-menu.currency-toggle,
	#form-language .btn-group ul.dropdown-menu.language-toggle {
		min-width: 148px;
	}
}

/* tblanguage tbcurrency End */
.common-home .header-absolute {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 70px;
	bottom: auto;
}

.full-header.fixed .header-absolute {
	position: static;
}

.common-home .header-row {
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 0 45px;
	height: 80px;
}

.full-header.fixed .header-row {
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
}

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.full-header.fixed {
	animation: 1s ease 0s normal both 1 running fixedmenu;
	-webkit-animation: 1s ease 0s normal both 1 running fixedmenu;
	-moz-animation: 1s ease 0s normal both 1 running fixedmenu;
	-o-animation: 1s ease 0s normal both 1 running fixedmenu;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: none;
	left: 0;
	position: fixed !important;
	right: 0;
	top: 0;

	z-index: 9;
}

.full-header.fixed #menu .nav>li>a::before {
	display: none;
}

@-webkit-keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@-moz-keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@keyframes fixedmenu {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}

@media (max-width: 1199px) {
	.common-home .header-row {
		background: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		padding: 0;
	}

	.common-home .header-absolute {
		position: static;
	}
}

@media (max-width: 991px) {
	.common-home .header {
		position: relative;
		background-color: #ffffff;
	}

	.header-left {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 150px;
	}

	#logo img {
		max-width: 150px;
		max-height: 65px;
	}
}

@media (max-width: 480px) {
	.header-left {
		left: 70px;
		right: auto;
		width: 115px;
	}

	#logo img {
		max-width: 115px;
		max-height: 50px;
	}
}

@media (max-width: 320px) {
	.header-left {
		left: 60px;
		right: auto;
		width: 115px;
	}
}

/* Header End */