.welcome-right-content p {
	font-size: 22px;
	line-height: 32px;
}
.our-services-head p {
	font-weight: 400;
}
.service-list {
	gap: 80px;
}
.service-dis p {
	font-weight: 400;
}
.service-dis h4 {
	font-weight: 500;
	color: #000;
}
.glo-features {
	background-color: #15181d;
	color: #fff;
}
.glo-features-2 {
	background-color: #d7ce93;
	color: #000;
}
.feature-toggle.active {
	background-color: #bb8487;
	color: #fff;
}
.feature-toggle:hover {
	background-color: #bb8487;
	color: #fff;
}
.feature-toggle {
	padding: 14px 30px;
	transition: all 0.5s ease;
	cursor: pointer;
	margin-bottom: 40px;
	text-align: center;
}
.feature-toggle:hover {
	transition: all 0.5s ease;
}
.feature-toggle:last-child {
	margin-bottom: 0px;
}
.feature-toggle h6 {
	margin: 0;
	font-size: 22px;
	line-height: 32px;
}
.feature-toggle p {
	max-height: 0;
	padding-top: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease, padding-top 0.5s ease;
	opacity: 0;
}
.feature-toggle.active p {
	max-height: 200px;
	opacity: 1;
	padding-top: 10px;
}
.glo-cta-content p:first-child {
	font-weight: 400;
}
.footer-content ul {
	margin-top: 20px;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}
.footer-logo img {
	width: 200px;
}
.footer-content .location-data {
	gap: 40px !important;
}
.review-slider {
	display: flex;
}
.reviews-box {
	height: 100%;
}
.box-review-inner {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 20px;
}
.banner-sec .banner-slider {
	max-width: 1074px;
	margin: auto;
}
.banner-sec .slick-dots li button:before {
	font-size: 14px !important;
	color: #fff !important;
	opacity: 0.5 !important;
}
.banner-sec .slick-dots {
	bottom: -170px;
}
.banner-sec .slick-dots li.slick-active button:before {
	opacity: 1 !important;
}
.reviews-section .review-slider,
.reviews-section .slick-track,
.reviews-section .slick-list,
.reviews-section .slick-slide {
	height: 100% !important;
}
.reviews-section .slick-slide > div {
	height: 100%;
}
.reviews-section .slick-slide > div {
	padding: 0 10px;
}
.reviews-section .slick-arrow:before {
	display: none;
}
.reviews-section .slick-arrow {
	background: #000;
	padding: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq-item h6 {
	margin: 0;
}
.why_inner_glo_main img {
	width: 60px;
}
.custom-bullet {
	list-style: none;
	padding-left: 1.2em;
	line-height: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}
.custom-bullet li::before {
	content: "•";
	font-weight: 300;
	display: inline-block;
	width: 1em;
	margin-left: -1.2em;
}
.aging-sec p {
	max-width: 750px;
	margin: auto;
	margin-top: 10px;
}
.treatment-que {
	color: #fff;
}
.treatment-que-sub {
	background-color: #e6c78817;
	border: 1px solid #e6c78838;
	padding: 40px 20px;
	height: 100%;
}
.treatment-que-sub img {
	min-width: 60px;
	max-height: 60px;
	object-fit: contain;
	margin-bottom: 40px;
}
.spa-service-list {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}
.spa-service-right {
	padding-top: 100px;
}
.spa-service-type h4 {
	font-weight: 700;
}
.spa-service-img img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.spa-service-left {
	margin-right: 25px;
}
.spa-service-right {
	margin-left: 25px;
}
.spa-services .container {
	max-width: 1200px;
}
.facial-details-inner {
	border: 1px solid #4c3f3e1c;
	padding: 35px 20px;
	height: 100%;
}
.facial-details-img {
    background-color: #e6c78840;
    border-radius: 50%;
    padding: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    max-width: 60px;
    width: 100%;
    min-width: 60px;
    max-height: 60px;
    height: 100%;
}
.facial-details-img img {
	max-width: 35px;
	max-height: 35px;
	object-fit: contain;
}
.fd-price {
	color: #bb8487;
	font-weight: 500;
	font-size: 18px;
}
.facial-details-inner h6 {
	font-weight: 700;
}
.fd-desc {
	font-size: 18px;
	line-height: 26px;
}
.wx-info p {
	max-width: 500px;
}
.wd-pricing-column {
	background: #e6c7880f;
	padding: 20px;
	height: 100%;
}
.wd-pricing-column h6 {
	font-weight: 600;
	margin-bottom: 15px;
}
.wd-pricing-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.wd-pricing-column li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	font-size: 18px;
	margin-left: 25px;
}
.wd-pricing-column li span:last-child {
	font-weight: 400;
}
.wd-pricing-column li::before {
	content: "";
	/*background-image: url("../img/wd-tick.png");*/
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-left: -25px;
	margin-top: 5px;
}

