* {
	padding:0;
	margin:0;
}
html.chrome.menu-open-close {
    overflow: hidden;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top:90px;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/* 	background-color: #ffffff; */
	display: block;
	z-index: 9999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between; 
	align-items: center;
}

.header-wrapper .logo-box {
	/* 	width: auto !important; */
	/* 	float: left; */
}

.header-wrapper .menu-box {
	/* 	width: auto !important; */
	/* 	float: right; */
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}
body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 20px !important;
	/* 	margin: 0 0px 30px !important; */
	background-color: transparent;
	border: none;
	clear: inherit;
	margin-top:0 !important;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	color: #000;
	font-family: "TT Commons";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.8px;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 106px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	/* 	font-family: 'Satoshi-Regular'; */
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 18px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	/* 	border: 1px solid rgb(155 155 155 / 70%) !important;
	border-radius: 30px !important;
	padding: 15px 20px !important; */
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Satoshi-Regular';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
	letter-spacing:0;
}
.footer .elementor-column-gap-default{
	column-gap: 286px;
}
/* .footer  .footer-p{
width: 49% !important;
} */
/* .footer-logo{
width: 25% !important;
} */
html body .subscribe .es-email, html body .subscribe .es-email:focus-visible {
	border-radius: 60px !important;
	border: 1px solid #FFF;
	padding: 21px 60px 21px 28px;
	color: rgba(255, 255, 255, 0.7);
	font-family: "TT Commons";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: transparent !important;
	width: 510px;
}
.subscribe .es-form-field-container {
	position: relative;
}
.subscribe .gjs-row {
	margin: 0 !important;
}
.subscribe .es-form-field-container .gjs-row:last-child .gjs-cell:after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(/wp-content/uploads/2025/08/Component-12.png);
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 50px;
	z-index: -1;
	cursor: pointer;
}
.subscribe .es-form-field-container .gjs-row:last-child .gjs-cell input {
	/* opacity: 0; */
	padding: 20px 0px;
	background: transparent;
	border: none;
	color: transparent;
	box-shadow: none;
	width: 65px;
	cursor: pointer;
}
.subscribe .es-form-field-container .gjs-row:last-child .gjs-cell {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.search .e-search-submit  {
	display: none !important;
}
.search .e-search-input {
	color:rgba(238, 242, 227, 0.6) !important;
	width:100% !important;
	max-width:100% !important;
}
.nion{
	color: #C7F169;
}
.hero-icon-list ul{
	display: grid;
	grid-template-columns: auto auto;
	gap: 26px 47px;

}
.hero-icon-list ul li{
	margin: 0px !important;
	padding: 0px !important;
}
.highlight {
	background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	leading-trim: both;

}
.accordian .elementor-accordion-item .elementor-accordion-title span{
	width: fit-content;
}
/* Circle badge with gradient */
.accordian .elementor-accordion-item .elementor-accordion-title span{

	background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
	color: #fff;
	padding: 13px 17px;
	border-radius:50%;     
	display: inline-block; 
	margin-right: 16px;
}

.accordian .elementor-accordion-icon svg {
	height: 26px !important;
	width: 26px !important;
}
.accordian .elementor-accordion{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.accordian  .elementor-tab-title{
	border-radius:10px;
}
.video{
	border-radius:36px;
}
.loss-ctn .loss-img:before {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	background-color:rgba(108, 190, 116, 0.61);
	z-index: 1;
	position: absolute;
	mix-blend-mode: color;
	border-radius:10px;
}
.loss-txt p:first-child {
	margin-bottom: 13px;
	font-weight: 400;
}
/* home-slider */
.slider-ctn .elementor-swiper-button svg{
	fill:#000 !important;
}
.slider-ctn .elementor-swiper-button {
	top: -5% !important;
	border-radius: 48px;
	background: #C7F169;
	border-radius:50%;
	padding:12px;
}
.slider-ctn .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	text-align: left !important;
	left: 90px;
	bottom: 100px !important;
	top: unset !important;
}
.slider-ctn .elementor-swiper-button.elementor-swiper-button-prev {
	left: auto !important;
	right: 80px;
}
.slider-ctn span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #007F7F;
}
.slider-ctn span.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
}

/* --------------- About Us ------------------ */
.backedby-sec .elementor-column-gap-default {
	gap: 57px;
}

