/*************** Import Css **************/
@import url('https://fonts.googleapis.com/css2?family=Sarina&display=swap');
/*font-family: "Sarina", cursive;*/

/********************* Header Css ******************/
.header-area{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 9999;
	padding:20px;
}
.header-area.fixed_header{
	position: fixed;
	top:-100%;
}
.header-area.fixed_header.stky{
	top:0px;
	transition: all 0.5s;;
}
.header-wrapper{
	background: #35515C;
	border-radius:200px;
	padding:18px 50px;
	box-shadow:0px 3px 20px 0px rgba(0,0,0,0.33);
}
.header-button-area{
	column-gap: 15px;;
}
.header-button-area a{
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
}
.header-button-area a.border-button{
	background-color: transparent;
	border-color: #A4DDD8;
	color:#A4DDD8
}
.header-button-area a.border-button:hover{
	background-color:#A4DDD8;
	border-color: #A4DDD8;
}
.header-button-area a.border-button span{
	position: relative;
	top:-2px;
	margin-right: 10px;;
}
.header-right-side-info {
	column-gap: 25px;
}
.header-button-area a.border-button:hover img{
	filter: invert(1) brightness(200);
}
.phone-and-location ul li{
	padding:0px 15px;
}
.phone-and-location ul li:not(:last-child){
	border-right:2px solid #A4DDD8
}
.phone-and-location ul li a{
	font-weight: 600;
	color:#fff;
	letter-spacing: 1px;
}
.phone-and-location ul li a:hover{
	color:#A4DDD8
}
.phone-and-location ul li:last-child{
	padding-right: 0px;
}
.cart-and-profile-icon-wrapper ul{
	gap:10px
}
.cart-and-profile-icon-wrapper a img{
	transition: all 0.5s;
	-wenkit-transition: all 0.5s;
}
.cart-and-profile-icon-wrapper a:hover img{
	filter: brightness(0) invert(1);
}
/********* Banner Area **********/
.banner-area{
	min-height:100vh;
	padding-bottom: 60px;
}
.banner-area:after{
	position: absolute;
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.3);
	content:'';
}
.banner-area .container{
	max-width: 1325px;
	z-index: 1;
}
.banner-content-area{
	max-width: 746px;
}
.banner-content-area h4{
	margin-bottom: 15px;
}
.banner-content-area h1{
	margin-bottom: 20px;
}
.banner-content-area p{
	color:#fff;
	margin-bottom: 25px;
}
/************* Special Slider Area ************/
.special-slider{
	background-color: #35515C;
	padding:19px 0px;
}
.tag-line{
	font-family: "obviously-wide",sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color:#A4DDD8;
	padding-right: 20px;
	border-right:2px solid #fff;
	margin-right:20px;
}
.timming-box{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color:#fff;
	margin-right: 20px;
}
.addons{
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color:#fff
}
.swiper-partner .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 55px;
}
.swiper-partner .swiper-wrapper .swiper-slide:after{
	width:7px;
	height:7px;
	border-radius:100%;
	background-color:#A4DDD8;
	content:'';
	display:inline;
	position: absolute;
	right:0px;

}
.swiper-partner .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}

