* {
	padding:0;
	margin:0;
}

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

body {
	padding-top:-5px;
}

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

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 45px;
	width: 100%;
	display: block;
	
	z-index: 999;
}
.header-wrapper#masthead.sticky {
    background-color: #000;
    top: 0;
    transition: .5s;
    padding-top: 1rem;
}
.header-wrapper#masthead {
    top: 50px;
    transition: .5s;
}
.hide_btn{
	display:none !important;
}
/* #masthead2 {
	position: fixed;
	left: 0;
	top: 48px;
	width: 100%;
	display: block;
	background: transparent;
	z-index: 999;
} */

.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;
}

.header-menu .elementor-nav-menu--dropdown a, .header-menu .elementor-nav-menu--dropdown a:hover{
    border-inline-start: 0px solid transparent !important;
}
/* .header-menu .elementor-nav-menu--dropdown li:last-child a {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
 */
.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 15px !important;
	margin: 0 0px 18px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	display: none;
}

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: 230px !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: 14px;
	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: 16px;
}

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 #DEDEDE !important;
	border-radius: 20px !important;
	padding: 16px 22px !important;
	color: #262729 !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;
}
::placeholder{
	color: #262729 !important;
}
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%;
}
.yellow{
	color: #FFB800;
}
.yellow_{
	color: #FFB800;
	font-style: italic;
}

/*   Heading Size  */

.f-100{
	font-size: 100px !important;
}

/* Home */
.wya .elementor-container.elementor-column-gap-default {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 30px;
}
.wya_box{
	width: 100% !important;
}
.swiper{
	width: calc(100% - 200px) !important;
}

/* Accodation Section */
.acco .elementor-accordion-item .elementor-tab-title{
	transition: 0.5s;
}
.acco .elementor-accordion-item .elementor-tab-title.elementor-active {
    padding-bottom: 20px !important;
    transition: 0.5s;
}
.acco .elementor-tab-content {
    border-top: 1px solid #000 !important;
}

/* Product Section */
a.added_to_cart.wc-forward {
	display: none !important;
}
form.cart.e-loop-add-to-cart-form , .add_to_cart_button{
	width: 100%;
}

// Product reviews
.stars {
	margin-top: 2px;
}
.custom-review-summary {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 18px;
	color: #444;
	font-weight: 500;
}
.custom-review-summary .star-rating {
	color: #FFB800 !important;
	font-size: 18px;
}
.custom-review-summary {
	display: flex;
}
.custom-review-summary .rating-text {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.60);
}
.custom-review-summary .rating-text strong{
	font-family: Noah;
	color: #000;
}
.woocommerce .star-rating::before {
	color: rgba(0, 0, 0, 0.6);
}

.gform_button{
	border-radius: 8px;
	background: #FFB800;
	border: none !important;
	cursor: pointer;
}

/*  --------  LemonBottle Fat Dissolving Page  --------  */

.our_product_wrapper .elementor-widget-wrap{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
}
.happy-clients-test .swiper-pagination-bullet-active{
    padding: 2px !important;
    margin-bottom: -1.5px !important;
}
.happy-clients-test .swiper-pagination-bullet {
    border-radius: 0px;
    height: 1px !important;
    width: 30px !important;
}

.real-stories-testi .premium-testimonial-lower-quote{
    display: none;
}
.icon_flex .elementor-icon-box-content {
    display: flex;
	gap: 5px;
}
.icon_flex .elementor-icon-box-wrapper {
    align-items: center !important; 
}
.acco .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    background: #fff;
    padding: 34px !important;
    border-radius: 8px;
}
.acco .elementor-accordion{
	gap: 20px !important;
	display: flex;
    flex-direction: column;
}
.acco .elementor-tab-title {
    padding: 0px;
}
.acco .elementor-tab-content {
    border-top: 1px solid #000 !important;
/*     margin-top: 20px !important; */
}
.membership_box .elementor-widget-wrap img{
    border-radius: 8px 0px 0px 8px;
}
.membership_box .elementor-widget-container img{
    width: 100%;
}

.spa-service-wrapper {
    width: 100%;
}

.spa-service-row {
    display: flex;
    align-items: center;
    gap: 86px;
    margin-bottom: 80px;
}



.spa-service-img img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.spa-service-content {
    flex: 1;
}

.spa-service-title {
  color: #000;
font-family: Noah;
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.spa-service-desc {
    font-size: 20px;
    line-height:normal;
}

.spa-service-desc{
	display:flex;
	flex-direction:column;
	gap:18px;
	margin-top:20px;
}
.card-text {

    font-size: 20px;
    line-height:normal;
    color:#595959 !important;
/* 	display:flex;
	justify-content:flex-start;
	gap:10px; */
}

.card-text b {
    color:#000 !important;
	
}
strong{
	 color:#000 !important;
}
.p-text{
    font-size: 20px;
    line-height:normal;
    color:#595959 !important;
}
.choosing-right-text{
  line-height:normal;
  color:#595959 !important;
	 font-size: 18px;
}
.choosing-right-text strong{
font-size:20px;
} 

/* .card-text span {
    display: block;
} */


.lemon-btn{
	padding:16px 32px;
	background-color:#FFB800;
	border-radius: 8px;
	color: #000;
font-family: Jost;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 111.111%;

}
.btn-div{
	margin-top:40px;
}

.ideal-list{
	display:flex;
	flex-direction:column;
	gap:20px;
	 margin-left: 20px;
}
.ideal-list li::marker {
  color: #FFB800;
height:14px !important;
width:14px !important;	
}



/* Spa Amenities Layout */

.spa-amenities-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
   
}

.spa-amenities-item {
/*     flex: 1; */
/*     max-width: 33.33%; */
    overflow: hidden;
}

.spa-amenities-item img {
    width: 100%;
/*     height: 500px; */
    object-fit: cover;
    display: block;
    border-radius: 8px;
   
}
.side-table .wptb-table{
	border:none !important;
}

.side-table .wptb-table td{
   padding:16px 20px !important;
	background-color:#FFF !important;
	border:none !important;
	border-radius:10px !important;
}

.side-table .wptb-table-container table {
    border-collapse: separate !important;
    border-spacing: 8px !important;
}

.side-table table.wptb-table p,
.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-container *{
	font-size:20px !important;
}
.wptb-row p,
.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table{
font-size:20px !important;
}