.boot-intro-text {
	text-align: center;
	max-width: 700px;
	margin: 0px auto 40px;
}
.bootcamp-service-card {
	border: 1px solid #4C3F3E1C;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bootcamp-service-card h6 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}
.glo-bt-bundles {
	background-color: #FAFBFB;
	color: #000;
	text-align: center;
}
.glo-bt-bundles h3{
	font-size: 50px;
	line-height: 60px;
}
.glo-bt-bundles h2 {
	font-size: 1.8rem;
	margin-bottom: 40px;
	line-height: 1.4;
}
.bt-bundle-card {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	background-color: #fff;
	color: #000;
	padding: 30px 25px;
	border: 1px solid #0000001C;
	text-align: left;
	height: 100%;
}
.bt-bundle-card h4 {
	font-size: 22px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 15px;
}
.bt-bundle-card .bt-amount {
	font-size: 27px;
	color: #BB8487;
	font-weight: 500;
	margin-bottom: 10px;
}
.bt-bundle-card .desc {
	font-size: 19px;
	font-weight: 300;
}
.bt-program-info p{
	padding-left: 30px;
	text-align: left;
}
.product-div{
	border: 1px solid #4C3F3E1C;
}
.spa-services-box-last{
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	height: 500px;
}
.spa-services-box-last img{
	max-width: 100%;
	width: 300px;
}
span.ms-2 {
	color: #bb8487;
	font-weight: 500;
	font-size: 18px;
}
span.pr {
	color: #bb8487;
	font-weight: 500;
	font-size: 18px;
}

/* product styling */
.spa-product-view-details a{
	display: block;
	text-align: center;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 20px;
	border-top: 1px solid #4C3F3E1C;
	text-decoration: none;
	transition: 0.5s;
	cursor: pointer;
}
.spa-product-div{
	transition: 0.5s;
	border: 1px solid #4C3F3E1C;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.spa-product-div:hover{
	box-shadow: 39px 40px 55px 0px rgba(0, 0, 0, 0.09);
	z-index: 2;
	transition: 0.5s;
}
.spa-product-div:hover .spa-product-view-details a{
	background-color: #E6C788;
	transition: 0.5s;
	border-top: 1px solid #E6C788;
}
.spa-product-view-details{
	width: 100%;
}
.spa-product-img{
	max-height: 220px;
	max-width: 220px;
	object-fit: contain;
}
.spa-product-content{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.spa-product-div-inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}
.spa-product-title{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 4px;
	text-align: center;
	margin-top: 10px;
}
.spa-product-price{
	color: #BB8487;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 10px;
}
.product-count{
	font-weight: 300;
	font-size: 16px;
}
.product-sort-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.spa-product-grid-title h2{
	font-size: 50px;
	line-height: 60px;
}
.filter-items {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	opacity: 0;
}
.cat-filter.filter-active .filter-items {
	max-height: 600px;
	opacity: 1;
	padding: 20px;
}
.filter-inner:first-child{
	margin-top: 0;
}
.filter-inner{
	border: 1px solid #4C3F3E1C;
	transition: all 0.3s ease;
	margin-top: 20px;
}
.filter-title{
	background-color: #BB848712;
	padding: 10px 20px;
	cursor: pointer;
}
.filter-title h6{
	margin: 0;
	font-size: 22px;
}
.filter-items{
	list-style-type: none;
}
.filter-items label{
	font-size: 17px;
	line-height: 29px;
}
.filter-items label input{
	margin-right: 5px;
}
.filter-items li{
	margin-bottom: 5px;
}
.sort-drop{
	border: 1px solid #4C3F3E1C !important;
	background: none !important;
	border-radius: 0 !important;
	color: #000 !important;
}
.sort-drop button:focus-visible, .sort-drop button:focus{
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.sort-drop .dropdown-menu{
	right: 0 !important;
	left: unset !important;
}
.sort-drop .dropdown-item:active{
	background-color: transparent !important;
	color: #000 !important;
}


/* Product Detail Page */
.pd-share-tab{
	margin: 20px 0px;
}
.pd-share-tab img{
	min-width: 15px;
	max-height: 15px;
	object-fit: contain;
}
.prdct-add-to-cart{
	border: none;
	background: #E6C788;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	width: 300px;
	max-width: 100%;
}
.prdct-quantity-inner{
	display: flex;
	gap: 10px;
	align-items: center;
	/*flex-wrap: wrap;*/
}
.prdct-like{
	border: 2px solid #E6C788;
	padding: 5px;
	border-radius: 100%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.prdct-like:hover{
	background-color: #E6C788;
	transition: 0.3s;
}
.prdct-live-detail>div{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 5px;
}
.prdct-live-detail>div img{
	max-width: 20px;
	max-height: 20px;
	object-fit: contain;
}
.prdct-quantity-btn{
	display: flex;
	align-items: center;
	border: 1px solid #4C3F3E1C;
	height: 100%;
	width: fit-content;
}
.prdct-quantity-btn button, .prdct-quantity-btn input{
	border: none;
	background: none;
	padding: 8px 10px;
	width: 50px;
	text-align: center;
	height: 100%;
}
.prdct-quantity-btn input{
	width: 70px !important;
}
.prdct-quantity-btn input:focus-visible{
	outline: none !important;
	border: none !important
}
.prdct-live-detail p{
	font-size: 20px;
	line-height: 30px;
}
.pd-share-text{
	font-weight: 500;
	font-size: 20px;
}
.pd-share-text-inner{
	display: inline-flex;
	gap: 20px;
	margin-left: 20px;
}
.pd-price{
	margin: 30px 0 20px;
	font-weight: 600;
	font-size: 35px;
}
.pd-title {
	font-size: 60px;
	line-height: 70px;
}
.pd-desc{
	font-size: 24px;
	line-height: 32px;
}
.pd-img{
	background-color: #4C3F3E08;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 50px;
}
.pd-info{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	margin-left: 30px;
}
.prdct-quantity>span{
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 20px;
}
.prdct-detail-tabs .nav-link{
	font-weight: 500 !important;
	color: #000000 !important;
	text-decoration: none !important;
	padding: 15px 25px !important;
}
.prdct-detail-tabs .nav-link.active{
	color: #E6C788 !important;
	text-decoration: underline !important;
	padding: 15px 25px !important;
	border-radius: 0 !important;
}
.prdct-detail-tabs .nav-link:hover{
	padding: 15px 25px !important;
	border-color: #4C3F3E1C !important;
	border-radius: 0 !important;
}
.prdct-detail-tabs .nav-tabs{
	border-color: #4C3F3E1C !important
}
.prdct-detail-tabs .nav-tabs .nav-item.show .nav-link, .prdct-detail-tabs .nav-tabs .nav-link.active{
	border-color: #4C3F3E1C #4C3F3E1C #fff !important;
	border-radius: 0 !important;
}
.prdct-detail-tabs .tab-content{
	font-size: 20px;
}
.prdct-detail-tabs .tab-content>div{
	margin-top: 10px;
}
.related-prdct h3{
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
}
.spa-breadcrumb{
	padding: 20px 50px 0px;
	font-size: 20px;
	line-height: 30px;
}
.spa-breadcrumb .crnt{
	font-weight: 500;
}
.pd-img img{
	max-width: 500px;
	max-height: 500px;
	object-fit: contain;
}
.mobile-filter-button{
	background: none;
	border: none;
}
.mobile-filter-button img{
	width: 30px;
}
.mobile-filter-sidebar{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 300px;
	background-color: #fff;
	z-index: 1000;
	overflow-y: auto;
	transform: translateX(300px);
	transition: 0.5s;
}
.filter-close img{
	width: 15px;
}
.mobile-filter-sec{
	display: none;
	position: relative;
}
.desk-filter-sec{
	display: block;  
}
.filter-close{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}
body.filter-sidebar-open{
	overflow: hidden;
	touch-action: none;
}
.spa-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}
.spa-pagination-inner{
	display: flex;
	gap: 10px;
	align-items: center;
}
.spa-pagination-inner li{
	list-style-type: none;
}
.spa-page-item a{
	border-radius: 50%;
	color: #000;
	border: 1px solid #4C3F3E1C;
	transition: 0.3s;
	font-size: 17px;
	padding: 5px;
	height: 45px;
	width: 45px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spa-page-item a:hover, .spa-page-item a.active{
	transition: 0.3s;
	background-color: #E6C788;
	border: none;
	color: #fff;
}
.spa-page-item a.prev-page, .spa-page-item a.next-page{
	font-size: 30px;
}
.spa-page-item a.prev-page span, .spa-page-item a.next-page span{
	height: 30px;
}

/* Cart Page */
.spa-cart-header {
	font-size: 18px;
}
.spa-cart-header h1 {
	font-size: 45px;
	font-weight: 400;
	text-align: center;
}
.spa-cart-header a{
	text-align: right;
	display: block;
	font-size: 16px;
	color: #000;
}
.spa-cart-table{
	border-top: 1px solid #4C3F3E1C;
	border-bottom: 1px solid #4C3F3E1C;
}
.spa-cart-table,
.spa-summary-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.spa-cart-table td{
	padding: 20px 0px;
	font-size: 20px;
	line-height: 30px;
}
.spa-summary-table td {
	padding: 5px 0px;
	font-size: 20px;
	line-height: 30px;
}
.spa-remove {
	text-align: center;
	cursor: pointer;
}
.spa-remove img{
	width: 20px;
}

.spa-discount {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.spa-discount input {
	padding: 10px;
	border: 1px solid #4C3F3E1C;
	flex: 1;
	min-width: 200px;
	font-size: 20px;
}

.spa-discount button {
	background: #e6c788;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
}

.spa-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.spa-actions button {
	padding: 8px 25px;
	background: none;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
}

.spa-actions a {
	color: #e6c788;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 500;
}

.spa-summary-wrapper {
	border: 1px solid #4C3F3E1C;
	padding: 25px;
}

.spa-summary-table td {
	border: none;
}

.spa-summary-label {
	font-weight: 500;
	width: 65%;
	vertical-align: baseline;
}

.spa-total-row {
	font-weight: bold;
	font-size: 18px;
	border-top: 1px solid #4C3F3E1C;
}

.spa-shipping-options label {
	display: block;
	margin-bottom: 5px;
}

.spa-checkout-btn {
	background: #e6c788;
	padding: 12px 15px;
	text-align: center;
	font-weight: 500;
	margin-top: 15px;
	font-size: 20px;
	cursor: pointer;
}
.spa-summary-table td.spa-summary-val{
	font-size: 17px;
	line-height: 25px;
}
.spa-shipping-options a{
	color: #E6C788 !important;
}
.spa-total-row td{
	padding: 10px 0px !important;
}
.spa-cart-table .prdct-quantity-btn{
	border: none !important;
	background-color: #4C3F3E08 !important;
}
.cart-product-image{
	background-color: #4C3F3E08;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
}
.cart-product-image img{
	max-width: 80px;
	max-height: 80px;
	object-fit: contain;
}
.row-w1{
	width: 55%;
}
.row-w2{
	width: 45%;
}
.cart-col-1{
	display: flex;
	gap: 20px;
	align-items: center;
}
.cart-col-2{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}
.cart-prod-name{
	font-size: 20px;
	font-weight: 400;
}
.cart-prod-price{
	font-size: 18px;
}
.cart-prod-total{
	font-size: 18px;
}






.checkout-form {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.header h1 {
	font-size: 24px;
	font-weight: 600;
}

.continue-browsing {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.continue-browsing:hover {
	color: #333;
}

.express-payment {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}

.shop-pay-btn {
	flex: 1;
	background: #5a31f4;
	color: white;
	border: none;
	padding: 15px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
}

.gpay-btn {
	flex: 1;
	background: #000;
	color: white;
	border: none;
	padding: 15px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
}

.divider {
	text-align: center;
	margin: 30px 0;
	position: relative;
}

.divider::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #e0e0e0;
}

.divider span {
	background: white;
	padding: 0 15px;
	color: #666;
	font-size: 14px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.section-header h2 {
	font-size: 18px;
	font-weight: 600;
}

.login-link {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.email-input,
.country-select,
.name-input,
.address-input,
.apartment-input,
.city-input,
.postal-input,
.shipping-select,
.card-number,
.card-name,
.expiry,
.cvv {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 15px;
}

.email-note {
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}

.name-row,
.city-row {
	display: flex;
	gap: 15px;
}

.name-input,
.city-input,
.postal-input {
	flex: 1;
}

.delivery-section,
.shipping-section,
.payment-section {
	margin-bottom: 30px;
}

.delivery-section h2,
.shipping-section h2,
.payment-section h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.payment-note {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}

.payment-method {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 10px;
}

.payment-header {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #f8f9fa;
	border-bottom: 1px solid #ddd;
}

.payment-header input[type="radio"] {
	margin-right: 10px;
}

.payment-header label {
	flex: 1;
	font-weight: 500;
}

.card-icons {
	display: flex;
	gap: 5px;
}

.card-icon {
	width: 30px;
	height: 20px;
	background: #f0f0f0;
	border-radius: 2px;
}

.card-form {
	padding: 15px;
}

.card-details {
	display: flex;
	gap: 15px;
}

.expiry,
.cvv {
	flex: 1;
}

.remember-section {
	margin-bottom: 30px;
}

.remember-section h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.checkbox-label {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.checkbox-label input[type="checkbox"] {
	margin-right: 10px;
}

.pay-now-btn {
	width: 100%;
	background: #f4c430;
	color: #333;
	border: none;
	padding: 15px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 15px;
}

.terms {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

.order-summary {
	background: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	height: fit-content;
}

.summary-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.summary-header h2 {
	font-size: 18px;
	font-weight: 600;
}

.edit-cart {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.product-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.product-image {
	width: 60px;
	height: 60px;
	background: #f0f0f0;
	border-radius: 4px;
}

.product-details {
	flex: 1;
}

.product-details h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.product-details p {
	font-size: 12px;
	color: #666;
	margin-bottom: 2px;
}

.product-price {
	font-weight: 600;
	font-size: 14px;
}

.summary-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 14px;
}

.summary-line.total {
	font-weight: 600;
	font-size: 16px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	margin-top: 10px;
}

.shipping-info {
	margin: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.shipping-line {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

.proceed-btn {
	width: 100%;
	background: #f4c430;
	color: #333;
	border: none;
	padding: 15px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	margin-top: 20px;
}
/* 3 september from customize*/
.service-dis a {
	color: #fff;
}
section.error-404.not-found {
	text-align: center;
	padding: 100px 0px;
}
.search_page form.search-form {
	padding-top: 40px;
}
.search_page input.search-field {
	padding: 15px;
	border-radius: 10px;
}

.search_page input.search-submit {
	padding: 15px;
	border-radius: 10px;
}
.shop_pg a {
	color: #000;
}
.prices {
	display: flex;
	justify-content: space-between;
}
.loading_gif {
	padding: 100px;
}

.noUi-connect {
	background: #E6C788 !important;}

	.noUi-horizontal .noUi-tooltip{
		display:none;
	}
	.noUi-handle {
		background-color: #E6C788;
		border-radius: 50px;
	}
	.woocommerce-pagination {
		text-align: center;
	}

	ul.page-numbers {
		display: inline-block;
		white-space: nowrap;
		padding: 0;
		clear: both;
		border: 1px solid #cfc8d8;
		border-right: 0;
		margin: 1px;
	}

	ul.page-numbers li {
		border-right: 1px solid #cfc8d8;
		padding: 0;
		margin: 0;
		float: left;
		display: inline;
		overflow: hidden;
	}

	ul.page-numbers li span.page-numbers,
	ul.page-numbers li a.page-numbers {
		margin: 0;
		text-decoration: none;
		padding: 0;
		line-height: 1;
		font-size: 1em;
		font-weight: 400;
		padding: .5em;
		min-width: 1em;
		display: block;
	}
	.pd-img img {
		max-width: 500px !important;
		max-height: 500px !important;
		object-fit: contain;
		width: 100% !important;
		height: 100% !important;
	}
	p.price bdi {
		font-weight: 700;
		font-size: 32px;
		/* margin-top: 20px  !important; */!i;!;
	}

	.woocommerce-product-details__short-description {
		padding-bottom: 20px;
	}

	.prdct-quantity {
		padding-top: 20px;
	}


	.single-product section.related.products .spa-product-div .spa-product-content a {
		color: #000;
	}

	.single-product section.related.products .spa-product-div .spa-product-content bdi {
		color: #000;
	}
	span.yith-wcwl-add-to-wishlist-button__label{
		display: none;
	}
	.single-product section.related.products h2 {
		text-align: center !important;
		font-size: 50px;
	}
	.main-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		padding: 20px 0;
	}

	.left-side h2 {
		font-size: 60px;
		margin-top: 0;
		color: #000000;
		font-weight: 400;
		line-height: 66px;
	}

	.left-side p {
		line-height: 32px;
		font-size: 22px;
		color: #000000;
		font-weight: 400;
	}

	.cntct_detail {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}

	.contact-info .icon {
		font-size: 1.5rem;
		color: #f0a358;
		margin-right: 15px;
	}

	.contact-info div {
		line-height: 1.5;
	}

	.right-side h2 {
		font-size: 42px;
		margin-top: 0;
		color: #000;
	}

	.form-row {
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
	}
	.form-group {
		padding: 12px 0px;
	}

	.form-row input,
	.form-group input,
	.form-group textarea {
		width: 100%;
		padding: 12px;
		border: 1px solid #4C3F3E1C;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 22px;
	}

	.form-group textarea {
		height: 120px;
		resize: vertical;
	}
	.cntct_detail a {
		color: #000;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner.cta {
		border: none;
	}
	span.wpcf7-not-valid-tip {
		display: none;
	}

	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
		border: 1px solid red;
	}

	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		border: 1px solid red;
	}
	.sec-pol-cnt {
		padding: 10px 0px;
	}
	.pd-info a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--single {
		border: 1px solid #e6c788;
		border-radius: 50px;
		padding: 4px;
	}

	.pd-info svg#yith-wcwl-icon-heart-outline {
		height: 30px;
		width: 30px;
	}
	/*3 sep end*/
	/* 4 Sep */
	.page-id-1031 h1.entry-title {
		display: none;
	}
	.page-id-1031 h1.page-title {
		text-align: center;
		padding-top: 39px;
	}
	.cart-pg .cart_totals {
		display: none;
		width: 100%;
	}

	.cart-pg .total_sub a.checkout-button.button.alt.wc-forward {
		background-color: #e6c788;
		color: #000;
		padding: 14px;
		font-weight: normal;
	}
	.page-id-1031 footer.entry-footer {
		display: none;
	}
	.page-id-1032 footer.entry-footer {
		display: none;
	}
	.page-id-1032 h1.entry-title {
		display: none;
	}
	/* 4 Sep end */
	/*5 september*/
	.page-id-1032 .woocommerce-input-wrapper strong {
		font-weight: 400;
		font-size: 18px;
	}

	.page-id-1032 .header h1 {
		font-weight: 400;
		font-size: 28px;
	}


	.page-id-1032 .section-header {
		margin-bottom: 0;
	}

	.page-id-1032 .section-header h2 {
		font-family: Times New Roman;
		font-weight: 400;
		font-size: 32px;
	}


	.page-id-1032 .continue-browsing {
		color: #000;
		font-size: 16px;
		text-decoration: none;
	}

	.page-id-1032 .login-link {
		font-weight: 400;
		font-size: 16px;
		text-decoration: underline;
	}

	.page-id-1032 .delivery-section h2,
	.page-id-1032 .shipping-section h2,
	.page-id-1032 .payment-section h2 {
		font-family: Times New Roman;
		font-weight: 400;
		font-size: 32px;
	}


	.page-id-1032 .delivery-section h2 {
		margin-top: 40px
	}

	.page-id-1032 .woocommerce form .form-row .input-text,
	.page-id-1032 .woocommerce form .form-row select {
		font-weight: 400;
		padding: 17px 20px;
		width: 100%;
		font-family: Brandon Grotesque;
		font-size: 18px;
		margin-top: 0;
		border: 1px solid #4C3F3E1C;
	}

	.page-id-1032 p#billing_first_name_field {
		margin: 0 !important;
	}

	.page-id-1032 .woocommerce form .form-row {
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.page-id-1032 label.woocommerce-formlabel.woocommerce-formlabel-for-checkbox.checkbox span {
		font-weight: 400;
		font-size: 32px;
	}

	.page-id-1032 .payment-note {
		font-weight: 300;
		font-size: 18px;
		line-height: 24px;
	}

	.page-id-1032 .remember-section h2 {
		font-weight: 400;
		font-size: 32px;
	}

	.page-id-1032 span.woocommerce-input-wrapper #billing_last_name,
	.page-id-1032  span.woocommerce-input-wrapper #billing_postcode {
		margin-left: 20px;
	}

	.page-id-1032 .terms {
		font-size: 16px;
		color: #666;
		line-height: 1.4;
	}

	.page-id-1032 .woocommerce form .form-row label {
		line-height: 1.2;
		font-size: 18px;
	}

	.page-id-1032 label.woocommerce-formlabel.woocommerce-formlabel-for-checkbox.checkbox {
		margin-top: 20px;
	}

	.page-id-1032 .woocommerce-shipping-fields .woocommerce-formlabel.woocommerce-formlabel-for-checkbox.checkbox span {
		font-size: 32px;
	}

	.page-id-1032 h3#ship-to-different-address {
		font-size: 26px;
	}

	.page-id-1032 .pay-now-btn {
		background: #E6C788;
	}	
	@media (max-width: 768px) {
		.container {
			grid-template-columns: 1fr;
			gap: 20px;
			padding: 10px;
		}
		
		.checkout-form,
		.order-summary {
			padding: 20px;
		}
		
		.express-payment {
			flex-direction: column;
		}
		
		.name-row,
		.city-row {
			flex-direction: column;
			gap: 0;
		}
		
		.card-details {
			flex-direction: column;
			gap: 0;
		}
		.main-content {
			grid-template-columns: 1fr;
		}
		.left-side p {
			line-height: 32px;
			font-size: 22px;
		}
		.cntct_detail p{
			line-height: 28px;
			font-size: 16px;
		}
		.page-id-1032 .woocommerce-input-wrapper strong {
			font-size: 16px;
		}


		.page-id-1032 .header {
			margin-bottom: 10px;
		}

		.page-id-1032 .header h1 {
			font-weight: 400;
			font-size: 24px;
		}

		.page-id-1032 .continue-browsing {
			font-size: 14px;
		}

		.page-id-1032 .divider {
			margin: 20px 0;
		}

		.page-id-1032 .section-header h2 {
			font-weight: 400;
			font-size: 24px;
		}

		.woocommerce form .form-row .input-text,
		.woocommerce form .form-row select {
			font-size: 16px;
		}

		.page-id-1032 .delivery-section h2 {
			margin-top: 20px;
			font-size: 24px;
		}

		.delivery-section h2,
		.shipping-section h2,
		.payment-section h2 {
			font-family: Times New Roman;
			font-weight: 400;
			font-size: 24px;
		}

		.page-id-1032 .payment-note {

			font-size: 16px;
			line-height: 24px;
			margin-bottom: 0 !important;
		}



		.page-id-1032 .woocommerce form .form-row label {
			font-size: 16px;
		}


		p#billing_postcode_description {
			margin-left: 20px;
		}

		.page-id-1032 .woocommerce-shipping-fields .woocommerce-formlabel.woocommerce-formlabel-for-checkbox.checkbox span {
			font-size: 24px;
		}

		.page-id-1032 .remember-section h2 {

			font-size: 24px;
		}
		.page-id-1032 h3#ship-to-different-address {
			font-size: 22px;
		}

	}

.read-more {
    color: #000;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}
.read-more:hover {
    text-decoration: underline;
}
.more-text {
    display: inline-block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    vertical-align: top;
}
.top_contnt {
    padding-bottom: 80px;
    text-align: center;
}
.service-detal-img img {
    width: 100%;
}
.service-detal-img {
    text-align: center;
    padding-bottom: 20px;
}
