/* MOBILE */
@media (max-width:992px) {

  .member_body {
    padding: 9rem 0 6rem 0;
    background: #ffffff; /* WHITE PAGE */
    color: #333;
    height: auto !important;
  }

  .member_body_child_left input,
  .member_body_child_right input {
    width: 100% !important;
    height: 3rem !important;
  }

  .member_body_child_left label,
  .member_body_child_right label {
    font-size: 20px !important;
    width: 100% !important;
  }
}


/* MAIN BODY (WHITE) */
.member_body {
  padding: 9rem 0 4rem 0;
  background: #ffffff; /* PAGE WHITE */
  color: #333;
  min-height: 100vh;
}


/* FORM CARD (PINK) */
.member_body_child_left,
.member_body_child_right_child1 {
  background: linear-gradient(135deg, #e02bbf, #ff6ad5);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(224, 43, 191, 0.2);
}


/* HEADINGS */
.member_body_child_left h1,
.member_body_child_right h2 {
  color: #fff;
  font-size: 28px;
}


/* LABEL */
.member_body_child_left label,
.member_body_child_right_child1 label {
  font-size: 18px;
  color: #fff;
}


/* INPUT */
.member_body_child_left input,
.member_body_child_right_child1 input {
  width: 12rem;
  height: 2.4rem;
  border-radius: 6px;
  border: none;
  padding: 8px 12px;
  outline: none;
}

/* INPUT FOCUS */
.member_body_child_left input:focus,
.member_body_child_right_child1 input:focus {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}


/* PRIMARY BUTTON */
.resister_btn {
  height: 3rem !important;
  background-color: #fff;
  color: #e02bbf;
  font-size: 17px;
  border-radius: 6px;
  border: none !important;
  transition: 0.3s;
  font-weight: 600;
}

.resister_btn:hover {
  background-color: #f3f3f3;
  transform: translateY(-2px);
}


/* OUTLINE BUTTON */
.resister_btn2_bg {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 6px;
  transition: 0.3s;
}

.resister_btn2_bg:hover {
  background-color: #fff !important;
  color: #e02bbf !important;
}


/* SIGNUP BUTTON */
.btn_sign_up {
  width: 6rem;
  height: 2rem;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s;
}

.btn_sign_up:hover {
  background-color: #fff;
  color: #e02bbf;
}


/* INPUT PADDING FIX */
.custom-input {
  padding: 10px 15px;
}

.consent-text {
  margin-left: 10px;
  font-size: 14px;
  color: #fff !important;
}
.theme-footer-bottom {
  --theme-footer-text: #ffffff;
  --theme-footer-muted: #ffffff;
  --theme-footer-link: #ffffff;
  --theme-footer-divider: rgba(255, 255, 255, 0.22);
  --theme-footer-social-border: rgba(255, 255, 255, 0.35);
  --theme-footer-social-bg: rgba(255, 255, 255, 0.08);
  --theme-footer-social-color: #ffffff;
  --theme-footer-social-hover-bg: #f25c8d;
  --theme-footer-social-hover-color: #ffffff;
  --theme-footer-payment-height: 38px;
  --theme-footer-certification-height: 50px;
  --theme-footer-powered-height: 78px;
}
.theme-footer-bottom {
  margin-top: 1.5rem;
  color: var(--theme-footer-text);
}

.theme-footer-divider {
  border-color: var(--theme-footer-divider);
  opacity: 1;
  margin: 0 0 1.25rem;
}

.theme-footer-flags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 auto 1.25rem;
  max-width: min(90vw, 760px);
}

.theme-footer-flags img {
  width: clamp(26px, 6vw, 32px);
  height: auto;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.theme-footer-flags img:hover {
  transform: scale(1.12);
}

.theme-footer-copy-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.theme-footer-copy h6 {
  margin: 0;
  color: var(--theme-footer-text);
  font-weight: 700;
}

.theme-footer-copy p {
  margin: 0;
  color: var(--theme-footer-muted);
}

.theme-footer-copy a {
  color: var(--theme-footer-link);
  font-weight: 600;
  text-decoration: none;
}

.theme-footer-copy a:hover {
  text-decoration: underline;
}

.theme-footer-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.theme-footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--theme-footer-social-border);
  background: var(--theme-footer-social-bg);
  color: var(--theme-footer-social-color);
  text-decoration: none;
  transition: all 0.25s ease;
}

.theme-footer-social a:hover {
  background: var(--theme-footer-social-hover-bg);
  color: var(--theme-footer-social-hover-color);
  border-color: var(--theme-footer-social-hover-bg);
}

.theme-footer-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.theme-footer-payment-item {
  height: var(--theme-footer-payment-height);
  width: auto;
  object-fit: contain;
}

.theme-footer-payment-item--certification {
  height: var(--theme-footer-certification-height);
}