/*text Color Css  */
.text-color .elementor-widget-container a{
	color: #2D3835;
	text-decoration: underline;
}
.gradient-text {
	background: linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.product_wrapper > div {
	display: flex;
	flex-direction: column;
}
.product_image_wrap {
	width: 100% !important;
	height:452px;
}	
.product_content {
	width: 100% !important;
}
.product_image_wrap > div > div{
	height:100%;
}
.product_image_wrap .elementor-widget-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_image_wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.product_image_wrap::before {
	content: "";
	position: absolute;
	inset: 0; /* cover full container */
	border-radius: inherit;
	background: linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%);
	opacity: 0.2; /* only the gradient is transparent */
	z-index: 0;
}

.product_image_wrap > * {
	position: relative;
	z-index: 1; /* keep product image/text above */
}
.pro-image img {
	box-shadow: 338px 132px 102px 0 rgba(0, 0, 0, 0.00), 216px 84px 93px 0 rgba(0, 0, 0, 0.01), 122px 47px 78px 0 rgba(0, 0, 0, 0.05), 54px 21px 58px 0 rgba(0, 0, 0, 0.09), 14px 5px 32px 0 rgba(0, 0, 0, 0.10);
}


/*product header*/
.page-id-1795 header#masthead {
	background: #fff;
	border-bottom: 1px solid rgb(19 19 19 / 20%);
	position:sticky;
}
.page-id-1795 .logo-box img {
	filter: brightness(0);
}
.page-id-1795 .nav-bar a {
	color: rgb(19 19 19 / 60%) !important;
}
.page-id-1795 .search .e-search-form path {
	fill: #131313 !important;
}
.page-id-1795 input#search-727c645::placeholder {
	color: rgb(19 19 19 / 60%);
}
.page-id-1795 {
	padding-top: 0 !important;
}
/**/

.welness-sec .elementor-container {
	border-radius: 36px !important;
	overflow: hidden;
}
/* /////////////////////// */
/* product-categories */
.category-block {
	background: #F6FBFA;
	margin-bottom: 80px;
	padding: 40px 0;
}
.category-inner-block {
	max-width: 1442px;
	margin: 0 auto;
}
ul.subcategories {
	display: flex;
	gap: 50px;
	margin-top: 40px;
	flex-wrap: wrap;
}
.subcategories li {
	display: flex;
	align-items: center;
	/* gap: 30px; */
	list-style: none;
	width: 31%;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid rgba(4, 63, 45, 0.20);
	overflow: hidden;
}
span.parent-cat {
	background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Means Web";
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.26px;
}
img.subcategory-thumbnail {
	width: 120px;
	height: 94px !important;
	object-fit: cover;
}
.subcategories li a {
	color: #082F2F;
	font-family: "Means Web";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
}
.subcategories li a {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}
span.li-inner-sec {
	width: 100%;
	padding: 19px 30px;
}
span.first-word {
	color: #082F2F !important;
	background-clip: unset;
	background: unset !important;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: #082F2F;
}
div#category-search-wrapper {
	text-align: center;
	max-width: 515px;
	display: flex;
}
input#category-search {
	width: 100%;
	border-radius: 32px;
	border: 1px solid #007F7F4D;
	/*     opacity: 0.3; */
	padding: 15px 60px;
	color: #131313;
	font-family: "TT Commons";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	outline:none;
}
div#category-search-wrapper:before {
	content: '';
	background: url('/wp-content/uploads/2025/09/Frame-1000002512.svg');
	width: 24px;
	height: 24px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	transform: translate(16px, 16px);
	z-index: 1;
}

