body {
  font-family: sans-serif;
  text-align: center;
margin:0;
padding:0;
box-sizing:border-box;
}

p {
  font-family: "Karla", sans-serif;
  font-weight: 400;
}

.step {
  display: none;
  max-width: 500px;
  margin: auto;
}

.step.active {
  display: block;
}

.progress {
  margin: 20px 0;
}

.progress span {
  padding: 5px 10px;
  margin: 0 4px;
  color: #999;
  border-bottom: 2px solid transparent;
}

.progress .current {
  color: #425E9B;
  border-bottom: 2px solid #425E9B;
}

.btn,
button {
  padding: 12px 20px;
  margin: 10px;
  border: 2px solid #425E9B;
  background: white;
  color: #425E9B;
  cursor: pointer;
  border-radius: 5px;
}

button.active {
  background: #425E9B;
  color: white;
}
#chat-window {
    height: unset !important;
}
button:hover {
  background-color: #425E9B;
  color: white;
  box-shadow:none;
}

.step .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}

.btn {
  border: 1px solid #00008b;
  border-radius: 25px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.btn:hover{
	box-shadow:none !important;
}

.btn.selected {
  background-color: #00008b;
  color: white;
}

/* span.btn
 {
    background-color: #FFFFFF00;
    font-family: "Karla", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #425E9B;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #425E9B;
    border-radius: 60px 60px 60px 60px;
} */
.quiz-form {
  font-family: "Arial", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  color: #000;
}

.result-container {
  max-width: 400px;
  width: 100%;
  text-align: center;
  display: none;
}

h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

p.description {
  font-size: 16px;
  margin-bottom: 25px;
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type="email"] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin-bottom: 15px;
  outline: none;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #333;
  margin-bottom: 25px;
  text-align: left;
  margin-top: 10px;
}

.checkbox-container input {
  margin-right: 10px !important;
  margin-top: 4px !important;
}

.checkbox-container a {
  color: #0000aa;
  text-decoration: underline;
}

.quiz-bg button.submit-btn {
    background-color: #425e9b;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    border: 1px solid #425E9B;
    border-radius: 99px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: none;
}

.quiz-bg button.submit-btn:hover {
    background: transparent;
    color: #425E9B;
    border: 1px solid #425E9B;
}