.theme-footer-powered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.theme-footer-powered-label {
  color: var(--theme-footer-muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.theme-footer-powered-logo {
  height: var(--theme-footer-powered-height);
  width: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .theme-footer-copy-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .theme-footer-powered {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .theme-footer-flags {
    gap: 8px;
    justify-content: flex-start;
  }

  .theme-footer-payment-item {
    height: calc(var(--theme-footer-payment-height) - 4px);
  }

  .theme-footer-payment-item--certification {
    height: calc(var(--theme-footer-certification-height) - 6px);
  }

  .theme-footer-powered-logo {
    height: calc(var(--theme-footer-powered-height) - 10px);
  }
}


.checkout-sidebar {
  --checkout-sidebar-login-bg: #e02bbf;
  --checkout-sidebar-login-color: #ffffff;
  --checkout-sidebar-delivery-bg: #e02bbf;
  --checkout-sidebar-delivery-color: #ffffff;
  --checkout-sidebar-security-bg: #e02bbf;
  --checkout-sidebar-security-color: #ffffff;
  --checkout-sidebar-button-bg: #ffffff;
  --checkout-sidebar-button-color: #e02bbf;
  --checkout-sidebar-input-bg: #ffffff;
  --checkout-sidebar-input-color: #111111;
}

.checkout-sidebar__card { border-radius: 6px; }
.checkout-sidebar__card {
  padding: 1.25rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}


.checkout-sidebar__card--login {
  background: var(--checkout-sidebar-login-bg);
  color: var(--checkout-sidebar-login-color);
}


.checkout-sidebar__card--delivery {
  background: var(--checkout-sidebar-delivery-bg);
  color: var(--checkout-sidebar-delivery-color);
}


.checkout-sidebar__card--security {
  background: var(--checkout-sidebar-security-bg);
  color: var(--checkout-sidebar-security-color);
}


.checkout-sidebar__title,

.checkout-sidebar__label,

.checkout-sidebar__security-text,

.checkout-sidebar__forgot,

.checkout-sidebar__error {
  color: inherit;
}


.checkout-sidebar__input {
  background: var(--checkout-sidebar-input-bg);
  color: var(--checkout-sidebar-input-color);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  text-transform: none;
}


.checkout-sidebar__button {
  width: 100%;
  border: 0;
  padding: 0.25rem 1rem;
  background: var(--checkout-sidebar-button-bg);
  color: var(--checkout-sidebar-button-color);
  font-weight: 700;
  text-transform: uppercase;
}



.checkout-sidebar__security-text {
  text-transform: none;
  margin-bottom: 0;
}
/* CART PANEL */
.order_confirm_left_box1 {
  background: linear-gradient(135deg, #e02bbf, #ff6ad5);
  border-radius: 16px;
  border: 0 !important;
  box-shadow: 0 10px 30px rgba(224, 43, 191, 0.2);
  color: #fff;
}

.order_confirm_left_box1,
.order_confirm_left_box1 p,
.order_confirm_left_box1 span,
.order_confirm_left_box1 li,
.order_confirm_left_box1 ul,
.order_confirm_left_box1 b,
.order_confirm_left_box1 strong,
.order_confirm_left_box1 .text-end,
.order_confirm_left_box1 .fw-bold,
.order_confirm_left_box1 .title_cart,
.order_confirm_left_box1 .title_cart p {
  color: #fff !important;
}

.order_confirm_left_box1 .border-bottom,
.order_confirm_left_box1 .border-top {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.order_confirm_left_box1 .order-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.order_confirm_left_box1 .order-item:last-of-type {
  border-bottom: 0;
}

.order_confirm_left_box1 .order-icons button {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  line-height: 1;
}

.order_confirm_left_box1 .order-icons button:hover {
  color: #ffe96d;
}

.order_confirm_left_box1 .checkout-btn {
  width: 100%;
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

.sims-cart .sims-cart__btn--checkout {
  background: #fff !important;
  color: #e02bbf !important;
  box-shadow: 0 12px 24px rgba(122, 8, 95, 0.18);
}

.sims-cart .sims-cart__btn--checkout span,
.sims-cart .sims-cart__btn--checkout:not(:disabled) {
  color: #e02bbf !important;
}

.sims-cart .sims-cart__btn--clear {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(4px);
}

.sims-cart .sims-cart__btn--clear span {
  color: #fff !important;
}

.sims-cart .sims-cart__btn:hover {
  transform: translateY(-2px);
}

.sims-cart .sims-cart__btn--checkout:hover {
  background: #fff5fd !important;
  color: #b8139c !important;
}

.sims-cart .sims-cart__btn--clear:hover {
  background: rgba(255, 255, 255, 0.24) !important;
  color: #fff !important;
}

.sims-cart .sims-cart__btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.order_confirm_left_box1 .spinner-border {
  border-width: 0.18em;
}

@media (max-width: 992px) {
  .order_confirm_left_box1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 1rem !important;
    padding: 20px !important;
  }
}
.custom-input {
  padding: 10px 15px;
}

.consent-text {
  margin-left: 10px;
  font-size: 14px;
  color: #fff !important;
}

.right-box {
  background: #e24ac6;
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  margin-bottom: 14px;
  text-align: center;
}

.right-box .catalog-sidebar__panel-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.right-box .catalog-sidebar__panel-copy {
  color: #fff;
}

.right-box .catalog-sidebar__button {
  background: #fff;
  color: #e02bbf;
  border: 0;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 700;
  text-decoration: none;
}

.right-box .catalog-sidebar__member-link {
  color: #fff !important;
  text-decoration: underline;
}