div#category-search-wrapper{
	position:relative;
}
p.no-cat {
	text-align: center;
	background: #F6FBFA;
	padding: 40px 0;
}
.works-inn-ctn .elementor-widget-wrap {
	gap: 20px;
}
.works-icon .elementor-icon-box-title > span {
	display: flex;
	align-items: center;
}
span.green-num {
	background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
	color: #fff;
	border-radius: 50%;
	display: flex;
	height: 43px;
	width: 43px;
	align-items: center;
	justify-content: center;
	margin-right:16px;
}
.works-icon p.elementor-icon-box-description {
	padding-left: 60px;
	margin-top:20px;
}
.ofcl-reviews .elementor-widget-wrap {
	gap: 80px;
}
.counter-ctn .wc_countdowntimer strong {
	color: #C7F169;
	font-weight:400;
}
.counter-ctn .wc_countdowntimer {
	text-align: center;
	color: #FFF;
	font-family: "Means Web";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.96px;
}
.counter-ctn .size_xs {
	color: #C7F169;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.96px;
}
.counter-ctn .size_xs span{
	background:unset;
	color: #C7F169;
	border:none;
}
/* //////////////////////////// */
/* product-categories-collaction */
.archive-title-color {
	background: linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cat-works-iocn span.green-num {
	width: 59px;
}
.reviews-slider .elementor-testimonial__image img {
	object-fit: contain;
}
.custom-accordion {
	overflow: hidden;
}

.accordion-item {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	margin-bottom:26px;
}

.accordion-header {
	padding: 20px 15px;
	font-weight: bold;
	cursor: pointer;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.3s ease;
}
.accordion-header.active {
	background: #fff;
}

.accordion-title {
	flex: 1;
}

.accordion-icon {
	width: 18px;
	height: 18px;
	transition: transform 0.3s ease;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.accordion-inner {
	padding: 12px 15px;
	background: #fff;
	line-height: 1.6;
}
span.accordion-title {
	color: #082F2F;
	font-family: "Means Web";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.6px;
}
.accordion-inner {
	color: #2D3835;
	font-family: "TT Commons";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity:0.8;
	padding-top: 0;
}
.green-ovl:before {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	background-color: rgba(108, 190, 116, 0.61);
	z-index: 1;
	position: absolute;
	mix-blend-mode: color;
	border-radius: 10px;
}
.bck-home .elementor-icon {
	display: block;
}
.team-icn-box .elementor-widget-container {
	height: 100%;
}
.auth-team-sec .elementor-widget-wrap {
	gap: 126px;
}
/* ///////////////////////////////// */
/* team-deatil-bio */
.bio-ctn ul {
	padding-left: 30px;
	margin-top: 10px;
}
.blog-loop .loss-ctn .loss-img::before {
	border-radius: 36px;
}
.mian-que-ctn {
	margin-bottom: 16px;
}
.que-ctn {
	margin: 12px 0;
}
.bio-ctn ol {
	padding-left: 26px;
}
/* //////////////////////////////// */
/* product-detail-page */
.custom-variation-tabs { 
	margin: 20px 0; 
}

/* Tab nav container */
.tab-nav {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	align-items: center;
}

/* Each tab item */
.tab-nav li {
	padding: 0px 15px;
	cursor: pointer;
	background: none;
	margin: 0;
	font-weight: normal;
	color: inherit;
	transition: color 0.2s ease;
}
.tab-nav li:first-child {
	padding-left: 0;
}
/* Hover effect */
.tab-nav li:hover {
	color: #0073aa;
}

/* Active tab = bold */
.tab-nav li.active {
	font-weight: bold;
	color: #000;
}

/* Separator item */
.tab-nav li.separator {
	cursor: default;
	padding: 0 8px;
	color: #999;
	font-weight: normal;
	pointer-events: none;
}

/* Tab content container */
.tab-content {
	display: none;
	/*   padding: 15px 0; */
	background: transparent;
}

/* Active tab content */
.tab-content.active { 
	display: block; 
}

/* Hide WooCommerce default variation labels inside tab content */
.tab-content .label {
	display: none !important;
}

.count-ctn .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	display: flex !important;
	flex-direction: column-reverse;
}
.prod-accd .elementor-accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
	margin-bottom: 10px;
}
.why-icn-ctn .elementor-widget-wrap {
	gap: 136px;
}
span.variable-item-span.variable-item-span-button {
	color: #2D3835;
	leading-trim: both;
	text-edge: cap;
	font-family: "TT Commons";
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400;
	line-height:100%; 
}
li.variable-item.button-variable-item.selected span.variable-item-span.variable-item-span-button{
	color: #FFF;
	font-weight: 400;
}
li.variable-item.button-variable-item {
	border-radius: 10px !important;
	background: rgba(23, 141, 126, 0.04) !important;
	box-shadow: unset !important;
	display: flex;
	padding: 19px 20px !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	height: auto !important;
}
li.variable-item.button-variable-item.selected {
	background: #043F2D !important;
}
span.variable-item-span.variable-item-span-button {
	padding: 0 !important;
}
li.variable-item.button-variable-item {
	margin: 0 !important;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
	gap: 16px;
}
.custom-variation-tabs {
	margin: 20px 0;
	margin-bottom: 30px;
}
select#pa_tablet {
	display: inline-block !important;
	padding: 19px 20px;
	align-items: flex-start;
	border-radius: 10px;
	background-color: rgba(23, 141, 126, 0.04);
}
select#pa_tablet {
	display: inline-block !important;
	padding: 19px 20px;
	align-items: flex-start;
	border-radius: 10px;
	background-color: rgba(23, 141, 126, 0.04) !important;
	color: #2D3835 !important;
	font-family: "TT Commons";
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 130% !important;
}
a.reset_variations {
	display: none !important;
}
.subscribe-save-box p {
	color: #2D3835;
	leading-trim: both;
	text-edge: cap;
	font-family: "TT Commons";
	font-size: 20px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 130%;
	margin-bottom:10px;
}
.subscribe-save-box {
	margin: 22px 0;
}
.subscribe-option {
	display: block;
	padding: 16px 30px 16px 23px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: rgba(23, 141, 126, 0.04);
}
/* Hide the default radio */
.subscribe-option input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 25px;
	height: 25px;
	border: 2px solid #043F2D;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	position: relative;
	margin-right: 8px;
	vertical-align: middle;
}

