 /* TB-Services-CMS Start*/
 #tb-services-cms {
 	position: relative;
 	margin: -285px 0 80px 0;
 	background-image: url(../images/services-bg.png);
 	background-repeat: no-repeat;
 	background-size: cover;
 	width: 100%;
 	padding: 230px 0 150px 0;
 }

 #tb-services-cms .tb-services-row {
 	align-items: end;
 }

 #tb-services-cms .tb-services-flex {
 	display: flex;
 	align-items: center;
 	justify-content: space-evenly;
 	padding: 0 20px;
 	margin: 0 0 50px 0;
 }

 #tb-services-cms .services-col {
 	width: 250px;
 	height: 250px;
 	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	position: relative;
 	border: 8px solid #ffcaae;
 	background: linear-gradient(180deg, rgba(131, 81, 57, 1) 0%, rgba(98, 55, 33, 1) 100%);
 }

 #tb-services-cms .tb-service-img {
 	text-align: center;
 	display: inline-block;
 }

 #tb-services-cms .services-col .tb-services-section {
 	text-align: center;
 	margin: 0;
 	padding: 70px 0 0 0;
 	border-radius: 20px;
 	-moz-border-radius: 20px;
 	-webkit-border-radius: 20px;
 	-khtml-border-radius: 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;
 	position: relative;
 }

 #tb-services-cms .services-col .tb-services-section::before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	top: 0;
 	bottom: auto;
 	transform: translateX(-50%);
 	-webkit-transform: translateX(-50%);
 	-moz-transform: translateX(-50%);
 	-ms-transform: translateX(-50%);
 	-o-transform: translateX(-50%);
 	margin: 0 auto;
 	width: 100px;
 	height: 100px;
 	background: url(../images/services.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;
 	background-position: -48px -6px;
 }

 #tb-services-cms .services-col .tb-services-section.icon-1::before {
 	background-position: -30px -10px;
 }

 #tb-services-cms .services-col .tb-services-section.icon-2::before {
 	background-position: -30px -113px;
 	top: -5px;
 }

 #tb-services-cms .services-col .tb-services-section.icon-3::before {
 	background-position: -30px -225px;
 }

 #tb-services-cms .services-col .tb-services-section.icon-4::before {
 	background-position: -30px -325px;
 	top: -10px;
 }

 #tb-services-cms .services-col:hover .tb-services-section.icon-1::before {
 	background-position: -170px -10px;
 }

 #tb-services-cms .services-col:hover .tb-services-section.icon-2::before {
 	background-position: -170px -113px;
 }

 #tb-services-cms .services-col:hover .tb-services-section.icon-3::before {
 	background-position: -170px -225px;
 }

 #tb-services-cms .services-col:hover .tb-services-section.icon-4::before {
 	background-position: -170px -325px;
 }

 #tb-services-cms .owl-item {
 	float: left;
 }

 #tb-services-cms .owl-item:last-child {
 	margin: 0 0 0 0;
 }

 #tb-services-cms .owl-nav.disabled {
 	display: none;
 }

 #tb-services-cms .tb-services-section h2 {
 	font: 700 20px/22px 'Philosopher', Helvetica, sans-serif;
 	letter-spacing: 0.50px;
 	color: #fff;
 	margin: 0 0 10px 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: capitalize;
 }

 #tb-services-cms .tb-services-section p {
 	font: 400 13px/15px 'Poppins', Helvetica, sans-serif;
 	letter-spacing: 0.30px;
 	color: #fff;
 	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;
 }

 @media (max-width: 1299px) {
 	#tb-services-cms .services-col {
 		width: 220px;
 		height: 220px;
 	}

 	#tb-services-cms {
 		padding: 250px 0 100px;
 	}
 }

 @media (max-width: 1199px) {
 	#tb-services-cms .services-col {
 		width: 200px;
 		height: 200px;
 	}

 	#tb-services-cms .tb-services-section h2 {
 		font-size: 18px;
 		line-height: 20px;
 	}

 	#tb-services-cms .tb-services-section p {
 		font-size: 12px;
 		line-height: 14px;
 	}

 }

 @media (max-width: 991px) {
 	#tb-services-cms {
 		padding: 250px 0 70px;
 		margin: -285px 0 40px 0;
 	}

 	#tb-services-cms .services-col {
 		width: 165px;
 		height: 165px;
 	}

 	#tb-services-cms .tb-service-img {
 		margin: 0 auto 15px;
 	}

 	#tb-services-cms .tb-services-section p {
 		font-size: 11px;
 		line-height: 13px;
 	}

 	#tb-services-cms .tb-services-flex {
 		padding: 0;
 	}
 }

 @media (max-width: 767px) {

 	#tb-services-cms .tb-services-flex {
 		justify-content: center;
 		margin: 0;
 	}

 	#tb-services-cms .services-col {
 		width: 185px;
 		height: 185px;
 		margin: 15px;
 	}

 	#tb-services-cms .tb-service-img {
 		margin: 0 auto;
 	}

 	#tb-services-cms .tb-service-img {
 		width: 300px;
 	}

 	#tb-services-cms {
 		text-align: center;
 		margin: -285px 0 20px 0;
 		padding: 250px 0 160px;
 	}

 	#tb-services-cms .align-items-center {
 		display: block;
 	}
 }

 @media (max-width: 575px) {
 	#tb-services-cms .tb-service-img {
 		width: 250px;
 	}

 	#tb-services-cms {
 		padding: 250px 0 130px;
 	}
 }

 @media (max-width: 480px) {
 	#tb-services-cms .services-col {
 		width: 200px;
 		height: 200px;
 		margin: 0 auto 15px;
 	}

 	#tb-services-cms {
 		padding: 250px 0 200px;
 		background-position: center;
 	}

 	#tb-services-cms .tb-services-flex {
 		display: block;
 	}

 	#tb-services-cms .services-col::before {
 		left: -5px;
 		right: -5px;
 		top: -5px;
 		bottom: -5px;
 	}

 	#tb-services-cms .tb-services-section p {
 		font-size: 11px;
 		line-height: 13px;
 	}
 }

 @media (max-width: 360px) {
 	#tb-services-cms .tb-service-img {
 		width: 220px;
 	}
 }

 /* TB-Services-CMS End*/

 /* tb-testimonial-cms start */

 #tb-testimonial-cms {
 	margin: 0 0 80px 0;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-img {
 	width: 100px;
 	height: 100px;
 	display: inline-block;
 	overflow: hidden;
 	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	margin: -50px 0 10px 0;
 	position: relative;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-img img {
 	border: 2px solid #633725;
 	border-radius: 50%;
 	padding: 6px;
 	background: #fff;
 	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-testimonial-cms .tb-testimonial-section {
 	text-align: center;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section {
 	cursor: pointer;
 	margin: 65px 15px 25px;
 	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: #ededed;
 	padding: 0 40px 15px;
 	border-radius: 20px;
 	-webkit-border-radius: 20px;
 	-moz-border-radius: 20px;
 	-ms-border-radius: 20px;
 	-o-border-radius: 20px;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section:hover {
 	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section:hover .tb-testimonial-img img {
 	padding: 0;
 }

 #tb-testimonial-cms .tb-testimonial-flex .owl-stage-outer {
 	overflow: hidden;
 }

 #tb-testimonial-cms .owl-item {
 	float: left;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-text {
 	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;
 	text-align: center;
 	margin: 0 0 12px 0;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-text h2 {
 	font: 600 22px/24px "Philosopher", Helvetica, sans-serif;
 	color: #633725;
 	letter-spacing: 1px;
 	margin: 0 0 10px 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: capitalize;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-text h3 {
 	font: 400 14px/16px "Poppins", Helvetica, sans-serif;
 	color: #111;
 	letter-spacing: 0.50px;
 	margin: 0 0 5px;
 	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-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-text .star {
 	font-size: 18px;
 	line-height: 20px;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-text .star i {
 	color: #848484;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-text .star .color {
 	color: #e2a500;
 }

 #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
 	font: italic 400 15px/28px "Poppins", Helvetica, sans-serif;
 	color: #484848;
 	letter-spacing: 0.3px;
 	margin: 0;
 	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;
 	overflow: hidden;
 	display: -webkit-box;
 	line-clamp: 4;
 	-webkit-line-clamp: 4;
 	-webkit-box-orient: vertical;
 }

 #tb-testimonial-cms .owl-nav.disabled {
 	display: none;
 }

 #tb-testimonial-cms .owl-dots {
 	text-align: center;
 	margin: 15px 0 0 0;
 }

 #tb-testimonial-cms .owl-dots .owl-dot {
 	width: 12px;
 	height: 12px;
 	border: 0;
 	background-color: #a2a2a2;
 	margin: 3px;
 	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 }

 #tb-testimonial-cms .owl-dots .owl-dot.active {
 	background-color: #633725;
 }

 @media (max-width: 1499px) {
 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
 		font-size: 14px;
 		line-height: 27px;
 	}
 }

 @media (max-width: 1299px) {
 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
 		font-size: 13px;
 		line-height: 26px;
 	}
 }

 @media (max-width: 1199px) {
 	#tb-testimonial-cms {
 		margin: 0 0 60px 0;
 	}

 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
 		font-size: 14px;
 		line-height: 30px;
 		line-clamp: 3;
 		-webkit-line-clamp: 3;
 	}
 }

 @media (max-width: 991px) {
 	#tb-testimonial-cms {
 		margin: 0 0 40px 0;
 	}

 	#tb-testimonial-cms .owl-dots {
		margin: 0px 0 0 0;
	}

 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonia-user {
 		padding: 30px 10px;
 	}

 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
 		font-size: 15px;
 		line-height: 30px;
 	}
 }

 @media (max-width: 767px) {
 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
 		height: auto;
 	}

 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section {
 		margin: 65px 15px 25px;
 	}

 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-img img {
 		padding: 0;
 	}
 }

 @media (max-width: 480px) {
 	#tb-testimonial-cms {
 		margin: 0 0 20px 0;
 	}

 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
 		font-size: 13px;
 		line-height: 26px;
 	}

 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section {
 		padding: 0 15px 15px;
 	}
 }

 @media (max-width: 360px) {
 	#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .tb-testimonial-text .star {
 		font-size: 15px;
 	}
 }

 /* tb-testimonial-cms end */


 /* TB-Footer-CMS Start*/
 #TB-Footer-cms .tb-footer-desc {
 	margin: 20px 0 0 0;
 	font: 400 14px/26px "Poppins", Helvetica, sans-serif;
 	color: #ccc;
 	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: 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 14px/26px "Poppins", Helvetica, sans-serif;
 	color: #ccc;
 }

 #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 {
 	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;
 }

 @media (min-width: 992px) and (max-width: 1199px) {
 	#Tb-contact-us .tb-contact-list p {
 		font-size: 13px;
 	}

 	.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-banner-cms start*/
 #tb-banner-cms {
 	margin: 0 0 80px 0;
 }

 #tb-banner-cms .tb-banner-images {
 	position: relative;
 	overflow: hidden;
 	display: inline-block;
 	border-radius: 30px;
 	-webkit-border-radius: 30px;
 	-moz-border-radius: 30px;
 	-ms-border-radius: 30px;
 	-o-border-radius: 30px;
 }

 #tb-banner-cms .tb-banner-images 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;
 }

 #tb-banner-cms .tb-banner-images:hover img {
 	transform: scale(1.05);
 }

 #tb-banner-cms .tb-banner-images .tb-banner-text {
 	position: absolute;
 	top: 40px;
 	left: auto;
 	right: 40px;
 	width: 45%;
 	bottom: auto;
 	margin: auto 0;
 	text-align: right;
 }

 #tb-banner-cms .tb-banner-images .tb-banner-text-2 {
 	text-align: left;
 	right: auto;
 	left: 40px;
 }

 #tb-banner-cms .tb-banner-images .tb-banner-text h2 {
 	font: 700 60px/62px 'Philosopher', sans-serif;
 	color: #fff;
 	margin: 0;
 	letter-spacing: 7px;
 	text-transform: uppercase;
 }

 #tb-banner-cms .tb-banner-images .tb-banner-text span {
 	font: 400 50px/52px 'Philosopher', sans-serif;
 	color: #fff;
 	margin: 10px 0;
 	letter-spacing: 18px;
 }

 #tb-banner-cms .tb-banner-images .tb-banner-text p {
 	font: 400 16px/30px "Poppins", Helvetica, sans-serif;
 	color: #fff;
 	margin: 10px 0 15px 0;
 	letter-spacing: 0.50px;
 }

 @media screen and (max-width: 1499px) {
 	#tb-banner-cms .tb-banner-images .tb-banner-text p {
 		font-size: 15px;
 		line-height: 30px;
 	}
 }

 @media screen and (max-width: 1399px) {
 	#tb-banner-cms .tb-banner-images .tb-banner-text {
 		width: 48%;
 	}
 }

 @media screen and (max-width: 1299px) {
 	#tb-banner-cms .tb-banner-images .tb-banner-text {
 		top: 20px;
 		right: 30px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text-2 {
 		left: 30px;
 	}
 }

 @media screen and (max-width: 1199px) {
 	#tb-banner-cms .tb-banner-images .tb-banner-text a {
 		padding: 12px 25px;
 	}

 	#tb-banner-cms {
 		margin: 0 0 60px 0;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text h2 {
 		font-size: 45px;
 		line-height: 47px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text span {
 		font-size: 32px;
 		line-height: 34px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text p {
 		margin: 5px 0 10px 0;
 	}
 }

 @media screen and (max-width: 991px) {
 	#tb-banner-cms {
 		margin: 0 0 40px 0;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text a {
 		padding: 8px 16px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text h2 {
 		font-size: 32px;
 		line-height: 34px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text span {
 		font-size: 26px;
 		line-height: 30px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text p {
 		font-size: 11px;
 		line-height: 20px;
 		margin: 0 0 10px 0;
 	}
 }

 @media screen and (max-width: 767px) {
 	#tb-banner-cms .tb-banner-images .tb-banner-text a {
 		padding: 13px 24px;
 	}

 	#tb-banner-cms .tb-banner-row .tb-banner-cms-col .tb-banner-images.tb-banner-images1 {
 		margin: 0 0 30px 0;
 	}

 	#tb-banner-cms {
 		text-align: center;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text p {
 		font-size: 15px;
 		line-height: 28px;
 		margin: 5px 0 12px 0;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text span {
 		font-size: 34px;
 		line-height: 36px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text h2 {
 		font-size: 46px;
 		line-height: 48px;
 	}
 }

 @media screen and (max-width: 480px) {
 	#tb-banner-cms .tb-banner-images .tb-banner-text h2 {
 		font-size: 38px;
 		line-height: 40px;
 		letter-spacing: 6px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text p {
 		display: none;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text a {
 		padding: 10px 15px;
 		margin: 10px 0 0 0;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text span {
 		font-size: 24px;
 		line-height: 28px;
 		letter-spacing: 12px;
 	}

 	#tb-banner-cms {
 		margin: 0 0 20px 0;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text-2 {
 		left: 20px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text {
 		right: 20px;
 	}

 	#tb-banner-cms .tb-banner-row .tb-banner-cms-col .tb-banner-images.tb-banner-images1 {
 		margin: 0 0 20px 0;
 	}
 }

 @media screen and (max-width: 360px) {
 	#tb-banner-cms .tb-banner-images .tb-banner-text h2 {
 		font-size: 26px;
 		line-height: 28px;
 	}

 	#tb-banner-cms .tb-banner-images .tb-banner-text span {
 		letter-spacing: 10px;
 	}
 }

 /* TB-banner-cms end*/

 /* TB-Sub-Banner-CMS Start */
 #tb-sub-banner-cms {
 	margin: 0 0 80px 0;
 	position: relative;
 }

 #tb-sub-banner-cms::after {
 	position: absolute;
 	content: "";
 	background-image: url(../images/sub-banner-heart.png);
 	background-repeat: no-repeat;
 	background-size: cover;
 	width: 187px;
 	height: 172px;
 	top: 40px;
 	bottom: auto;
 	left: 0;
 	right: 0;
 	margin: 0 auto;
 	z-index: 2;
 	animation: zoom-in-zoom-out 3s ease-out infinite;
 }

 @keyframes zoom-in-zoom-out {
 	0% {
 		transform: scale(1, 1);
 	}

 	50% {
 		transform: scale(1.1, 1.1);
 	}

 	100% {
 		transform: scale(1, 1);
 	}
 }

 #tb-sub-banner-cms .row {
 	margin: 0;
 }

 #tb-sub-banner-cms .row .tb-banner-cms-col {
 	padding: 0;
 }

 #tb-sub-banner-cms .tb-sub-banner-main {
 	background-image: url(../images/sub-banner-bg.jpg);
 	background-repeat: repeat;
 	background-size: contain;
 	background-position: right;
 	position: relative;
 }

 #tb-sub-banner-cms .tb-sub-banner-main::before {
 	position: absolute;
 	content: "";
 	top: -14px;
 	right: 0;
 	bottom: auto;
 	left: 0;
 	background-image: url(../images/sub-banner-before.png);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 100%;
 	height: 130px;
 	z-index: 1;
 }

 #tb-sub-banner-cms .tb-sub-banner-main::after {
 	position: absolute;
 	content: "";
 	top: auto;
 	right: 0;
 	bottom: -8px;
 	left: 0;
 	background-image: url(../images/sub-banner-after.png);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 100%;
 	height: 130px;
 	z-index: 1;
 }

 #tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 	width: 100%;
 	padding: 0 100px;
 }

 #tb-sub-banner-cms .tb-sub-banner-img .tb-sub-banner-text {
 	width: 90%;
 }

 #tb-sub-banner-cms .tb-sub-banner-text h2 {
 	font: 700 44px/46px "Philosopher", Helvetica, sans-serif;
 	color: #fff;
 	letter-spacing: 0.50px;
 	margin: 0;
 	text-transform: capitalize;
 }

 #tb-sub-banner-cms .tb-sub-banner-text p {
 	font: 400 16px/33px "Poppins", Helvetica, sans-serif;
 	color: #fff;
 	letter-spacing: 0.10px;
 	margin: 15px 0;
 }

 @media screen and (max-width: 1899px) {
 	#tb-sub-banner-cms .tb-sub-banner-img .tb-sub-banner-text {
 		width: 100%;
 	}
 }

 @media screen and (max-width: 1799px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 42px;
 		line-height: 44px;
 	}
 }

 @media screen and (max-width: 1699px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 38px;
 		line-height: 42px;
 	}
 }

 @media screen and (max-width: 1599px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 34px;
 		line-height: 36px;
 	}
 }

 @media screen and (max-width: 1499px) {
 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 0 80px;
 	}
 }

 @media screen and (max-width: 1399px) {
 	#tb-sub-banner-cms .tb-sub-banner-main::after {
 		bottom: -5px;
 		height: 80px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-main::before {
 		top: -70px;
 	}

 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 0 60px;
 	}

 	#tb-sub-banner-cms::after {
 		width: 157px;
 		height: 142px;
 		top: 0px;
 	}
 }

 @media screen and (max-width: 1299px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 30px;
 		line-height: 32px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-text p {
 		margin: 10px 0;
 		font-size: 15px;
 		line-height: 30px;
 	}
 }

 @media screen and (max-width: 1199px) {
 	#tb-sub-banner-cms .tb-sub-banner-main::before {
 		top: -80px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-main::after {
 		bottom: 0px;
 		height: 75px;
 	}

 	#tb-sub-banner-cms::after {
 		width: 97px;
 		height: 87px;
 	}

 	#tb-sub-banner-cms {
 		margin: 0 0 60px 0;
 	}
 }

 @media screen and (max-width: 991px) {
 	#tb-sub-banner-cms .tb-sub-banner-main::before {
 		top: -90px;
 	}

 	#tb-sub-banner-cms {
 		margin: 0 0 40px 0;
 		text-align: center;
 	}

 	#tb-sub-banner-cms::after {
 		display: none;
 	}

 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 50px 130px 100px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-main {
 		background-position: bottom;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-img .tb-sub-banner-text {
 		text-align: center;
 	}
 }

 @media screen and (max-width: 767px) {
 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 50px 50px 100px;
 	}
 }

 @media screen and (max-width: 575px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 28px;
 		line-height: 30px;
 	}

 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 30px 20px 100px;
 	}

 	#tb-sub-banner-cms {
 		margin: 0 0 20px 0;
 	}
 }

 @media screen and (max-width: 480px) {
 	#tb-sub-banner-cms {
 		margin: 0;
 	}
 }

 @media screen and (max-width: 360px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 26px;
 		line-height: 32px;
 	}
 }

 /* TB-Sub-Banner-CMS End */

 /* TB-Sub-Banner-CMS Start */
 #tb-sub-banner-cms {
 	margin: 0 0 80px 0;
 	position: relative;
 }

 #tb-sub-banner-cms::after {
 	position: absolute;
 	content: "";
 	background-image: url(../images/sub-banner-heart.png);
 	background-repeat: no-repeat;
 	background-size: cover;
 	width: 187px;
 	height: 172px;
 	top: 40px;
 	bottom: auto;
 	left: 0;
 	right: 0;
 	margin: 0 auto;
 	z-index: 2;
 	animation: zoom-in-zoom-out 3s ease-out infinite;
 }

 @keyframes zoom-in-zoom-out {
 	0% {
 		transform: scale(1, 1);
 	}

 	50% {
 		transform: scale(1.1, 1.1);
 	}

 	100% {
 		transform: scale(1, 1);
 	}
 }

 #tb-sub-banner-cms .row {
 	margin: 0;
 }

 #tb-sub-banner-cms .row .tb-banner-cms-col {
 	padding: 0;
 }

 #tb-sub-banner-cms .tb-sub-banner-main {
 	background-image: url(../images/sub-banner-bg.jpg);
 	background-repeat: repeat;
 	background-size: contain;
 	background-position: right;
 	position: relative;
 }

 #tb-sub-banner-cms .tb-sub-banner-main::before {
 	position: absolute;
 	content: "";
 	top: -14px;
 	right: 0;
 	bottom: auto;
 	left: 0;
 	background-image: url(../images/sub-banner-before.png);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 100%;
 	height: 130px;
 	z-index: 1;
 }

 #tb-sub-banner-cms .tb-sub-banner-main::after {
 	position: absolute;
 	content: "";
 	top: auto;
 	right: 0;
 	bottom: -8px;
 	left: 0;
 	background-image: url(../images/sub-banner-after.png);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 100%;
 	height: 130px;
 	z-index: 1;
 }

 #tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 	width: 100%;
 	padding: 0 100px;
 }

 #tb-sub-banner-cms .tb-sub-banner-img .tb-sub-banner-text {
 	width: 90%;
 }

 #tb-sub-banner-cms .tb-sub-banner-text h2 {
 	font: 700 44px/46px "Philosopher", Helvetica, sans-serif;
 	color: #fff;
 	letter-spacing: 0.50px;
 	margin: 0;
 	text-transform: capitalize;
 }

 #tb-sub-banner-cms .tb-sub-banner-text p {
 	font: 400 16px/33px "Poppins", Helvetica, sans-serif;
 	color: #fff;
 	letter-spacing: 0.10px;
 	margin: 15px 0;
 }

 @media screen and (max-width: 1899px) {
 	#tb-sub-banner-cms .tb-sub-banner-img .tb-sub-banner-text {
 		width: 100%;
 	}
 }

 @media screen and (max-width: 1799px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 42px;
 		line-height: 44px;
 	}
 }

 @media screen and (max-width: 1699px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 38px;
 		line-height: 42px;
 	}
 }

 @media screen and (max-width: 1599px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 34px;
 		line-height: 36px;
 	}
 }

 @media screen and (max-width: 1499px) {
 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 0 80px;
 	}
 }

 @media screen and (max-width: 1399px) {
 	#tb-sub-banner-cms .tb-sub-banner-main::after {
 		bottom: -5px;
 		height: 80px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-main::before {
 		top: -70px;
 	}

 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 0 60px;
 	}

 	#tb-sub-banner-cms::after {
 		width: 157px;
 		height: 142px;
 		top: 0px;
 	}
 }

 @media screen and (max-width: 1299px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 30px;
 		line-height: 32px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-text p {
 		margin: 10px 0;
 		font-size: 15px;
 		line-height: 30px;
 	}
 }

 @media screen and (max-width: 1199px) {
 	#tb-sub-banner-cms .tb-sub-banner-main::before {
 		top: -80px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-main::after {
 		bottom: 0px;
 		height: 75px;
 	}

 	#tb-sub-banner-cms::after {
 		width: 97px;
 		height: 87px;
 	}

 	#tb-sub-banner-cms {
 		margin: 0 0 60px 0;
 	}
 }

 @media screen and (max-width: 991px) {
 	#tb-sub-banner-cms .tb-sub-banner-main::before {
 		top: -90px;
 	}

 	#tb-sub-banner-cms {
 		margin: 0 0 40px 0;
 		text-align: center;
 	}

 	#tb-sub-banner-cms::after {
 		display: none;
 	}

 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 50px 130px 100px;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-main {
 		background-position: bottom;
 	}

 	#tb-sub-banner-cms .tb-sub-banner-img .tb-sub-banner-text {
 		text-align: center;
 	}
 }

 @media screen and (max-width: 767px) {
 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 50px 50px 100px;
 	}
 }

 @media screen and (max-width: 575px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 28px;
 		line-height: 30px;
 	}

 	#tb-sub-banner-cms .tb-banner-cms-col .tb-sub-banner-img {
 		padding: 30px 20px 100px;
 	}

 	#tb-sub-banner-cms {
 		margin: 0 0 20px 0;
 	}
 }

 @media screen and (max-width: 480px) {
 	#tb-sub-banner-cms {
 		margin: 0;
 	}
 }

 @media screen and (max-width: 360px) {
 	#tb-sub-banner-cms .tb-sub-banner-text h2 {
 		font-size: 26px;
 		line-height: 32px;
 	}
 }

 /* TB-Sub-Banner-CMS End */

 /* tb-container-banner Start*/
 #tb-container-banner-cms {
 	margin: 0 0 80px 0;
 }

 .tb-banner-aline-center {
 	align-items: center;
 }

 #tb_cms_containerbanner .tb-banner-row {
 	display: flex;
 	align-items: center;
 	flex-direction: row-reverse;
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h3 {
 	font: 700 42px/44px "Philosopher", Helvetica, sans-serif;
 	color: #fff;
 	margin: 0;
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text p {
 	font: 400 18px/30px "Poppins", Helvetica, sans-serif;
 	color: #fff;
 	letter-spacing: 0.10px;
 	margin: 20px 0;
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-images {
 	position: relative;
 	overflow: hidden;
 	display: inline-block;
 	border-radius: 30px;
 	-webkit-border-radius: 30px;
 	-moz-border-radius: 30px;
 	-ms-border-radius: 30px;
 	-o-border-radius: 30px;
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-images 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;
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-images:hover img {
 	transform: scale(1.05);
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main {
 	position: relative;
 	padding: 80px 60px;
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main::after {
 	position: absolute;
 	content: "";
 	background-image: url(../images/container-banner-bg.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	top: 0;
 	bottom: 0;
 	right: 0;
 	left: 0;
 	z-index: -1;
 	border-radius: 20px 0 0 20px;
 	-webkit-border-radius: 20px 0 0 20px;
 	-moz-border-radius: 20px 0 0 20px;
 	-ms-border-radius: 20px 0 0 20px;
 	-o-border-radius: 20px 0 0 20px;
 }

 #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-col {
 	padding: 0;
 }

 #tb-container-banner-cms .tb-container-banner-bg .row {
 	padding: 0;
 }

 /* end */
 /* media */
 @media screen and (max-width: 1299px) {
 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h3 {
 		font-size: 38px;
 		line-height: 40px;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text p {
 		font-size: 16px;
 		line-height: 28px;
 		margin: 15px 0;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main {
 		padding: 50px 60px;
 	}
 }

 @media screen and (max-width: 1199px) {
 	#tb-container-banner-cms {
 		margin: 0 0 60px 0;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h3 {
 		font-size: 28px;
 		line-height: 34px;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text p {
 		font-size: 14px;
 		line-height: 26px;
 		margin: 10px 0;
 	}
 }

 @media screen and (max-width: 991px) {
 	#tb-container-banner-cms {
 		margin: 0 0 40px 0;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h3 {
 		font-size: 24px;
 		line-height: 28px;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main {
 		padding: 20px;
 	}
 }

 @media screen and (max-width: 767px) {
 	#tb-container-banner-cms .tb-container-banner-bg {
 		padding: 0 15px;
 	}

 	#tb-container-banner-cms .tb-container-banner-text,
 	#tb-container-banner-cms {
 		text-align: center;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main {
 		padding: 30px 80px;
 		margin: -6px 0 0 0;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main::after {
 		width: 80%;
 		margin: 0 auto;
 		border-radius: 0 0 20px 20px;
 		-webkit-border-radius: 0 0 20px 20px;
 		-moz-border-radius: 0 0 20px 20px;
 		-ms-border-radius: 0 0 20px 20px;
 		-o-border-radius: 0 0 20px 20px;
 	}

 	#tb_cms_containerbanner .tb-banner-row {
 		justify-content: center;
 	}
 }

 @media screen and (max-width: 575px) {
 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h3 {
 		font-size: 23px;
 		line-height: 26px;
 	}
 }

 @media screen and (max-width: 480px) {
 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main::after {
 		width: 85%;
 	}

 	#tb-container-banner-cms {
 		margin: 0 0 20px 0;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main {
 		padding: 15px 60px;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h3 {
 		font-size: 22px;
 		line-height: 28px;
 	}
 }

 @media screen and (max-width: 360px) {
 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main {
 		padding: 15px 32px;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h3 {
 		font-size: 18px;
 		line-height: 24px;
 	}

 	#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-main::after {
 		width: 89%;
 	}
 }

 /* tb-container-banner Start*/


 /* TB-Footer-CMS Start*/
 #TB-Footer-cms .tb-footer-desc {
 	margin: 20px 0 0 0;
 	font: 400 14px/26px "Poppins", Helvetica, sans-serif;
 	color: #ccc;
 	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: 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 14px/26px "Poppins", Helvetica, sans-serif;
 	color: #ccc;
 }

 #Tb-contact-us .tb-contact-list i {
 	font-size: 18px;
 	line-height: 20px;
 	margin: 4px 10px 0 0;
 	width: 20px;
 	color: #fff;
 }

 #Tb-contact-us .tb-contact-list p a {
 	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;
 }

 @media (max-width: 1299px) {
 	#Tb-contact-us .tb-contact-list p {
 		font-size: 13px;
 		line-height: 24px;
 	}
 }

 @media (min-width: 992px) and (max-width: 1199px) {
 	#Tb-contact-us .tb-contact-list p {
 		font-size: 13px;
 	}

 	.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*/

 /* slider */
 @import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

 #tb-nivo-caption-text-hidden {
 	display: none;
 }

 .nivoSlider {
 	position: relative;
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 }

 .nivoSlider img {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	max-width: none;
 }

 .nivo-main-image {
 	display: block !important;
 	position: relative !important;
 	width: 100% !important;
 }

 .nivoSlider .tb-nivo-link img {
 	max-height: none !important;
 	top: 0;
 }

 .tb_button_slider {
 	display: block;
 	clear: both;
 	float: left;
 }

 p.caption5.tb-caption-type.tb_button_slider {
 	margin: 0;
 	width: 100%;
 }

 /* If an image is wrapped in a link */
 .nivoSlider a.nivo-imageLink {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 100%;
 	height: 100%;
 	border: 0;
 	padding: 0;
 	margin: 0;
 	z-index: 1;
 	display: none;
 	background: white;
 	filter: alpha(opacity=0);
 	opacity: 0;
 }

 /* The slices and boxes in the Slider */
 .nivo-slice {
 	display: block;
 	position: absolute;
 	z-index: 1;
 	height: 100%;
 	top: 0;
 }

 .nivo-box {
 	display: block;
 	position: absolute;
 	z-index: 1;
 	overflow: hidden;
 }

 .nivo-box img {
 	display: block;
 }

 /* Caption styles */
 .nivo-caption {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	background: #000;
 	color: #fff;
 	width: 100%;
 	z-index: 1;
 	padding: 5px 10px;
 	opacity: 0.8;
 	overflow: hidden;
 	display: none;
 	-moz-opacity: 0.8;
 	filter: alpha(opacity=8);
 	-webkit-box-sizing: border-box;
 	/* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;
 	/* Firefox, other Gecko */
 	box-sizing: border-box;
 	/* Opera/IE 8+ */
 }

 .nivo-caption p {
 	padding: 5px;
 	margin: 0;
 }

 .nivo-caption a {
 	display: inline !important;
 }

 .nivo-html-caption {
 	display: none;
 }

 .nivo-directionNav a {
 	position: absolute;
 	top: 50%;
 	/* margin-top: -25px; */
 	z-index: 3;
 	cursor: pointer;
 }

 .nivo-controlNav {
 	text-align: center;
 	padding: 15px 0;
 }

 .nivo-controlNav a {
 	cursor: pointer;
 }

 .nivo-controlNav a.active {
 	background: none repeat scroll 0 0 #E45F56;
 	font-weight: bold;
 }

 .theme-default {

 	position: relative;
 	width: 100%;
 }


 .tb-caption-wrapper {
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
 	z-index: 2;
 }

 .tb-caption-frame {
 	height: 100%;
 }

 .tb-caption-position-right {
 	float: right;
 }

 .tb-caption-position-left {
 	float: left;
 }

 .tb-caption-position-center {
 	margin: 0 auto !important;
 }

 .caption-span {
 	color: #333;
 	display: block;
 }

 .tb-caption-text-left {
 	text-align: left;
 }

 .tb-caption-text-right {
 	text-align: right;
 }

 .tb-caption-text-center {
 	text-align: center;
 }

 .tb-caption-type {
 	clear: left;
 	opacity: 0;
 	position: relative;
 }

 .tb-nivo-description {
 	display: none;
 }

 .tb-nivo-slider-wrapper {
 	width: 100%;
 	min-height: 200px;
 }

 .caption-span span {
 	float: left;
 }

 #tb-nivo-slider-wrapper h2 {
 	font-size: 1.5vw;
 	margin: 0;
 }

 .featured-products.clearfix.top-product {
 	margin: 0 0 100px 0 !important;
 }

 @media (max-width: 1299px) {
 	.featured-products.clearfix.top-product {
 		margin: 0 0 80px 0 !important;
 	}
 }

 @media (max-width: 1199px) {
 	.featured-products.clearfix.top-product {
 		margin: 0 0 60px 0 !important;
 	}
 }

 @media (max-width: 991px) {
 	.featured-products.clearfix.top-product {
 		margin: 0 0 40px 0 !important;
 	}
 }

 @media (max-width: 480px) {
 	.featured-products.clearfix.top-product {
 		margin: 0 0 20px 0 !important;
 	}
 }


 /*-------------theme-default------------*/

 .theme-default .tb-caption {
 	padding: 20px;
 }

 .theme-default .caption2 .caption-span {
 	line-height: 25px;
 }

 .theme-default .caption4 .caption-span {
 	font-size: 16px;
 	font-weight: 500;
 	line-height: 22px;
 }

 .theme-default .tb_button_slider {
 	display: inline-block;
 	margin: 10px 0 0;
 }

 .caption-span {
 	font-size: 1.8vw;
 }

 .caption2 .caption-span {
 	font-size: 19px;
 }

 .ie8 .caption2 .caption-span {
 	background: none repeat scroll 0 0 rgb(228, 224, 205);
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	font-size: 15px;
 }

 @media (max-width: 767px) {

 	/* .caption3 .caption-span {
      font-size: 9px;
    } */
 	.featured-products .nav-tabs>li {
 		padding: 0;
 		margin: 0 0 10px 0;
 		position: relative;
 		display: block;
 	}

 }


 .caption3 .caption-span {
 	font-size: 16px;
 }

 #tb-nivo-slider {
 	opacity: 0;
 }

 #tb-nivo-slider .tb-nivo-link {
 	display: none;
 }

 #tb-nivo-slider .tb-nivo-link:first-child {
 	display: block;
 }

 #tb-nivo-slider-loader img {
 	width: 50px;
 }

 #tb-nivo-slider-wrapper>#tb-nivo-slider-loader {
 	height: 100%;
 	position: absolute;
 	top: 0;
 	width: 100%;
 }

 .tb-nivo-slider-loader {
 	background: none repeat scroll 0 0 #F5F5F5;
 	display: table;
 	float: left;
 	height: 100%;
 	width: 100%;
 }

 .tb-nivo-slider-loader #tb-nivo-slider-loader-img {
 	display: table-cell;
 	text-align: center;
 	vertical-align: middle;
 }

 .homeslider-container {
 	margin-bottom: 50px;
 	position: relative;
 	float: left;
 	width: 100%;
 }

 .homeslider {
 	position: relative;
 	list-style: none;
 	overflow: hidden;
 	width: 100%;
 	padding: 0;
 	margin: 0;
 }

 .homeslider li {
 	position: absolute;
 	width: 100%;
 	left: 0;
 	top: 0;
 }

 .homeslider img {
 	display: block;
 	position: relative;
 	z-index: 1;
 	height: auto;
 	width: 100%;
 	border: 0;
 }

 .homeslider .caption {
 	display: block;
 	position: absolute;
 	z-index: 2;
 	font-size: 1em;
 	text-shadow: none;
 	color: #fff;
 	background: #000;
 	background: rgba(0, 0, 0, .6);
 	left: 0;
 	right: 0;
 	bottom: 0;
 	padding: 10px 20px;
 	margin: 0;
 	max-width: none;
 }

 .homeslider_nav {
 	position: absolute;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	top: 52%;
 	left: 0;
 	opacity: 0.7;
 	z-index: 3;
 	text-indent: -9999px;
 	overflow: hidden;
 	text-decoration: none;
 	height: 61px;
 	width: 38px;
 	background: transparent url("../homeslider.gif") no-repeat left top;
 	margin-top: -45px;
 }

 .homeslider_nav:active {
 	opacity: 1.0;
 }

 .homeslider_nav.next {
 	left: auto;
 	background-position: right top;
 	right: 0;
 }

 .carousel .carousel-item figure {
 	display: inline-block;
 	margin: 0;
 	position: relative;
 }

 .carousel .carousel-item .caption {}

 #tb-nivo-slider {
 	overflow: visible;
 	margin: 0;
 	background: transparent;
 	z-index: 1;
 }

 #container-main #content {
 	overflow-x: hidden;
 }


 .nivo-directionNav .owl-prev,
 .nivo-directionNav .owl-next {
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	/* margin-top: -15px; */
 	font-size: 30px;
 	/* display: flex; */
 	font-size: 0;
 	align-items: center;
 	justify-content: center;
 	background: #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;
 	color: #fff !important;
 	border-radius: 50px;
 	-moz-border-radius: 50px;
 	-webkit-border-radius: 50px;
 	-khtml-border-radius: 50px;
 	overflow: hidden;
 }

 .nivo-directionNav .owl-prev::before,
 .nivo-directionNav .owl-next::before {
 	background: #633725;
 	content: "";
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	height: 0;
 	opacity: 0;
 	-moz-opacity: 0;
 	-khtml-opacity: 0;
 	-webkit-opacity: 0;
 	border-radius: 50px;
 	-moz-border-radius: 50px;
 	-webkit-border-radius: 50px;
 	-khtml-border-radius: 50px;
 	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;
 }

 .nivo-directionNav .owl-prev:hover:before,
 .nivo-directionNav .owl-prev:active:before,
 .nivo-directionNav .owl-prev:focus:before,
 .nivo-directionNav .owl-next:hover:before,
 .nivo-directionNav .owl-next:active:before,
 .nivo-directionNav .owl-next:focus:before {
 	opacity: 1;
 	-moz-opacity: 1;
 	-khtml-opacity: 1;
 	-webkit-opacity: 1;
 	height: 100%;
 }

 .nivo-directionNav .owl-prev:is(:hover, :active, :focus),
 .nivo-directionNav .owl-next:is(:hover, :active, :focus) {
 	background-color: #633725;
 }

 /* .nivo-directionNav .owl-prev {
	margin-left: -15px
}

.nivo-directionNav .owl-next {
	margin-right: -15px
} */

 .carousel-caption {
 	right: 20%;
 	left: 20%;
 	padding-bottom: 30px
 }

 .carousel-indicators {
 	bottom: 20px
 }

 #tb-nivo-slider .nivo-directionNav i {
 	font-size: 20px;
 }

 #tb-nivo-slider .nivo-directionNav .owl-prev {
 	left: -60px;
 	position: absolute;
 	text-align: center;
 	opacity: 0;
 }

 #tb-nivo-slider .nivo-directionNav .owl-next {
 	opacity: 0;
 }

 @media (max-width: 1199px) {
 	/* #tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-prev {
		left: 30px !important;
		top: 50%;
	}

 	#tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-next {
 		right: 30px !important;
		 top: 50%;
		
 	}

	 .nivo-directionNav a { 
		top: 42%;
	} */

 	.nivo-directionNav .owl-prev,
 	.nivo-directionNav .owl-next {
 		width: 35px;
 		height: 35px;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-prev::after,
 	#tb-nivo-slider .nivo-directionNav .owl-next::after {
 		font-size: 20px !important;
 		line-height: 35px !important;
 	}
 }

 #tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-prev {
 	opacity: 1;
 	left: -30px;
 }

 #tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-next {
 	opacity: 1;
 	right: -30px;
 }



 #tb-nivo-slider .nivo-directionNav .owl-next {
 	right: -60px;
 	position: absolute;
 	text-align: center;
 }

 #tb-nivo-slider .nivo-directionNav .owl-prev::after,
 #tb-nivo-slider .nivo-directionNav .owl-next::after {
 	font-family: "IcoFont";
 	font-size: 24px;
 	color: #111;
 	line-height: 50px;
 	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-nivo-slider .nivo-directionNav:hover .owl-prev:hover:after,
 #tb-nivo-slider .nivo-directionNav:active .owl-prev:active:after,
 #tb-nivo-slider .nivo-directionNav:focus .owl-prev:focus:after,
 #tb-nivo-slider .nivo-directionNav:hover .owl-next:hover::after,
 #tb-nivo-slider .nivo-directionNav:active .owl-next:active:after,
 #tb-nivo-slider .nivo-directionNav:focus .owl-next:focus:after {
 	color: #fff;
 }


 .theme-default .nivo-controlNav {
 	display: none;
 }

 #tb-nivo-slider .nivo-directionNav .owl-prev::after {
 	content: "\eab5";
 	margin: 0 0 0 -5px;
 }

 #tb-nivo-slider .nivo-directionNav .owl-next::after {
 	content: "\eab8";
 	margin: 0;
 }

 .nivo-directionNav {
 	position: absolute;
 	top: -130px;
 	bottom: 0;
 	left: 0;
 	right: 0;
 }

 /* TB-Home SlideShow content Start*/

 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption {
 	position: absolute;
 	left: 13%;
 	right: auto;
 	top: 45%;
 	bottom: auto;
 	transform: translate(0, -50%);
 	width: 43% !important;
 	text-align: left;
 	margin: 0 !important;
 	padding: 0 !important;
 }

 .carousel-indicators {
 	bottom: 20px;
 	display: none;
 }

 /* #tb-nivo-slider .tb-caption-wrapper .caption-id-2 .tb-caption {
	right: 13%;
	left: auto;
} */
 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 	font: 700 70px/80px 'Philosopher', Helvetica, sans-serif;
 	color: #fff;
 	margin: 0;
 	text-transform: capitalize;
 	letter-spacing: 1px;
 }

 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption2 .caption-span {
 	font: 700 80px/90px 'Philosopher', Helvetica, sans-serif;
 	display: block;
 	color: #fff;
 	margin: 0 0 15px;
 	text-transform: uppercase;
 	letter-spacing: 5px;
 }

 #tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-prev {
 	left: 50px;
 }

 #tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-next {
 	right: 50px;
 }


 @keyframes aitf {
 	0% {
 		background-position: 0% 50%;
 	}

 	100% {
 		background-position: 100% 50%;
 	}
 }

 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption4 .caption-span p {
 	font: 400 18px/30px 'Poppins', sans-serif;
 	color: #fff;
 	margin: 10px 0 20px 0;
 	padding: 0 !important;
 }

 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5,
 .custom-btn {
 	display: inline-block;
 	border: none;
 	padding: 0;
 	border-radius: 25px;
 	/* width: auto; */
 }

 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5 a::after,
 .custom-btn a::after {
 	content: "\ea69";
 	position: absolute;
 	top: 0;
 	left: auto;
 	bottom: 0;
 	right: 4px;
 	margin: auto;
 	width: 39px;
 	height: 39px;
 	background: #fff;
 	font-family: "icofont";
 	font-size: 24px;
 	color: #633725;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	-webkit-border-radius: 25px;
 	-moz-border-radius: 25px;
 	-khtml-border-radius: 25px;
 	border-radius: 25px;
 	transition: all 500ms ease-in-out;
 	-webkit-transition: all 500ms ease-in-out;
 	-moz-transition: all 500ms ease-in-out;
 	-o-transition: all 500ms ease-in-out;
 	-ms-transition: all 500ms ease-in-out;
 	display: none;
 }

 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5 a:hover::after,
 .custom-btn a:hover::after {
 	color: #000;
 }

 #tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5 a,
 .custom-btn a {
 	padding: 15px 40px;
 	position: relative;
 	display: inline-flex;
 }

 .caption-id-1 .caption4 {
 	background: transparent !important;
 }

 /* .caption-id-2 .tb_button_slider a{
		background: #111 !important;
	} */

 /* TB-Home SlideShow content start*/
 @media (max-width: 1899px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 65px;
 		line-height: 75px;
 	}
 }

 @media (max-width: 1799px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 60px;
 		line-height: 70px;
 	}

 }

 @media (max-width: 1699px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 55px;
 		line-height: 65px;
 	}

 }

 @media (max-width: 1599px) {}

 @media (max-width: 1499px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 50px;
 		line-height: 60px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption4 .caption-span p {
 		font-size: 16px;
 		line-height: 30px;
 	}
 }

 @media (max-width: 1399px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 45px;
 		line-height: 55px;
 	}

 }

 @media (max-width: 1299px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 40px;
 		line-height: 50px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption4 .caption-span p {
 		font-size: 14px;
 		line-height: 28px;
 		margin: 10px 0 15px 0;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5 a {
 		padding: 14px 25px;
 		font-size: 14px;
 		line-height: 16px;
 	}
 }

 @media (max-width: 1199px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 35px;
 		line-height: 45px;
 	}

 	#carousel {
 		margin: 0 0 60px 0;
 	}

 	.nivo-directionNav {
 		top: -110px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption4 .caption-span p {
 		font-size: 14px;
 		line-height: 28px;
 		margin: 10px 0 15px 0;
 		overflow: hidden;
 		display: -webkit-box;
 		line-clamp: 3;
 		-webkit-line-clamp: 3;
 		-webkit-box-orient: vertical;
 	}

 }

 @media (max-width: 991px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 26px;
 		line-height: 36px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption4 .caption-span p {
 		font-size: 13px;
 		line-height: 26px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption {
 		top: 40%;
 		left: 15%;
 	}

 	#tb-nivo-slider:hover .carousel-control .icon-prev {
 		left: 30px;
 	}

 	#tb-nivo-slider:hover .carousel-control .icon-next {
 		right: 30px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption-description .tb-slider-slider-button a:first-child {
 		display: none;
 	}

 }

 @media (max-width: 767px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 24px;
 		line-height: 32px;
 		margin: 0 0 10px 0;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption4 .caption-span p {
 		display: none;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-prev,
 	#tb-nivo-slider:hover .nivo-directionNav .owl-prev {
 		left: 15px;
 		opacity: 1;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-next::after {
 		margin: 0;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-next,
 	#tb-nivo-slider:hover .nivo-directionNav .owl-next {
 		right: 15px;
 		opacity: 1;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-prev,
 	#tb-nivo-slider .nivo-directionNav .owl-next {
 		width: 40px;
 		height: 40px;
 		line-height: 40px;

 	}

 	#tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-prev {
 		left: 15px !important;
 	}

 	#tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-next {
 		right: 15px !important;
 	}

 	#tb-nivo-slider-wrapper #tb-nivo-slider .nivo-directionNav .owl-prev {
 		top: 50%;
 	}

 	#tb-nivo-slider-wrapper #tb-nivo-slider .nivo-directionNav .owl-next {
 		top: 50%;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-prev::after,
 	#tb-nivo-slider .nivo-directionNav .owl-next::after {
 		font-size: 20px !important;
 		line-height: 40px !important;
 	}

 }

 @media (max-width: 575px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 20px;
 		line-height: 26px;
 	}

 }

 @media (max-width: 480px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 14px;
 		line-height: 22px;
 		margin: 0 0 5px 0;
 	}

 	.btn-secondary {
 		font-size: 13px;
 		line-height: 18px;
 		/* padding: 12px 24px; */
 		padding: 12px 47px 12px 23px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5 a {
 		padding: 10px 20px;
 		font-size: 13px;
 	}

 	.btn-secondary::after {
 		width: 36px;
 		height: 36px;
 	}

 	/* #tb-nivo-slider .nivo-directionNav .owl-prev, #tb-nivo-slider:hover .nivo-directionNav .owl-prev {
		left: 25px;
	}
	#tb-nivo-slider .nivo-directionNav .owl-next, #tb-nivo-slider:hover .nivo-directionNav .owl-next {
		right: 25px;
	} */
 	#carousel .carousel-control .icon-prev,
 	#carousel:hover .carousel-control .icon-prev {
 		left: 20px;
 	}

 	#carousel .carousel-control .icon-next,
 	#carousel:hover .carousel-control .icon-next {
 		right: 20px;
 	}

 	#carousel {
 		margin: 0 0 20px 0;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5 a::after,
 	.custom-btn a::after {
 		content: none;
 	}

 	#tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-prev {
 		left: 7px !important;
 	}

 	#tb-nivo-slider-wrapper:hover #tb-nivo-slider .nivo-directionNav .owl-next {
 		right: 7px !important;
 	}

 	#tb-nivo-slider-wrapper #tb-nivo-slider .nivo-directionNav .owl-next {
 		right: 7px !important;
 	}

 	#tb-nivo-slider-wrapper #tb-nivo-slider .nivo-directionNav .owl-prev {
 		left: 7px !important;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-prev,
 	#tb-nivo-slider .nivo-directionNav .owl-next {
 		width: 34px;
 		height: 34px;
 		line-height: 34px;
 	}

 	#tb-nivo-slider .nivo-directionNav .owl-prev::after,
 	#tb-nivo-slider .nivo-directionNav .owl-next::after {
 		line-height: 35px !important;
 	}

 	.nivo-directionNav {
 		top: -40px;
 	}
 }

 @media (max-width: 360px) {
 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption1 .caption-span {
 		font-size: 12px;
 		line-height: 20px;
 	}

 	#tb-nivo-slider .tb-caption-wrapper .tb-caption-frame .tb-caption .caption5 a {
 		padding: 10px 20px;
 	}
 }






 /* product */
 #products article.product-miniature.js-product-miniature {
 	overflow: hidden;
 }

 #products .show_list article.product-miniature.js-product-miniature {
 	overflow: visible;
 }

 /* 4 icons */

 .addtocart .add-to-cart {
 	padding: 0 !important;
 	width: 45px;
 	height: 45px;
 	line-height: 20px;
 	/* padding: 0 18px !important; */
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }


 #blockcart-modal .cart-content-btn .btn-secondary::before,
 #blockcart-modal .cart-content-btn .btn-secondary:is(:hover, :active, :focus) {
 	background-color: #111;
 }

 #blockcart-modal .cart-content-btn .btn-primary {
 	background-color: #111;
 	color: #fff;
 }

 #blockcart-modal .cart-content-btn .btn-primary::before,
 #blockcart-modal .cart-content-btn .btn-primary:is(:hover, :active, :focus) {
 	background-color: #633725;
 }

 .highlighted-informations .btn-wishlist,
 .addtocart .add-to-cart,
 .highlighted-informations .btn-tbcompare-add,
 .highlighted-informations .quick-view {
 	margin: 5px 2px !important;

 }

 .product-miniature .thumbnail-container .thumbnail-top .highlighted-informations .quick-view {
 	background-color: #fff;

 }

 .product-miniature .thumbnail-container .thumbnail-top .highlighted-informations .quick-view i,
 #index .product-miniature .thumbnail-container .product-thumbnail img:nth-child(1) {

 	transition: all 400ms ease-in-out;
 }

 .product-miniature .thumbnail-container .thumbnail-top .highlighted-informations .quick-view:is(:hover, :active, :focus) i {
 	color: #fff !important;
 }

 .product-miniature .thumbnail-container .product-thumbnail img.dw-img-hover {
 	opacity: 0 !important;
 }

 .product-miniature:hover .thumbnail-container .product-thumbnail img.dw-img-hover {
 	opacity: 0.5 !important;
 }


 #index .product-miniature .thumbnail-container:hover .product-thumbnail img:nth-child(1) {
 	opacity: 0;
 }

 .show_list .addtocart .add-to-cart {
 	padding: 0px 19px !important;
 	width: auto;
 	height: auto;
 	margin: 0 5px;

 }

 .add-to-cart span {
 	vertical-align: text-top;
 }

 /*   */
 .show_list .addtocart .add-to-cart i {
 	margin: 0 5px 0 0;

 }

 @media (max-width:1299px) {
 	.addtocart .add-to-cart {
 		padding: 0 12px !important;
 	}

 	#category .product-miniature {
 		padding: 0 !important;
 	}
 }

 .addtocart .add-to-cart span {
 	display: none;
 }

 .addtocart .add-to-cart i {
 	font-size: 20px !important;
 	line-height: 45px;
 	width: auto;
 	height: auto;
 	/* margin: 0 6px 0 0; */
 }

 /* #index .addtocart .add-to-cart:is(:hover,:active,:focus) span{
	border-left: 1px solid #ffdfdf;
} */
 #index .addtocart .add-to-cart {
 	display: flex;
 	align-items: center;
 }

 .product-availability {
 	display: none;
 }

 .product-miniature .thumbnail-container .thumbnail-top .highlighted-informations .quick-view,
 .products article .wishlist-button-add,
 .product_show_list .highlighted-informations .quick-view {
 	font-size: 0;
 	width: 45px;
 	height: 45px;
 	line-height: 45px;
 	text-align: center;
 	background: #fff;
 	margin: 0;
 	border-radius: 50px;
 	padding: 0;
 	justify-content: center;
 	display: grid;
 }

 .featured-products .all-product-link.h4.btn.btn-primary {
 	float: right;
 	display: none !important;
 }

 .wishlist-button-add.btn-primary .material-icons {
 	margin: 0;
 	color: #fff;
 }

 .tb-wishlist-button-add:not(.view_page):hover {
 	background-color: #633725 !important;
 }

 .products article .wishlist-button-add:hover {
 	opacity: 1;
 }

 .product-miniature .thumbnail-container .thumbnail-top .highlighted-informations .quick-view i,
 .product_show_list .highlighted-informations .quick-view i {
 	font-size: 20px;
 	line-height: 45px;
 	color: #111 !important;
 }

 .product-miniature .highlighted-informations {
 	position: absolute;
 	z-index: 2;
 	width: 120px;
 	padding: 0;
 	text-align: center;
 	transition: 0.3s;
 	/* display: inline-block; */
 	align-items: center;
 	display: flex;
 	justify-content: 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;
 	flex-wrap: wrap;
 	margin: auto;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%) scale(0);
 }

 .product-miniature:hover .highlighted-informations {
 	transform: translate(-50%, -50%) scale(1);
 }

 .product_show_list .product-miniature .highlighted-informations,
 .product_show_list .product-miniature .variant-links {
 	position: static;
 	width: auto;
 	height: auto;
 }

 .product-miniature:hover .highlighted-informations {
 	/* bottom: 25px; */
 }

 .wishlist-button-add i {
 	font-size: 20px;
 	line-height: 20px;
 	color: #fff !important;
 }

 .add-to-cart-icon i {
 	line-height: 45px;
 	color: #fff;
 	font-size: 20px;
 }

 .product-miniature .thumbnail-container:hover .product-description::after,
 .product-miniature .thumbnail-container:focus .product-description::after {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 80%;
 	content: "";
 	/* opacity:0.25 */
 }

 .product-miniature .variant-links {
 	position: absolute;
 	top: auto;
 	bottom: -50px;
 	width: 100%;
 	min-height: 40px;
 	padding: 3px 0 0 0;
 	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-miniature:hover .variant-links {
 	bottom: 10px;
 }

 .products article .tb-wishlist-button-add.right {
 	right: 0 !important;
 	top: 0 !important;
 	position: relative;
 	background: #000 !important;
 }

 /* .quick-view {
	position: absolute !important;
	top: -55px;
	right: 15px;
	left: auto;
	bottom: auto;
	width: 45px;
	height: 45px;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
} */
 /* .product-miniature:hover .thumbnail-top .quick-view,.product-miniature:active .thumbnail-top .quick-view,.product-miniature:focus .thumbnail-top .quick-view{
	top:15px;
} */
 .quick-view i {
 	font-size: 18px;
 }

 .quick-view span {
 	display: none;
 }

 @media (max-width:767px) {
 	.addtocart .add-to-cart {
 		padding: 0 11px !important;
 	}

 	.addtocart .add-to-cart span {
 		font-size: 12px;
 		line-height: 14px;
 	}

 	.product-miniature .addtocart .add-to-cart span {
 		display: none;
 	}

 	.product-miniature .addtocart .add-to-cart i {
 		margin: 0;
 	}

 	.desc-listcategoreis .name_categories a {
 		font-size: 16px;
 		line-height: 16px;
 	}

 	.product-miniature .highlighted-informations {
		position: relative;
		z-index: 2;
		width: auto;
		padding: 0;
		text-align: center;
		transition: 0.3s;
		align-items: center;
		display: flex;
		justify-content: 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;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		left: 0;
		right: 0;
		margin: 0;
		bottom: -4px;
		top: auto;
	}

 	.product-miniature:hover .highlighted-informations {
 		transform: translate(0%, 0%) scale(1);
 	}

	 .product-miniature .thumbnail-top {
		overflow: visible;
	}

	 .js-product-miniature .highlighted-informations  .btn-primary {
		box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 10px 0px;
	}
 }

 /*  */
 .TB-Commen-Heading h3 {
 	position: relative;
 	font: 600 50px/52px "Philosopher", Helvetica, sans-serif;
 	color: #7a4933;
 	padding: 0 0 55px 0;
 	margin: 0 0 30px 0;
 	text-align: center;
 	letter-spacing: 1px;
 	text-transform: capitalize;
 }

 .TB-Commen-Heading h3::after {
 	background-image: url(../images/separator-img.png);
 	width: 167px;
 	height: 41px;
 	margin: auto;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	top: auto;
 	content: "";
 	position: absolute;
 }

 #TB-category-tab {
 	text-align: center;
 	margin: 0 0 120px 0;
 }

 @media (max-width: 1199px) {
 	.TB-Commen-Heading h3 {
 		font-size: 45px;
 		line-height: 47px;
 		padding: 0 0 50px 0;
 		margin: 0 0 20px 0;
 	}
 }

 @media (max-width: 767px) {
 	.TB-Commen-Heading h3 {
 		font-size: 36px;
 		line-height: 38px;
 	}
 }

 @media (max-width: 480px) {
 	.TB-Commen-Heading h3 {
 		font-size: 30px;
 		line-height: 40px;
 	}
 }

 @media (max-width: 360px) {
 	.TB-Commen-Heading h3 {
 		font-size: 26px;
 		line-height: 28px;
 	}
 }

 /* end */
 /* footer */
 #footer {
 	padding: 0;
 }

 .tb-footer-logo {
 	margin: 0 0 20px 0;
 }

 .footer-container {
 	background-image: url(../images/footer-bg.png);
 	background-repeat: no-repeat;
 	background-size: cover;
 	padding: 230px 0 0 0;
 }

 #TB-Footer-cms .tb-footer-desc {
 	margin: 10px 0 0 0;
 	font: 400 14px/26px "Poppins", Helvetica, sans-serif;
 	color: #fff;
 	padding: 0 50px 0 0;
 }

 .title.clearfix.hidden-md-up {
 	display: none;
 }

 #footer {
 	color: #111;
 	margin: 0;
 	background-color: #fff;
 }

 #index #footer {
 	margin: 0;
 }

 .footer-list {
 	padding: 0 0 30px 0;
 }

 #footer .footer-list #block_myaccount_infos .h3 a,
 #footer .footer-list .links .h3,
 #block_contact_infos .title_block,
 #Tb-contact-us .footer-commen h5 {
 	font: 600 24px/26px "Philosopher", Helvetica, sans-serif;
 	color: #fff;
 	margin: 0 0 25px 0;
 	text-transform: capitalize !important;
 }

 #footer ul {
 	margin: 0;
 	padding: 0;
 }

 #Tb-contact-us .tb-contact-list {
 	display: flex;
 	align-items: start;
 	margin: 0 0 15px 0;
 }

 #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 {
 	margin: 0;
 	font: 400 14px/26px "Poppins", Helvetica, sans-serif;
 	color: #fff;
 }

 #footer {
 	color: #ccc;
 }

 #footer a {
 	color: #ccc;
 }

 #Tb-contact-us .tb-contact-list p a {
 	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;
 }

 #footer a:hover,
 #footer a:active,
 #footer a:focus {
 	color: #fff;
 }

 #footer .footer-list #block_myaccount_infos .h3 a {
 	margin: 0;
 }

 #footer_account_list li a,
 #footer_sub_menu_1 li a,
 #footer_sub_menu_2 li a {
 	font: 400 14px/16px "Poppins", Helvetica, 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 0 0 18px;
 	text-decoration: none;
 }

 #footer_account_list li a:hover,
 #footer_account_list li a:active,
 #footer_account_list li a:focus,
 #footer_sub_menu_1 li a:hover,
 #footer_sub_menu_1 li a:focus,
 #footer_sub_menu_1 li a:active,
 #footer_sub_menu_2 li a:hover,
 #footer_sub_menu_2 li a:focus,
 #footer_sub_menu_2 li a:active,
 #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: #ffcaae;
 	padding: 0 0 0 24px;
 }

 #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 {
 	padding: 0 0 0 6px;
 }

 #block_contact_infos ul li,
 #Tb-contact-us .tb-contact-list p a {
 	font: 400 14px/23px "Poppins", Helvetica, 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;
 	text-decoration: none;
 	display: flex;
 	align-items: top;
 }

 #block_contact_infos ul li i {
 	font-size: 18px;
 	line-height: 20px;
 	margin: 2px 10px 0 0;
 	width: 20px;
 }

 #footer_account_list li,
 #footer_sub_menu_1 li,
 #footer_sub_menu_2 li,
 #block_contact_infos ul li {
 	margin: 0 0 15px 0;
 }

 #footer_account_list li a::after,
 #footer_sub_menu_1 li a::after,
 #footer_sub_menu_2 li a::after {
 	content: "\ea69";
 	font-family: "IcoFont";
 	font-size: 18px;
 	position: absolute;
 	left: -5px;
 	right: auto;
 	bottom: 0;
 	top: 0;
 	margin: auto;
 	width: auto;
 }

 #footer .fotter-bottom .copyright_link {
 	margin: 0;
 }

 #footer .fotter-bottom .copyright_link a {
 	margin: 0;
 	font: 400 14px/26px "Poppins", Helvetica, sans-serif;
 	color: #fff;
 	text-align: left;
 	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;
 }

 #footer .block-social ul li a {
 	font-size: 0;
 }

 #footer .block-social ul li a {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	top: 0;
 }

 #footer .block-social ul {
 	justify-content: end;
 }

 #footer .block-social ul li {
 	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;
 	color: #fff;
 	width: auto;
 	height: auto;
 	margin: 0;
 	position: relative;
 	width: 30px;
 	height: 30px;
 	padding: 7px;
 	margin: 0 10px 0 0;
 }

 #footer .block-social ul li:last-child {
 	margin: 0;
 }

 .fotter-bottom {
 	border-top: 1px solid #927367;
 }

 .fotter-bottom .fotter-bottom-wapper {
 	padding: 15px 0;
 }

 #footer .fotter-bottom .copyright_link a:hover {
 	color: #fff !important;
 }

 #footer .block-social ul li.icofont-facebook:hover,
 #footer .block-social ul li.icofont-facebook:active,
 #footer .block-social ul li.icofont-facebook:focus {
 	color: #15a2fa;
 }

 #footer .block-social ul li.icofont-instagram:hover,
 #footer .block-social ul li.icofont-instagram:active,
 #footer .block-social ul li.icofont-instagram:focus {
 	color: #f81f3b;
 }

 #footer .block-social ul li.icofont-twitter:hover,
 #footer .block-social ul li.icofont-twitter:active,
 #footer .block-social ul li.icofont-twitter:focus {
 	color: #50abf1;
 }

 #footer .block-social ul li.icofont-youtube-play:hover,
 #footer .block-social ul li.icofont-youtube-play:active,
 #footer .block-social ul li.icofont-youtube-play:focus {
 	color: #FF0000;
 }

 #footer .block-social ul li.icofont-linkedin:hover,
 #footer .block-social ul li.icofont-linkedin:active,
 #footer .block-social ul li.icofont-linkedin:focus {
 	color: #0A66C2;
 }

 #footer .block-social ul li.icofont-vimeo:hover,
 #footer .block-social ul li.icofont-vimeo:active,
 #footer .block-social ul li.icofont-vimeo:focus {
 	color: #1AB7EA;
 }

 #footer .block-social ul li.icofont-rss:hover,
 #footer .block-social ul li.icofont-rss:active,
 #footer .block-social ul li.icofont-rss:focus {
 	color: #ee802f;
 }

 #footer .block-social ul li.icofont-pinterest:hover,
 #footer .block-social ul li.icofont-pinterest:active,
 #footer .block-social ul li.icofont-pinterest:focus {
 	color: #E50023;
 }

 /* resposive */
 @media (max-width: 1199px) {

 	#footer .footer-list #block_myaccount_infos .h3 a,
 	#footer .footer-list .links .h3,
 	#block_contact_infos .title_block,
 	#Tb-contact-us .footer-commen h5 {
 		font-size: 18px;
 		line-height: 20px;
 		margin: 0 0 20px 0;
 	}

 	.footer-container {
 		padding: 200px 0 0 0;
 	}

 	#footer .footer-list #block_myaccount_infos .h3 a {
 		margin: 0;
 	}

 	#TB-Footer-cms .tb-footer-desc {
 		padding: 0;
 	}

 	/* #block_contact_infos {
		margin: 0 0 0 -10px;
	} */
 	#Tb-contact-us .tb-contact-list p a {
 		font-size: 13px;
 		line-height: 23px;
 	}

 	#Tb-contact-us .tb-contact-list i {
 		margin: 4px 5px 0 0;
 	}

 	#Tb-contact-us .tb-contact-list p {
 		font-size: 12px;
 		line-height: 23px;
 	}

 	#footer_account_list li a,
 	#footer_sub_menu_1 li a,
 	#footer_sub_menu_2 li a {
 		font-size: 13px;
 	}

 	.footer-list {
 		padding: 0 0 30px 0;
 	}
 }

 @media (max-width: 991px) {

 	#footer .title.clearfix.hidden-md-up {
 		display: block;
 	}

 	#footer .title::after {
 		content: none;
 	}

 	.footer-toggle {
 		margin: 10px 0 0 0;
 	}

 	#footer ul {
 		padding: 0 10px 0;
 	}

 	.footer-container {
 		background-image: url(../images/footer-bg2.png);
 		background-repeat: no-repeat;
 		background-size: cover;
 		background-position: center;
 		padding: 160px 0 0 0;
 	}

 	/* #footer ul li:first-child{
		padding: 10px 0 0 0;
	} */
 	/* #footer ul li:last-child{
		padding: 0 0 10px 0;
	} */
 	.footer-toggle {
 		display: none;
 	}

 	#Tb-contact-us .footer-commen h5 {
 		position: relative;
 		cursor: pointer;
 	}

 	#Tb-contact-us .footer-commen h5::after {
 		content: "\e5cf";
 		position: absolute;
 		left: auto;
 		top: -4px;
 		right: 5px;
 		bottom: 0;
 		margin: auto;
 		font-family: "Material Symbols Outlined";
 		font-size: 23px;
 		font-style: normal;
 		font-weight: normal;
 		height: 16px;
 		width: 24px;
 	}

 	#Tb-contact-us .footer-commen.active h5::after {
 		content: "\e5ce";
 	}

 	#footer .footer-list #block_myaccount_infos .h3 a,
 	#footer .footer-list .links .h3,
 	#block_contact_infos .title_block,
 	#Tb-contact-us .footer-commen h5 {
 		margin: 0;
 	}

 	.title_block_home {
 		display: none !important;
 	}

 	#block_contact_infos .title_block {
 		cursor: pointer;
 	}

 	.title .float-xs-right .navbar-toggler .add,
 	.title .float-xs-right .navbar-toggler .remove {
 		color: #fff;
 	}

 	#footer .wrapper p {
 		display: none;
 	}

 	#footer .title .h3 {
 		cursor: pointer;
 		transition: all 0.5s;
 		margin: 0;
 		font-size: 16px;
 		list-style: 18px;
 		position: relative;
 		font-weight: 500;
 	}

 	#TB-Footer-cms {
 		text-align: center;
 		padding: 0 100px 0;
 		margin: 0 0 20px 0;
 	}

 	.block_newsletter {
 		/* padding-bottom: 10px; */
 		/* border-bottom: 1px solid #f6f6f6 */
 	}

 	#block_myaccount_infos .title,
 	.footer-links .title,
 	#block_contact_infos .title,
 	#Tb-contact-us .footer-commen h5 {
 		padding: 10px;
 		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;
 	}

 	#block_myaccount_infos .title:hover,
 	.footer-links .title:hover,
 	#block_contact_infos .title:hover,
 	#Tb-contact-us .footer-commen h5:hover {
 		background: #111;
 	}

 	.footer-container {
 		margin-top: 0;
 		box-shadow: none
 	}


 	/* .footer-container .wrapper {
		padding-right: 0 !important;
		padding-left: 0 !important
	} */

 	.footer-container .links .h3 {
 		font-size: 16px;
 		line-height: 1.5px
 	}

 	.footer-container .links ul {
 		margin-bottom: 0;
 		/* background-color: #f6f6f6 */
 		padding: 12px;
 	}

 	.footer-container .links ul>li {
 		/* padding: 10px; */
 		font-weight: 500;
 		/* border-bottom: 1px solid #fff */
 	}

 	.footer-container .links ul>li a {
 		color: #232323
 	}

 	.links .collapse {
 		display: none
 	}

 	.links .collapse.in {
 		display: block
 	}

 	.links .title {
 		/* padding: 10px; */
 		cursor: pointer;
 	}

 	.links .title .collapse-icons .remove {
 		display: none
 	}

 	.links .title[aria-expanded="true"] .collapse-icons .add {
 		display: none
 	}

 	.links .title[aria-expanded="true"] .collapse-icons .remove {
 		display: block
 	}

 	.title[aria-expanded="true"] .collapse-icons .add {
 		display: none
 	}

 	.title[aria-expanded="true"] .collapse-icons .remove {
 		display: block
 	}

 	.title[aria-expanded="false"] .collapse-icons .remove {
 		display: none;
 	}

 	#block_contact_infos .title_block {
 		display: inline-block;
 	}

 	/* #block_contact_infos {
		padding: 0	;
	} */
 	.links .navbar-toggler {
 		display: inline-block;
 		padding: 0
 	}

 	.fotter-bottom .align-items-center {
 		display: block;
 		text-align: center;
 	}

 	.fotter-bottom .copyright_link {
 		margin: 0 0 10px 0;
 	}

 	#footer .block-social ul {
 		justify-content: center;
 	}

 	#footer .footer-list #block_myaccount_infos .h3 a,
 	#footer .footer-list .links .h3,
 	#block_contact_infos .title_block,
 	#Tb-contact-us .footer-commen h5 {
 		font-size: 18px;
 		line-height: 24px;
 	}

 	.header-nav .left-nav {
 		width: 100%;
 	}

 	#Tb-contact-us .tb-contact-list p a {
 		font-size: 13px;
 		line-height: 23px;
 	}

 }

 @media (max-width: 767px) {
 	/* .footer-list .links{
		padding: 0 !important;
	}
	.footer-links{
		padding: 0;
	} */
 }

 @media (max-width: 575px) {
 	.footer-list {
 		padding: 0 030px 0;
 	}

 	#TB-Footer-cms {
 		padding: 0;
 	}

 	.footer-container {
 		padding: 130px 0 0 0;
 	}
 }

 @media (max-width: 480px) {
 	#footer .fotter-bottom .copyright_link a {
 		font-size: 12px;
 		line-height: 17px;
 	}

 	.footer-list {
 		padding: 0 0 20px;
 	}

 	.footer-container {
 		padding: 140px 0 0 0;
 	}

 }

 @media (max-width: 360px) {
 	#footer .fotter-bottom .copyright_link a {
 		font-size: 13px;
 		line-height: 23px;
 		text-align: center;
 	}

 }

 /* Tb-goToTop Start*/
 #tb-goToTop {
 	bottom: 100px;
 	cursor: pointer;
 	height: 50px;
 	padding: 3px 7px;
 	position: fixed;
 	right: 45px;
 	line-height: 42px;
 	text-align: center;
 	width: 50px;
 	z-index: 9;
 	overflow: hidden;
 	border: 2px solid #fff;
 	display: none;
 	background-color: #111;
 }

 #tb-goToTop::after {
 	color: #fff;
 	content: "\eab9";
 	font-family: "IcoFont";
 	font-size: 20px;
 	font-weight: 500;
 	line-height: 45px;
 	-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: #fff;
 }

 /* Tb-goToTop End*/
 /* loder */
 body#index .tbloader {
 	background: #fff 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;
 }

 /* end */
 .featured-products .nav-tabs {
 	border: none;
 	margin: 0 0 40px 0;
 	text-align: center;
 	width: auto;
 	float: none;
 	display: inline-block;
 	vertical-align: top;
 	padding: 0;
 }

 .featured-products .nav-tabs li {
 	border: none;
 	margin: 0 0 40px 0;
 	text-align: center;
 	width: auto;
 	float: none;
 	display: inline-block;
 	vertical-align: top;
 	padding: 0;
 }

 .featured-products .nav-tabs>li {
 	padding: 2px;
 	margin: 0 3px;
 	position: relative;
 	display: inline-block;
 	border: none;
 	border-radius: 116px;
 	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;
 }

 .featured-products .nav-tabs>li:has(a.active),
 .featured-products .nav-tabs>li:hover {
 	border-color: #633725;
 }

 .featured-products .nav-tabs>li>a {
 	z-index: 1;
 	background: #fff1e9;
 	overflow: hidden;
 	border: none;
 	position: relative;
 	display: inline-block;
 	border-radius: 50px;
 	-moz-border-radius: 50px;
 	-webkit-border-radius: 50px;
 	-khtml-border-radius: 50px;
 	border: none;
 	color: #111;
 	font: 400 16px/18px "Poppins", Helvetica, 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: capitalize;
 	/* border: 1px solid #ddd; */
 	display: block;
 }

 .featured-products .nav-tabs>li>a.active {
 	color: #fff !important;
 	/* border: 1px solid #633725; */
 }

 .featured-products .nav-tabs>li>a:hover,
 .featured-products .nav-tabs>li>a:active,
 .featured-products .nav-tabs>li>a:focus,
 .featured-products .nav-tabs>li>a.active:hover {
 	color: #fff;
 	/* border: 1px solid #633725; */
 }

 .featured-products .nav-tabs>li>a::after,
 .featured-products .nav-tabs>li>a.active::after {
 	background: #633725;
 	transition: all 0.4s ease;
 	content: "";
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	height: 0;
 	width: 100%;
 	opacity: 0;
 	-moz-opacity: 0;
 	-khtml-opacity: 0;
 	-webkit-opacity: 0;
 	border-radius: 50px;
 	-moz-border-radius: 50px;
 	-webkit-border-radius: 50px;
 	-khtml-border-radius: 50px;
 	z-index: -1;
 	right: 0;
 }

 .featured-products .nav-tabs>li:hover>a::after,
 .featured-products .nav-tabs>li:active>a::after,
 .featured-products .nav-tabs>li:focus>a::after,
 .featured-products .nav-tabs>li>a.active::after {
 	height: 100%;
 	opacity: 1;
 	-moz-opacity: 1;
 	-khtml-opacity: 1;
 	-webkit-opacity: 1;
 }

 .featured-products {
 	text-align: center;
 	margin: 0 0 80px 0 !important;
 	z-index: 2;
 	position: relative;
 }

 /* .featured-products.special-products{
	margin: 0 0 100px 0 !important	;
} */
 /* .featured-products.top-product,
#homeproductscatabTabContent.featured-products{
	margin: 0 !important;
} */

 #featured-products {
 	margin: 0 0 80px 0 !important;
 }

 @media (max-width: 1299px) {
 	.featured-products {
 		margin: 0 0 80px 0 !important;
 	}
 }

 @media (max-width: 1199px) {
 	.featured-products {
 		margin: 0 0 60px 0 !important;
 	}
 }

 @media (max-width: 991px) {
 	.featured-products {
 		margin: 0 0 40px 0 !important;
 	}

 	/* .special-products.featured-products {
		margin: -80px 0 80px 0 !important;
	} */
 	/* .featured-products.top-product, #homeproductscatabTabContent.featured-products {
		margin: 0 0 0px 0 !important;
	} */
 }

 @media (max-width: 767px) {
 	.featured-products .nav-tabs>li {
 		display: block;
 		margin: 0 0 10px 0;
 	}

 	.featured-products .nav-tabs>li:last-child {
 		margin: 0;
 	}

 	.featured-products .nav-tabs>li>a {
 		display: block;
 	}

 	.featured-products .nav-tabs>li>a {
 		padding: 12px 30px;
 	}

 }

 @media (max-width: 575px) {
 	/* .special-products {
		margin: -80px 0 40px 0 !important;
	}
	#homeproductscatabTabContent.featured-products {
		margin: -40px 0 -40px 0 !important;
	} */
 	/* .featured-products.top-product, #homeproductscatabTabContent.featured-products {
		margin: 0 0 20px 0 !important;
	} */
 }

 @media (max-width: 480px) {
 	.featured-products {
 		margin: 0 0 20px 0 !important;
 	}

 	.featured-products.top-product,
 	#homeproductscatabTabContent.featured-products {
 		margin: 0 0 20px 0 !important;
 	}

 	.featured-products .nav-tabs {
 		margin: 0 0 20px 0;
 	}

 	/* .special-products {
		margin: -80px 0 40px 0 !important;
	} */
 	/* 
	.special-products.featured-products {
		margin: -90px 0 20px 0 !important;
	} */
 	.featured-products.special-products {
 		margin: 0 0 20px 0 !important;
 	}
 }

 /* end */


 #manufacture-block {
 	clear: left;
 	display: block;
 	/* margin: 30px 0 10px; */
 	position: relative;
 	width: 100%;
 }

 #manufacture-block .manufacture-block-li {
 	float: left;
 	width: auto;
 }

 #manufacture-block .owl-item .manufacture-block-li {
 	width: 100%;
 	height: 100%;
 	display: flex;
 	display: -webkit-flex;
 	align-items: center;
 	-webkit-align-items: center;
 	flex-wrap: wrap;
 	-webkit-flex-wrap: wrap;
 	justify-content: center;
 	-webkit-justify-content: center;
 }

 .manufacture-block-li .manufacture-block-a-name {
 	color: #666;
 }

 #manufacture-block .owl-stage {
 	display: flex;
 	display: -webkit-flex;
 }

 #manufacture-block .manufacture-block-a-img {
 	width: 100%;
 	float: left;
 }

 .manufacture-block-a-img>img {
 	float: none;
 	height: auto;
 	max-height: 120px;
 	max-width: 100%;
 	width: auto !important;
 	display: inline-block !important;
 }

 #manufacture-block-ul {
 	display: block;
 	margin-bottom: 0;
 	padding: 0;
 	position: static;
 	width: 100%;
 }

 #manufacture-block-ul .owl-nav {
 	position: absolute;
 	right: 0;
 	top: 0;
 	width: 100%;
 	bottom: 0;
 }

 #manufacture-block .manufacture-block-title {
 	margin-top: 0;
 	display: none;
 }

 #manufacture-block-ul .owl-dots {
 	display: none;
 }

 #manufacture-block-ul .owl-controls .owl-page,
 .owl-controls .owl-buttons div {
 	cursor: pointer;
 	height: 20px;
 	overflow: hidden;
 	width: 20px;
 	display: inline-block;
 }

 .manufacture-block-a-name {
 	display: inline-block;
 	margin-top: 10px;
 }

 #manufacture-block .owl-buttons .owl-next::before {
 	content: "\f061";
 	padding-left: 8px;
 	font-family: FontAwesome;
 }

 #manufacture-block .owl-buttons .owl-prev::before,
 #manufacture-block .owl-buttons .owl-next::before {
 	color: #e5e5e5;
 	float: left;
 	font-size: 15px;
 	text-align: center;
 	width: 20px;
 	height: 20px;
 	line-height: 20px;
 	font-weight: 300;
 }

 #manufacture-block .owl-buttons .owl-next::before {
 	margin-left: -1px;
 }

 #manufacture-block .owl-buttons .owl-prev::before {
 	content: "\f060";
 	font-family: FontAwesome;
 	border-right: 1px solid #e5e5e5;
 	padding-right: 6px;
 }

 #manufacture-block .owl-buttons .owl-next:hover::before,
 #manufacture-block .owl-buttons .owl-prev:hover::before {
 	color: #acacac;
 }

 #manufacture-block .owl-prev.disabled:hover::before,
 #manufacture-block .owl-next.disabled:hover::before {
 	cursor: not-allowed;
 }

 #manufacture-block .owl-stage-outer {
 	display: block;
 	overflow: hidden;
 	text-align: center;
 }

 #manufacture-block .owl-nav>div {
 	background-color: #FFFFFF;
 	border: 1px solid #DEDEDE;
 	cursor: pointer;
 	display: inline-block;
 	height: 24px;
 	margin: 0 0 0 5px;
 	width: 24px;
 }

 #manufacture-block-ul .owl-nav.hidden {
 	opacity: 0;
 	transition: all 0.35s ease 0s;
 	-webkit-transition: all 0.35s ease 0s;
 	visibility: hidden;
 }

 #manufacture-block .owl-nav>div:hover:before {
 	border-color: #333333;
 }

 #manufacture-block .owl-nav>div:hover {
 	border-color: #666666;
 }

 /* manufacture-block Start*/
 #manufacture {
 	margin: 0 0 80px 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: #f5f5f5;
 	padding: 30px 0;
 }


 @media (max-width: 1199px) {
 	#manufacture {
 		margin: 0 0 60px 0;
 	}
 }

 /* #manufacture::after {
	position: absolute;
	content: "";
	background-image: url(../images/brand-logo-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 266px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
} */
 #manufacture-block {
 	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;
 }

 #manufacture-block .manufacture-block-li {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 #manufacture-block .manufacture-block-li 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;
 }

 #manufacture-block .manufacture-block-li:hover img,
 #manufacture-block .manufacture-block-li:active img,
 #manufacture-block .manufacture-block-li:focus img {
 	transform: scale(0.95);
 }

 #manufacture-block .owl-nav {
 	display: contents;
 }

 #manufacture-block .owl-nav .owl-prev,
 #manufacture-block .owl-nav .owl-next {
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 	font-size: 0px;
 	width: 30px;
 	height: 30px;
 	background: #633725;
 	border: 1px solid #633725;
 	padding: 0;
 	border-radius: 50px;
 	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;
 	-khtml-opacity: 0;
 	-webkit-opacity: 0;
 	-webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
 	-ms-border-radius: 50px;
 	-o-border-radius: 50px;
 }

 #manufacture-block .owl-nav .owl-prev::before,
 #manufacture-block .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;
 }

 #manufacture-block .owl-nav .owl-prev::before {
 	content: "\ea93";
 }

 #manufacture-block .owl-nav .owl-next::before {
 	content: "\ea94";
 }

 #manufacture-block .owl-nav .owl-prev {
 	left: -15px;
 }

 #manufacture-block .owl-nav .owl-next {
 	right: -15px;
 }

 #manufacture-block:hover .owl-nav .owl-prev,
 #manufacture-block:active .owl-nav .owl-prev,
 #manufacture-block:focus .owl-nav .owl-prev,
 #manufacture-block:hover .owl-nav .owl-next,
 #manufacture-block:active .owl-nav .owl-next,
 #manufacture-block:focus .owl-nav .owl-next {
 	opacity: 1;
 	-moz-opacity: 1;
 	-khtml-opacity: 1;
 	-webkit-opacity: 1;
 }

 #manufacture-block .owl-nav .owl-prev.disabled::before,
 #manufacture-block .owl-nav .owl-next.disabled::before,
 #manufacture-block .owl-nav .owl-prev.disabled::before,
 #manufacture-block .owl-nav .owl-next.disabled::before,
 #manufacture-block .owl-nav .owl-prev.disabled::before,
 #manufacture-block .owl-nav .owl-next.disabled::before,
 #manufacture-block .owl-nav .owl-prev.disabled:hover::before,
 #manufacture-block .owl-nav .owl-next.disabled:hover::before,
 #manufacture-block .owl-nav .owl-prev.disabled:active::before,
 #manufacture-block .owl-nav .owl-next.disabled:active::before,
 #manufacture-block .owl-nav .owl-prev.disabled:focus::before,
 #manufacture-block .owl-nav .owl-next.disabled:focus::before {
 	color: #633725;
 }

 #manufacture-block .owl-nav .owl-prev:hover::before,
 #manufacture-block .owl-nav .owl-next:hover::before,
 #manufacture-block .owl-nav .owl-prev:active::before,
 #manufacture-block .owl-nav .owl-next:active::before,
 #manufacture-block .owl-nav .owl-prev:focus::before,
 #manufacture-block .owl-nav .owl-next:focus::before {
 	color: #fff;

 }

 #manufacture-block:hover .owl-nav .owl-prev,
 #manufacture-block:active .owl-nav .owl-prev,
 #manufacture-block:focus .owl-nav .owl-prev {
 	left: 0;
 }

 #manufacture-block:hover .owl-nav .owl-next,
 #manufacture-block:active .owl-nav .owl-next,
 #manufacture-block:focus .owl-nav .owl-next {
 	right: 0;
 }

 #manufacture-block .owl-nav .owl-prev.swiper-button-disabled,
 #manufacture-block .owl-nav .owl-next.swiper-button-disabled {
 	opacity: 0;
 	-moz-opacity: 0;
 	-khtml-opacity: 0;
 	-webkit-opacity: 0;
 	cursor: not-allowed;
 }

 #manufacture-block:hover .owl-nav .owl-prev.disabled,
 #manufacture-block:active .owl-nav .owl-prev.disabled,
 #manufacture-block:focus .owl-nav .owl-prev.disabled,
 #manufacture-block:hover .owl-nav .owl-next.disabled,
 #manufacture-block:active .owl-nav .owl-next.disabled,
 #manufacture-block: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: transparent;
 	border: 1px solid #633725;
 }

 #manufacture-block .owl-nav .owl-prev.disabled:hover i,
 #manufacture-block .owl-nav .owl-prev.disabled:active i,
 #manufacture-block .owl-nav .owl-prev.disabled:focus i,
 #manufacture-block .owl-nav .owl-next.disabled:hover i,
 #manufacture-block .owl-nav .owl-next.disabled:active i,
 #manufacture-block .owl-nav .owl-next.disabled:focus i {
 	color: #111;
 }

 #manufacture-block .swiper-viewport {
 	margin: 0;
 	background: none;
 	border: 0;
 	border-radius: 4px;
 	box-shadow: none;
 	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	overflow: hidden;
 }

 #manufacture-block .swiper-pagination {
 	display: none;
 }

 #manufacture-block .swiper-pager {
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 }

 #manufacture-block .owl-nav .owl-prev i,
 #manufacture-block .owl-nav .owl-next i {
 	font-size: 20px;
 	line-height: 30px;
 	color: #111;
 	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;
 }


 #manufacture-block .owl-nav .owl-prev:hover,
 #manufacture-block .owl-nav .owl-prev:active,
 #manufacture-block .owl-nav .owl-prev:focus,
 #manufacture-block .owl-nav .owl-next:hover,
 #manufacture-block .owl-nav .owl-next:active,
 #manufacture-block .owl-nav .owl-next:focus {
 	background: #633725;
 	border-color: #633725;
 }

 #manufacture-block .owl-nav .owl-prev:hover i,
 #manufacture-block .owl-nav .owl-prev:active i,
 #manufacture-block .owl-nav .owl-prev:focus i,
 #manufacture-block .owl-nav .owl-next:hover i,
 #manufacture-block .owl-nav .owl-next:active i,
 #manufacture-block .owl-nav .owl-next:focus i {
 	color: #fff;
 }

 @media (max-width: 1599px) {
 	#manufacture {
 		/* margin: 0; */
 		/* padding: 220px 0 20px; */
 	}

 	#manufacture::after {
 		height: 210px;
 	}
 }

 @media (max-width: 1199px) {

 	/* #manufacture{
		margin: 0 0 60px 0;
	} */
 	/* #manufacture {
		padding: 180px 0 0;
	} */
 	#manufacture::after {
 		height: 170px;
 	}
 }

 @media (max-width: 991px) {

 	/* #manufacture{
		  margin: 0 0 40px 0;
	  } */
 	/* #manufacture {
		padding: 150px 0 0;
	} */
 	#manufacture {
 		margin: 0 0 40px 0;
 	}
 }

 @media (max-width: 767px) {
 	#manufacture::after {
 		height: 110px;
 	}

 	#manufacture-block .owl-nav .owl-prev,
 	#manufacture-block .owl-nav .owl-next {
 		opacity: 1;
 		-moz-opacity: 1;
 		-khtml-opacity: 1;
 		-webkit-opacity: 1;
 	}

 	#manufacture-block .owl-nav .owl-prev.swiper-button-disabled,
 	#manufacture-block .owl-nav .owl-next.swiper-button-disabled {
 		opacity: 0.6;
 		-moz-opacity: 0.6;
 		-khtml-opacity: 0.6;
 		-webkit-opacity: 0.6;
 	}

 	#manufacture-block .owl-nav .owl-prev.disabled,
 	#manufacture-block .owl-nav .owl-next.disabled {
 		background-color: transparent;
 		opacity: 0.6;

 	}

 	#manufacture-block .owl-nav .owl-prev {
 		left: 0;
 	}

 	#manufacture-block .owl-nav .owl-next {
 		right: 0;
 	}


 }

 @media (max-width: 480px) {
 	#manufacture-block .swiper-pager {
 		align-items: center;
 		margin: 10px 0 0 0;
 		display: flex;
 		position: static;
 		text-align: center;
 		justify-content: center;
 	}

 	#manufacture-block .owl-nav .owl-prev,
 	#manufacture-block .owl-nav .owl-next {
 		position: static;
 		display: inline-block;
 		margin: 0 5px;
 	}

 	#manufacture-block .owl-nav {
 		text-align: center;
 		margin: 5px 0;
 	}

 	#manufacture-block-ul {
 		text-align: center;
 	}

 	/* #manufacture {
		padding: 80px 0 0;
	} */

 	#manufacture {
 		margin: 0 0 20px 0;
 	}
 }

 /* manufacture-block End*/

 /* Next / Prev Icon Start*/
 .owl-nav.disabled {
 	display: none !important;
 }

 .featured-products {
 	margin: 0 0 100px 0;
 }

 .featured-products .products .owl-nav,
 .home_blog_post_inner .owl-nav,
 #tb_hotdeals .owl-nav {
 	position: relative;
 	display: inline-block;
 	vertical-align: top;
 	text-align: center;
 	width: 100%;
 	z-index: 1;
 }

 .featured-products .products .owl-nav button::after,
 .featured-products .products .owl-nav button::before,
 .home_blog_post_inner .owl-nav button::after,
 .home_blog_post_inner .owl-nav button::before,
 #tb_hotdeals .owl-nav button::after,
 #tb_hotdeals .owl-nav button::before {
 	position: absolute;
 	font-size: 22px;
 	line-height: 37px;
 	font-family: "IcoFont";
 	height: 35px;
 	width: 35px;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 	color: #fff;
 	-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: 400;
 }

 .featured-products .products .owl-nav .owl-prev button::before,
 .home_blog_post_inner .owl-nav .owl-prev button::before,
 #tb_hotdeals .owl-nav .owl-prev button::before {
 	left: 10px;
 	right: auto;
 	opacity: 0;
 	-webkit-opacity: 0;
 	-moz-opacity: 0;
 	-khtml-opacity: 0;
 	color: #ffffff;
 }

 .featured-products .products .owl-nav .owl-prev::after,
 .home_blog_post_inner .owl-nav .owl-prev::after,
 #tb_hotdeals .owl-nav .owl-prev::after {
 	content: "\ea93";
 }

 .featured-products .products .owl-nav .owl-next::after,
 .home_blog_post_inner .owl-nav .owl-next::after,
 #tb_hotdeals .owl-nav .owl-next::after {
 	content: "\ea94";
 }

 .featured-products .products .owl-nav button,
 .home_blog_post_inner .owl-nav button,
 #tb_hotdeals .owl-nav button {
 	vertical-align: top;
 	text-shadow: none;
 	transition: none;
 	-webkit-transition: none;
 	-moz-transition: none;
 	-o-transition: none;
 	-ms-transition: none;
 	height: 40px;
 	width: 40px;
 	margin: 0;
 	padding: 0;
 	font-size: 0;
 	position: relative;
 	-webkit-opacity: 1;
 	-moz-opacity: 1;
 	-khtml-opacity: 1;
 	opacity: 1;
 	top: 0;
 	left: 0;
 	right: 0;
 	background: #633725;
 	border-radius: 50px;
 	border: 1px solid #633725;
 	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;
 	cursor: pointer;
 	-webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
 	-ms-border-radius: 50px;
 	-o-border-radius: 50px;
 }

 .featured-products .products .owl-nav button:hover,
 .featured-products .products .owl-nav button:active,
 .featured-products .products .owl-nav button:focus,
 .home_blog_post_inner .owl-nav button:hover,
 .home_blog_post_inner .owl-nav button:active,
 .home_blog_post_inner .owl-nav button:focus,
 #tb_hotdeals .owl-nav button:hover,
 #tb_hotdeals .owl-nav button:active,
 #tb_hotdeals .owl-nav button:focus {
 	background: #633725;
 	border-color: #633725;
 	color: #fff;
 }

 .featured-products .products .owl-nav button:hover::after,
 .featured-products .products .owl-nav button:active::after,
 .featured-products .products .owl-nav button:focus::after,
 .home_blog_post_inner .owl-nav button:hover::after,
 .home_blog_post_inner .owl-nav button:active::after,
 .home_blog_post_inner .owl-nav button:focus::after,
 #tb_hotdeals .owl-nav button:hover::after,
 #tb_hotdeals .owl-nav button:active::after,
 #tb_hotdeals .owl-nav button:focus::after {
 	color: #fff;
 }

 .featured-products .products .owl-nav button.disabled::after,
 .home_blog_post_inner .owl-nav button.disabled::after,
 #tb_hotdeals .owl-nav button.disabled::after {
 	color: #633725;
 }

 .featured-products .products .owl-nav button.disabled,
 .home_blog_post_inner .owl-nav button.disabled,
 #tb_hotdeals .owl-nav button.disabled {
 	-webkit-opacity: 0.6;
 	-moz-opacity: 0.6;
 	-khtml-opacity: 0.6;
 	opacity: 0.6;
 	background: transparent;
 	border: 1px solid #633725;
 	cursor: not-allowed;
 }

 .featured-products .products .owl-nav.disabled::after,
 .home_blog_post_inner .owl-nav.disabled::after,
 #tb_hotdeals .owl-nav.disabled::after {
 	color: #fff;
 }

 .featured-products .products .owl-nav .owl-prev span::before,
 .home_blog_post_inner .owl-nav .owl-prev span::before,
 #tb_hotdeals .owl-nav .owl-prev span::before {
 	border-top: 1px solid #633725;
 	content: "";
 	height: 1px;
 	left: -61px;
 	position: absolute;
 	text-align: left;
 	top: 16px;
 	width: 60px;
 	display: none;
 }

 .featured-products .products .owl-nav .owl-prev span::after,
 .home_blog_post_inner .owl-nav .owl-prev span::after,
 #tb_hotdeals .owl-nav .owl-prev span::after {
 	border-bottom: 1px solid #633725;
 	content: "";
 	height: 1px;
 	left: -41px;
 	position: absolute;
 	top: 20px;
 	width: 40px;
 	display: none;
 }

 .featured-products .products .owl-nav .owl-next span::before,
 .home_blog_post_inner .owl-nav .owl-next span::before,
 #tb_hotdeals .owl-nav .owl-next span::before {
 	border-top: 1px solid #633725;
 	content: "";
 	height: 1px;
 	position: absolute;
 	right: -61px;
 	top: 16px;
 	width: 60px;
 	display: none;
 }

 .featured-products .products .owl-nav .owl-next span::after,
 .home_blog_post_inner .owl-nav .owl-next span::after,
 #tb_hotdeals .owl-nav .owl-next span::after {
 	border-bottom: 1px solid #633725;
 	content: "";
 	height: 1px;
 	position: absolute;
 	right: -41px;
 	top: 20px;
 	width: 40px;
 	display: none;
 }

 /* Next / Prev Icon End*/
 .all-product-link {
 	display: none !important;
 }

 .product-add-to-cart .tb-wishlist-button-add {
 	margin-right: 4px;
 }

 /* qvik view */
 @media (max-width:991px) {
 	.quickview .modal-dialog {
 		height: 500px;
 		overflow-y: auto;
 		overflow-x: hidden;
 	}

 	.product-quantity #quantity_wanted {
 		width: 33px;
 	}

 	.product-images>li.thumb-container {
 		width: 21% !important;
 	}

 	.quickview .modal-dialog {
 		display: block !important;
 	}

 	.quickview .product-images>li.thumb-container {
 		width: 100% !important;
 		margin: 0 3px;
 	}
 }

 @media (max-width:767px) {


 	.product-images {
 		text-align: center;
 	}

 	.product-images>li.thumb-container {
 		width: 15% !important;
 	}

 	.modal-dialog-centered {
 		min-height: calc(100% - (60px * 2));
 	}

 }

 @media (max-width: 575px) {
 	.quickview .product-cover img {
 		width: 100% !important;
 	}

 	.product-images>li.thumb-container {
 		width: 22% !important;
 	}

 	.modal-dialog-centered {
 		min-height: calc(100% - (123px * 2));
 	}

 	.quickview .modal-body .tb-product-page-titel h1 {
 		padding: 20px 0 10px;
 	}
 }

 @media (max-width: 480px) {
 	.product-cover {
 		width: 100%;
 		margin: 0 auto 20px;
 	}

 	.product-images>li.thumb-container {
 		width: 30% !important;
 	}

 	.product-images>li.thumb-container {
 		width: 20% !important;
 	}

 	.product-cover {
 		margin: 0 auto 20px;
 	}

 	.quickview .product-images>li.thumb-container {
 		/* width: 20% !important; */
 	}
 }

 /* tblistcategories */
 #TB-category-featured {
 	margin: 0 0 80px 0;
 	position: relative;
 }

 #TB-category-featured::before,
 #TB-category-featured::after,
 .top-product::before,
 .top-product::after {
 	content: "";
 	position: absolute;
 	background-image: url(../images/leaf.png);
 	width: 217px;
 	height: 236px;
 	background-size: contain;
 	background-repeat: no-repeat;
 	display: none;
 }

 #TB-category-featured::before,
 .top-product::before {
 	left: 0;
 	top: -120px;
 }

 #TB-category-featured::after,
 .top-product::after {
 	right: 0;
 	bottom: -60px;
 	transform: rotatey(180deg);
 }


 /* .thumb-category {
  
	  display: grid;
  } */

 #TB-category-featured .thumb-category a img {
 	transition: all 500ms ease-in-out 0s;
 	-webkit-transition: all 500ms ease-in-out 0s;
 	-moz-transition: all 500ms ease-in-out 0s;
 	-o-transition: all 500ms ease-in-out 0s;
 	-ms-transition: all 500ms ease-in-out 0s;
 	max-width: 200px;
 	height: 200px;
 	width: auto;
 	vertical-align: top;
 	display: inline-block;
 }

 #TB-category-featured .item-listcategories {
 	text-align: center;
 }

 #TB-category-featured .list-categories {
 	overflow: hidden;
 	text-align: center;
 	display: inline-block;
 	vertical-align: top;
 	/* border: 1px dashed #111; */
 	/* border-radius: 10px; */
 }

 #TB-category-featured .owl-item {
 	padding: 0 15px;
 }

 /* #TB-category-featured .owl-item:nth-child(odd){
	padding-top: 79px;
  } */
 #TB-category-featured .thumb-category {
 	position: relative;
 }

 #TB-category-featured .thumb-category .tb_cat_content {
 	position: relative;
 }

 /* #TB-category-featured .thumb-category .tb_cat_content::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 11px;
	left: -10px;
	bottom: -8px;
	z-index: -1;
	background: #633725;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: none;
}
#TB-category-featured .thumb-category .tb_cat_content::after {
	content: "";
	position: absolute;
	top: -8px;
	right: -12px;
	left: 10px;
	bottom: 0;
	z-index: -1;
	border: 2px solid #633725;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	display: none;
} */
 .item-listcategories .list-categories .thumb-category .tb_cat_content .image {
 	overflow: hidden;
 	/* margin: 20px 0; */
 	/* padding: 20px; */
 	/* border-radius: 25;
	-moz-border-radius: 50%;
	-webkit-border-radius: 240px;
	-khtml-border-radius: 50%; */
 	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 13px; */
 	/* border: 2px dashed #fff; */
 	transition: all 500ms ease-in-out;
 	-webkit-transition: all 500ms ease-in-out;
 	-moz-transition: all 500ms ease-in-out;
 	-o-transition: all 500ms ease-in-out;
 	-ms-transition: all 500ms ease-in-out;
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	border-radius: 10px 10px 0 0 !important;
 }

 .tblistcategories .block_content .item-listcategories:hover .desc-listcategoreis a {
 	color: #633725;
 	letter-spacing: 2px;
 }

 .list-categories {
 	overflow: hidden;
 }

 .desc-listcategoreis {
 	background-color: #fff;
 	width: auto;
 	transition: all 500ms ease-in-out 0s;
 	-webkit-transition: all 500ms ease-in-out 0s;
 	-moz-transition: all 500ms ease-in-out 0s;
 	-o-transition: all 500ms ease-in-out 0s;
 	-ms-transition: all 500ms ease-in-out 0s;
 	overflow: hidden;
 	z-index: 2;
 	/* opacity: 0; */
 	/* padding: 15px 25px; */
 	border-radius: 0 0 10px 10px;
 	/* transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%); */
 }

 #TB-category-featured .thumb-category:hover .desc-listcategoreis {
 	opacity: 1;
 }

 .tblistcategories .block_content .item-listcategories .desc-listcategoreis .name_categories {
 	transition: all 500ms ease-in-out;
 	-webkit-transition: all 500ms ease-in-out;
 	-moz-transition: all 500ms ease-in-out;
 	-o-transition: all 500ms ease-in-out;
 	-ms-transition: all 500ms ease-in-out;
 }

 #TB-category-featured .thumb-category .category-img {
 	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	overflow: hidden;
 }

 .tblistcategories .block_content .item-listcategories .desc-listcategoreis .name_categories {
 	/* padding: 12px 28px; */
 }

 .desc-listcategoreis .name_categories a {
 	color: #111;
 	font: 500 22px/24px "Philosopher", Helvetica, sans-serif;
 	letter-spacing: 0.5px;
 	margin: 0;
 	text-align: center;
 	padding: 0;
 	transition: all 400ms ease-in-out 0s;
 	-webkit-transition: all 400ms ease-in-out 0s;
 	-moz-transition: all 400ms ease-in-out 0s;
 	-o-transition: all 400ms ease-in-out 0s;
 	-ms-transition: all 400ms ease-in-out 0s;
 	width: 100%;
 	display: block;
 	text-transform: capitalize;
 }

 /* .desc-listcategoreis .name_categories a::before {
	content: "";
	position: absolute;
	top: auto;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 0%;
	height: 2px;
	margin: 0 auto;
	background-color: #ff5f74;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
  } */

 /* #TB-category-featured .thumb-category:hover .desc-listcategoreis .name_categories a {
	color: #ff5f74;
  } */

 #TB-category-featured .thumb-category:hover .desc-listcategoreis .name_categories a::before {
 	width: 100%;
 }

 .desc-listcategoreis .name_categories a span.number_product {
 	display: none;
 }

 .desc-listcategoreis .sub {
 	text-align: center;
 	display: none;
 }

 .desc-listcategoreis .sub a {
 	display: block;
 	background: none;
 	padding: 0;
 	border: none;
 	color: #111;
 	font: 500 14px/24px "Red Hat Text", helvetica, sans-serif;
 	transition: all 500ms ease-in-out 0s;
 	-webkit-transition: all 500ms ease-in-out 0s;
 	-moz-transition: all 500ms ease-in-out 0s;
 	-o-transition: all 500ms ease-in-out 0s;
 	-ms-transition: all 500ms ease-in-out 0s;
 	padding: 5px 0;
 }

 .desc-listcategoreis .sub a:hover,
 .desc-listcategoreis .sub a:active,
 .desc-listcategoreis .sub a:focus {
 	color: #ff5f74;
 }

 .desc-listcategoreis .sub a.view_all {
 	margin: 15px 0 0 0;
 	font-size: 14px;
 	line-height: 16px;
 	padding: 14px 30px;
 	position: relative;
 	background: #111;
 	color: #fff;
 	display: inline-block;
 }

 @media (max-width: 1399px) {}

 @media (max-width: 1199px) {
 	#TB-category-featured {
 		margin: 0 0 60px 0;
 	}
 }

 @media (max-width: 991px) {
 	#TB-category-featured {
 		margin: 0 0 40px 0;
 	}

 	#tbcompare-floating {
 		right: 40px;
 	}
 }

 @media (max-width: 767px) {

 	.tblistcategories .block_content .item-listcategories .desc-listcategoreis,
 	.tblistcategories .block_content .item-listcategories:hover .desc-listcategoreis {
 		height: auto;
 	}

 	.desc-listcategoreis .sub {
 		margin: 0 0 20px 0;
 	}



 }

 @media (max-width: 543px) {
 	#TB-category-featured .owl-item:nth-child(2n+1) {
 		padding-top: 10px;
 	}
 }

 @media (max-width: 480px) {
 	#TB-category-featured {
 		margin: -130px 0 20px 0;
 	}

 	#blockcart-modal .cart-content .cart-content-btn button {
 		margin-right: 5px;
 	}

 	/* #TB-category-featured .list-categories {
	  display: block;
	} */
 }

 .zoom {
 	background-position: 50% 50%;
 	position: relative;
 	overflow: hidden;
 	cursor: zoom-in;
 }

 .zoom img:hover {
 	opacity: 0;
 }

 .zoom img {
 	transition: opacity .5s;
 	display: block;
 	width: 100%;
 }

 /* hot-deals */
 #tb_hotdeals {
 	margin: 0 0 80px 0;
 }

 #tb_hotdeals .product-miniature .highlighted-informations {
 	position: static;
 	display: inline-block;
 	align-items: last baseline;
 	justify-content: left;
 	gap: 6px;
 	margin: 0 0 20px 0;
 	text-align: left;
 }

 #tb_hotdeals .product-miniature .tbpc-valign-bottom.tbpc-wrp.tbpc-wrp-over-img {
 	position: static;
 	text-align: left;
 }

 #tb_hotdeals .product-price-and-shipping .price {
 	margin: 0 10px 0 0;
 }

 #tb_hotdeals .product-miniature .variant-links {
 	position: static;
 	text-align: left;
 }

 #tb_hotdeals .product-miniature .product-description {
 	width: 50%;
 	padding: 0 0px 0 20px;
 }

 #tb_hotdeals .product-miniature .tb_productcountdown {
 	width: 100%;
 }

 #tb_hotdeals .product-miniature {
 	padding: 15px;
 	border: 1px solid #111;
 }

 #tb_hotdeals .product-miniature .highlighted-informations .addtocart,
 #tb_hotdeals .product-miniature .highlighted-informations .tb-wishlist-button-add,
 #tb_hotdeals .product-miniature .highlighted-informations .btn-tbcompare-add {
 	display: inline-block;
 	margin: 0 !important;
 }

 #tb_hotdeals .product-miniature .highlighted-informations .quick-view i,
 #tb_hotdeals .product-miniature .highlighted-informations .quick-view i {
 	font-size: 20px;
 	line-height: 45px;
 	color: #fff !important;
 }

 #tb_hotdeals .product-miniature .highlighted-informations .quick-view,
 #tb_hotdeals .product-miniature .highlighted-informations .wishlist-button-add,
 #tb_hotdeals .product-miniature .highlighted-informations .quick-view {
 	font-size: 0;
 	line-height: 45px;
 	text-align: center;
 }

 #tb_hotdeals .product-miniature .highlighted-informations .quick-view {
 	font-size: 0;
 	width: 45px;
 	height: 45px;
 	line-height: 45px;
 	text-align: center;
 	background: #111;
 	margin: 0;
 	/* border-radius: 0; */
 	padding: 0;
 	justify-content: center;
 	display: grid;
 	position: relative !important;
 	left: 0;
 	bottom: 0;
 	top: 0;
 	order: 4;
 	margin: 10px 0;
 }

 #tb_hotdeals .product-miniature .product-title a {
 	text-align: left;
 }

 #tb_hotdeals .product-miniature .product-price-and-shipping {
 	justify-content: left;
 	margin: 0 0 10px 0;
 }

 #tb_hotdeals .product-title-attribute {
 	margin: 0 0 10px 0;
 	display: inline-block;
 }

 #tb_hotdeals .tbpc-main .tbpc-label {
 	display: block;
 }

 #tb_hotdeals .tbpc-main .tbpc-time {
 	width: 63px !important;
 	max-width: 63px;
 }

 #tb_hotdeals .tbpc-main {
 	display: inline-block;
 }

 #tb_hotdeals .product-miniature .tb_productcountdown {
 	background: #eee;
 }

 #tb_hotdeals .tbpc-main::before {
 	content: none;
 }

 #tb_hotdeals .tb_productcountdown {
 	padding: 10px;
 }

 #tb_hotdeals .tb-product-specific.products.owl-loaded.owl-drag {
 	overflow: hidden;
 }

 #tb_hotdeals .short_description p {
 	line-height: 21px;
 }

 #tb_hotdeals .tb_productcountdown .tbpc-main .tbpc-time .tbpc-count {
 	font-weight: 600;
 }

 .hotdeals-img {
 	display: inline-block;
 	overflow: hidden;
 }

 .hotdeals-img img {
 	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_hotdeals:hover .hotdeals-img img {
 	transform: scale(1.05);
 	-webkit-transform: scale(1.05);
 	-moz-transform: scale(1.05);
 	-ms-transform: scale(1.05);
 	-o-transform: scale(1.05);
 }

 @media (max-width:1200px) {
 	#tb_hotdeals .tbpc-main .tbpc-time {
 		width: 54px !important;
 		max-width: 52px;
 	}
 }

 @media (max-width:1199px) {
 	#tb_hotdeals {
 		margin: 0 0 60px 0;
 	}

 	#tb_hotdeals .tbpc-main .tbpc-time {
 		width: 46px !important;
 		max-width: 46px;
 	}
 }

 @media (max-width:991px) {
 	#tb_hotdeals {
 		margin: 0 0 40px 0;
 	}

 	#tb_hotdeals .tb-product-specific.products.owl-loaded.owl-drag {
 		margin: 0 0 30px 0;
 	}

 	#tb_hotdeals .product-miniature {
 		margin: 0 0 20px 0;
 	}
 }

 @media (max-width:767px) {
 	#tb_hotdeals .product-miniature .thumbnail-container .product-flags {
 		right: 0;
 	}

 	#tb_hotdeals .product-miniature .tbpc-valign-bottom.tbpc-wrp.tbpc-wrp-over-img {
 		display: block;
 	}
 }

 @media (max-width:480px) {
 	#tb_hotdeals {
 		margin: 0 0 20px 0;
 	}

 	#tb_hotdeals .product-miniature .product-description {
 		width: 100%;
 		padding: 0;
 		text-align: center;
 	}

 	#tb_hotdeals .product-miniature {
 		display: block;
 	}

 	#tb_hotdeals .product-miniature .thumbnail-container .product-thumbnail img {
 		margin: 0 auto;
 	}

 	#tb_hotdeals .product-miniature .product-title a,
 	#tb_hotdeals .product-miniature .variant-links,
 	#tb_hotdeals .product-miniature .tbpc-valign-bottom.tbpc-wrp.tbpc-wrp-over-img {
 		text-align: center;
 	}

 	#tb_hotdeals .product-miniature .thumbnail-top {
 		display: inline-block;
 	}

 	#tb_hotdeals .product-miniature .thumbnail-container {
 		text-align: center;
 	}

 	#tb_hotdeals .product-miniature .product-price-and-shipping,
 	#tb_hotdeals .product-miniature .highlighted-informations {
 		justify-content: center;
 	}
 }