@media (max-width:992px) {

  .member_body {
    padding: 9rem 0 6rem 0;
    background-color: #ffffff;
    color: white;
    height: auto !important;

  }


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

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

  }


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

  .member_body_child_right label {
    font-size: 20px !important;

  }

}


.member_body {
  padding: 9rem 0 4rem 0;
  background-color: #ffffff;
  color: white;
  min-height: 100vh;

}

.member_body_child_left {
  background-color: #1f3d2b;

}

.member_body_child_left h1 {

  color: white;
  font-size: 28px;
}

.member_body_child_right h2 {

  color: white;
  font-size: 28px;
}

.member_body_child_left>label {
  font-size: 18px;
}

.member_body_child_left input {
  width: 12rem;
  height: 2rem;

}

.member_body_child_right_child1 {
  background-color: #1f3d2b;

}

.resister_btn {
  height: 3rem !important;
  background-color: white;
  display: inline-block !important;
  color: #1f3d2b;
  font-size: 17px;

  border: none !important;
}


.member_body_child_right_child1 label {
  font-size: 18px;

}

.member_body_child_right_child1 input {
  width: 12rem;
  height: 2rem;

}

.resister_btn2_bg {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}


.btn_sign_up {
  width: 6rem;
  height: 2rem;
  border: 1px solid white !important;
  border: none;
  background-color: transparent !important;
  color: white;
}

.custom-input {
  padding: 10px 15px;
}

.member_body label,
.member_body .member_body_child_left label,
.member_body .member_body_child_right label,
.member_body .member_body_child_left .form-label,
.member_body .member_body_child_right .form-label,
.member_body .consent_box label,
.member_body .consent_box span,
.member_body .consent-text {
  color: #fff !important;
}

.member_body .member_body_child_left,
.member_body .member_body_child_right,
.member_body .member_body_child_right_child1,
.member_body .member_body_child_left h1,
.member_body .member_body_child_right h2,
.member_body .member_body_child_left label,
.member_body .member_body_child_right label,
.member_body .member_body_child_left span,
.member_body .member_body_child_right span,
.member_body .consent-text {
  color: #fff !important;
}

.consent_box {
  gap: 0.65rem;
  align-items: flex-start;
}

.consent_box input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin-top: 0.2rem;
  flex-shrink: 0;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}

.member_body {
  margin: 0 !important;
  padding-top: 0 !important;
}

.theme-footer-bottom {
  --theme-footer-text: #1c1c1c;
  --theme-footer-muted: #444444;
  --theme-footer-link: #1c1c1c;
  --theme-footer-divider: rgba(0, 0, 0, 0.14);
  --theme-footer-social-border: rgba(0, 0, 0, 0.14);
  --theme-footer-social-bg: rgba(0, 0, 0, 0.03);
  --theme-footer-social-color: #1c1c1c;
  --theme-footer-social-hover-bg: #28a745;
  --theme-footer-social-hover-color: #ffffff;
  --theme-footer-payment-height: 34px;
  --theme-footer-certification-height: 48px;
  --theme-footer-powered-height: 56px;
}

.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: linear-gradient(135deg, #0f5132, #2ecc71);
  --checkout-sidebar-login-color: #ffffff;
  --checkout-sidebar-delivery-bg: linear-gradient(135deg, #0f5132, #2ecc71);
  --checkout-sidebar-delivery-color: #ffffff;
  --checkout-sidebar-security-bg: linear-gradient(135deg, #0f5132, #2ecc71);
  --checkout-sidebar-security-color: #ffffff;
  --checkout-sidebar-button-bg: #ffffff;
  --checkout-sidebar-button-color: #0f5132;
  --checkout-sidebar-input-bg: #ffffff;
  --checkout-sidebar-input-color: #1f1f1f;
}


.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);
  border-radius: 2px !important;
}


.checkout-sidebar__card--delivery {
  background: var(--checkout-sidebar-delivery-bg);
  color: var(--checkout-sidebar-delivery-color);
  border-radius: 2px !important;
}


.checkout-sidebar__card--security {
  background: var(--checkout-sidebar-security-bg);
  color: var(--checkout-sidebar-security-color);
  border-radius: 2px !important;
}


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

.catalog-sidebar--grand .catalog-sidebar__panel--allergy {
  background-color: #000;
  padding: 3rem 1rem !important;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 10px !important;
}

.catalog-sidebar--grand .catalog-sidebar__panel--loyalty {
  background-color: #2bbb84;
  padding: 3rem 1rem !important;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 10px !important;
}

.catalog-sidebar--grand .catalog-sidebar__panel-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
}

.catalog-sidebar--grand .catalog-sidebar__panel-copy {
  color: #fff;
}

.catalog-sidebar--grand .catalog-sidebar__button {
  padding: 8px 1rem;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.catalog-sidebar--grand .catalog-sidebar__member-link {
  background: transparent !important;
  color: #000 !important;
  text-decoration: underline;
}