/* Checked state */
.subscribe-option input[type="radio"]:checked {
	background-color: #fff;
	border-color: #043F2D;
}

/* Optional: add inner dot for clarity */
.subscribe-option input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #043F2D;
}
span#onetime-price span.price {
	color: #9D9D9D;
	font-family: "TT Commons";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	padding-left: 38px;
}
.woocommerce-variation.single_variation .woocommerce-variation-price span.price {
	color: #2D3835;
	font-family: "Means Web";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -1.08px;
}
.sticky-col {
	position: sticky !important;
	top: 11rem;
	height: fit-content;
}
/* ////////////////////////////////////// */
/* global-form */
.form-global label {
	color: #000;
	font-family: "TT Commons";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.8px;
	padding-bottom:16px !important;
}
body .form-global input, body .form-global textarea,  body .form-global .select2-selection__rendered{
	border-radius: 14px !important;
	border: 1px solid #D8D8D8 !important;
	padding: 17px 30px !important;
}
.form-global li:has(> div input) {
	margin-bottom: 32px !important;
}
.start-free-consultation{
	cursor:  pointer!important;
}
.prod-dtl .elementor-testimonial__image img {
	opacity: 0.6;
}
.form-global input[type="submit"] {
	padding: 15px 26px !important;
	color: #043F2D;
	font-family: "Means Web";
	font-size: 18px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 120% !important;
	border-radius: 12px !important;
	border: none !important;
	cursor: pointer;
}
.gform_footer.top_label {
	display: inline-block;
	padding-left: 5px !important;
}
body .gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 20px!important;
}
.author-columns {
	display: flex;
	gap: 70px;
}
.author-left {
	width: 51%;
}
.author-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
button.author-btn {
	width: fit-content;
	border: none;
	cursor: pointer;
	padding: 16px 24px !important;
	line-height: normal !important;
}
img.author-image.wp-post-image {
	width: 100%;
}
p.author-gphc {
	font-weight: bold;
	margin-bottom: 20px;
	color: #1E1E1E;
	font-family: "TT Commons";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}