a.skip-link {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

a.skip-link:hover {
    color: #425E9B;
}

.product-part {
  display: none;
}

.skin-step-section {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}

.skin-step-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.skin-step-section p {
  font-size: 16px;
  color: #333;
}

.product-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.product-list .product {
  width: 180px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-list .product {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.product-list .product img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-list .product a h2 {
  color: #425e9b;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 40px;
  height: 100%;
  text-align: center;
}

.product-list .product .price {
  margin: 8px 0;
  font-weight: 500;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  text-align: center;
}
.product-list .product .add_to_cart_button {
    display: block;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #425e9b;
    color: #fff;
    text-align: center;
    border-radius: 99px;
    box-shadow: none;
    font-family: 'Karla',sans-serif;
    font-weight: 500;
	border:1px solid transparent;
}

.product-list .product .add_to_cart_button:hover {
    background: #f7f8fa;
    border: 1px solid #425E9B;
    color: #425E9B;
}

.desc {
  font-size: 12px;
  color: #555;
}

.regimen-section {
  max-width: 700px;
  margin: 50px auto 30px;
  font-family: "Helvetica", sans-serif;
  text-align: left;
}

.regimen-section h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

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

.retake-quiz {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid #425e9b;
  font-size: 16px;
  color: #425e9b;
  text-decoration: none;
  border-radius: 99px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
}

.retake-quiz:hover {
  background: #425e9b;
  color: #fff;
}

.arrow {
  font-size: 20px;
}

.navigation.btn-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn.selected {
  background-color: #00008b;
  color: white;
  border: 2px solid #00008b;
}

/* membership plan css */

.pricing-section {
    max-width: 1200px;
    margin: auto;
    padding: 50px 2rem;
    text-align: center;
}

.plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}
.plan-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  padding: 10px;
  width: 100%;
}

.plan-card:hover {
  transform: translateY(-5px);
}
.plan-card:hover .plan-header {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.plan-header {
  padding: 1rem;
  font-size: 18px;
  font-weight: bold;
  color: #425e9b;
  border-radius: 6px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Prata", Sans-serif;
}

.plan-header span {
  font-size: 0.9rem;
  font-weight: normal;
}

.popular .plan-header {
    background: #425e9b;
    color: #fff;
}

.plan-body {
  padding: 1rem;
  text-align: left;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    height: 89%;

}
.plan-body p {
    border-bottom: 1px solid #c9c9c9;
    padding: 13px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    display: flex;
    align-items: start;
    gap: 5px;
}

.plan-body p i {
  font-size: 18px;
  color: #414141;
}
.plan-body p img {
  vertical-align: middle;
  margin-top: 5px;
}
.plan-body p:last-child {
  border-bottom: none;
}
.plan-body .price {
  font-weight: 700;
  color: #425e9b;
  font-family: "Prata", Sans-serif;
  font-size: 28px;
}

.mobile {
  background: #425e9b;
}

.basic,
.standard,
.premium {
  background: #e8e4e0;
}

.popular {
  border: 2px solid var(--e-global-color-primary);
  position: relative;
  border-radius: 0 0 12px 12px;
}
.popular .basic {
  background: var(--e-global-color-primary);
  color: #fff;
}

.popular-text {
  position: absolute;
  top: -21px;
  left: -2px;
  background: var(--e-global-color-primary);
  color: white;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  width: calc(100% + 4px);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.plans input.wps_membership_buynow.buy-button {
    margin: 0 auto;
    background-color: #fff;
    color: #425e9b;
    font-weight: bold;
    padding: 15px 60px;
    border: 1px solid #425e9b !important;
    border-radius: 99px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    box-shadow: none;
}

.plan {
  border: 2px solid #ccc;
  padding: 15px;
  cursor: pointer;
}

.plan.active {
  border: 3px solid #007bff;
  background-color: #f0f8ff;
}

.wps_membership_buy_now_btn {
  display: block;
  margin-top: 10px;
}

.buy-form.active {
  display: block;
}

.plans input.wps_membership_buynow.buy-button:hover {
    background-color: #425e9b;
    color: #fff;
}

/* Modern Quiz Redesign */
/* === Avebelle Brand Update: Solid Color, Sharp Corners, h3 Font Size === */
.quiz-bg {
  min-height: 100vh;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.quiz-card {
  background: #fff;
  /* Remove rounded corners */
  border-radius: 0;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.1);
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 32px 32px 32px;
  position: relative;
  z-index: 2;
  animation: fadeInUp 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.progress {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  gap: 8px;
}
.progress span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0; /* Sharp corners */
  background: #e5e9fa;
  color: #7b7b7b;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.progress .current {
  background: #425e9b;
  color: #fff;
  border: 2px solid #425e9b;
  box-shadow: 0 2px 8px rgba(66, 94, 155, 0.12);
}

.quiz-form h2,
.quiz-form h3 {
  color: #425e9b;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
/* Step h3 font size override */
.elementor-kit-6 .step h3 {
  font-size: 22px;
  font-size: 28px;
  line-height: 1.5em;
}
@media (max-width: 600px) {
  .elementor-kit-6 .step h3 {
    font-size: 22px;
  }
}

.step {
  transition: opacity 0.3s, transform 0.3s;
  border-radius: 0; /* Sharp corners */
  background: #f7f8fa;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.04);
  padding: 28px 18px 18px 18px;
  margin-bottom: 18px;
}

.quiz-bg .btn {
    accent-color: #fff;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 15px;
    margin: 8px 6px;
    background-color: #fff;
    color: #425e9b;
    font-weight: 600;
    box-shadow: none;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
    border-radius: 99px;
}
.quiz-bg .btn.selected, .quiz-bg button.active, .quiz-bg .btn:hover {
    background-color: #425e9b;
    color: #fff;
    border: 1px solid #425e9b;
}

input[type="email"] {
  border-radius: 0; /* Sharp corners */
  border: 1.5px solid #bfc9e0;
  padding: 14px 18px;
  font-size: 16px;
  margin-bottom: 18px;
  width: 100%;
  background: #f7f8fa;
  transition: border 0.2s;
}
input[type="email"]:focus {
  border: 1.5px solid #425e9b;
  outline: none;
}

.checkbox-container label,
.checkbox-container a {
  color: #425e9b;
  letter-spacing: 0px;
}

.submit-btn {
  background: #425e9b;
  color: #fff;
  border-radius: 0; /* Sharp corners */
  font-size: 17px;
  font-weight: 700;
  padding: 14px 0;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
  box-shadow: 0 2px 8px rgba(66, 94, 155, 0.1);
}
.submit-btn:hover {
  background: #222;
}

.skip-link {
  color: #425e9b;
  font-size: 15px;
  margin-top: 10px;
  text-decoration: underline;
  transition: color 0.2s;
}
.skip-link:hover {
  color: #222;
}

.navigation.btn-nav {
  margin-top: 18px;
}
.navigation.btn-nav button {
    min-width: 110px;
    font-size: 16px;
    background: #fff;
    color: #425e9b;
    border: 1px solid #425e9b;
    border-radius: 99px;
    font-weight: 600;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
    padding: 10px 15px;
}
.navigation.btn-nav button:hover {
  background: #425e9b;
  color: #fff;
}

/* Product Recommendation Section */
.product-part {
  background: #f7f8fa;
  border-radius: 0; /* Sharp corners */
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.1);
  max-width: 700px;
  margin: 40px auto;
  padding: 40px 32px 32px 32px;
  display: none;
}
.regimen-section h2 {
  color: #425e9b;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.regimen-section .description {
  color: #555;
  font-size: 16px;
  margin-bottom: 18px;
}
.product-part .add-all-btn {
    background: #425e9b;
    color: #fff;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 0;
    margin-top: 8px;
    margin-bottom: 0;
    border: 1px solid transparent;
    transition: background 0.2s;
    padding: 10px 15px;
    border-radius: 99px;
    box-shadow: none;
}
.product-part .add-all-btn:hover {
    background: #f7f8fa;
    border: 1px solid #425E9B;
    color: #425E9B;
}
a.added_to_cart.wc-forward {
    padding: 6px;
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

a.added_to_cart.wc-forward:hover {
    color: #425E9B;
}
a.added_to_cart.wc-forward:active {
    box-shadow: none;
}
.add-all-btn:hover {
  background: #222;
}
.regimen-section {
    margin-top: 0;
}

a.button.product_type_simple.add_to_cart_button.add-to-bag.add-to-cart {
    text-align: center;
    border: 1px solid var(--e-global-color-primary);
    padding: 10px 15px;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    box-shadow: none;
    color: #fff;
    background-color: var(--e-global-color-primary);
    transition: all 0.3s;
    margin: 0;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-bag.add-to-cart:hover {
    border: 1px solid var(--e-global-color-primary);
    background-color: transparent;
    color: var(--e-global-color-primary);
}

.add-to-bag.loading {
    position: relative;
    pointer-events: none;
}

.add-to-bag.loading::after {
    content: "";
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 16px;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    0% { transform:  rotate(0deg); }
    100% { transform: rotate(360deg);}
}

del.wc-block-components-product-price__regular {
  display: none !important;
}

/* start member plan*/

    .plan-toggle {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.toggle-btn {
    padding: 8px 16px;
    border: none;
    background: white;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
}

.toggle-btn.active {
    background: #425e9b; 
    color: white;
}

.plan-section {
    display: none; /* Hide all by default */
    margin-top: 10px;
}

.plan-section.active {
    display: block; /* Show only active */
}
span.plan-dec {
    display: block; font-weight:bold;
    font-size: 10px;
}
.button-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid #8a2be2;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.buy-button.loading {
    pointer-events: none; /* disable clicking */
    opacity: 0.7;
}


.elementor-widget-n-menu  .e-n-menu-wrapper {
    width: 200px !important;
    left: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
}
.elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-title:hover a span {
    color: #fff !important;
}
.e-n-menu-heading .e-n-menu-title.e-current:hover {
    background-color: var( --e-global-color-primary ) !important;
}

.elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-title a{
    display:block !important;
    width: 100%;
}
span.e-n-menu-title-text {
    transition: none !important;
}
	




@media (max-width: 600px) {
  .quiz-card,
  .product-part {
    padding: 18px 4vw 18px 4vw;
    max-width: 98vw;
  }
  .progress span {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  .quiz-form h2 {
    font-size: 22px;
  }
  .quiz-form h3 {
    font-size: 17px;
  }
}

.wc-block-cart-item__total {
    display: block !important;
}

td.wc-block-cart-item__total {
    width: 100%;
    min-width: 214px;
}

p.original-price{
margin-bottom: 0px;
}

p.discounted-price{
margin-bottom: 0px;
}

p.subscribe-label {
    color: green;
    margin-bottom: 0px;
}

.subscribe-box {
  font-size: 12px;
    display: none; 
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.discount-description {
  font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-right: 20px; 
}

.discount-description::after {
    content: "▼"; 
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.discount-description.active::after {
    transform: rotate(180deg); 
}

.disabled-link {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
	.wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
    	width: 100vw !important;
    	margin-left: -110% !important;
	}
	
}
@media screen and (max-width: 768px) {
    td.wc-block-cart-item__total {
      
    display: block !important;
    width: 100%;
    text-align: left;
   }

	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row td {
		width: 100%;
	}

	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
		display: flex !important;
		flex-wrap: wrap;
		padding:16px !important;
	}

	.wc-block-cart-item__total-price-and-sale-badge-wrapper {
		align-items: self-start !important;
	}

	table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .discount-description {
		text-align: left;
	}

}

/* .wc-block-store-notice.wc-block-components-notice-banner.is-error.is-dismissible {
    display: none;
} */