/********* Treatment Area **********/
.treartment-area{
	margin-top:60px;
	margin-bottom: 140px;
}
.treartment-area .container{
	max-width: 1220px;
}
.treartment-area-heading h3{
	color:#A4DDD8;
	margin-bottom: 5px;
	font-size: 23px;
}
.treartment-area-heading h2{
	font-size: 40px;
	margin-bottom: 10px;
}
.treartment-area-heading{
	max-width: 1045px;
}
.treartment-area-heading p{
	padding: 0px 35px;
}
.each-treatment{
	overflow: hidden;
	border-radius:20px;
	box-shadow: 0px 0px 20px 0px #00000026;
	background-color: #fff;
}
.treatment-image img{
	height: 252px;
	object-fit: cover;
}
.treatment-content{
	padding: 25px 35px 35px;
}
.treatment-content h3{
	font-weight: 500;
	font-size: 25px;
	line-height: 35px;
	margin-bottom:10px
}
.treatment-content p{
	margin-bottom: 15px;
}
.treatment-wrapper .row{
	margin:0px -20px;
	row-gap: 40px;;
}
.treatment-wrapper .row > *{
	padding:0px 20px
}
/********** Age Condition *********/
.age-condition{
	margin-top:140px;
	margin-bottom:140px;
}
.age-condition .container{
	max-width:1325px
}
.age-condition-image-holder{
	border-radius:20px;
	overflow: hidden;
}
.age-condition-image-content-holder{
	box-shadow: 0px 0px 20px 0px #00000026;
	background-color: #fff;
	border-radius:20px;
	padding:75px 70px;
	height: 100%;
}
.ages-listing-tab{
	background-color: #F4F4F4;
	border-radius:10px;
	padding:10px 15px;
	margin-bottom: 20px;
}
.ages-listing-tab ul{
	border:0px;
	gap:10px;
	justify-content: space-between;
}
.ages-listing-tab ul li button{
	border:0px !important;
	background: transparent !important;
	border-radius:0px !important;
	padding:0px;
	font-family: "Sarina", cursive;
	font-size: 25px;
	color:#000;
}
.ages-listing-tab ul li button.active{
	color:#E6935F !important
}
.ages-tab-content .tab-pane h2{
	font-size: 40px;
}
.ages-tab-content .tab-pane ul{
	list-style: none;
	margin-bottom:30px;
	padding:0px;
	display:flex;
	flex-wrap:wrap;
	row-gap: 10px;
}
.ages-tab-content .tab-pane ul li{
	width:50%;
}
.ages-tab-content .tab-pane ul li a{
	color:#35515C;
}
.ages-tab-content .tab-pane ul li a:hover{
	color: #A4DDD8;
}
.ages-tab-content .tab-pane ul li a:before{
	content:url('/wp-content/uploads/2026/01/Check_Mark.svg');
	margin-right:10px;
	display:inline-block;
	vertical-align: middle;
}
.each-age-image{
	display:none;
}
.each-age-image.active{
	display:block;
}
.each-age-image img{
	object-fit: cover;
}
/********* Skin Quiz ********/
.skin-quiz{
	margin-top:140px;
	margin-bottom:140px;
}
.skin-quiz .container{
	max-width: 1325px;
}
.skin-quiz-content-wrapper{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px #00000026;
	border-radius:30px;
	overflow: hidden;
}
.skin-quiz-content{
	padding:85px 96px;
}
.skin-quiz-content h4{
	margin-bottom: 5px;
}
.skin-quiz-content h2{
	margin-bottom: 10px;
}
.quiz-image img{
	object-fit: cover;
}
/********* Membership *********/
.membership{
	margin-top:140px;
	/* 	margin-bottom:140px; */
}
.membership .container{
	max-width: 1240px;
}
.membership-heading{
	max-width: 985px;
}
.membership-heading h3{
	font-size: 23px;
	color:#A4DDD8;
	margin-bottom: 10px;
}
.membership-heading h2{
	margin-bottom: 10px;
}
.each-membership{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px #00000026;
	padding-top: 30px;
	padding-bottom: 65px;
	overflow: hidden;
}
.pricing-box ul{
	gap:10px;
	margin-bottom: 20px;
}
.pricing-box ul li{
	padding:3px 20px;
	border-radius:5px;
	font-weight:500;
	background-color: #F4F4F4;
}
.pricing-box h2{
	font-family: "Sarina", cursive;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: 400;
}
.pricing-box p{
	font-size: 14px;
	line-height: 150%;
	max-width: 305px;
	padding: 0px 0px;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.each-facilities h5{
	font-family: Obviously;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	font-family: "obviously",sans-serif;
	color:#35515C;
	margin-bottom: 10px;
}
.each-facilities ul{
	padding:0px;
	display: inline-flex;
	flex-direction: column;
	gap:3px;
	margin:0px;
}
.each-facilities ul li{
	background-color:transparent;
	padding:0px;
	font-size: 14px;;
}
.each-facilities:not(:last-child){
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.each-facilities:not(:last-child):after{
	position: absolute;
	width:46px;
	height:1px;
	background-color: #000;
	content:'';
	left:50%;
	transform: translateX(-50%);
	bottom:0px;
}
.pricing-button-area{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%
}
.pricing-button-area a{
	width:100%;
	border-radius:0px;
	padding: 11px 0px;
}
.membership-block-wrapper{
	margin-top:50px;
}
.each-membership.blue-box .pricing-box > ul > li:first-child{
	background-color: #A4DDD8;
}
.each-membership.blue-box .pricing-box h2{
	color: #A4DDD8;
}
.each-membership.blue-box .pricing-box p {
	border-bottom: 1px solid #A4DDD8;
}
.each-membership.blue-box  .pricing-button-area a{
	background-color: #A4DDD8;
	border-color:#A4DDD8;
}

.each-membership.orange-box .pricing-box > ul > li:first-child{
	background-color: #E6935F;
}
.each-membership.orange-box .pricing-box h2{
	color: #E6935F;
}
.each-membership.orange-box .pricing-box p {
	border-bottom: 1px solid #E6935F;
}
.each-membership.orange-box .pricing-button-area a{
	background-color: #E6935F;
	border-color:#E6935F;
}

.each-membership.yellow-box .pricing-box > ul > li:first-child{
	background-color: #EFD081;
}
.each-membership.yellow-box .pricing-box h2{
	color: #EFD081;
}
.each-membership.yellow-box .pricing-box p {
	border-bottom: 1px solid #EFD081;
}
.each-membership.yellow-box .pricing-button-area a{
	background-color: #EFD081;
	border-color:#EFD081;
}
/********** Shop Products **********/
.shop-products{
	margin-top:140px;
	margin-bottom:140px;
}
.shop-products .container{
	max-width: 1165px;
}
.shop-products-info h4{
	margin-bottom: 5px;
}
.shop-products-info h4:after{
	width:70px;
}
.shop-products-info h2{
	margin-bottom: 10px;
}
.button-area{
	row-gap: 10px;
}
.product-image img{
	border-radius:20px;
	box-shadow: 0px 0px 20px 0px #00000026;
}
/******** Testimonial Area *******/
.testimonial-area{
	margin-top:140px;
	margin-bottom:140px;
}
.testimonial-area .container{
	max-width:1220px;
}
.testimonial-area-left h4{
	margin-bottom: 5px;
}
.testimonial-area-left h4:after{
	width:70px;
}
.testimonial-area-left h2{
	margin-bottom: 0px;
}
.testimonial-area-right .each-testimonal{
	padding: 0px 60px;
}
.each-testimonal p{
	font-style: italic;
}
.testimonial-area-right{
	max-width: 628px;
	margin-left: auto;
}
.testimonial-area-right > a.common-button{
	margin-left: 60px;
}
.testimonial-area-left{
	max-width: 470px;
}
/******* Rewards Area ******/
.rewards-area{
	margin-top:140px;
	margin-bottom:140px;
}
.rewards-area .container{
	max-width: 1410px;
}
.each-reward-block{
	height: 440px;
	padding: 60px;
	border-radius: 20px;
}
.award-content{
	max-width: 535px;
	padding-bottom: 30px;
}
.award-content h2{
	color:#fff;
	margin-bottom: 10px;
}
.award-content p{
	color:#fff;
	margin-bottom: 15px;
}
.watermarl-logo{
	position: absolute;
	right:25px;
	bottom:35px
}
.watermarl-logo img{
	width:168px;
}
.rewards-area .row{
	margin:0px -10px;
}
.rewards-area .row > *{
	padding:0px 10px
}
/********** Footer Area **********/
.footer-form-area{
	margin-top: 140px;
	margin-bottom: -40px;
}
.footer-form-area .container{
	max-width: 1230px;
}
.footer-form-holder{
	padding: 20px 47px 37px;
	box-shadow: 0px 0px 24px 0px #00000026;
	background-color: #fff;
	border-radius:20px
}
.footer-form-area-left h4{
	margin-bottom: 5px;
}
.footer-form-area-left  h2{
	margin-bottom: 10px;
}
.footer-form-area-left p{
	margin:0px;
}
.footer-form-area-left{
	max-width: 547px;
}
.footer-area{
	background-color:#35515C
}
.footer-top-area{
	padding-top:125px;
	padding-bottom: 120px;
}
.footer-menu ul{
	display:flex;
	list-style: none;
	margin:0px;
	padding:0px;;
	justify-content: space-between;
	gap:10px;
	padding:22px 18px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.footer-menu ul li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1px;
	font-family: "obviously",sans-serif;
	text-transform: uppercase;
	color:#fff
}
.footer-menu ul li a:hover{
	color:#A4DDD8
}
.footer-top-area .container{
	max-width: 1310px;
}
.footer-content-area{
	max-width: 988px;
	margin-top:68px;
}
.footer-content-left{
	padding-right:5%
}
.footer-content-left h5{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	font-family: "obviously-wide",sans-serif;
	color:#FFFFFF;
	margin-bottom: 15px;;
}
.footer-content-left p a{
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color:#FFFFFF;
}
.footer-content-left p a:hover{
	color:#A4DDD8
}
.footer-logo{
	margin-bottom: 20px;
	max-width:285px;
}
.footer-social ul{
	gap:10px
}
.footer-social ul li a{
	font-size: 25px;;
	color:#A4DDD8
}
.footer-social ul li a:hover{
	color:#fff
}
.footer-bottom-area{
	background-color: #fff;
	padding:18px 0px;
}
.footer-bottom-area p{
	margin:0px;
	font-weight: 500;
	font-size: 18px;
}
/*=========================== our-team ===========================*/
.inner-banner{
	padding: 145px 0 50px;
	position: relative;
	min-height: 85vh;
}
.inner-banner::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.inner-banner .container{
	max-width: 1327px;
}
.inner-banner-img{
	border-radius: 20px;
	overflow: hidden;
}
.dark-header.inner-banner::after{
	display: none;
}
.inner-banner-img{
	position: relative;
	z-index: 1;
}
.dark-header .inner-banner-img::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}
.dark-header{
	min-height: auto;
	background-color: #fff;
}
.dark-header .inner-banner-img-logo{
	position: absolute;
	bottom: 17px;
	right: 14px;
	z-index: 1;
}
.dark-header .inner-banner-img-logo{
	width: 56%;
}
.inner-banner-content {
	max-width: 590px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.inner-banner-content p{
	color: #fff;
}
.inner-banner-content h1 span{
	color: #A4DDD8;
	font-size: 23px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.inner-banner-content h1 span::after{
	width: 71px;
	height: 2px;
	background-color: #A4DDD8;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.dark-header .inner-banner-content h1{
	color: #35515C;
}
.team-overview-sec{
	margin-top: 108px;
	margin-bottom: 148px;
}
.team-overview-sec .container{
	max-width: 1142px;
}
.team-overview-wrapper .row{
	margin: 0px -20px;
	row-gap: 81px;
}
.team-overview-wrapper .row > div{
	padding: 0px 20px;
}
.each-team-overview img{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 13px;
}
.each-team-overview h2{
	color: #35515C;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px; 
	margin-bottom: 9px;
}
.each-team-overview h2 a{
	color: #35515C;
}
.each-team-overview h2 a:hover{
	color: #A4DDD8;
}
.each-team-overview h3{
	font-family: "obviously",sans-serif;
	color: #000;
	font-weight: 500;
	line-height: 28px; 
	margin-bottom: 26px;
}
/*================= team-post =================*/
.team-post-area{
	margin-top: 100px;
	margin-bottom: 138px;
}
/*===================== blog-overview =====================*/
.inner-banner-content p{
	margin: 16px 0 21px;
}
.dark-header .inner-banner-content p{
	color: #000;
}
.blog-overview-sec .each-team-overview h2{
	line-height: 35px;
	margin: 8px 0 22px;
}
/*============== gallery-overview ==============*/
.short-banner{
	min-height: 429px;
}
.inner-banner-img-logo {
	display: table;
	margin-left: auto;
}
.gal-overview-sec{
	margin-top: 89px;
}
.gal-overview-wrapper{
	max-width: 900px;
	width: 100%;
}
.each-gal-overview h3{
	margin-bottom: 47px;
	line-height: normal;
}
.each-gal-overview ul{
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	column-gap: 60px;
}
.each-gal-overview li a{
	color: #000;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%; 
	text-transform: uppercase;
	display: block;
	background-image: url("../images/arrow-right.svg");
	background-position: 100%;
	background-size: 7px;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.each-gal-overview li a:hover{
	background-position: 96%;
}
.each-gal-overview li{
	padding-bottom: 13px;
	margin-bottom: 53px;
	border-bottom: 1px solid #A4DDD8;
}
.each-gal-overview {
	margin-bottom: 55px;
}
/*==================== gallery-category ====================*/
.gal-category-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.each-gal-category h3{
	margin: 20px 0 20px;
	font-size: 18px;
	line-height: 35px;
}
.gal-img{
	border-radius: 17px;
	overflow: hidden;
}
.gal-img img{
	height: 100%;
	object-fit: cover;
}
.each-gal-category .common-button{
	background-color: #35515C;
	border-color: #35515C;
}
.each-gal-category .common-button:hover{
	border: 2px solid #A4DDD8;
	background-color: #A4DDD8;
}
.gal-category-wrapper > .row{
	margin: 0px -22.5px;
	row-gap: 53px;
}
.gal-category-wrapper > .row > div{
	padding: 0px 22.5px;
}
/*==================== gallery-post ====================*/
.gal-post-sec{
	margin-top: 100px;
	margin-bottom: 29px;
}
.gal-post-sec .container{
	max-width: 1220px;
}
.gal-post-wrapper{
	margin-bottom: 132px;
}
.gal-post-slider .swiper-container{
	overflow-x: clip;
}
.gal-post-slider-thumbs{
	margin-top: 29px;
}
.gal-post-slider-thumbs .gal-img{
	border-radius: 5px;
}
.gal-post-slider{
	padding-right: 20px;
}
.gal-post-dtls{
	padding-top: 130px;
}
.gal-post-dtls h3{
	line-height: 35px;
}
.gal-post-dtls p{
	margin-bottom: 16px;
}
.gal-post-dtls p strong{
	font-weight: 500;
}
.gal-post-dtls .common-button{
	background-color: #35515C;
	border-color: #35515C;
	margin-top: 5px;
}
.gal-post-dtls .common-button:hover{
	border: 2px solid #A4DDD8;
	background-color: #A4DDD8;
}
.next-prev-case{
	padding-bottom: 16px;
	border-bottom: 1px solid #35515C;
}
.next-prev-case a{
	color: #35515C;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.next-prev-case a:hover{
	color: #A4DDD8;
}
.prev-case img{
	margin-right: 20px;
}
.next-case img{
	margin-left: 20px;
}
.similar-case-sec{
	margin-bottom: 100px;
}
.similar-case-sec .container{
	max-width: 1294px;
}
.similar-case-wrapper > h3{
	line-height: 35px;
	margin-bottom: 50px;
}
.similar-case-wrapper > .row{
	margin: 0px -11.5px;
	row-gap: 40px;
}
.similar-case-wrapper > .row > div{
	padding: 0px 11.5px;
}
/*=================== skin-quiz ===================*/
.skin-quiz-sec{
	margin-top: 100px;
	margin-bottom: 140px;
}
.skin-quiz-wrapper{
	max-width: 708px;
	width: 100%;
	margin: 0px auto;
}
/*=================== conatct-us ===================*/
.conatct-us-sec .container{
	max-width: 1313px;
}
.conatct-us-sec{
	margin-top: 100px;
	margin-bottom: 284px;
}
.contact-form-area{
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
	padding: 52px 62px;
}
.conatct-us-area p{
	border-bottom: 1px solid #35515C;
	padding-bottom: 21px;
	margin-bottom: 9px;
}
.conatct-us-area h2{
	margin-bottom: 7px;
}
.conatct-us-area h5{
	color: #A4DDD8;
	font-family: "obviously-wide",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 660;
	line-height: 50px; 
	margin-bottom: 0px;
}
.conatct-us-area h6{
	color: #000;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.conatct-us-area h6 a{
	color: #000;
}
.conatct-us-area {
	max-width: 388px;
	width: 100%;
}
.conatct-us-area h6 a:hover{
	color: #A4DDD8;
}
/*================== maintenance-membership ==================*/
.maintenance-membership-sec{
	margin-top: 100px;
}
.maintenance-membership-intro{
	text-align: center;
	margin-bottom: 92px;
}
.maintenance-membership-intro .site-breadcrumb{
	margin-bottom: 61px;
}
.skin-fitness-sec{
	margin-bottom: 37px;
}
.membership-area .container,
.skin-fitness-sec .container{
	max-width: 1275px;
}
.left-skin-fitness{
	background: #35515C;
	padding: 79px 60px 72px;
	height: 100%;
}
.skin-fitness-wrapper{
	overflow: hidden;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.left-skin-fitness h6{
	border-radius: 5px;
	background-color: #A4DDD8;
	padding: 5px 20px;
	display: table;
	margin: 0px auto 11px;
	color: #FFF;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}
.left-skin-fitness h3{
	color: #FFF;
	font-size: 23px;
	font-weight: 650;
	line-height: normal;
	margin-bottom: 6px;
}
.left-skin-fitness h2{
	/*font-family: "Sarina", cursive;*/
	color: #A4DDD8;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0px;
}
.left-skin-fitness p{
	color: #FFF;
	font-style: normal;
}
.left-skin-fitness p:last-child{
	margin-bottom: 0;
}
.right-skin-fitness{
	padding: 30px 30px 30px 91px;
}
.right-skin-fitness h5{
	color: #000;
	font-family: "obviously-wide",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 650;
	line-height: 150%; 
	margin-bottom: 10px;
}
.right-skin-fitness ul{
	margin: 0 0 25px;
	padding: 0 0 8px;
	list-style: none;
	border-bottom: 1px solid #E6935F;
}
.right-skin-fitness li{
	color: #000;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	position: relative;
	padding-left: 13px;
	margin-bottom: 10px;
}
.right-skin-fitness li::after{
	position: absolute;
	background-image: url("../images/tick.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	top:10px;
	/* 	top: 50%;
	transform: translateY(-50%); */
	width: 9px;
	height: 10px;
}
.membership-area{
	margin-bottom: 85px;
	margin-top: 40px;
	overflow-x: clip;
}
.membership-wrapper .row{
	margin: 0px -20px;
	row-gap: 37px;
}
.membership-wrapper .row > div{
	padding: 0px 20px;
}
.each_membership{
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}
.membership-dtl{
	padding: 29px 61px 40px;
	max-width: 542px;
	margin: 0px auto;
}
.each_membership h2{
	color: #35515C;
	font-size: 25px;
	margin-bottom: 0px;
	font-weight: 650;
	line-height: normal;
}
.each_membership h3{
	font-family: "obviously",sans-serif;
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; 
	margin-bottom: 5px;
}
.each_membership p{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; 
	margin-bottom: 8px;
}
.each_membership p:last-child{
	margin-bottom: 0;
}
.membership-text-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.membership-dtl ul{
	column-count: 2;
	text-align: left;
	max-width: 390px;
	width: 100%;
	margin: 0px auto;
	padding-left: 24px;
}
.membership-dtl li{
	color: #000;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; 
	margin-bottom: 5px;
}
/*================ about-us ================*/
.facialbar-story-sec{
	margin-top: 100px;
	margin-bottom: 115px;
}
.facialbar-story-sec .container{
	max-width: 1182px;
}
.facialbar-story-content{
	max-width: 579px;
	padding-right: 30px;
	width: 100%;
}
.facialbar-story-content h2,
.facialbar-story-content h4,
.facialbar-story-content p{
	margin-bottom: 15px;
}
.facialbar-story-img{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	margin-left: -20px;
}
.exceptional-quality-sec{
	margin-top: 115px;
	margin-bottom: 140px;
}
.exceptional-quality-sec .container{
	max-width: 1181px;
}
.exceptional-quality-heading{
	padding: 20px 0 22px;
	border-top: 1px solid #E6935F;
	border-bottom: 1px solid #E6935F;
}
.exceptional-quality-heading ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	column-gap: 20px;
}
.exceptional-quality-heading li{
	color: #E6935F;
	font-family: "obviously-wide",sans-serif;
	font-size: 25px;
	font-weight: 660;
	line-height: 50px; 
}
.exceptional-quality-heading li a{
	color: #E6935F;
}
.exceptional-quality-heading li a:hover{
	color: #A4DDD8;
}
.exceptional-quality-wrapper{
	margin-top: 50px;
}
.exceptional-quality-img{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	margin-right: -20px;
}
.exceptional-quality-content{
	max-width: 580px;
	width: 100%;
	padding-left: 30px;
}
.exceptional-quality-content h4{
	margin-bottom: 15px;
}
.expert-your-journey-sec{
	margin-bottom: 140px;
}
.expert-your-journey-sec .container{
	max-width: 1325px;
}
.expert-your-journey-img{
	margin-right: -30px;
	height: 100%;
}
.expert-your-journey-img img{
	height: 100%;
	object-fit: cover;
}
.expert-your-journey-content{
	max-width: 704px;
	padding: 30px;
	width: 100%;
	width: 100%;
}
.expert-your-journey-wrapper{
	border-radius: 30px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.expert-your-journey-content h4{
	margin-bottom: 15px;
	white-space: unset;
}
.expert-your-journey-content h2{
	margin-bottom: 12px;
}
.expert-your-journey-content p{
	margin-bottom: 16px;
}
.expert-your-journey-content ul{
	margin: 0 0;
	padding: 0 0 8px;
	list-style: none;
}
.expert-your-journey-content li{
	color: #000;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	position: relative;
	padding-left: 13px;
	margin-bottom: 16px;
}
.expert-your-journey-content li::after {
	position: absolute;
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 10px;
}
.expert-your-journey-content li:last-child{
	margin-bottom: 0;
}
.insta-feed-sec{
	margin-bottom: 166px;
}
.insta-feed-sec .container{
	max-width: 1154px;
}
.insta-feed-content{
	padding-left: 20px;
}
.insta-feed-content h2{
	margin-bottom: 24px;
}
.membership-inject .container{
	max-width: 1030px;
}
.membership-inject .each_membership p{
	font-size: 14px;
}
.membership-inject,
.maintenance-membership-sec .rewards-area {
	margin-top: 100px;
	margin-bottom: 100px;
}
/*============ pricing-area ============*/
.pricing-sec{
	margin-top: 100px;
	margin-bottom: 140px;
}
.pricing-sec .site-breadcrumb{
	text-align: center;
	margin-bottom: 50px;
}
.pricing-wrapper .row{
	row-gap: 25px;
}
.each-pricing{
	padding: 45px 50px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}
.each-pricing h3{
	padding-bottom: 17px;
	border-bottom: 2px solid #35515C;    
}
.each-pricing ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing-list:not(:last-child){
	margin-bottom: 13px;
}
.each-pricing li{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	align-items: center;
}
.each-pricing li:last-child{
	margin-bottom: 0;
}
.each-pricing li h5{
	font-family: "avenir-next-lt-pro",sans-serif;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}
.each-pricing li h6{
	color: #FFF;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	border-radius: 5px;
	background-color: #35515C;
	padding: 5px;
	min-width: 85px;
	text-align: center;
}
.pricing-list h4{
	color: #000;
	font-family: "obviously",sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 150%;
}
.pricing-list h4::after{
	display: none;
}
/*========================== overview ==========================*/
.overview-sec{
	margin-top: 95px;
}
.overview-wrapper{
	margin-top: 40px;
	overflow-x: clip;
	margin-bottom: 40px;
}
.overview-wrapper .container{
	max-width: 1275px;
}
.overview-wrapper .each_membership h2{
	margin-bottom: 6px;
}
.overview-wrapper .each_membership p{
	margin-bottom: 17px;
}
.overview-wrapper .membership-dtl{
	max-width: 100%;
}
.overview-wrapper .col-lg-12 .membership-dtl{
	max-width: 575px;
}
/*========================== procedure ==========================*/
.procudure-area{
	margin-top: 100px;
}
.each_membership ol{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	/* 	margin: 0px auto; */
}
.each_membership ol li{
	color: #000;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	margin-bottom: 10px;
	padding-left: 13px;
	position: relative;
}
.each_membership ol li::after {
	position: absolute;
	background-image: url("../images/tick.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	top: 5px;
	/* 	top: 50%; */
	/* 	transform: translateY(-50%); */
	width: 9px;
	height: 10px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% About Tab %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.exceptional-quality-sec .nav-tabs{
	justify-content: space-around;
	border-bottom: 0px;
	padding: 10px 0 16px;
	border-top: 1px solid #E6935F;
	border-bottom: 1px solid #E6935F;
}
.exceptional-quality-sec .nav-tabs .nav-link{
	border-radius: 0px;
	background-color: transparent;
	border: 0px;
	color: #E6935F;
	font-family: "obviously-wide", sans-serif;
	font-size: 25px;
	font-weight: 660;
	line-height: 50px;
}

body.woocommerce-account main > section .woocommerce{
	padding:50px 0px;
	background:#fff;
	border-radius:30px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px !important;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce{
	max-width:500px !important;
	padding:50px 0 !important;
	background:#fff !important;
	border-radius:30px !important;
	margin-left:0px;
	margin-right:auto;
}
.woocommerce-account main > section .woocommerce > h2{
	margin-bottom:20px;
}
.woocommerce-form label{
	margin-bottom: 10px;
	width: 100%;
}
.woocommerce-Input {
	width: 100% !important;
	line-height: 1 !important;
	padding: 12px 25px !important ;
	padding-left: 0 !important;
	flex: 1 !important;
	color: #000 !important;
	border-radius: 3px;
	border-width: 0 0 1px !important;
	border-width: 1px !important;
	padding: 8px 25px 12px;
	padding-right: 25px !important;
	padding-left:25px !important;
	transform: skewX(0deg) !important;
	background:transparent !important;
}
.woocommerce form .password-input, 
.woocommerce-page form .password-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
}
.woocommerce-form p{
	margin-bottom:20px !important;
}
.woocommerce .woocommerce-form-login__rememberme {
	margin: 0 0 20px 0 !important;
}
.woocommerce-button, .woocommerce-Button.button, .wc-forward {
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	border: 2px solid #E6935F;
	border-radius: 50px;
	background: rgba(230, 147, 95, 1) !important;
	color: #fff !important;
	padding: 9px 20px 13px 20px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
}
.woocommerce .woocommerce-Button:hover{
	background-color: #A4DDD8 !important;
	border-color:#A4DDD8 !important;
	color: #fff !important;
	text-decoration:none !important;
}
.woocommerce-info .button.wc-forward{
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 100% !important;
	/* text-transform: uppercase !important; */
	/* letter-spacing: 2px !important; */
	padding: 12px 20px !important;
	border: none !important;
	background-color: #E6935F !important;
	border: 2px solid #E6935F !important;
	transition: all .3s ease !important;
	color: #fff !important;
	text-decoration: none !important;
}
.woocommerce-info .button.wc-forward:hover{
	border: 2px solid #A4DDD8 !important;
	background-color: #A4DDD8 !important;
	color: #fff !important;
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;	
}
.woocommerce-button.button.woocommerce-form-login__submit:hover{
	background-color: #A4DDD8 !important;
	border-color:#A4DDD8 !important;
	color: #fff !important;
	text-decoration:none !important;
}
.woocommerce-info {
	border-top-color: #E6935F !important;
}
.woocommerce-LostPassword.lost_password{
	margin-bottom:0px !important;
	margin-top:-10px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	margin-bottom: 10px;
	width: 100%;
	font-size:18px !important;
	font-weight:500;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 100% !important;
	margin-bottom:10px;
	overflow: visible;
}
.woocommerce-form-row.form-row{
	margin-bottom:0px !important
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword #user_login {
	margin-bottom: 20px !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	margin-bottom: 0px !important;
	background: rgba(241, 241, 241, 1) !important;
	color: #E6935F;
	font-size:18px !important;
	padding-top:12px !important;
	padding-bottom:12px !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left !important;
	width: 48% !important;
	max-width: 48% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48% !important;
	max-width: 48% !important;
}
body.logged-in.woocommerce-account main > section .woocommerce{
	padding: 0px;
	border-radius: 0px;
	display: flex;
	gap: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 20%;
	margin-bottom: 0px !important;
	margin-right: 0 !important;
	padding:10px;
	background:#35515c !important;
	border-radius:0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 0rem 0rem 0 !important;
	padding: 0;
	border-bottom: 0;
	font-size:0px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	display:inline-block;
	padding:5px 15px;
	width:100%;
	color:#fff !important;
	font-size:18px !important;
	font-family: "ivysoft-variable", sans-serif;
	border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	color:#a4ddd8 !important;
	text-decoration:none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	background: rgba(230, 147, 95, 1) !important;
	color:#fff !important;
	text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content p{
	font-size:16px !important;
	line-height:25px !important;
	margin-bottom:20px !important;
	display:block;
	margin:0px;
	/*padding-left:15px;*/
	margin-top:10px !important
}
.woocommerce-account .procudure-area .woocommerce-MyAccount-content .woocommerce-address-fields .form-row{
	margin-top:10px !important
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .selection, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select {
	font-size: 18px !important;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
	float:none !important
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first{
	float:none !important
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
	background: rgba(241, 241, 241, 1) !important;
	border:0px !important
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
	margin-top: 0rem important;
}
.woocommerce-Address-title.title h2{
	font-size: 30px;
	line-height: 40px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses{
	margin-top:30px !important
}
.woocommerce-MyAccount-content form h2{
	font-size:30px;
	line-height: normal;
	margin-bottom:20px
}
.woocommerce-account .woocommerce-MyAccount-content{
	padding: 20px 20px 20px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content a{
	color: #e6935f;	
}
.woocommerce-MyAccount-content *[type=button]:not(:disabled), 
.woocommerce-MyAccount-content [type=reset]:not(:disabled), 
.woocommerce-MyAccount-content [type=submit]:not(:disabled), 
{
	font-size: 11px !important;;
	font-weight: 600 !important;;
	line-height: 2.1818181818 !important;;
	text-transform: uppercase !important;;
	letter-spacing: 2px !important;;
	padding: 10px 35px !important;;
	border: none !important;;
	background-color: #fe5c01 !important;;
	transition: transform .3s ease !important;;
	transform: skewX(-10deg) !important;;
	color: #fff !important;;
}
#customer_login > .u-column1 h2{
	margin-bottom:30px
}
#customer_login > .u-column2 h2{
	margin-bottom:30px
}
.woocommerce-account .woocommerce-EditAccountForm input{
	margin-bottom: 0px !important;
	font-size: 18px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border: 1px solid #000 !important;
	color:#000 !important;
	padding-top: .3rem !important;
	padding-bottom: .3rem !important;
	transform: skewX(0deg) !important;
	background: transparent !important;
	line-height:30px !important;
	margin-bottom:0px !important
}
.woocommerce-account .woocommerce-MyAccount-content label{
	font-size: 20px !important;
	margin-bottom:5px !important;
}
.woocommerce-account .woocommerce-EditAccountForm p {
	margin-top: 0px !important;
	margin-bottom: 14px !important;
}
.woocommerce form.woocommerce-EditAccountForm .form-row .input-text{
	margin-bottom: 0px !important;
	background: rgba(241, 241, 241, 1) !important;
	border:0px !important;
	font-size: 18px !important;
	line-height: normal !important;
}
.woocommerce-EditAccountForm p.woocommerce-form-row  span em{
	font-size:13px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
	font-size: 25px !important;
	margin-bottom: 12px !important;
	display: inline-block !important;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset p.form-row-wide{
	margin-bottom:14px !important
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover{
	color: #a4ddd8;
}
.woocommerce-Address-title.title a{
	color: #a4ddd8;	
	position: relative;
	z-index: 2;
}
.woocommerce-LostPassword.lost_password a{
	color: #a4ddd8;	
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 25px;
}
.woocommerce-LostPassword.lost_password a:hover{
	color: #160A06;
}
.woocommerce-Address-title.title a:hover{
	color: #160A06;
}
.woocommerce form.woocommerce-EditAccountForm .form-row .input-text:focus{
	outline: none;
}
.woocommerce-Address-title{
	margin-bottom:10px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses address{
	font-size:16px;
}
.woocommerce-MyAccount-content form p button{
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	border: 2px solid #E6935F;
	border-radius: 50px;
	background-color: #E6935F !important;
	color: #fff !important;
	padding: 9px 20px 13px 20px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
	margin-top:25px !important
}
.woocommerce-MyAccount-content form p button:hover{
	color:#fff !important;
	background: #A4DDD8 !important;
	border: 2px solid #A4DDD8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
	margin-bottom: 14px !important;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New Css %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.each-product-category ul{
	margin-bottom:30px;
}
ul.products li.product .button{
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	border: 2px solid #E6935F;
	border-radius: 50px;
	background-color: rgba(230, 147, 95, 0.2) !important;
	color: #E6935F !important;
	padding: 9px 20px 9px 20px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
}
ul.products li.product .button.view-product{
	color:#fff !important;
	background: rgba(53, 81, 92, 1) !important;
	border: 2px solid rgba(53, 81, 92, 1);
}
ul.products li.product .button:hover {
	background-color: rgb(164, 221, 216) !important;
	color: rgb(255, 255, 255) !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: rgb(164, 221, 216) !important;
}
.product-subcategories{
	width: 100%;
	text-align: center;
	margin-top: 20px !important;
}
.product-subcategories a{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.woocommerce-loop-product__title{
	font-family: "obviously",sans-serif;
	font-weight: 500 !important;
	font-size: 20px !important;
	line-height: 28px;
	letter-spacing:normal;
	color: rgba(53, 81, 92, 1) !important;
	text-transform:unset !important;
	text-align:left;
	margin-top:20px !important;
	min-height: 48px;
}
.woocommerce-Price-amount.amount{
	color: #000;
	text-align: left;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.woocommerce-product-gallery__image img{
	max-width: 100% !important;
	background: rgba(250, 248, 246, 1);
	/*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);*/
	border-radius:20px;
	/*padding:30px;*/
}
.flex-control-nav.flex-control-thumbs{
	padding-left:0px;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.285714% !important;
	margin: 0 5.285714% 1.6em 0 !important;
}
ul.products li.product .woocommerce-loop-product__link img{
	width:100%;
	max-width:100% !important;
}
.woocommerce-Tabs-panel{
	padding: 0pxpx !important;
	background-color: transparent !important;
	border-radius: 20px;
}
.woocommerce-product-gallery .flex-control-thumbs img {
	width: 100%;
}
.product_title.entry-title{
	color: rgba(53, 81, 92, 1);
	font-size: 35px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 45px;
	margin-bottom: 20px !important;
	font-family: "obviously-wide", sans-serif;
}
.product-category a{
	color: #5E4434;
	font-family: "ivysoft-variable",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 178.571% */
	letter-spacing: 3.5px;
	text-transform: uppercase;
}
.woocommerce-breadcrumb{
	color:  #000;
	font-family: "Figtree", sans-serif !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 35px !important;
}
.woocommerce-breadcrumb a{
	color:  #000;
	font-family: "Figtree", sans-serif !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.single-product .summary p.price{
	color: #5E4434;
	font-family: "ivysoft-variable",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 156.25% */
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
}
.single-product .summary p.price .woocommerce-Price-amount.amount{
	font-weight: 600;
}
.stock.in-stock{
	color: #000;
	font-family: "Figtree", sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.stock.in-stock span{
	font-weight: 700;
}
.single-product .shop-page .single_add_to_cart_button{
	font-family: "obviously", sans-serif;
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 600;
	border: 2px solid #E6935F;
	border-radius: 50px;
	background-color: rgba(230, 147, 95, 0.2) !important;
	color: #E6935F !important;
	padding: 9px 30px 9px 30px !important;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
}
.single-product .single_add_to_cart_button:hover{
	background-color: #140A05 !important;
	color: #F0EBE7 !important;
}
.single-product form.cart input{
	width: 80px !important;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 4px;
	border: 0px;
	background: rgba(241, 241, 241, 1);
	border-radius: 20px;
	text-align: center;
	appearance: none;
}
.single-product .summary p.price {
	margin-bottom: 25px !important;
}
.woocommerce-tabs .panel h2:first-of-type{
	color: #5E4434;
	font-family: "ivysoft-variable",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 178.571% */
	letter-spacing: 3.5px;
	text-transform: uppercase;
	padding: 10px;
	padding-top: 0px;
	border-bottom: 1px solid #5E4434;
	width: fit-content !important;
	display:none;
}
.woocommerce-tabs #tab-description p{
	color: #000;
}
.related.products > h2{
	text-align: center;
	color: rgba(53, 81, 92, 1);
	font-weight: 700;
	padding-top:140px;
	border-top:1px solid rgba(53, 81, 92, 1)
}
.single-product .tabs.wc-tabs{
	display: none;
}
.single-product .shop-page > .container > .woocommerce-products-header__title.page-title{
	display: none;
}
.single-product .shop-page > .container > .woocommerce-products-header__title.page-title + .woocommerce-breadcrumb{
	display: none;
}
.single-product .woocommerce-product-gallery {
	margin-bottom: 4rem;
	width: 40% !important;
}
.single-product .shop-page{
	padding-top: 5rem;
}
.woocommerce-breadcrumb a:hover{
	color: #5E4434;
}
.woocommerce-account .inner-container {
	max-width: 1100px;
}
.woocommerce-Input.woocommerce-Input--text.input-text{
	background-color: rgba(230, 147, 95, 0.2) !important;
}
.woocommerce-Input.woocommerce-Input--text.input-text:focus-visible{
	background: #F0EBE7 !important;	
}
.woocommerce-Input.woocommerce-Input--text.input-text:focus{
	outline: none;
	background: rgba(230, 147, 95, 0.2) !important; !important;	

}
.woocommerce-cart .wc-block-components-product-price {
	text-align: left;
}
.woocommerce-cart .wc-block-components-product-name{
	color: #160A06;	
	font-size: 18px;
	font-weight: 600;
}
.is-large.wc-block-cart .wc-block-cart-items {
	border-bottom: 1px solid #000;
}
.is-large.wc-block-cart .wc-block-cart-items {
	border-bottom: 1px solid #000;
}
.wc-block-components-totals-wrapper {
	border-top: 1px solid #000;
}
.wc-block-components-button__text{
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 100% !important;
	/* text-transform: uppercase !important; */
	/* letter-spacing: 2px !important; */
	padding: 12px 20px !important;
	border: none !important;
	border-radius:50px;
	background-color: #E6935F !important;
	border: 2px solid #E6935F !important;
	transition: all .3s ease !important;
	color: #fff !important;
	text-decoration: none !important;
}
.wc-block-components-button__text:hover{
	border: 2px solid #A4DDD8 !important;
	background-color: #A4DDD8 !important;
	color: #fff !important;
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	color: #e6935f !important;
	text-decoration:underline !important;
}
.wc-block-cart__submit-container:focus{
	outline:none;
	box-shadow: none;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent;
}
.wc-block-components-checkout-step__content input:focus{
	outline: none;
}
.wc-block-components-checkout-step__content select:focus{
	outline: none;
}
.woocommerce-shop .search-area input {
	padding-left: 40px;
}
form.woocommerce-ordering select{
	border: 1px solid rgba(230, 147, 95, 1);
	min-width: 250px;
	padding: 5px 15px 5px;
	border-radius: 20px !important;
	appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 32px;
	color: #000;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-weight: 400;
	background: url('/wp-content/uploads/2025/12/Vector-1.png') no-repeat 96%;
}
.woocommerce-checkout .wc-block-components-product-name{
	/*letter-spacing: 2px;*/
	text-transform: capitalize;
	margin-bottom: 7px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
	text-align: left;
}
.wc-block-components-checkout-return-to-cart-button:hover{
	color: #E6935F;
}
.woocommerce-cart .wc-block-grid__product-title{
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.17px;
	color: #160A06;
	font-family: "tt-commons-pro", sans-serif;
	font-weight: 400;
}
.woocommerce-cart .wp-block-button__link{
	background-color: transparent;
	padding: 12px 24px;
	color: #140A05;
	font-family: "Figtree", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #160A06;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.woocommerce-cart .wp-block-button__link:hover{
	background-color: #160A06 ;
	color: #F0EBE7;
}
.cart-and-profile-icon-wrapper ul{
	padding: 0px;
	margin: 0px;
	display: flex;
	list-style: none;
}
.cart-and-profile-icon-wrapper ul li a i{
	font-size: 20px;
}
.cart-and-profile-icon-wrapper ul li a:hover{
	color: #fff;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	border:0px;
	background:transparent
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name{
	font-family: "avenir-next-lt-pro", sans-serif !important;
}
.wp-block-woocommerce-checkout {
	padding-top: 0px !important;
}
/***** Woocommerce Page Listing *******/
.product-sec .product-wrapper .container{
	max-width: 1325px;
}
.product-sec{
	padding:100px 0px !important;
}
.product-sec .each-product-category{
	max-width:235px
}
.product-sec .each-product-category a h3{
	font-weight: 550;
	font-size: 18px;
	line-height: 24px;
	color:rgba(230, 147, 95, 1);
	text-transform:unset;
	font-family: "obviously",sans-serif;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid rgba(230, 147, 95, 1)
}
.product-sec .product-category a {
	letter-spacing: 0px;
	text-transform: unset;
	font-weight:500;
}
.product-sec .each-product-category ul {
	padding: 0px;
	list-style: none;
	margin-bottom: 35px;
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}
.product-sec .each-product-category ul li a{
	font-family: "avenir-next-lt-pro",sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}
.woocommerce-result-count{
	display:none !important;
}
.woocommerce .product-sec ul.products li.product img.attachment-woocommerce_thumbnail{
	height: 320px !important;
	object-fit:cover;
	background: rgba(250, 248, 246, 1);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.woocommerce .product-sec ul.products li.product {
	margin: 0px;
	padding:15px 16px;
	display: block !important;
	float:none;
}
.woocommerce-page .special-slider{
	display:none;
}
.woocommerce ul.products{
	margin:0px -16px;
}
.woocommerce .product-sec ul.products.columns-3 li.product{
	width:33.33% !important
}
.woocommerce ul.products li.product .button {
	margin-right: 10px;
}
.shop-page > .container{
	max-width:1250px
}
.woocommerce-page div.product div.summary {
	padding-top:40px;
	width:54% !important
}
.woocommerce-account .procudure-area{
	margin-bottom:100px;
}
.woocommerce .related.products ul.products.columns-4{
	margin:0px -16px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
.woocommerce .related.products ul.products.columns-4 li.product{
	width:33.33% !important;
	float:none;
	margin:0px;
	padding:15px 16px;
	flex-direction:row !important;
	flex-wrap:wrap;
	justify-content:flex-start
}

.woocommerce .related.products ul.products.columns-4 li.product a img{
	height: 320px !important;
	background: rgba(250, 248, 246, 1);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	object-fit: cover;
}
.woocommerce .related.products ul.products li.product .woocommerce-loop-product__link{
	width:100%
}
.related.products{
	padding:0px;
	padding-bottom:150px;
}
ul.products li.product .price {
	margin-bottom: 30px !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a{
	border-radius:20px;
	overflow:hidden;
}
/*.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
box-sizing: border-box;
margin: 0;
padding-right: 0%;
width: 100%;
}
.wc-block-checkout .wc-block-components-sidebar {
box-sizing: border-box;
padding-left: 0%;
width: 100%;
}*/
.wc-block-checkout{
	padding-bottom:50px;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	background-color: #F1F1F1 !important;
	border:0px !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select{
	background-color: #F1F1F1 !important;
	border:0px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex;
	padding-bottom: 1px;
	width: 100%;
	margin-bottom:10px;
}
.woocommerce-order-details{
	background: #eee;
	padding:30px !important;
}
.woocommerce-order-details table{
	width:100%;
	margin-bottom:0px;
}
.woocommerce-order-received table tr {
	height: 3rem !important;
}
.woocommerce-order-received table thead th{
	border: 0;
	font-weight:600;
}
.woocommerce-table__product-name.product-name a{
	color:#000
}
.woocommerce-customer-details{
	margin-top:30px;
	background: #eee;
	padding:30px !important;
	margin-bottom:50px;
}
.woocommerce-customer-details p{
	margin-bottom:0px;
}
.product-area .load-more-btn{
	margin-top: 40px;
}
.team-overview-wrapper .load-more-btn{
	margin-top: 50px;
}
.home .banner-area:before{
	position: absolute;
	content: '';
	right: 60px;
	bottom: 60px;
	background-image: url('/wp-content/uploads/2025/12/banner-logo.png');
	background-repeat: no-repeat;
	width: 299px;
	height: 195px;
	z-index: 1;
}
.common-button.blue-button{
	background-color: #35515C;
	border: 2px solid #35515C;
	color: #fff;
}
.common-button.blue-button:hover{
	background-color: transparent;
	border: 2px solid #35515C;
	color: #35515c;
}
.skin-quiz-sec .skin-quiz-content-area {
	border: 1px solid #35515C;
	border-radius: 30px;
	padding: 60px;
}
.skin-quiz-form-area h3{
	color: #A4DDD8;
	font-size: 23px;
	margin-bottom: 5px;
}
.load-more-btn{
	margin-top: 40px;
}
.single-product .short-banner {
	min-height: 500px;
}
.single-product .short-banner .inner-banner-content{
	margin-bottom: 60px;
}
.woocommerce-shop .skin-quiz {
	margin-bottom: 50px;
}
.woocommerce .inner-banner {
	padding: 145px 0 50px;
}
@media(max-width:1225px){
	ul.products li.product .button{
		font-size:15px;
	}
}
@media(max-width:1199px){
	.woocommerce ul.products li.product .button{
		display: block !important;
		margin-right:0px !important;
		margin-bottom:10px !important;
		width:100%;
	}
}
@media(max-width:991px){
	.woocommerce .product-sec ul.products[class*=columns-] li.product, .woocommerce-page .product-sec ul.products[class*=columns-] li.product {
		width: calc(50% - 0px) !important;
		padding:0px 15px !important;
		margin:0px;
	}
	.woocommerce ul.products{
		margin:0px -15px !important;
	}
	.product-sec {
		padding: 70px 0px !important;
	}
	.single-product .summary {
		margin-bottom: 2rem !important;
	}
	.single-product .woocommerce-product-gallery {
		margin-bottom: 0rem;
		float:none;
		width:100% !important
	}
	.woocommerce-page div.product div.summary {
		padding-top: 40px !important;
		width: 100% !important;
		float:none;
	}
	.product_title.entry-title {
		font-size: 30px !important;
		line-height: 40px;
	}
	.skin-quiz {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.woocommerce .related.products ul.products.columns-4 li.product {
		width: 100% !important;
	}
	.woocommerce .related.products ul.products.columns-4 li.product {
		width: 100% !important;
		float: none;
		margin: 0px;
		padding: 0px 16px;
		flex-direction: column !important;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.related.products > h2 {
		padding-top: 70px;
	}
	.woocommerce-order-details {
		padding: 15px !important;
	}
	.woocommerce-customer-details {
		padding: 15px !important;
	}
	.woocommerce-order-details table tbody tr td:last-child, .woocommerce-order-details table tfoot tr td:last-child, .woocommerce-order-details table thead tr td:last-child
	{
		padding-left:10px !important
	}
}
@media(max-width:600px){
	.woocommerce .product-sec ul.products[class*=columns-] li.product, .woocommerce-page .product-sec ul.products[class*=columns-] li.product {
		width: calc(100% - 0px) !important;
		padding: 0px 15px !important;
		margin: 0px;
	}
	.woocommerce ul.products{
		row-gap:20px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		margin-bottom: 30px !important;
		width: 100%;
	}
	form.woocommerce-ordering select{
		width:100%
	}
	.product-sec .each-product-category ul {
		margin-bottom: 25px;
	}
	.product-sec .each-product-category{
		max-width:100%
	}
	.woocommerce-tabs ul {
		column-gap: 20px !important;
		row-gap:0px !important;
		flex-wrap:wrap;
	}
	.woocommerce-Price-amount.amount {
		font-size: 20px;
	}
}

/*Shop Overview Page css*/
.skin-care-routine-area{
	margin-top: 140px;
	margin-bottom: 140px;
}
.skin-care-routine-area .container{
	max-width: 1183px;
}
.skin-care-routine-img{
	max-width: 503px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.skin-care-routine-content h2{
	font-size: 40px;
	line-height: 50px;
}
.product-shop-area{
	margin-bottom: 140px;
}
.product-shop-area .container{
	max-width: 1350px;
}
.product-shop-wrapper h2{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 50px;
}
.each-product-shop{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}
.product-shop-dtl{
	padding: 30px;
}
.product-shop-dtl .common-button{
	padding: 9px 25px;
}
.product-shop-dtl h3{
	line-height: 130%;
	margin-bottom: 9px;
}
.product-shop-dtl p{
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 13px;
}
.product-shop-wrapper > .row{
	margin: 0px -20px;
	row-gap: 40px;
}
.product-shop-wrapper .row > div{
	padding: 0px 20px;
}
.shop-expert-your-journey h4:after {
	width: 56%;
}
.shop-expert-your-journey .expert-your-journey-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.shop-expert-your-journey .expert-your-journey-content li::after{
	display: none;
}
.shop-expert-your-journey .expert-your-journey-content li{
	border-radius: 10px;
	background-color: #F1F1F1;
	padding: 4px 20px;
	color: #35515C;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%; 
	text-align: center;
	max-width: 31%;
	width: 100%;
	height: 100%;
}
.what-best-sec{
	margin-bottom: 152px;
}
.what-best-sec .container{
	max-width: 1270px;
}
.what-best-wrapper > h2{
	margin-bottom: 45px;
	font-size: 40px;
	line-height: 50px;
}
.what-best-wrapper .row{
	margin: 0px -20px;
	row-gap: 40px;
}
.what-best-wrapper .row > div{
	padding: 0px 20px;
}
.what-best-wrapper .membership-dtl{
	padding: 17px 38px 40px;
}
.what-best-wrapper .each_membership p{
	margin-bottom: 14px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Style css %%%%%%%%%%%%%%%%%%%%%%%%  */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% From Area %%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.footer-form-holder .gform_wrapper.gravity-theme .gfield_required .gfield_required_text{
	display: none;
}
.contact-form-area .gform_wrapper.gravity-theme .gfield_required .gfield_required_text{
	display: none;
}
.footer-form-holder .gform_wrapper.gravity-theme .gfield input.large, .footer-form-holder .gform_wrapper.gravity-theme .gfield select.large{
	border-radius: 5px !important;
	background: #F1F1F1 !important;
	border: 0px !important;
	height: 49px !important;
}
.contact-form-area .gform_wrapper.gravity-theme .gfield input.large, .contact-form-area .gform_wrapper.gravity-theme .gfield select.large{
	border-radius: 5px !important;
	background: #F1F1F1 !important;
	border: 0px !important;
	height: 49px !important;
}
.skin-quiz-sec .gform_wrapper.gravity-theme .gfield input.large, .skin-quiz-sec .gform_wrapper.gravity-theme .gfield select.large{
	border-radius: 5px !important;
	background: #F1F1F1 !important;
	border: 0px !important;
	height: 49px !important;	
}
.contact-form-area .gform_wrapper.gravity-theme .gfield select.large{
	background: url('/wp-content/uploads/2026/01/Dropdown_Arrow.svg')  #F1F1F1 97% !important;
	background-repeat: no-repeat !important;
	appearance: none;
}
.footer-form-holder .gform_wrapper.gravity-theme .gfield select.large{
	background: url('/wp-content/uploads/2026/01/Dropdown_Arrow.svg')  #F1F1F1 97% !important;
	background-repeat: no-repeat !important;
	appearance: none;	
}
.skin-quiz-sec .gform_wrapper.gravity-theme .gfield select.large{
	background: url('/wp-content/uploads/2026/01/Dropdown_Arrow.svg')  #F1F1F1 97% !important;
	background-repeat: no-repeat !important;
	appearance: none;	
}
.footer-form-holder .gform_wrapper.gravity-theme .gfield textarea,
.contact-form-area .gform_wrapper.gravity-theme .gfield textarea,
.skin-quiz-sec .gform_wrapper.gravity-theme .gfield textarea{
	border-radius: 5px !important;
	background: #F1F1F1 !important;
	border: 0px !important;
	height: 100px !important;	
	resize: none !important;
}
.footer-form-holder .gform-footer .gform_button,
.contact-form-area .gform-footer .gform_button{
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #E6935F;
	border-radius: 50px;
	background-color: #E6935F;
	padding: 9px 35px 9px 35px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0px !important;
}
.footer-form-holder .gform-footer .gform_button:hover{
	border: 2px solid #A4DDD8;
	background-color: #A4DDD8;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-form-area .gform-footer .gform_button:hover{
	border: 2px solid #A4DDD8;
	background-color: #A4DDD8;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-form-holder .gform_wrapper.gravity-theme .gfield_label,
.contact-form-area .gform_wrapper.gravity-theme .gfield_label{
	color: #000;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: normal;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Menu Area %%%%%%%%%%%%%%%%%%%%%%%%%  */
.header-navigation-wrapper.header-area {
	pointer-events: none;
	z-index: -100;
	opacity: 0;
	transition: transform .35s, opacity .35s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: clip;
}
.header-navigation-wrapper.header-area.desk-open-menu {
	position: fixed;
	width: calc(100% - 40px);
	height: 75vh;
	background-color: #35515C;
	pointer-events: all;
	z-index: 99999;
	transform: translateY(0);
	opacity: 1;
	top: 110px;
	left: 20px;
	border-radius: 40px;
	padding: 0;
}
.header-navigation-wrapper.header-area .menu-wrapper {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 47%;
	transform: translateY(-50%);
	/*     background-color: #35515C; */
	border-radius: 40px;
}
.header-navigation-wrapper.header-area.desk-open-menu .menu-wrapper {
	opacity: 1;
	padding: 0 100px;
}
.dextop-menu {
	padding: 0;
	list-style: none;
	margin: 0;
	border-right: 2px solid #fff;
	float: left;
	padding-right: 85px;
}
.header-navigation-wrapper.header-area .dextop-menu {
	transform: translateY(-9rem);
	transition: all .35s .35s;
}
.header-navigation-wrapper.header-area.desk-open-menu .dextop-menu {
	transform: translateY(-.9rem);
}
.dextop-menu>li {
	padding: 12px 0;
}
.dextop-menu>li>a {
	font-family: "obviously-wide",sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #A4DDD8;
	letter-spacing: 1px;
	padding: 10px;
	display: block;
	width: 100%;
	transition: all .5s;
	position: relative;
}
.dextop-menu>li.active>a {
	color: #fff;
}
.dextop-menu>li>a:hover{
	color: #fff;
	transition: all .5s;
}
.dextop-menu>li>ul {
	position: absolute;
	width: 100%;
	list-style: none;
	padding: 25px 0 0;
	margin: 0;
	top: 0;
	transform: translateX(-2rem);
	transition: opacity .45s .35s, transform .485s .45s;
	opacity: 0;
	z-index: -1;
	padding-left: 150px;
}
.dextop-menu>li.active>ul {
	display: block;
	transform: translateX(0);
	box-sizing: border-box;
	opacity: 1;
	z-index: 1;
	width: 100%;
}
.dextop-menu>li.big-menu>ul {
	display: -ms-flexbox;
	display: flex;
	gap: 65px;
}
.dextop-menu>li>ul>li {
	white-space: nowrap;
	vertical-align: top;
}
.dextop-menu>li.big-menu>ul>li {
	display: inline-block;
	margin-bottom: 12px;
	float: left;
}
.dextop-menu>li>ul>li>a {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	position: relative;
	display: block;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.dextop-menu>li.big-menu>ul>li>a {
	color: #E6935F;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	padding-bottom: 5px;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 600;
}
.dextop-menu>li>ul>li>ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
/* .header-area.fixed_header{
z-index: 999999;
} */
.dextop-menu>li.Menu-with-image > ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-right: 80px;
}
.dextop-menu>li.Menu-with-image > ul > li > a{
	display: none;
}
.dextop-menu>li.Menu-with-image > ul > li:last-child > ul > li > a{
	display: none;
}
.dextop-menu>li.Menu-with-image > ul > li > ul > li > ul > li > ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.dextop-menu>li.Menu-with-image > ul > li:last-child > ul > li > ul{
	display: flex;
	background: #fff;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	width: 459px;
	margin-bottom: 30px;
}
.dextop-menu>li.Menu-with-image > ul > li:last-child > ul > li > ul > li > a{
	color: #35515C;
	font-size: 18px;
	font-family: "obviously-wide",sans-serif;
	font-weight: 600;
	white-space: break-spaces;
}
.dextop-menu>li.Menu-with-image > ul > li:last-child > ul > li > ul > li > ul > li > a{
	color: #E6935F;
	font-size: 16px;
	font-family: "obviously-wide",sans-serif;
	font-weight: 600;
	border: 2px solid #E6935F;
	border-radius:50px;
	background: rgb(230 147 95 / 20%);
	padding: 9px 20px 9px 20px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform:capitalize;
	margin-top: 10px;
}
.dextop-menu>li.Menu-with-image > ul > li:last-child > ul > li > ul > li > ul > li > a:hover{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
	background: #E6935F;
	color: #fff;
}
/* .dextop-menu>li.Menu-with-image > ul > li > ul > li:first-child a{
display: none;
} */
.dextop-menu>li.Menu-with-image > ul > li > ul > li > ul > li > a img{
	width: 211px !important;
}
/* .dextop-menu>li.Menu-with-image > ul > li > ul > li > a{
display: none;
} */
/* .dextop-menu>li.Menu-with-image > ul > li:last-child{
background-color: #fff;
border-radius: 20px;
} */
.menu-image-title-before.menu-image-title {
	display: none;
}
.dextop-menu>li.Menu-with-image > ul > li:first-child > ul > li > a{
	color: #fff;
	font-size: 18px;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-weight: 400;	
	line-height: 30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu>li.Menu-with-image > ul > li:first-child > ul > li > a:hover{
	color:#A4DDD8;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu>li.Menu-with-image > ul > li:first-child > ul > li:first-child > a{
	color: #E6935F;
	font-size: 22px;
	font-family: "obviously-wide",sans-serif;
	font-weight: 600;
}
.dextop-menu>li.big-menu > ul{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
	display: initial;
}
.dextop-menu>li.big-menu > ul > li{
	display: inline-block;
	width: 100%;
}
.dextop-menu>li.big-menu > ul > li{
	break-inside: avoid-column;
}
/* .dextop-menu>li.active>ul {
display: block;
transform: translateX(0);
box-sizing: border-box;
opacity: 1;
z-index: 1;
width: 100%;
} */
/* .dextop-menu>li.big-menu>ul {
opacity: 1;
z-index: 1;
} */
.dextop-menu>li.big-menu > ul > li > ul > li > a{
	color: #fff;
	font-size: 14px;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-weight: 400;	
	line-height: 30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu>li.big-menu > ul > li > ul > li > a:hover{
	color:#A4DDD8;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu>li.Menu-with-image > ul > li:last-child > ul > li > ul > li{
	min-width: 248px;
}
@media(max-width:1599px){
	.dextop-menu >li > ul{
		width: 1060px !important;
	}
	.dextop-menu>li.big-menu>ul>li>a{
		font-size: 20px;
	}
	.dextop-menu>li.Menu-with-image > ul{
		padding-right: 50px;
	}
}
@media(max-width:1499px){
	.dextop-menu >li > ul {
		width: 1020px !important;
	}
	.header-navigation-wrapper.header-area.desk-open-menu .menu-wrapper {
		padding: 0 30px;
	}
	.dextop-menu {
		padding-right: 50px;
	}
	.dextop-menu>li>ul{
		padding-left: 100px;
	}
	.dextop-menu>li.Menu-with-image > ul > li:last-child > ul > li > ul{
		width: 410px;
	}
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer From %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.footer-sign-up-area .gf_browser_chrome form{
	display: flex;
	align-items:center;
}
.footer-sign-up-area .gform_wrapper.gravity-theme .gform_footer{
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}
.footer-sign-up-area .gf_browser_chrome form .gform-footer .gform_button{
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #A4DDD8;
	border-radius: 50px;
	background-color: #A4DDD8;
	padding: 3px 35px 9px 35px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
}
.footer-sign-up-area .gf_browser_chrome form .gform-footer .gform_button:hover{
	background-color: transparent !important;
	color: #A4DDD8 !important;
}
.footer-sign-up-area .gform_wrapper.gravity-theme .gfield input{
	border-radius: 60px;
	background: #F1F1F1;
	height: 40px;
	border: 0px;
	color: #35515C;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding: 7px 15px;
	text-align: center;
}
.footer-sign-up-area .gform_wrapper.gravity-theme .gfield input::placeholder{
	color: #35515C;
	font-family: "avenir-next-lt-pro",sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;	
}
.footer-sign-up-area .gform_wrapper.gravity-theme .gfield input:focus{
	border: 0px;
	outline: none;
}
.footer-sign-up-area{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer-sign-up-area h5{
	color: #FFF;
	font-family: "obviously-wide",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 660;
	line-height: 32px; /* 200% */
	margin-bottom: 15px;
	text-align: right;
}
.close-menu-icon{
	display: none;
}
.close-menu-icon img{
	width: 55px;
}
.header-area.desk-open-menu .close-menu-icon{
	display: block;
}
.header-area.desk-open-menu .desk-menu-icon{
	display: none;
}
.dextop-menu>li.big-menu .sub-menu li a{
	pointer-events: none;
}
.dextop-menu>li.big-menu.active .sub-menu li a{
	pointer-events: initial;
}



/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Form Area %%%%%%%%%%%%%%%%%%%%%%%%%%  */
.gform_page_fields{
	text-align:center;
	max-width: 592px;
	margin: 0 auto;
}
.gform_page_fields .gchoice{
	border:1px solid #35515C;
	margin-bottom: 10px;
	border-radius: 20px;
}
#input_2_8{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
#input_2_8 .gchoice{
	width:49%;
}
#input_2_10{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;	
}
#input_2_10 .gchoice{
	width:49%;
}
#input_2_12{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;	
}
#input_2_12 .gchoice{
	width:49%;
}
.gform_next_button{
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #E6935F;
	border-radius: 50px;
	background-color: #E6935F;
	padding: 9px 35px 9px 35px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0px !important;
	line-height: normal !important;
}
.gform_next_button:hover{
	background-color:#A4DDD8 !important;
	border: 2px solid #A4DDD8;
	color:#fff !important;
}
.gform_previous_button{
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid #A4DDD8;
	color: #A4DDD8 !important;
	padding: 9px 35px 9px 35px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0px !important;	
	line-height: normal !important;
}
.gform_previous_button:hover{
	background-color:#A4DDD8 !important;
	border: 2px solid #A4DDD8;
	color:#fff !important;
}
.gform_button{
	font-family: "obviously", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #A4DDD8;
	border-radius: 50px;
	background-color: #A4DDD8;
	padding: 9px 35px 9px 35px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0px !important;
	line-height: normal !important;
}
.gform_button:hover{
	background-color:#A4DDD8 !important;
	border: 2px solid #A4DDD8;
	color:#fff !important;	
}
.gform_wrapper.gravity-theme .gfield_label{
	font-family: "obviously", sans-serif;
	font-size: 35px !important;
	font-weight: 600 !important;
	line-height: 40px;
	color:#35515C;
}
.skin-quiz-sec .gform_wrapper.gravity-theme .gfield_label{
	margin-bottom:35px !important;	
}
.gform_wrapper.gravity-theme .gfield_description h3 {
	font-family: "obviously", sans-serif;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 40px;
	color: #35515C;
	margin-bottom: 35px !important;
	text-transform: capitalize;
}

.gf_progressbar_wrapper{
	max-width: 540px;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:35px;
}
.gform_wrapper.gravity-theme .gfield h4 {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	margin: 10px 0px;
}
.gfield-choice-input{
	display:none !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_blue {
	background-color: #E3F5F4 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #4B4E55 !important;
	color: #fff !important;
	height:5px;
}
.gform_page_footer{
	max-width: 592px;
	margin: 0 auto !important;	
	margin-top:20px !important;
} 
#gform_page_2_6 .gfield_label{
	display:none !important;
}
#field_2_19{
	font-family: "obviously", sans-serif;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 40px;
	color:#4B4E55;
	margin-bottom:35px !important;	
}
.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 169px !important;
	resize: none;
	padding: 8px 15px !important;
}
.gform_wrapper.gravity-theme .gfield input{
	padding: 8px 15px !important;	
}
.gform_wrapper.gravity-theme .gfield input::placeholder{
	font-family: "avenir-next-lt-pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color:#4B4E55;
}
.gform_wrapper.gravity-theme .gfield select{
	height:45px;
	padding: 8px 15px !important;
	appearance:none;
	background:url('/wp-content/uploads/2024/12/Vector-arrow.png') 98%;
	background-repeat: no-repeat;
}
.gform_wrapper.gravity-theme .gfield select::placeholder{
	font-family: "avenir-next-lt-pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color:#4B4E55;
}
.gform_wrapper.gravity-theme .gfield textarea::placeholder{
	font-family: "avenir-next-lt-pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color:#4B4E55;
}
.gform_wrapper.gravity-theme .gfield input:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield select:focus{
	outline:none;	
}
.gform_wrapper.gravity-theme .gfield textarea:focus{
	outline:none;	
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
	text-align: left;
}

.contact-us-wrapper .gform_wrapper.gravity-theme .gfield_label{
	display:none !important;
}
.contact-us-wrapper .gform_button{
	background-color:#4A4E55;
	color:#fff !important;
	width:100%;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span{
	display:none !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_title{
	display:none;
}
.gform_page_fields .gchoice.active{
	background-color:#000;
	color:#fff;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	max-width: 100% !important;
	display: block !important;
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px !important;
}
.gform_page_fields .gchoice.active{
	background-color:#35515C;
	color:#fff;
}
.skin-quiz-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
	text-align: center;
}
.swiper-slide-thumb-active .gal-img img {
	opacity: .5;
}
.error-page {
	margin-top: 80px;
}
.woocommerce-account .woocommerce-EditAccountForm button {
	margin-top: 0 !important;
}
.single-product div.product .product_meta {
	font-size: 16px !important;
}
@media(max-width:767px){
	.mobile-menu-top-heading{
		display:none;
	}
	.footer-sign-up-area .gform_wrapper.gravity-theme .gform_footer{
		margin-top:10px;
	}
	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 0px !important;
	}
}
@media (max-width: 767px) {
	div#rmp-container-646.rmp-menu-open {
		margin-top:100px;
	}
}
.footer-area {
	clear: both;
}
.back-to-shop-button .common-button{
	border: 2px solid #35515C;
	background-color: #35515C;
}
.back-to-shop-button .common-button:hover{
	border: 2px solid #E6935F;
	background-color: #E6935F;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: block;
	/*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}
.back-to-shop-button {
	margin-bottom: 27px;
}
.color-class a{
	color:#A4DDD8 !important;
	font-weight:600 !important;
}
.color-class a:hover{
	color:#fff !important;
}
.membership .facilities-wrapper{
	text-align: left;
	padding: 0 60px;
}
.membership .each-facilities ul li {
	list-style: none;
	position:relative;
	padding-left:20px;
}
.membership .each-facilities ul li::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 7px;
	left: 0;
	background-image: url(/wp-content/uploads/2026/01/tick.svg);
	background-size: 12px;
}
.facilities-wrapper .each-facilities p{
	border-bottom:none !important;
}
@media(max-width:767px){
	.membership .facilities-wrapper {
		padding: 0 30px !important;
	}
	.ages-tab-content .tab-pane ul li{
		width: 100%;
	}
	.footer-logo {
		max-width: 100%;
	}
}
.overview-wrapper.membership-wrapper .row{
	justify-content:center;
}
.footer-menu ul li a {
	font-size: 15px;
}
.header-area .logo-area img {
	width: 100%;
	max-width: 150px;
}
.left-skin-fitness {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.footer-policy a {
	color: #000;
	/* 	font-family: obviously-wide, sans-serif; */
}
.footer-policy {
	text-align: center;
	position:relative;
	padding-right:30px
}
.footer-policy:after{
	width:9px;
	height:9px;
	border-radius:100%;
	content:'';
	background: rgba(53, 81, 92, 1);
	position:absolute;
	right: 9px;
	top: 9px;
}
.footer-policy a:hover {
	color: #a4ddd8;
}
.cart-and-profile-icon-wrapper ul li a{
	color:#A4DDD8;
}
.woocommerce-Price-amount.amount{
	font-family: "obviously-wide", sans-serif;
	font-size:16px;
	color: #a4ddd8;
	font-weight:500 !important;

}
.custom-payment-message span{
	font-size:18px;
	line-height:28px;
	color:#000;
}
.custom-payment-message span:first-child{
	font-weight:500;
	margin-bottom:10px;
	display:inline-block;
}
.quantity {
	display: flex;
	align-items: center;
	gap: 12px;
}

.qty-label {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	white-space: nowrap;
}

.quantity .qty {
	pointer-events: none;
}

.quantity {
	background: #f2f2f2;
	border-radius: 50px;
	padding: 6px 10px;
}

.qty-btn {
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
}
.quantity {
	display: flex;
	align-items: center;
	gap: 12px;
}

.qty-label {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	white-space: nowrap;
}

/* your existing pill style */
.quantity {
	background: #f2f2f2;
	border-radius: 50px;
	padding: 6px 10px;
}

.quantity input.qty {
	width: 40px;
	text-align: center;
	border: none;
	background: transparent;
	pointer-events: none;
}

.qty-btn {
	width: 28px;
	height: 28px;
	background: transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
}
.quantity-title {
	margin-right: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #555;
}

.cart .qty-label {
	display: none; /* optional: hide on cart */
}
.quantity-label-above {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	margin-bottom: 6px;
}

.quantity {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #f2f2f2;
	border-radius: 40px;
	padding: 6px 10px;
}
.custom-payment-message {
	font-size: 13px;
	color: #555;
	margin-top: 8px;
	line-height: 1.4;
}

.custom-payment-message .shop-pay {
	font-weight: 600;
}

.custom-payment-message .learn-more {
	margin-left: 4px;
	color: #000;
	text-decoration: underline;
	font-size: 18px;
	font-weight:400
}

.custom-payment-message .learn-more:hover {
	text-decoration: none;
}
/* Buy with Shop button */
.single-product .buy-with-shop {
	background: #6c2bd9;
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 14px 28px;
	font-weight: 600;
	line-height: 1;
}

/* Align buttons side-by-side */
.single-product form.cart {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.single-product .single_add_to_cart_button {
	white-space: nowrap;
}
@media (min-width: 768px) {
	.single-product form.cart {
		flex-wrap: nowrap;
	}
}
/* Make cart form vertical */
.single-product form.cart {
	display: flex;
	flex-direction: column;
	gap: 0px;
	margin-top: 30px;
}
.single-product form.cart .quantity-label-above{
	font-size:18px;
	line-height:28px;
	font-weight:600;
	color:#000
}
.single-product .entry .entry-summary {
	padding-top:0px !important
}
/* Buttons row */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .buy-with-shop {
	margin: 0;
}

/* Wrap buttons together */
.single-product form.cart .buttons-wrap {
	display: flex;
	gap: 12px;
	margin-top:40px;
}

/* Quantity stays on top */
.single-product .quantity {
	align-self: flex-start;
	padding:0px;
}
.after-cart-info {
	margin-top: 20px;
	font-size: 14px;
	color: #374151;
}

/* Links */
.after-cart-info a {
	color: #111;
	text-decoration: underline;
	font-size:18px;
	font-weight:400;
}

/* Payment options */
.more-payment-options {
	margin-bottom: 6px;
}

/* Pickup section */
.pickup-info {
	margin-bottom: 25px;
	padding-left: 20px;
	position: relative;
}
.pickup-info p{
	margin-bottom:0px;
}
.pickup-info > a{
	text-transform:uppercase;
	line-height: 32px;
	display: inline-block;
}
.pickup-info > a:hover, .more-payment-options > a:hover{
	color: rgba(230, 147, 95, 1);
}
.pickup-info .check {
	width: 15px !important;
	height: 15px !important;
	background: rgba(244, 244, 244, 1);
	border-radius: 3px;
	margin-right: 3px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -2px;
}
.pickup-info .check img{
	width: 9px !important;
	line-height: normal;
	position: relative;
	top: -5px;
	left: 2px;
}
.pickup-time {
	color: #000;
	font-size: 18px;
}
.pickup-info p strong{
	font-weight:400 !important
}
/* Shipping policy */
.shipping-policy {
	margin-top: 12px;
}
.shipping-policy a{
	font-weight:500
}
.shipping-policy a:hover{
	color: rgba(230, 147, 95, 1);
}
.woocommerce-tabs ul li a{
	font-family: "obviously-wide", sans-serif;
	font-weight: 400 !important;
	font-size: 18px;
	line-height: 45px;
	letter-spacing: 0%;
	color:rgba(53, 81, 92, 1);
	padding-bottom:10px !important;
}
.woocommerce-tabs ul li.active a{
	border-bottom:2px solid rgba(53, 81, 92, 1) !important;
}
.woocommerce-tabs ul{
	gap:60px;
}
.woocommerce-tabs ul:before, .woocommerce-tabs ul:after{
	display:none !important;
}
.post-care-new-inject .container {
	max-width:1030px;
}
.overview-wrapper.membership-wrapper.post-care-new-inject .row {
	align-items:center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius:20px;
}
.overview-wrapper.membership-wrapper.post-care-new-inject .row .col-lg-6{
	padding:0;
}
.post-care-new-inject .post-care-inject-image img {
	border-radius: 20px 0 0 20px;
}
.post-care-inject-content {
	padding-right: 20px;
}
@media(max-width:767px){
	.post-care-inject-content {
		padding-left: 20px;
	}
	.post-care-button {
		padding-bottom: 20px;
		padding-left: 20px;
	}
}
.membership .row{
	justify-content:center;
}

.page-template-template-membership .skin-fitness-wrapper .right-skin-fitness ul {
	border: none !important;
}
.reviewshakeWidget[data-widget-type='carousel'] {
	padding: 0;
	padding-top: 25px;
	background-color: transparent !important;
}
div#rs-widget-2233 {
	background-color: transparent !important;
	color: #fff !important;
}
.pricing-box h2 {
	font-family: "obviously-wide", sans-serif;
	font-weight: 700;
	font-size: 25px;
}
.pricing-box{
	padding:0px 20px;
}

.woocommerce-checkout .wc-block-components-product-metadata__description {
	display: none;
}
li.dropdown-menu-desk > ul > li > a {
	/*font-size: 16px !important;*/
	font-weight: 600 !important;
	color: #A4DDD8 !important;
}
li.dropdown-menu-desk > ul > li > ul{
	margin-left:0;
	padding-left:0;
	list-style:none;
	display:none;
}
li.dropdown-menu-desk > ul > li > ul > li > a{
	color: #fff;
	font-size: 14px;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	line-height: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
li.dropdown-menu-desk .menu-item-has-children > a {
	position: relative;
	padding-right: 22px;
	display: block;
	max-width: 206px;
	width: 100%;
}
li.dropdown-menu-desk .menu-item-has-children > a::after{
	content: '';
	background-image:url(/wp-content/uploads/2026/03/New-Arrow.svg);
	background-repeat:no-repeat;
	background-size:15px;
	display:inline-block;
	position:absolute;
	right:0;
	top:5px;
	width:15px;
	height:15px;
}
li.dropdown-menu-desk .menu-item-has-children > a.active::after{
	transform: rotate(180deg);
}

.search-box {
	display: flex;
	align-items: center;
	background: #e9e6e3; /* soft grey like your image */
	border-radius: 30px;
	padding: 12px 18px;
	width: 100%;
	max-width: 500px;
	margin: 20px auto;
	position: relative;
}

.search-box input {
	border: none;
	outline: none;
	background: transparent;
	font-size: 16px;
	width: 100%;
	color: #333;
}

.search-box input::placeholder {
	color: #8c8c8c;
}

.search-icon {
	margin-right: 10px;
	font-size: 16px;
	color: #8c8c8c;
}
.search-box:focus-within {
	background: #f1efed;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
#search-results {
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
	border-radius: 15px;
	margin-top: 5px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	overflow: hidden;
}

/* Wrapper */
.search-result-wrap {
	max-width: 700px;
	margin: 10px auto 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	overflow: hidden;
}

/* Header */
.search-header {
	background: #8e7aa8; /* purple tone */
	color: #fff;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 16px;
}

/* Scroll area */
.search-scroll {
	max-height: 300px;
	overflow-y: auto;
}

/* Each item */
.search-item {
	display: flex;
	gap: 15px;
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	transition: 0.2s ease;
}

.search-item:hover {
	background: #f8f8f8;
}

/* Thumbnail */
.search-thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
}

/* Content */
.search-content h4 {
	margin: 0;
	font-size: 18px;
	color: #222;
	font-weight: 500;
}

.search-content p {
	margin: 5px 0 0;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}
.search-item
{
	display: flex;
	gap: 0px;
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	transition: 0.2s ease;
	align-items: center;
}
.search-content h4 {
	margin: 0;
	font-size: 10px;
}
.search-content h4::after {
	content:none;
}
.search-thumb img {
	max-width: 200px !important;
}
.search-box {
	margin-top: 0;
}
.dropdown-menu-desk {
	min-height: 251px;
}
.search-results .load-more-btn {
	display:none;
}

li.dropdown-menu-desk .menu-item-has-children > a::after
{
	top: 37%;
}
.close-icon {
	top: 80px;
}
.search-area img {
	width: 30px;
}
.search-area {
    border: 1px solid #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 40px;
    cursor: pointer;
}
.footer-form-holder input#choice_1_8_1{
	height:72px;
}
.footer-form-holder .gchoice.gchoice_1_8_1{
	gap:10px;
}
@media(max-width:991px){
	.footer-form-holder input#choice_1_8_1{
		height:50px !important;
	}
}
.search-close-icon {
	top: 100px !important;
	cursor:pointer;
}
.search-area
{
	border: none;
}