p.author-gphc a {
	color: #1E1E1E;
	text-decoration-line: underline;
}
h5.author-name {
	font-weight: 400;
	margin-bottom: 20px;
}
.author-description {
	margin-bottom: 40px;
}
.count-ctn .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	flex-direction: column-reverse;
	display: flex !important;
}
/* ///////////////////////////////// */
.subscribe-save-box {
	margin: 22px 0;
	position: relative;
}
.subscribe-option {
	display: block;
	padding: 16px 30px 16px 23px;
	margin-bottom: 16px;
	border-radius: 10px;
	background: rgba(23, 141, 126, 0.04);
}
.subscribe-option input {
	margin-right: 10px;
}
.subscribe-action {
	margin-top: 15px;
}
select#pa_tablet {
	display: inline-block !important;
}
ul[aria-label="tablet"] {
	display: none !important;
}
a.reset_variations {
	display: none;
}
.cstm-cart .quantity {
	display: none !important;
}
.cstm-cart .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	flex-direction: column-reverse;
}
.subscription-frequency {
	margin-top: 18px;
}
.subscription-frequency select {
	border-radius: 6px;
	border: 1px solid #C8CCCB;
	color: #2D3835;
	font-family: "TT Commons";
	font-size: 20px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 120% !important;
	padding: 16px 22px;
}
/* ///////////////////////////////// */
/* my-account */
form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-form.woocommerce-form-register.register, .woocommerce-address-fields, address {
	/*     max-width: 600px; */
	margin: 0 auto;
	border-radius:20px !important;
	border-color:#043F2D !important;
}
form.woocommerce-ResetPassword.lost_reset_password{
	border-radius:20px !important;
	border-color:#58C1C7 !important;
}
.woocommerce input[type="text"], .woocommerce  input[type="password"], .woocommerce input[type="email"],.woocommerce input[type="tel"], .select2-selection__rendered{
	border-radius: 20px !important;
	background: #d1e8e5 !important;
	outline:none;
}
body.woocommerce-account .woocommerce h2 {
	margin-bottom: 20px !important;
	font-weight: 600 !important;
	line-height: normal;
	color: #043F2D !important;
	font-size: 30px;
}
form.woocommerce-ResetPassword.lost_reset_password {
	margin: 0 auto;
}
nav.woocommerce-MyAccount-navigation {
	border-radius: 20px !important;
	overflow: hidden;
	background: #F2FEFF !important;
	padding: 20px 10px;
	border: 1px solid #043F2D;
}
nav.woocommerce-MyAccount-navigation ul li a{
	background:transparent !important;
	color:#043F2D !important;
}
li.woocommerce-MyAccount-navigation-link.is-active {
	background: #043F2D;
	border-radius: 16px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff !important;
}
.woocommerce-MyAccount-content-wrapper {
	border-radius: 20px !important;
	border: 1px solid #043F2D!important;
	background: #F2FEFF !important;
	padding: 30px 20px !important;
}
.prod-slider .elementor-swiper-button {
	border-radius: 88px;
	background: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(8.630769729614258px);
	padding: 11px;
}
.woocommerce-info, .woocommerce-message, .woocommerce-error {
	/* border-color: #58C1C7; */
	border: 1px solid #043F2D;
	background: #F2FEFF;
	color: #000;
	border-radius: 12px;
	align-items: center;
}
a.button.wc-forward, a.woocommerce-Button.button {
	border:1px solid #043F2D;
	background: #043F2D;
	border-radius: 12px;
	color: #FFF !important;
	transition:all 0.3s ease-in-out;
}
a.button.wc-forward:hover, a.woocommerce-Button.button:hover{
	color: #043F2D !important;
	border:1px solid #043F2D;
	transition:all 0.3s ease-in-out;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button {
	background: #043F2D !important;
}
.cstm-cart .wc_countdowntimer {
	color: #2D3835;
	font-family: "TT Commons";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.cstm-cart  span#ad_crt_tmr_cdn {
	margin: 0 40px;
}
.cstm-cart  span#ad_crt_tmr_cdn span {
	padding: 19px 20px;
	align-items: center;
	border-radius: 10px;
	background: rgba(23, 141, 126, 0.04);
	color: var(--043-f-2-d, #043F2D);
	leading-trim: both;
	text-edge: cap;
	font-family: "Means Web";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	border:none;
}
.cstm-cart  span#ad_crt_tmr_cdn span:first-child{
	margin-right:16px;
}
.cstm-cart  span#ad_crt_tmr_cdn span:nth-child(2){
	margin:0 16px ;
}
.cstm-cart  span#ad_crt_tmr_cdn span:last-child{
	margin-left:16px ;
}
.cstm-cart  .countdown-timer-wrap.cdn_before_adt_cart {
	margin-top: 40px;
}
.swiper-wrapper .rtwpvg-gallery-image::before {
	content: '';
	border-radius: 26px;
	opacity: 0.2;
	background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
img.wp-post-image.rtwpvg-post-image.attachment-woocommerce_single.size-woocommerce_single {
	width: 376px;
	height: 274px;
}
.rtwpvg-gallery-image {
	padding: 100px;
	margin-right: 12px;
}
.rtwpvg-thumbnail-image {
	padding: 24px;
	border-radius: 16px;
	opacity: 0.1;
	background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
}
.rtwpvg-thumbnail-image {
	padding: 24px;
	border-radius: 16px;
	background: linear-gradient(133deg, rgba(0, 128, 128, 0.1) 12.17%, rgba(199, 241, 105, 0.1) 101.84%);
	height: fit-content !important;
	opacity: 1 !important;
}
span#subscribe-price small {
	position: absolute;
	display: block;
	padding: 5px 9px;
	top: 0;
	right: 0;
	transform: translate(-28px, 37px);
	border-radius: 0 0 6px 6px;
	background: #D83E00;
	color: #FFF;
	font-size: 16px;
}
.thwmscf_time_line_step ul.thwmscf-tabs li a.active span.thwmscf-index.thwmscf-tab-icon {
	background: linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%) !important;
	color: #fff;
	text-align: center;
	font-family: "Means Web";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -1.74px;
}
.thwmscf_time_line_step ul.thwmscf-tabs li a {
	border: none !important;
}
.thwmscf_time_line_step ul.thwmscf-tabs li a.active {
	border: none !important;
}
ul#thwmscf-tabs {
	max-width: 655px;
	margin: 0 auto;
}
.thwmscf_time_line_step .thwmscf-index {
	margin-top: -70px !important;
}
.thwmscf-tab-icon {
	width: 81px !important;
	height: 80px !important;
}
span.thwmscf-index.thwmscf-tab-icon {
	color: #FFF;
	text-align: center;
	font-family: "Means Web";
	font-size: 58px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -1.74px;
	background: #C8CCCB !important;
}
span.thwmscf-tab-label:after {
	content: '';
	border: 2px dashed #C8CCCB;
	width: 100%;
	position: absolute;
	top: 0;
	transform: translate(-10px, -30px);
	z-index: -1;
}
.thwmscf-tab:last-child span.thwmscf-tab-label:after {
	content: '';
	border: none;
}



/* ------------------------------------ */
body .check_form input[type="text"] ,
body .check_form input[type="password"] ,
body .check_form input[type="email"] ,
body .check_form input[type="tel"] ,
body .check_form .select2-selection__rendered{
	font-size: 20px;
	background: #fff !important;
	border: 1px solid #D8D8D8;
	border-radius: 14px !important;
}
body .check_form p{
	width: 47.2% !important;
}
.check_form .woocommerce-billing-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: center;
}

.product-points{
	list-style: none;
}
.product-points li{
	color: #2D3835;
	padding-block: 6px;
	position: relative;
	padding-left: 46px;
}
.product-points li:before{
	content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	background: url("https://glamhealth.techsolutionn.com/wp-content/uploads/2025/09/green-icon.svg");
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}



.product-facts{
	display: grid;
	column-gap: 74px;
	grid-template-columns: 55% 45%;
}
.fact-title{
	padding-bottom: 12px;
}
.product-facts .fact-item:nth-child(n+3) h5 {
	padding-top: 33px;
}
.product-facts .fact-info{
	padding-bottom: 33px;
} 
.product-facts > .fact-item:not(:nth-last-child(-n+2)) .fact-info {
	border-bottom: 1px solid #CCCCCC;
}
.fact-item a{
	color: #2D3835;
	text-decoration: underline !important;
}

/* Accordion Counter */
.custom-accordion {
	counter-reset: acc-counter;
}
.custom-accordion .accordion-item {
	counter-increment: acc-counter;
}
.custom-accordion .accordion-header .accordion-title::before {
	content: counter(acc-counter) ". ";
	font-weight: 400;
	color: #333;
	margin-right: 6px;
	display: inline-block;
}

.custom-accordion .accordion-inner{
	opacity: 1;  
}

button ,
input[type="button"]{
	cursor: pointer !important;
}
a.checkout-button.button.alt.wc-forward {
	color: #fff !important;
}



/**/

.related-articles a ,
.related-articles {
	color: #007F7F;
	font-size: 24px;
	line-height: 133.333%;
}
.related-articles{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.related-articles li{
	padding-left: 0px;
}

.consult-products{
	width: auto !important;
	display: inline-block;
	padding: 20px 20px 46px 20px;
	border-radius: 26px;
	border: 1px solid  #C7F169;
}
.consult-product a ,
.consult-product a img{
	height: 100% !important;
	width: 100% !important;
	display: block;
}
.consult-product h4{
	padding-top: 16px;
	padding-bottom: 12px;
	line-height: 190%;
}
.consult-product h5 {
    margin: 40px 0;
}
.consult-product h5 a{
	color: #2D3835 !important;
}

.consult-product a.button{
	margin-top: 30px;
	padding: 12px 20px;
}
.consult-results h2{
	padding-bottom: 40px;
	text-align:center;
}
.consult-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.consult-results form {
    width: 100%;
	text-align: center;
}
.consult-results h2 {
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
}
.consult-results .form-global button {
    padding: 12px 20px;
    border: none;
    outline: none;
}
.consult-results form.form-global p {
    margin-bottom: 20px;
}
.consult-results form.form-global input[type="text"] {
    outline: none;
    width: 100%;
    max-width: 400px;
}
.consult-results h4 {
    width: 100%;
    text-align: center;
	line-height: 120%;
	color: #082F2F;
}
.consult-results hr {
    width: 100%;
    color: #D8D8D8;
    border: 1px solid #D8D8D8 !important;
}
.consult-prod-ctn {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
/* Search */
.search_temp article{
	border: 1px solid #C7F169;
	padding: 20px !important;
	border-radius: 26px;
}
h5.fact-title {
	color: #082F2F;
	font-weight: 400;
}
p.fact-info {
	color: #2D3835;
}
ul.related-articles li {
	list-style: none;
}
/* checkoutpage */
form.checkout.woocommerce-checkout h3 {
	color: #2D3834;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.2px;
}
.thwscf-shipping {
	display: none;
}
input.button-prev.action-prev.thwmscf-first-prev {
	display: none !important;
}
.thwmscf-wrapper .thwmscf-buttons {
	text-align: center !important;
	margin-top: 46px;
}
input.button-next.action-next, input.button-prev.action-prev {
	padding: 13px 24px !important;
	align-items: center;
	line-height: normal;
	color: #043F2D;
	font-family: "Means Web";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	outline: none;
	border: none;
}
.form-global .woocommerce form .form-row label {
	line-height: normal !important;
}
span.select2-selection.select2-selection--single {
	border: none !important;
}	
.check_form .thwmscf-wrapper form.checkout {
	margin-bottom: 10px;
	border-radius: 16px;
	border: 1px solid #C7F169;
	padding: 98px;
}
.check_form .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: center;
	margin-top: 64px !important;
}
.check_form  .thwmscf_time_line_step ul.thwmscf-tabs li {
	width: 33.33% !important;
}
.check_form .woocommerce table.shop_table {
	border-radius: 12px !important;
}
/* thankyou-page */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	background-color: #ffffff !important;
	border-radius: 8px !important;
	padding: 25px !important;
	margin-bottom: 30px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	color: #043F2D !important;
	position: relative !important;
	border: none !important;
	line-height: 1.5 !important;
}

/* Order confirmation badge */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before,
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received:before {
	content: "Order Confirmed" !important;
	display: block !important;
	background-color: #C7F169 !important;
	color: #043F2D !important;
	padding: 5px 15px !important;
	border-radius: 20px !important;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
	font-size: 14px !important;
	width: fit-content !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Order overview styling */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
	gap: 20px !important;
	margin-bottom: 30px !important;
	background-color: #f8f9fa !important;
	padding: 20px !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	list-style: none !important;
	margin-left: 0 !important;
	float: none !important;
	width: 100% !important;
}

/* Each overview item */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li,
body.woocommerce-order-received .woocommerce-order-overview li,
.woocommerce-order-overview li {
	display: flex !important;
	flex-direction: column !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	text-align: left !important;
	margin-right: 0 !important;
	width: 100% !important;
}

/* Remove any margins between list items */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li + li,
body.woocommerce-order-received .woocommerce-order-overview li + li,
.woocommerce-order-overview li + li {
	margin-top: 0 !important;
}

/* Labels in order overview */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview li strong,
body.woocommerce-order-received .woocommerce-order-overview li strong,
.woocommerce-order-overview li strong {
	font-size: 16px !important;
	color: #4d5156 !important;
	margin-top: 5px !important;
	font-weight: 600 !important;
	display: block !important;
}

/* Order details section */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-details {
	background-color: #ffffff !important;
	border-radius: 8px !important;
	padding: 25px !important;
	margin-bottom: 30px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	float: none !important;
	width: auto !important;
	
}

/* Order details title */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-details__title {
	color: #4d5156 !important;
	font-size: 24px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #e5e7eb !important;
	font-weight: 600 !important;
	text-align: left !important;
}

/* Order details table */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	width: 100% !important;
	border-collapse: collapse !important;
	margin-bottom: 20px !important;
	border: none !important;
}

/* Table headers */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details thead th,
body.woocommerce-order-received .woocommerce-table--order-details thead th,
.woocommerce-table--order-details thead th {
	background-color: #f8f9fa !important;
	padding: 12px 15px !important;
	text-align: left !important;
	font-weight: 600 !important;
	color: #4d5156 !important;
	border: none !important;
	border-bottom: 1px solid #e5e7eb !important;
}

/* Table body rows */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tbody tr,
body.woocommerce-order-received .woocommerce-table--order-details tbody tr,
.woocommerce-table--order-details tbody tr {
	border-bottom: 1px solid #e5e7eb !important;
}

/* Table cells in body */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tbody td,
body.woocommerce-order-received .woocommerce-table--order-details tbody td,
.woocommerce-table--order-details tbody td {
	padding: 15px !important;
	border: none !important;
	vertical-align: top !important;
}

/* Product name styling */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table__product-name a,
body.woocommerce-order-received .woocommerce-table__product-name a,
.woocommerce-table__product-name a {
	font-weight: 600 !important;
	color: #4d5156 !important;
	text-decoration: none !important;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-table__product-name a:hover,
body.woocommerce-order-received .woocommerce-table__product-name a:hover,
.woocommerce-table__product-name a:hover {
	color: #00d8c6 !important;
}

/* Product metadata list */
body.woocommerce-checkout.woocommerce-order-received .wc-item-meta,
body.woocommerce-order-received .wc-item-meta,
.wc-item-meta {
	list-style: none !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	color: #7a7e85 !important;
}

body.woocommerce-checkout.woocommerce-order-received .wc-item-meta li,
body.woocommerce-order-received .wc-item-meta li,
.wc-item-meta li {
	margin-bottom: 5px !important;
	display: block !important;
	width: 100% !important;
}

/* Table footer */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child,
.woocommerce-table--order-details tfoot tr:last-child {
	color: #00d8c6 !important;
	font-weight: 700 !important;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount,
.woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount {
	color: #00d8c6 !important;
}

/* Customer details section */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-customer-details {
	background-color: #ffffff !important;
	border-radius: 8px !important;
	padding: 25px !important;
	margin-bottom: 30px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
	float: none !important;
	width: auto !important;
}

/* Customer details title */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-column__title,
body.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title {
	color: #4d5156 !important;
	font-size: 24px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #e5e7eb !important;
	font-weight: 600 !important;
	text-align: left !important;
}

/* Address styling */
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details address,
body.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-customer-details address {
	padding: 0 !important;
	border: none !important;
	line-height: 1.8 !important;
	font-style: normal !important;
}

/* Add custom back to shop button */
.woocommerce-order:after {
	content: "" !important;
	display: block !important;
	margin-top: 30px !important;
	text-align: center !important;
}

/* Fix any floating issues */
.woocommerce-order:before,
.woocommerce-order:after,
.woocommerce-order-overview:before,
.woocommerce-order-overview:after,
.woocommerce-order-details:before,
.woocommerce-order-details:after,
.woocommerce-customer-details:before,
.woocommerce-customer-details:after {
	content: "" !important;
	display: table !important;
	clear: both !important;
}
body .check_form .woocommerce-order p {
	width: 100% !important;
}
.woocommerce-order h2 {
	font-size: 33px !important;
	line-height: 150% !important;
	letter-spacing: 0 !important;
	margin-bottom: 14px !important;
}
.accordian a.elementor-accordion-title {
    display: flex !important;
    line-height: normal !important;
    align-items: center;
}
.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before{
	display:none !important;
}
.grade-txt span.elementor-button-text {
    background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
	text-decoration-color: #64B995;
}
.bio-image h3.elementor-image-box-title .grad-text{
	background: var(--Gradient, linear-gradient(133deg, #008080 12.17%, #C7F169 101.84%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cstm-cart form.cart {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.consult-product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    height: 400px !important;
    width: 350px !important;
    margin: 0 auto;
}
p.not-fnd {
    text-align: center;
	padding: 80px 0;
}
span#select2-stripe_cc_saved_method_key-container {
    border: none !important;
}
.blockUI.blockOverlay{
	z-index:0;
}
.crc-icon .elementor-accordion-title span {
    padding: 6px 16px !important;
}
.back-to-products {
    cursor: pointer;
}
.header-white .search svg path {
    fill: #131313;
}
.check_form .woocommerce-message {
    margin-bottom: 100px;
}
.cu-meta-item {
    display: inline-block;
}
#place_order {
    opacity: 0;     
    pointer-events: none;
    height: 0;
    margin: 0;
    padding: 0;
}
body .place-order p{
	width:100% !important;
}