@charset "UTF-8";
:root {
  --primary: #022a3a;
  --secondary: #f4cd00;
  --yellow-f4: #f4ce13;
  --gnorange: #e9a630;
  --gray: #2b2b2b;
  --gray-e0: #e0e0e0;
  --gray-e2: #e2e2e2;
  --gray-e4: #e4e4e4;
  --gray-e5: #e5e5e5;
  --gray-e6: #e6e6e6;
  --gray-f6: #f6f6f6;
  --gray-f0: #f0f0f0;
  --gray-72: #727171;
  --gray-ce: #cecece;
  --gray-d9: #d9d9d9;
  --gray-8b: #8b8b8b;
  --white: #fff;
  --white-fc: #fcfcfc;
  --black: #000;
  --black-01: #012839;
  --black-16: #162d3d;
  --black-08: #08304b;
  --black-03: #032a39;
  --black-25: #254957;
  --red: #f00;
  --red-f2: #f20d36;
  --red-be: #be0303;
  --green-16: #16ab32;
  --green-00: #009444;
  --gray-f8: #f8fafc;
  --gray-ca: #cacaca;
  --gray-f1: #f1f5f9;
  --blue-15: #154659;
  --primary-font: "Montserrat", sans-serif;
  --arabic-font: "Noto Kufi Arabic", sans-serif;
  --transition-speed: .3s;
}

@font-face {
  font-display: swap;
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: bold;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-Bold.woff2") format("woff2"), url("/build/fonts/new-fonts/NotoKufiArabic-Bold.woff") format("woff");
}
html {
  font-family: var(--primary-font);
}

body,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--primary);
  font-family: var(--primary-font);
  margin: 0;
  padding: 0;
}
body::before, body::after,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

font {
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  p {
    line-height: 22px;
  }
}
p:last-child {
  margin-bottom: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1202px;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  width: 100%;
}
@media (max-width: 1199px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fw-extrabold {
  font-weight: 800;
}

.bg-grey-f6 {
  background-color: var(--gray-f6);
}

.g-btn {
  background-color: transparent;
  border: 0;
  border-radius: 96px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary);
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  outline: none;
  padding: 15px 18px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .g-btn {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (max-width: 991px) {
  .g-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 12px;
  }
}
.g-btn--xlarge {
  font-size: 24px;
  padding: 18px 20px;
}
@media (max-width: 1199px) {
  .g-btn--xlarge {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .g-btn--xlarge {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 18px;
  }
}
.g-btn--border-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding-bottom: 14px;
  padding-top: 14px;
}
@media (max-width: 1199px) {
  .g-btn--border-white {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .g-btn--border-white {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.g-btn--border-white:hover {
  background-color: #022a3a;
  border-color: #022a3a;
  color: var(--white);
}
.g-btn--border-white:hover.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
}
.g-btn--border-white.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.g-btn--arrow {
  padding-right: 76px;
}
@media (max-width: 1199px) {
  .g-btn--arrow {
    padding-right: 66px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow {
    padding-right: 44px;
  }
}
.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 41px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
}
@media (max-width: 1199px) {
  .g-btn--arrow::before {
    height: 36px;
    right: 14px;
    width: 36px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow::before {
    height: 26px;
    right: 10px;
    width: 26px;
  }
}
.g-btn--large-arrow {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding-right: 66px;
}
@media (max-width: 1199px) {
  .g-btn--large-arrow {
    background-size: 30px auto;
    padding-right: 57px;
  }
}
@media (max-width: 767px) {
  .g-btn--large-arrow {
    background-position: calc(100% - 14px) center;
    background-size: 26px auto;
    padding-right: 50px;
  }
}
.g-btn--fill-white {
  background-color: var(--white);
}
.g-btn--fill-white:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.g-btn--fill-yellow {
  background-color: var(--secondary);
}
.g-btn--fill-yellow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.global-spacing {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 1441px) {
  .global-spacing {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .global-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.global-md-spacing {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .global-md-spacing {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .global-md-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.global-top-md-space {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .global-top-md-space {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .global-top-md-space {
    padding-top: 30px;
  }
}

.global-bottom-md-space {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .global-bottom-md-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .global-bottom-md-space {
    padding-bottom: 30px;
  }
}

@media (min-width: 1400px) {
  .global-top-150 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .global-top-150 {
    padding-top: 140px;
  }
}

@media (min-width: 1400px) {
  .global-bottom-150 {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .global-bottom-150 {
    padding-bottom: 140px;
  }
}

.space-b-30 {
  padding-bottom: 30px;
}

.Red {
  color: red;
}

.GNYellow {
  color: var(--secondary);
}

.GNOrenge {
  color: var(--gnorange);
}

.os-host > .os-scrollbar {
  border-radius: 96px;
  width: 10px;
}
.os-host > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--secondary);
}
.os-host > .os-scrollbar.os-scrollbar-vertical {
  background-color: var(--primary);
  padding: 2px;
  right: 2px;
}
.os-host > .os-scrollbar > .os-scrollbar-track {
  background-color: var(--primary);
  border-radius: 96px;
  overflow: hidden;
}
.os-host > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--secondary);
  border-radius: 96px;
  cursor: all-scroll;
}
.os-host.scrollbar-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--primary);
}
.os-host.scrollbar-light > .os-scrollbar.os-scrollbar-vertical {
  background-color: var(--secondary);
}
.os-host.scrollbar-light > .os-scrollbar > .os-scrollbar-track {
  background-color: var(--secondary);
}
.os-host.scrollbar-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--primary);
}

.gn-bg-primary {
  background-color: var(--primary);
}

.u-color-highlight {
  color: var(--secondary);
}

.g-btn {
  background-color: transparent;
  border: 0;
  border-radius: 96px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary);
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  outline: none;
  padding: 15px 18px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .g-btn {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (max-width: 991px) {
  .g-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 12px;
  }
}
.g-btn--xlarge {
  font-size: 24px;
  padding: 18px 20px;
}
@media (max-width: 1199px) {
  .g-btn--xlarge {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .g-btn--xlarge {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 18px;
  }
}
.g-btn--border-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding-bottom: 14px;
  padding-top: 14px;
}
@media (max-width: 1199px) {
  .g-btn--border-white {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .g-btn--border-white {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.g-btn--border-white:hover {
  background-color: #022a3a;
  border-color: #022a3a;
  color: var(--white);
}
.g-btn--border-white:hover.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
}
.g-btn--border-white.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.g-btn--arrow {
  padding-right: 76px;
}
@media (max-width: 1199px) {
  .g-btn--arrow {
    padding-right: 66px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow {
    padding-right: 44px;
  }
}
.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 41px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
}
@media (max-width: 1199px) {
  .g-btn--arrow::before {
    height: 36px;
    right: 14px;
    width: 36px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow::before {
    height: 26px;
    right: 10px;
    width: 26px;
  }
}
.g-btn--large-arrow {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding-right: 66px;
}
@media (max-width: 1199px) {
  .g-btn--large-arrow {
    background-size: 30px auto;
    padding-right: 57px;
  }
}
@media (max-width: 767px) {
  .g-btn--large-arrow {
    background-position: calc(100% - 14px) center;
    background-size: 26px auto;
    padding-right: 50px;
  }
}
.g-btn--fill-white {
  background-color: var(--white);
}
.g-btn--fill-white:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.g-btn--fill-yellow {
  background-color: var(--secondary);
}
.g-btn--fill-yellow:hover {
  background-color: var(--white);
  color: var(--primary);
}
.g-btn--fill-primary {
  background-color: var(--primary);
  color: var(--white);
}
.g-btn--fill-primary::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
}
.g-btn--fill-primary:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.g-btn--fill-primary:hover::before {
  background-image: url("/build/svg/arrow-right-circle.svg");
}

.city-btn {
  background-color: var(--white);
  border: 2px solid var(--primary);
  border-radius: 48px;
  color: var(--primary);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 3px 8px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: border, color, background-color 0.3s ease;
  -o-transition: border, color, background-color 0.3s ease;
  transition: border, color, background-color 0.3s ease;
  width: auto;
}
.city-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.city-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.city-btn.btn-fill {
  background-color: var(--primary);
  color: var(--white);
}
.city-btn.btn-fill:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}

h1 {
  font-size: 96px;
  font-weight: 900;
  line-height: 86px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 76px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.p-xlarge {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .p-xlarge {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-xlarge {
    font-size: 18px;
  }
}

.p-large {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .p-large {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-large {
    font-size: 18px;
  }
}

.p-medium {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-medium {
    font-size: 16px;
  }
}

.p-normal {
  font-size: 16px;
  line-height: 1.2;
}

.p-small {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-small {
    font-size: 12px;
  }
}

.sec-large-title {
  text-align: center;
  width: 100%;
}
.sec-large-title:last-child {
  margin-bottom: 0;
}
.sec-large-title h2,
.sec-large-title h1 {
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1440px) {
  .sec-large-title h2,
.sec-large-title h1 {
    font-size: 6.5vw;
  }
}
.sec-large-title h2:last-child,
.sec-large-title h1:last-child {
  margin-bottom: 0;
}

.sec-md-title {
  text-align: center;
  width: 100%;
}
.sec-md-title h2,
.sec-md-title h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .sec-md-title h2,
.sec-md-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .sec-md-title h2,
.sec-md-title h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .sec-md-title h2,
.sec-md-title h1 {
    font-size: 35px;
    line-height: 43px;
  }
}

.sec-para-title {
  width: 100%;
}
.sec-para-title h2,
.sec-para-title h3,
.sec-para-title p {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1340px) and (max-width: 1441px) {
  .sec-para-title h2,
.sec-para-title h3,
.sec-para-title p {
    max-width: 1420px;
  }
}
@media (max-width: 1280px) {
  .sec-para-title h2,
.sec-para-title h3,
.sec-para-title p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .sec-para-title h2,
.sec-para-title h3,
.sec-para-title p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 480px) {
  .sec-para-title h2,
.sec-para-title h3,
.sec-para-title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-para-title h2:last-child,
.sec-para-title h3:last-child,
.sec-para-title p:last-child {
  margin-bottom: 0;
}
.sec-para-title h2 small,
.sec-para-title h3 small,
.sec-para-title p small {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .sec-para-title h2 small,
.sec-para-title h3 small,
.sec-para-title p small {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .sec-para-title h2 small,
.sec-para-title h3 small,
.sec-para-title p small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sec-para-title h2 small,
.sec-para-title h3 small,
.sec-para-title p small {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .sec-para-title h2 small,
.sec-para-title h3 small,
.sec-para-title p small {
    font-size: 14px;
  }
}

.section-md-title h2 {
  font-size: 6vw;
}
@media (min-width: 1439px) {
  .section-md-title h2 {
    font-size: 88px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .section-md-title h2 {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  .section-md-title h2 {
    font-size: 23px;
  }
}

.section-sm-title h2,
.section-sm-title p {
  text-align: center;
}
.section-sm-title h2 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .section-sm-title h2 {
    font-size: 64px;
  }
}
.section-sm-title p {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 1439px) {
  .section-sm-title p {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }
}

input.form-control,
select.form-control,
textarea.form-control {
  background-color: var(--gray-e4);
  border: 1px solid var(--gray-e4);
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 23px;
}
@media (max-width: 1199px) {
  input.form-control,
select.form-control,
textarea.form-control {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  input.form-control,
select.form-control,
textarea.form-control {
    padding: 11px 20px;
  }
}
@media (max-width: 575px) {
  input.form-control,
select.form-control,
textarea.form-control {
    font-size: 13px;
    line-height: 20px;
    padding: 6px 13px;
  }
}
input.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control::-moz-placeholder,
select.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control::-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control::placeholder,
select.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  background-color: var(--gray-e4);
  border-color: var(--gray-e4);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input.hidden-input,
select.hidden-input,
textarea.hidden-input {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 0;
  margin: 0;
  max-height: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 14px;
  }
}

.error-message {
  color: var(--red-f2);
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .error-message {
    font-size: 12px;
    line-height: 16px;
  }
}

.field-validation-error,
.custom-phone-validation {
  color: var(--red-f2);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .field-validation-error,
.custom-phone-validation {
    font-size: 12px;
    line-height: 16px;
  }
}
.field-validation-error.mt1,
.custom-phone-validation.mt1 {
  margin-top: 0;
}
.field-validation-error.mt1 span,
.custom-phone-validation.mt1 span {
  display: block;
  margin-top: 5px;
}
.field-validation-error span,
.custom-phone-validation span {
  color: var(--red-f2);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .field-validation-error span,
.custom-phone-validation span {
    font-size: 12px;
    line-height: 16px;
  }
}

.custom-phone-validation {
  display: none;
}

.cflc-form .field-validation-valid {
  color: var(--red);
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .cflc-form .field-validation-valid {
    font-size: 12px;
    line-height: 16px;
  }
}

.submit-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 96px;
  color: var(--white);
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  max-width: 100%;
  min-width: 189px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color, border-color, color 0.3s ease;
  -o-transition: background-color, border-color, color 0.3s ease;
  transition: background-color, border-color, color 0.3s ease;
  width: auto;
}
@media (max-width: 1199px) {
  .submit-btn {
    font-size: 20px;
    line-height: 24px;
    min-width: 160px;
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .submit-btn {
    font-size: 16px;
    line-height: 22px;
    min-width: 140px;
    padding-bottom: 11px;
    padding-top: 11px;
  }
}
@media (max-width: 575px) {
  .submit-btn {
    font-size: 15px;
    line-height: 19px;
    min-width: 76px;
    padding: 6px 24px;
  }
}
.submit-btn:not(:disabled):hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.submit-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.submit-btn:disabled {
  pointer-events: none;
}
.submit-btn.yellow-btn {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.submit-btn.yellow-btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.location-dropdown {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .location-dropdown {
    margin-bottom: 14px;
  }
}
.location-dropdown:last-child {
  margin-bottom: 0;
}
.location-dropdown .location-label {
  background-color: var(--gray-e4);
  border-radius: 24px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  padding: 15px 60px 15px 24px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 991px) {
  .location-dropdown .location-label {
    padding: 12px 50px 12px 20px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-label {
    font-size: 13px;
    line-height: 20px;
    padding: 7px 36px 7px 13px;
  }
}
.location-dropdown .location-label::before {
  background-image: url("/build/svg/icons/angle-down-dark.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  width: 20px;
}
@media (max-width: 991px) {
  .location-dropdown .location-label::before {
    height: 10px;
    right: 20px;
    width: 17px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-label::before {
    height: 7px;
    right: 15px;
    width: 13px;
  }
}
.location-dropdown .location-label.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.location-dropdown .location-label.active::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.location-dropdown .location-item-group {
  background-color: var(--gray-e4);
  border: 1px solid var(--gray-e4);
  border-radius: 0 0 24px 24px;
  border-top-color: var(--white);
  display: none;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.location-dropdown .location-item-group ul {
  list-style: none;
  margin: 0;
  max-height: 280px;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .location-dropdown .location-item-group ul {
    max-height: 240px;
  }
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group ul {
    max-height: 228px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group ul {
    max-height: 180px;
  }
}
.location-dropdown .location-item-group ul.os-host {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group ul.os-host {
    padding-right: 13px;
  }
}
.location-dropdown .location-item-group ul.os-host > .os-scrollbar.os-scrollbar-vertical {
  max-height: calc(100% - 20px);
  top: 10px;
  width: 10px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group ul.os-host > .os-scrollbar.os-scrollbar-vertical {
    padding: 1px;
    width: 6px;
  }
}
.location-dropdown .location-item-group ul.os-host > .os-scrollbar > .os-scrollbar-track {
  width: 100%;
}
.location-dropdown .location-item-group .location-item .location-text {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 24px;
  -webkit-transition: backgroun-color 0.3s linear;
  -o-transition: backgroun-color 0.3s linear;
  transition: backgroun-color 0.3s linear;
  width: 100%;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group .location-item .location-text {
    padding: 7px 20px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group .location-item .location-text {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 13px;
  }
}
.location-dropdown .location-item-group .location-item .location-text:hover {
  background-color: var(--white);
}
.location-dropdown .location-item-group .sub-filter-dropdown {
  max-height: 280px;
  width: 100%;
}
@media (max-width: 1199px) {
  .location-dropdown .location-item-group .sub-filter-dropdown {
    max-height: 240px;
  }
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group .sub-filter-dropdown {
    max-height: 228px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group .sub-filter-dropdown {
    max-height: 180px;
  }
}
.location-dropdown .location-item-group .sub-filter-dropdown.os-host {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group .sub-filter-dropdown.os-host {
    padding-right: 13px;
  }
}
.location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar.os-scrollbar-vertical {
  max-height: calc(100% - 20px);
  top: 10px;
  width: 10px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar.os-scrollbar-vertical {
    padding: 1px;
    width: 6px;
  }
}
.location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar > .os-scrollbar-track {
  width: 100%;
}
.location-dropdown .location-item-group .sub-filter-dropdown ul {
  max-height: 100%;
}

.location-dropdown-wrap {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .location-dropdown-wrap {
    margin-bottom: 14px;
  }
}
.location-dropdown-wrap + .error-message {
  margin-top: -10px;
}
.location-dropdown-wrap:last-child {
  margin-bottom: 0;
}
.location-dropdown-wrap .location-label {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.form-thank-you-msg {
  display: none;
  text-align: center;
  width: 100%;
}
.form-thank-you-msg .in {
  margin: 0 auto;
  max-width: 100%;
  width: 657px;
}
@media (max-width: 767px) {
  .form-thank-you-msg .in {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 575px) {
  .form-thank-you-msg .in {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .form-thank-you-msg .in {
    max-width: calc(100% - 20px);
  }
}
.form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.form-thank-you-msg p {
  font-size: 24px;
  line-height: 1.19;
}
@media (max-width: 991px) {
  .form-thank-you-msg p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .form-thank-you-msg p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .form-thank-you-msg p {
    font-size: 12px;
  }
}
.form-thank-you-msg .thnk-refer-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .form-thank-you-msg .thnk-refer-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .form-thank-you-msg .thnk-refer-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.form-thank-you-msg .thnk-refer-title:last-child {
  margin-bottom: 0;
}

.thnk-social-share-main {
  margin-top: 21px;
  width: 100%;
}

.link-share-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 576px;
  width: 100%;
}
@media (max-width: 767px) {
  .link-share-box {
    margin-bottom: 20px;
  }
}
.link-share-box .referlink {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 24px 0 0 24px;
  display: block;
  font-size: 16px;
  height: 44px;
  line-height: 20px;
  outline: none;
  padding: 11px;
  width: 100%;
}
@media (max-width: 690px) {
  .link-share-box .referlink {
    font-size: 15px;
  }
}
@media (max-width: 485px) {
  .link-share-box .referlink {
    font-size: 13px;
  }
}
@media (max-width: 410px) {
  .link-share-box .referlink {
    font-size: 11px;
    height: 40px;
    max-height: 40px;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
@media (max-width: 369px) {
  .link-share-box .referlink {
    font-size: 10px;
    height: 36px;
    max-height: 36px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
.link-share-box .referlink:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (max-width: 575px) {
  .link-share-box .referlink:last-child {
    margin-bottom: 0;
  }
}
.link-share-box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0 24px 24px 0;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 44px;
  line-height: 22px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}
@media (max-width: 690px) {
  .link-share-box button {
    background-image: url("/build/svg/icons/copy-icon-white.svg");
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    font-size: 0;
    width: 44px;
  }
}
@media (max-width: 485px) {
  .link-share-box button {
    background-position: 7px center;
    background-size: 20px auto;
  }
}
@media (max-width: 410px) {
  .link-share-box button {
    height: 40px;
    max-height: 40px;
  }
}
@media (max-width: 369px) {
  .link-share-box button {
    background-size: 17px auto;
    height: 36px;
    max-height: 36px;
    width: 40px;
  }
}
.link-share-box button:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
@media (max-width: 690px) {
  .link-share-box button:hover {
    background-image: url("/build/svg/icons/copy-icon-dark.svg");
  }
}
.link-share-box button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.thnk-msg-social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -6px;
  width: 100%;
}
.thnk-msg-social-share .social-share-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--white);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  margin: 0 3px 6px;
  min-width: 120px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .thnk-msg-social-share .social-share-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 10px !important;
    height: 40px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    min-width: auto;
    padding: 0;
    width: 92px !important;
  }
}
@media (max-width: 379px) {
  .thnk-msg-social-share .social-share-btn {
    font-size: 9px !important;
    max-width: 100%;
    min-width: 76px;
    padding: 6px 8px;
    width: auto !important;
  }
}
.thnk-msg-social-share .social-share-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.thnk-msg-social-share .social-share-btn:hover img {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.thnk-msg-social-share .social-share-btn img {
  -webkit-filter: invert(1);
          filter: invert(1);
  height: auto;
  margin-right: 10px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 20px;
}
@media (max-width: 767px) {
  .thnk-msg-social-share .social-share-btn img {
    float: none;
    margin-right: 5px !important;
    width: 14px !important;
  }
}

body.iti-mobile::before {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99999999;
}
@media (max-width: 1199px) {
  body.country-opens {
    overflow: hidden;
  }
}

.iti-mobile .iti--container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(660px - 80px);
  width: 100%;
  z-index: 999999999;
}
@media (max-width: 575px) {
  .iti-mobile .iti--container {
    left: 0;
    max-width: calc(100% - 60px);
    right: 0;
  }
}
.iti-mobile .iti__country-list {
  background: var(--white);
  border-color: rgba(2, 42, 58, 0.5);
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .iti-mobile .iti__country-list {
    margin-left: -2px;
    max-height: 220px;
  }
}
.iti-mobile .iti__country {
  background: rgba(2, 42, 58, 0.8);
  color: var(--white);
  padding: 10px 16px;
  position: relative;
}
@media (max-width: 767px) {
  .iti-mobile .iti__country {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .iti-mobile .iti__country {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.iti-mobile .iti__country.iti__highlight {
  background: var(--primary);
}
.iti-mobile .iti__country-name,
.iti-mobile .iti__dial-code {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .iti-mobile .iti__country-name,
.iti-mobile .iti__dial-code {
    font-size: 14px;
    margin-left: 2px;
  }
}
@media (max-width: 575px) {
  .iti-mobile .iti__country-name,
.iti-mobile .iti__dial-code {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .iti-mobile .iti__country-name {
    white-space: break-spaces;
  }
}
@media (max-width: 575px) {
  .iti-mobile .iti__country-name {
    width: 100%;
  }
}
.iti-mobile .iti__divider {
  border-color: var(--white);
  margin: 0;
  padding: 0;
}

.country-code-design .iti--separate-dial-code #country_code_num,
.country-code-design .iti--separate-dial-code .mobile_code,
.country-code-design .iti--separate-dial-code .form-control {
  text-indent: 13px;
}
@media (max-width: 991px) {
  .country-code-design .iti--separate-dial-code #country_code_num,
.country-code-design .iti--separate-dial-code .mobile_code,
.country-code-design .iti--separate-dial-code .form-control {
    text-indent: 9px;
  }
}
@media (max-width: 767px) {
  .country-code-design .iti--separate-dial-code #country_code_num,
.country-code-design .iti--separate-dial-code .mobile_code,
.country-code-design .iti--separate-dial-code .form-control {
    text-indent: 5px;
  }
}
.country-code-design .iti--separate-dial-code #country_code_num::-webkit-outer-spin-button, .country-code-design .iti--separate-dial-code #country_code_num::-webkit-inner-spin-button,
.country-code-design .iti--separate-dial-code .mobile_code::-webkit-outer-spin-button,
.country-code-design .iti--separate-dial-code .mobile_code::-webkit-inner-spin-button,
.country-code-design .iti--separate-dial-code .form-control::-webkit-outer-spin-button,
.country-code-design .iti--separate-dial-code .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.country-code-design.country-code-remove #country_code_num,
.country-code-design.country-code-remove .mobile_code,
.country-code-design.country-code-remove > .form-control {
  text-indent: 0;
}
.country-code-design .iti__country-name,
.country-code-design .iti__dial-code {
  font-size: 14px;
  line-height: 18px;
}
.country-code-design .iti__country-name {
  color: var(--black);
}

.radio-title {
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}

.radio-boxwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.radio-boxwrap .each-radiobox {
  margin-right: 10px;
  position: relative;
}
.radio-boxwrap .each-radiobox > span {
  display: inline-block;
  vertical-align: middle;
}
.radio-boxwrap .each-radiobox input[type=radio] {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: auto 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 13px;
}
.radio-boxwrap .each-radiobox input[type=radio]:checked::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.radio-boxwrap .each-radiobox input[type=radio]::before {
  background-color: #fff;
  border: 2px solid #555;
  border-radius: 20px;
  content: "";
  display: block;
  height: 18px;
  left: -2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

body::after {
  background-color: var(--gray-72);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  width: 100%;
  z-index: 100;
}
body.summary-open {
  overflow: hidden;
}
body.summary-open::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
body.summary-open .header-checkout .step-track-group .step-track {
  pointer-events: none;
}
@media (max-width: 767px) {
  body.country-open {
    overflow: hidden;
  }
}

.iti-mobile .iti--container {
  background-color: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .iti-mobile .iti--container {
    bottom: auto;
    max-height: 402px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.iti-mobile .iti--container > .iti__country-list {
  background-color: var(--primary);
  border-radius: 24px;
  position: relative;
  top: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.iti-mobile .iti--container .iti__country {
  background-color: var(--primary);
}
.iti-mobile .iti--container .iti__country.iti__highlight {
  background-color: rgba(255, 255, 255, 0.2);
}

.gender-dropdown {
  line-height: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.gender-dropdown .gender-label {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--gray-d9);
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 50px 12px 20px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
@media (max-width: 530px) {
  .gender-dropdown .gender-label {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .gender-dropdown .gender-label {
    padding-left: 16px;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .gender-dropdown .gender-label {
    padding-left: 12px;
    padding-right: 32px;
  }
}
.gender-dropdown .gender-label::after {
  background-image: url("/build/svg/icons/angle-down-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 22px;
  top: 0;
  width: 16px;
}
@media (max-width: 400px) {
  .gender-dropdown .gender-label::after {
    right: 16px;
  }
}
@media (max-width: 360px) {
  .gender-dropdown .gender-label::after {
    right: 12px;
    width: 14px;
  }
}
.gender-dropdown .gender-label.active::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.gender-dropdown .gender-label.selected {
  color: var(--primary);
  letter-spacing: -0.5px;
}
.gender-dropdown .gender-content {
  background-color: var(--primary);
  border: 1px solid #2f4959;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 3px 3px 7px 0 #0000004d;
          box-shadow: 3px 3px 7px 0 #0000004d;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 34px 15px 12px;
  position: absolute;
  top: 23px;
  width: 100%;
  z-index: 2;
}
.gender-dropdown .gender-content .gender-text {
  border-radius: 12px;
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-bottom: 6px;
  padding: 4px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.gender-dropdown .gender-content .gender-text::after {
  background-image: url("/build/svg/icons/check-icon-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  width: 16px;
}
.gender-dropdown .gender-content .gender-text:last-child {
  margin-bottom: 0;
}
.gender-dropdown .gender-content .gender-text:hover {
  background-color: rgba(246, 246, 246, 0.6);
}
.gender-dropdown .gender-content .gender-text.active {
  background-color: rgba(246, 246, 246, 0.6);
  padding-left: 20px;
  padding-right: 46px;
}
.gender-dropdown .gender-content .gender-text.active::after {
  display: block;
}

.new-checkout-section {
  min-height: calc(100vh - 119px);
  padding-bottom: 12px;
  padding-top: 121px;
  width: 100%;
}
@media (max-width: 1499px) {
  .new-checkout-section {
    min-height: calc(100vh - 109px);
  }
}
@media (max-width: 991px) {
  .new-checkout-section {
    min-height: calc(100vh - 99px);
    padding-bottom: 35px;
    padding-top: 121px;
  }
}
@media (max-width: 767px) {
  .new-checkout-section {
    padding-top: 93px;
  }
}
@media (max-width: 991px) {
  .new-checkout-section.smr-height {
    padding-top: 168px;
  }
}
@media (max-width: 767px) {
  .new-checkout-section.smr-height {
    padding-top: 140px;
  }
}
@media (max-width: 420px) {
  .new-checkout-section.smr-height {
    padding-top: 136px;
  }
}
@media (max-width: 991px) {
  .new-checkout-section.smr-height .checkout-locations .lc-summary-box {
    display: block;
  }
}
@media (min-width: 1400px) {
  .new-checkout-section .container {
    max-width: 1384px;
  }
}
@media (max-width: 575px) {
  .new-checkout-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 424px) {
  .new-checkout-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.new-checkout-section .language--switchr {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  padding-left: 12px;
  width: 92px;
}
@media (max-width: 991px) {
  .new-checkout-section .language--switchr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 24px;
    padding-right: 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .new-checkout-section .language--switchr {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .new-checkout-section .language--switchr + .logo-lang-wrap {
    width: calc(100% - 92px);
  }
}
@media (max-width: 991px) {
  .new-checkout-section .language--switchr.desk {
    display: none;
  }
}
@media (min-width: 992px) {
  .new-checkout-section .language--switchr.mobi {
    display: none;
  }
}
.new-checkout-section .language--switchr .lang-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/build/svg/icons/lang-switchs-white-icon.svg");
  background-position: calc(100% - 7px) 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border: 1px solid var(--white);
  border-radius: 20px;
  color: var(--white);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
  padding: 4px 36px 4px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .new-checkout-section .language--switchr .lang-btn {
    background-image: none;
    border-color: var(--primary);
    color: var(--primary);
  }
}
.new-checkout-section .language--switchr .lang-btn:hover {
  background-color: var(--secondary);
  background-image: none;
  border-color: var(--secondary);
  color: var(--primary);
}
@media (min-width: 992px) {
  .new-checkout-section .language--switchr .lang-btn:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.new-checkout-section .language--switchr .lang-btn::after {
  background-image: url("/build/svg/icons/lang-switchs-dark-icon.svg");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .new-checkout-section .language--switchr .lang-btn::after {
    opacity: 1;
    visibility: visible;
  }
}
.new-checkout-section .language--switchr .lang-btn.en-btn {
  display: none;
}
.new-checkout-section .language--switchr .lang-btn.ae-btn {
  font-family: var(--arabic-font);
  padding-bottom: 7px;
  padding-top: 1px;
}
.new-checkout-section .language--switchr .lang-btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.header-checkout {
  background-color: var(--primary);
  border-bottom: 7px solid var(--secondary);
  border-radius: 0 0 74px 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  margin: 0 auto;
  max-width: 1454px;
  min-height: 96px;
  padding: 12px 53px 12px 113px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header-checkout {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .header-checkout {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header-checkout {
    border-bottom: 0;
    border-radius: 0 0 24px 24px;
    min-height: 79px;
    padding: 10px 17px 10px 36px;
  }
}
@media (max-width: 575px) {
  .header-checkout {
    padding-right: 24px;
  }
}
@media (max-width: 424px) {
  .header-checkout {
    padding-left: 20px;
    padding-right: 9px;
  }
}
@media (max-width: 370px) {
  .header-checkout {
    padding-left: 16px;
    padding-right: 10px;
  }
}
.header-checkout .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1348px;
  width: 100%;
}
@media (min-width: 992px) {
  .header-checkout .in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .header-checkout .in {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-checkout .logo-lang-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-checkout .logo-lang-wrap {
    max-width: 100%;
  }
}
.header-checkout .header-log {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
}
.header-checkout .header-log img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 143px;
}
@media (max-width: 991px) {
  .header-checkout .header-log img {
    width: 123px;
  }
}
@media (max-width: 767px) {
  .header-checkout .header-log img {
    width: 107px;
  }
}
@media (max-width: 424px) {
  .header-checkout .header-log img {
    width: 100px;
  }
}
@media (max-width: 370px) {
  .header-checkout .header-log img {
    width: 90px;
  }
}
.header-checkout .checkout-steps-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  width: calc(100% - 143px);
}
@media (max-width: 1199px) {
  .header-checkout .checkout-steps-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .header-checkout .checkout-steps-wrap {
    width: calc(100% - 123px);
  }
}
@media (max-width: 767px) {
  .header-checkout .checkout-steps-wrap {
    padding-left: 11px;
    width: calc(100% - 107px);
  }
}
@media (max-width: 424px) {
  .header-checkout .checkout-steps-wrap {
    padding-left: 8px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 370px) {
  .header-checkout .checkout-steps-wrap {
    width: calc(100% - 90px);
  }
}
.header-checkout .step-track-group {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0;
  max-width: 100%;
  padding-left: 0;
  vertical-align: middle;
  width: 1008px;
}
@media (max-width: 1199px) {
  .header-checkout .step-track-group {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .header-checkout .step-track-group {
    width: 545px;
  }
}
@media (max-width: 767px) {
  .header-checkout .step-track-group {
    margin-top: 8px;
    width: auto;
  }
}
@media (max-width: 424px) {
  .header-checkout .step-track-group {
    width: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-checkout .step-track-group.coming-soon-location-steps .step-track {
    width: 50%;
  }
}
.header-checkout .step-track-group .step-track {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  width: 33.33%;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-checkout .step-track-group .step-track {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.header-checkout .step-track-group .step-track::before {
  background-color: var(--white);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.header-checkout .step-track-group .step-track.step-active::before {
  background-color: var(--secondary);
}
.header-checkout .step-track-group .step-track.step-active .step-titel {
  color: var(--secondary);
}
.header-checkout .step-track-group .step-track.step-active .step-icon {
  background-color: var(--secondary);
}
.header-checkout .step-track-group .step-track.step-completed::before {
  background-color: var(--secondary);
}
.header-checkout .step-track-group .step-track.step-completed .step-titel {
  color: var(--secondary);
}
.header-checkout .step-track-group .step-track.step-completed .step-icon {
  background-color: var(--secondary);
}
@media (min-width: 768px) {
  .header-checkout .step-track-group .step-track.step-completed .step-icon {
    background-image: url("/build/svg/checkout/check-icon-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    font-size: 0;
  }
}
.header-checkout .step-track-group .step-track.cstep-1 {
  z-index: 3;
}
.header-checkout .step-track-group .step-track.cstep-1::before {
  display: none;
}
.header-checkout .step-track-group .step-track.cstep-2 {
  z-index: 2;
}
.header-checkout .step-track-group .step-track.disable {
  pointer-events: none;
}
.header-checkout .step-track-group .step-track .step-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 25px;
  margin-top: -12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 25px;
}
@media (max-width: 767px) {
  .header-checkout .step-track-group .step-track .step-icon {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-top: -8px;
    width: 18px;
  }
}
.header-checkout .step-track-group .step-track .step-titel {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: 4px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991px) {
  .header-checkout .step-track-group .step-track .step-titel {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header-checkout .step-track-group .step-track .step-titel {
    font-size: 10px;
    line-height: 14px;
    margin-top: 2px;
  }
}
@media (max-width: 424px) {
  .header-checkout .step-track-group .step-track .step-titel {
    font-size: 9px;
  }
}
.header-checkout .step-track-group .step-track .step-titel span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
@media (max-width: 575px) {
  .header-checkout .step-track-group .step-track .step-titel span {
    max-width: 100%;
    width: 78px;
  }
}
@media (max-width: 424px) {
  .header-checkout .step-track-group .step-track .step-titel span {
    width: 66px;
  }
}
.header-checkout .step-track-group .step-track .lc-step-click {
  cursor: pointer;
}

.presell-checkout {
  background-color: #f8d5d6;
  border: 1px solid #dd2b32;
  border-bottom-width: 7px;
  border-radius: 0 0 74px 74px;
  border-top: 0;
  display: none;
  left: 50%;
  margin: 0 auto;
  max-width: 1454px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 111;
}
@media (max-width: 767px) {
  .presell-checkout {
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-radius: 0 0 24px 24px;
    border-right-width: 3px;
  }
}
.presell-checkout .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5px 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout .in {
    padding: 6px 50px;
  }
}
@media (max-width: 767px) {
  .presell-checkout .in {
    padding: 9px 24px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .presell-checkout .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 424px) {
  .presell-checkout .in {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.presell-checkout .presell-each-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  margin: 10px 16px;
  min-height: 36px;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 991px) {
  .presell-checkout .presell-each-box {
    margin: 6px 10px;
    min-height: 28px;
    padding-left: 33px;
  }
}
@media (max-width: 767px) {
  .presell-checkout .presell-each-box {
    margin: 1px auto;
    min-height: unset;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .presell-checkout .presell-each-box.time {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .presell-checkout .presell-each-box.discount {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .presell-checkout .presell-each-box.discount .presell-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .presell-checkout .presell-each-box.discount p {
    width: 100%;
  }
}
.presell-checkout .presell-each-box .presell-icon {
  left: 0;
  max-height: 36px;
  max-width: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .presell-checkout .presell-each-box .presell-icon {
    max-height: 28px;
    max-width: 23px;
  }
}
@media (max-width: 767px) {
  .presell-checkout .presell-each-box .presell-icon {
    max-height: 14px;
    max-width: 12px;
  }
}
.presell-checkout .presell-each-box p {
  color: var(--red-f2);
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .presell-checkout .presell-each-box p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .presell-checkout .presell-each-box p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .presell-checkout .presell-each-box p {
    font-size: 14px;
    line-height: 18px;
  }
}
.presell-checkout .presell-each-box .presell-time,
.presell-checkout .presell-each-box .presell-discount {
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.presell-show .presell-checkout {
  display: block;
}
.presell-show .presell-checkout.mobi {
  display: none;
}
@media (max-width: 991px) {
  .presell-show .presell-checkout.mobi {
    display: block;
  }
}
@media (max-width: 991px) {
  .presell-show .checkout-locations .lc-summary-box .lc-smr-bottom {
    max-height: calc(100vh - 259px);
  }
}
@media (max-width: 767px) {
  .presell-show .checkout-locations .lc-summary-box .lc-smr-bottom {
    max-height: calc(100vh - 196px);
  }
}
@media (max-width: 399px) {
  .presell-show .checkout-locations .lc-summary-box .lc-smr-bottom {
    max-height: calc(100vh - 215px);
  }
}

.checkout-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .checkout-locations {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.checkout-locations .left-side {
  padding-right: 21px;
  width: calc(100% - 440px);
}
@media (max-width: 1399px) {
  .checkout-locations .left-side {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1199px) {
  .checkout-locations .left-side {
    width: 64%;
  }
}
@media (max-width: 991px) {
  .checkout-locations .left-side {
    margin-bottom: -24px;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-locations .left-side {
    margin-bottom: -20px;
  }
}
.checkout-locations .right-side {
  width: 440px;
}
@media (max-width: 1399px) {
  .checkout-locations .right-side {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .right-side {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .checkout-locations .right-side {
    width: 100%;
  }
}
.checkout-locations .checkout-location {
  line-height: 0;
  margin-bottom: 13px;
  width: 100%;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location {
    margin-bottom: 20px;
  }
}
.checkout-locations .checkout-location.cl-step-1 .location-title h2 {
  padding-left: 27px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-left: 24px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-left: 18px;
  }
}
@media (max-width: 390px) {
  .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-left: 15px;
  }
}
.checkout-locations .checkout-location.cl-step-1 .location-content-tab {
  display: block;
}
.checkout-locations .checkout-location.cl-step-2 .location-title h2, .checkout-locations .checkout-location.join-step-2 .location-title h2 {
  padding-left: 32px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.cl-step-2 .location-title h2, .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 29px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location.cl-step-2 .location-title h2, .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 27px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.cl-step-2 .location-title h2, .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 22px;
  }
}
@media (max-width: 390px) {
  .checkout-locations .checkout-location.cl-step-2 .location-title h2, .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 19px;
  }
}
.checkout-locations .checkout-location.cl-step-2 .location-content-tab, .checkout-locations .checkout-location.join-step-2 .location-content-tab {
  padding: 20px 40px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.cl-step-2 .location-content-tab, .checkout-locations .checkout-location.join-step-2 .location-content-tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.cl-step-2 .location-content-tab, .checkout-locations .checkout-location.join-step-2 .location-content-tab {
    padding: 0 0 20px;
  }
}
.checkout-locations .checkout-location.join-step-2.thank-msg-show .location-content-tab {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location.join-step-2.thank-msg-show .location-content-tab {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.join-step-2.thank-msg-show .location-content-tab {
    padding-top: 40px;
  }
}
.checkout-locations .checkout-location.join-step-2 .location-title .register-text {
  text-align: left;
}
.checkout-locations .checkout-location.join-step-2 .location-content-tab {
  padding: 30px 67px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.join-step-2 .location-content-tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.join-step-2 .location-content-tab {
    padding: 20px 13px;
  }
}
.checkout-locations .checkout-location.join-step-2 .join-btn-wrap {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.join-step-2 .join-btn-wrap {
    margin-top: 4px;
  }
}
.checkout-locations .checkout-location.join-step-2 .lc-join-form .fieldset.field-2 .form-group {
  margin-right: 0;
  width: 100%;
}
.checkout-locations .checkout-location.membership-extra {
  display: none;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.membership-extra .location-title::before {
    background-color: transparent;
  }
}
.checkout-locations .checkout-location.membership-extra .location-title .selected-location {
  padding-left: 0;
}
.checkout-locations .checkout-location.membership-extra .location-content-tab {
  padding-bottom: 31px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.membership-extra .location-content-tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.membership-extra .location-content-tab {
    background-color: transparent;
    padding: 0 0 30px;
  }
}
.checkout-locations .checkout-location.cl-step-3 .location-title h2 {
  padding-left: 32px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-left: 23px;
  }
}
@media (max-width: 390px) {
  .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-left: 20px;
  }
}
.checkout-locations .checkout-location.cl-step-3 .location-content-tab {
  padding: 18px 67px 31px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.cl-step-3 .location-content-tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.cl-step-3 .location-content-tab {
    padding-bottom: 44px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.checkout-locations .checkout-location.payment {
  display: none;
}
.checkout-locations .checkout-location.payment .location-title::before {
  display: none;
}
.checkout-locations .checkout-location.payment .location-content-tab {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location.payment .location-content-tab {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location.payment .location-content-tab {
    padding-top: 20px;
  }
}
.checkout-locations .checkout-location.disable {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkout-locations .checkout-location.disable .location-title h2 {
  max-width: 100%;
}
.checkout-locations .checkout-location.thank-msg-show .location-title::before {
  background-color: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-delay: unset;
       -o-transition-delay: unset;
          transition-delay: unset;
}
.checkout-locations .checkout-location.thank-msg-show .location-content-tab {
  background-color: transparent;
}
.checkout-locations .checkout-location .mmber-loader {
  background-color: var(--gray-f6);
  border-radius: 0 0 24px 24px;
}
.checkout-locations .checkout-location .mmber-loader.active + .location-content-tab {
  border: 0;
  height: 0;
  max-height: 0;
  padding: 0;
}
.checkout-locations .checkout-location .location-title {
  background-color: var(--primary);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 11px 7px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .location-title {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title {
    border-radius: 34px;
    min-height: 46px;
    padding: 8px 8px 8px 30px;
  }
}
@media (max-width: 429px) {
  .checkout-locations .checkout-location .location-title {
    padding-left: 24px;
  }
}
.checkout-locations .checkout-location .location-title::before {
  background-color: var(--gray-f6);
  bottom: -1px;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  width: 100%;
  z-index: -1;
}
.checkout-locations .checkout-location .location-title.active::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title.active h2 {
    max-width: 100%;
  }
}
.checkout-locations .checkout-location .location-title h2 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--white);
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  padding-right: 16px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .location-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .location-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title h2 {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    font-size: 20px;
    line-height: 0;
    max-width: calc(100% - 70px);
    padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 2px;
    white-space: unset;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .location-title h2 {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  .checkout-locations .checkout-location .location-title h2 {
    font-size: 17px;
  }
}
@media (max-width: 365px) {
  .checkout-locations .checkout-location .location-title h2 {
    font-size: 15px;
    max-width: calc(100% - 62px);
  }
}
.checkout-locations .checkout-location .location-title h2 .lctitle {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title h2 .lctitle {
    display: block;
    line-height: 23px;
  }
}
.checkout-locations .checkout-location .location-title h2 .step-num {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title h2 .step-num {
    line-height: 23px;
    top: 2px;
  }
}
.checkout-locations .checkout-location .location-title .right-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title .right-content {
    max-width: unset !important;
  }
}
.checkout-locations .checkout-location .location-title .right-content .cl-edit-btn {
  display: none;
}
.checkout-locations .checkout-location .location-title .right-content.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-locations .checkout-location .location-title .right-content.show .cl-edit-btn {
  display: inline-block;
}
.checkout-locations .checkout-location .location-title .selected-location {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--secondary);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 16px;
  max-width: 100%;
  overflow: hidden;
  padding-right: 5.5px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-locations .checkout-location .location-title .selected-location {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title .selected-location {
    font-size: 12px;
    line-height: 17px;
    margin-right: 0;
    padding-right: 4px;
  }
}
@media (max-width: 365px) {
  .checkout-locations .checkout-location .location-title .selected-location {
    font-size: 11px;
  }
}
.checkout-locations .checkout-location .location-title .selected-location:empty::before, .checkout-locations .checkout-location .location-title .selected-location:empty::after {
  display: none;
}
.checkout-locations .checkout-location .location-title .selected-location::before, .checkout-locations .checkout-location .location-title .selected-location::after {
  color: inherit;
  content: "(";
  display: inline-block;
}
.checkout-locations .checkout-location .location-title .selected-location::after {
  content: ")";
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-locations .checkout-location .location-title .selected-location.desk {
  text-align: right;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title .selected-location.desk {
    display: none;
  }
}
.checkout-locations .checkout-location .location-title .selected-location.mobi {
  display: none;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title .selected-location.mobi {
    display: inline-block;
    max-width: 100%;
  }
}
.checkout-locations .checkout-location .location-title .selected-location span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 3px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-locations .checkout-location .location-title .selected-location span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title .selected-location span {
    font-size: 12px;
    line-height: 17px;
    margin-right: 0;
  }
}
.checkout-locations .checkout-location .location-title .selected-location span:first-child {
  margin-left: 0;
}
.checkout-locations .checkout-location .location-title .selected-location span:last-child i.coma {
  display: none;
}
.checkout-locations .checkout-location .location-title .selected-location span i {
  color: inherit;
  display: none;
  font-size: inherit;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
}
.checkout-locations .checkout-location .location-title .selected-location span .coma {
  display: inline;
}
.checkout-locations .checkout-location .location-title .cl-edit-btn {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  border: 0;
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--gray-72);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  min-width: 70px;
  outline: none;
  padding: 5px 10px;
  text-decoration: underline;
  text-transform: unset;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-title .cl-edit-btn {
    line-height: 18px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (max-width: 365px) {
  .checkout-locations .checkout-location .location-title .cl-edit-btn {
    min-width: 62px;
  }
}
.checkout-locations .checkout-location .location-title .cl-edit-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}
.checkout-locations .checkout-location .location-country-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-country-btns {
    margin-bottom: 16px;
  }
}
.checkout-locations .checkout-location .location-country-btns .lccntr-btn {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  margin: 0;
  outline: none;
  padding: 7px 24px;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 18px;
    font-weight: 800;
    height: 38px;
    line-height: 24px;
    max-height: 38px;
    padding: 6px 24px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 17px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 370px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 340px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.checkout-locations .checkout-location .location-country-btns .lccntr-btn.active {
  background-color: var(--secondary);
}
.checkout-locations .checkout-location .location-country-btns .lccntr-btn:hover:not(.active), .checkout-locations .checkout-location .location-country-btns .lccntr-btn:focus:not(.active) {
  background-color: #d6d9df;
}
.checkout-locations .checkout-location .location-country-btns .lccntr-btn:first-child {
  border-radius: 24px 0 0 24px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn:first-child {
    border-radius: 30px 0 0 30px;
  }
}
.checkout-locations .checkout-location .location-country-btns .lccntr-btn:last-child {
  border-left: 0;
  border-radius: 0 24px 24px 0;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn:last-child {
    border-radius: 0 30px 30px 0;
  }
}
.checkout-locations .checkout-location .location-country-btns .lccntr-btn:nth-child(2):not(:last-child) {
  border-left: 0;
  border-radius: 0;
}
.checkout-locations .checkout-location .location-country-btns .lccntr-btn img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 17px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  width: auto;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn img {
    height: 13px;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn img.desk-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn img.mobi-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn img.mobi-img {
    height: 13px;
    margin-top: -1px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn img.mobi-img {
    height: 11px;
  }
}
@media (max-width: 340px) {
  .checkout-locations .checkout-location .location-country-btns .lccntr-btn img.mobi-img {
    height: 10px;
  }
}
.checkout-locations .checkout-location .location-country-btns.single-btn .lccntr-btn {
  border-left: 1px solid var(--black);
  border-radius: 24px;
}
.checkout-locations .checkout-location .location-list-wrap {
  background-color: var(--primary);
  border-radius: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 9px 35px 9px 13px;
  width: 100%;
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .location-list-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap {
    background-color: transparent;
    margin-bottom: 16px;
    padding: 0;
  }
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown {
  max-width: 60%;
  position: relative;
  width: 372px;
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .location-list-wrap .cl-dropdown {
    max-width: 54%;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .cl-dropdown {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-label {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 24px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  padding: 4px 50px 4px 20px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-label {
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-label::before {
  background-image: url("/build/svg/checkout/down-caret-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-label::before {
    width: 14px;
  }
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-label.active::before {
  -webkit-transform: translateY(-50%) scale(-1);
      -ms-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group {
  background-color: var(--black-03);
  border: 1px solid var(--white);
  border-radius: 24px;
  -webkit-box-shadow: 3px 3px 7px 0 #0000004d;
          box-shadow: 3px 3px 7px 0 #0000004d;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
  z-index: 5;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group {
    border: 0;
    top: 100%;
  }
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .os-host > .os-scrollbar {
  height: calc(100% - 30px);
  top: 15px;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .os-host > .os-scrollbar.os-scrollbar-vertical {
  padding: 1px;
  right: 4px;
  width: 6px;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group ul {
  list-style: none;
  margin: 0;
  max-height: 176px;
  overflow-y: auto;
  padding: 22px 15px 12px;
  width: 100%;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item {
  margin-bottom: 6px;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item:last-child {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item.active .cl-name {
  background-color: rgba(246, 246, 246, 0.6);
  color: var(--secondary);
  padding-right: 46px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item.active .cl-name {
    padding-right: 35px;
  }
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item.active .cl-name::before {
  display: block;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item:not(.active) .cl-name {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item:not(.active) .cl-name:hover {
  background-color: rgba(246, 246, 246, 0.6);
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name {
  border-radius: 6px;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 3px 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name::before {
  background-image: url("/build/svg/icons/check-icon-yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  width: 16px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name::before {
    right: 10px;
  }
}
.checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name::after {
  content: "⚬";
  display: inline-block;
  font-weight: 500;
  left: 8px;
  position: absolute;
  top: 2px;
}
.checkout-locations .checkout-location .location-list-wrap .lc-current-box {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: auto;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .lc-current-box {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.checkout-locations .checkout-location .location-list-wrap .lc-current-text {
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 23px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .lc-current-text {
    color: var(--primary);
    display: inline-block;
    line-height: 28px;
    padding-left: 19px;
  }
}
.checkout-locations .checkout-location .location-list-wrap .lc-current-text:hover span {
  border-bottom-color: transparent;
}
.checkout-locations .checkout-location .location-list-wrap .lc-current-text img {
  height: 22px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  position: absolute;
  top: 0;
  width: 14px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .lc-current-text img {
    height: 22px;
    top: 3px;
    width: 14px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .lc-current-text img.white-icon {
    display: none;
  }
}
.checkout-locations .checkout-location .location-list-wrap .lc-current-text img.dark-icon {
  display: none;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .lc-current-text img.dark-icon {
    display: block;
  }
}
.checkout-locations .checkout-location .location-list-wrap .lc-current-text span {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-list-wrap .lc-current-text span {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
  }
}
.checkout-locations .checkout-location .location-content-tab {
  background-color: var(--gray-f6);
  border-radius: 0 0 24px 24px;
  display: none;
  padding: 18px 57px;
  width: 100%;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .location-content-tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-content-tab {
    padding: 16px 16px 20px;
  }
}
.checkout-locations .checkout-location .location-content-tab .location-dist-contents {
  width: 100%;
}
.checkout-locations .checkout-location .location-content-tab .location-dist-each {
  display: none;
  width: 100%;
}
.checkout-locations .checkout-location .location-city-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -18px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .location-city-group {
    margin-bottom: -16px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  background-color: var(--white);
  border-radius: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 18px;
  min-height: 160px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item {
    margin-right: 17px;
    width: calc(50% - 8.5px);
  }
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item:nth-child(2n+2) {
    margin-right: 0;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item:hover:not(.active)::after {
  opacity: 1;
  visibility: visible;
}
.checkout-locations .checkout-location .location-city-group .location-city-item:hover:not(.active) .city-image::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 205, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(244, 205, 0, 0.6), rgba(0, 0, 0, 0.5) 50%);
  background: -o-linear-gradient(bottom, rgba(244, 205, 0, 0.6), rgba(0, 0, 0, 0.5) 50%);
  background: linear-gradient(0deg, rgba(244, 205, 0, 0.6), rgba(0, 0, 0, 0.5) 50%);
}
.checkout-locations .checkout-location .location-city-group .location-city-item:hover:not(.active) .city-contain {
  z-index: 3;
}
.checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon {
  padding-right: 81px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon {
    padding-right: 76px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::after, .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::before {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  max-width: 37%;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  z-index: 1;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::after, .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::before {
    max-width: 30%;
  }
}
@media (max-width: 480px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::after, .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::before {
    width: 105px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::after {
  background-image: url("/build/svg/icons/en-map-cmn-strip-yellow.svg");
  opacity: 0;
  visibility: hidden;
}
.checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::before {
  background-image: url("/build/svg/icons/en-map-cmn-strip-white.svg");
}
.checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon .city-contain {
  padding-right: 0;
}
.checkout-locations .checkout-location .location-city-group .location-city-item.active::after {
  opacity: 1;
  visibility: visible;
}
.checkout-locations .checkout-location .location-city-group .location-city-item.active .city-image::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 205, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(244, 205, 0, 0.6), rgba(0, 0, 0, 0.5) 50%);
  background: -o-linear-gradient(bottom, rgba(244, 205, 0, 0.6), rgba(0, 0, 0, 0.5) 50%);
  background: linear-gradient(0deg, rgba(244, 205, 0, 0.6), rgba(0, 0, 0, 0.5) 50%);
}
.checkout-locations .checkout-location .location-city-group .location-city-item.active .city-contain {
  z-index: 3;
}
.checkout-locations .checkout-location .location-city-group .location-city-item.active .city-contain .city-btn:hover {
  background-color: var(--white);
  color: var(--primary);
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px 19px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain {
    padding: 15px 17px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain {
    padding: 14px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .location-city-name,
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .distance-km {
  border-radius: 24px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 4px 9px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .location-city-name,
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .distance-km {
    font-size: 10px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .location-city-name {
  background-color: rgba(244, 205, 0, 0.6);
  color: #fcfafa;
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .distance-km {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--primary);
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-name {
    font-size: 16px;
    line-height: 22px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #eaeaea;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
  min-height: 18px;
  padding-left: 23px;
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address {
    font-size: 12px;
    padding-left: 18px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address img {
  height: 18px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address img {
    height: 14px;
    width: 14px;
  }
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address span {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  overflow: hidden;
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-btn {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  background-color: #f4cd00;
  border: 0;
  color: #022a3a;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  padding: 2px 15px;
  text-transform: capitalize;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: auto;
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-btn:hover {
  background-color: var(--white);
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-image::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20%, transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, transparent);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.checkout-locations .checkout-location .location-city-group .location-city-item .city-image img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.checkout-locations .checkout-location .morelocation-wrap {
  text-align: center;
  width: 100%;
}
.checkout-locations .checkout-location .morelocation-wrap .more-location-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--secondary);
  border: 2px solid var(--primary);
  border-radius: 38px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 18px;
  margin-top: 18px;
  padding: 3px 16px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .morelocation-wrap .more-location-btn {
    margin-top: 24px;
  }
}
.checkout-locations .checkout-location .morelocation-wrap .more-location-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.checkout-locations .checkout-location .morelocation-wrap .more-location-btn .btn-loader {
  margin: 0;
}
.checkout-locations .checkout-location .lc-membership-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-group {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .lc-membership-slider.membership-sameheight .owl-carousel .owl-stage .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .lc-membership-slider.one-card .owl-carousel .owl-stage-outer, .checkout-locations .checkout-location .lc-membership-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-right: -20px;
  }
}
@media (min-width: 1400px) {
  .checkout-locations .checkout-location .lc-membership-slider.one-card .owl-carousel .owl-stage-outer, .checkout-locations .checkout-location .lc-membership-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-right: -31px;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .lc-membership-slider.one-card .owl-carousel .owl-stage, .checkout-locations .checkout-location .lc-membership-slider.two-cards .owl-carousel .owl-stage {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .lc-membership-slider.owl-carousel-delay .owl-carousel {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.checkout-locations .checkout-location .lc-membership-slider .owl-carousel .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-carousel .owl-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-carousel .owl-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-carousel .owl-item {
    position: relative;
  }
}
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev,
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 44px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev,
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
    border-color: var(--primary);
  }
}
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev span,
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next span {
  background-image: url("/build/svg/checkout/angle-right-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  font-size: 0;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 100%;
}
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev:hover:not(.disabled),
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next:hover:not(.disabled) {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev.disabled,
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next.disabled {
  display: none;
}
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
  left: -22px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
    left: -26px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
    left: calc((100% - 540px) / 2);
  }
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
    left: -27px;
  }
}
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev span {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
  right: -22px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
    right: -26px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
    right: calc((100% - 540px) / 2);
  }
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
    right: -27px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next span {
    left: auto;
    right: -1px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-dots {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -4px;
    margin-top: 14px;
    outline: none;
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-dots .owl-dot {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-dots .owl-dot.active span {
    background-color: var(--secondary);
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-slider .owl-dots .owl-dot span {
    background-color: var(--gray-d9);
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin: 0 2px 4px;
    width: 8px;
  }
}
.checkout-locations .checkout-location .lc-membership-each {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each {
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-each {
    margin-bottom: 0;
    margin-top: 39px;
  }
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .in {
  background-color: var(--primary);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-title {
  border-color: var(--white);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-title .membership-type,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-title .membership-price,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-title .mmbership-access-text {
  color: var(--secondary);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content ul li {
  color: var(--white);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content ul li * {
  color: inherit;
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content ul li .check-img *,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content ul li .cross-img * {
  color: inherit;
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content ul li .check-img::before {
  background-image: url("/build/svg/checkout/circle-checks-dark.svg");
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content ul li .cross-img::before {
  background-image: url("/build/svg/checkout/circle-cross-red.svg");
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h2,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h3,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h4,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h5,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h6,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content p,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content .ck-tooltip-title {
  color: var(--white);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h2 *,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h3 *,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h4 *,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h5 *,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content h6 *,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content p *,
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content .ck-tooltip-title * {
  color: inherit;
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content .ck-tooltip-title .ck-tooltip-description {
  color: var(--primary);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content .ck-tooltip-title .ck-tooltip-description * {
  color: inherit;
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content .lc-membership-moreless {
  color: var(--white);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-content .lc-membership-moreless:hover {
  color: var(--secondary);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-btn {
  border-color: var(--white);
}
.checkout-locations .checkout-location .lc-membership-each.best-membership .lc-membership-btn:hover {
  border-color: var(--secondary);
}
.checkout-locations .checkout-location .lc-membership-each.selected .lc-membership-btn {
  background-color: var(--secondary);
  background-image: url("/build/svg/icons/check-icon-primary.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  border-color: var(--secondary);
  font-size: 0;
}
.checkout-locations .checkout-location .lc-membership-each .in {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 14px 23px 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-each .in {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .in .membership-top {
  width: 100%;
}
.checkout-locations .checkout-location .lc-membership-each .best-value {
  background-color: var(--secondary);
  border: 1px solid var(--black);
  border-radius: 24px 24px 0 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 20px;
  overflow: hidden;
  padding: 11px 16px 40px;
  position: absolute;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  top: -40px;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each .best-value {
    font-size: 10px;
    padding-top: 10px;
    top: -38px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-membership-each .best-value {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-each .best-value {
    padding-top: 11px;
    top: -39px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .customize-value {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 24px 24px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 16px 44px;
  position: absolute;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  top: -40px;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each .customize-value {
    font-size: 10px;
    padding-top: 9px;
    top: -38px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-membership-each .customize-value {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-each .customize-value {
    top: -39px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-title {
  border-bottom: 1px solid var(--black);
  margin-bottom: 10px;
  padding-bottom: 11px;
  width: 100%;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-title {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-title {
    margin-bottom: 12px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-type {
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 42px;
  margin: 0 0 -1px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-type {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-type {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-type {
    font-size: 28px;
    line-height: 36px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-price {
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-price {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-price {
    font-size: 18px;
    line-height: 24px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-price .month {
  color: inherit;
  display: inline-block;
  font-size: 12px;
  vertical-align: baseline;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-title .mmbership-access-text {
  color: var(--primary);
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 12px;
  margin-top: 4px;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content {
  width: 100%;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul {
  list-style: none;
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul:first-child {
  margin-top: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  min-height: 24px;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li:last-child {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .check-img,
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .cross-img {
  display: block;
  font-size: inherit;
  line-height: inherit;
  padding-left: 36px;
  position: relative;
  width: 100%;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .check-img::before,
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .cross-img::before {
  background-image: url("/build/svg/checkout/circle-checks-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .check-img *,
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .cross-img * {
  display: contents;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .cross-img::before {
  background-image: url("/build/svg/checkout/circle-cross-red.svg");
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li * {
  display: contents;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-content h3 {
    font-size: 16px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content h3:first-child {
  margin-top: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 10px 0 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content p:first-child {
  margin-top: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title:first-child {
  margin-top: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title:last-child {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title .ck-tooltip-mark {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: inline;
  height: auto;
  vertical-align: top;
  width: auto;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title .ck-tooltip-mark .tooltip-img {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--gray-f6);
  border: 1px solid var(--primary);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title .ck-tooltip-mark .tooltip-img img {
  width: 6px;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title .ck-tooltip-description {
  bottom: calc(100% + 2px);
  overflow: hidden;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title .ck-tooltip-description * {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0 0 6px;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .ck-tooltip-title .ck-tooltip-description *:last-child {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-moreless {
  background: transparent;
  border: 0;
  color: var(--gray-72);
  cursor: pointer;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-moreless:hover {
  color: var(--primary);
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap {
  text-align: left;
  width: 100%;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active .lc-membership-showmore {
  display: inline-block;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active .lc-membership-showless {
  display: none;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active:not(.showless) ul li {
  display: none;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(1), .checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(2), .checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(3), .checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(4) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(4) {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showmore-active.showless ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showless .lc-membership-showmore {
  display: none;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap.showless .lc-membership-showless {
  display: inline-block;
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-btn {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 96px;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 10px;
  padding: 10px 16px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-btn {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-membership-each .lc-membership-btn {
    font-size: 14px;
  }
}
.checkout-locations .checkout-location .lc-membership-each .lc-membership-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider {
    padding-top: 2px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider.extrams-sameheight .owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage-outer, .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-right: -18px;
  }
}
@media (min-width: 1400px) {
  .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage-outer, .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-right: -41px;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage, .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item {
    padding-top: 21px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item::before {
    backdrop-filter: blur(10px);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    width: calc(100% + 17px);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item.center::before {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item.center + .owl-item::before {
    left: -17px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev,
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 44px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev,
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
    background-color: var(--primary);
    border-color: var(--primary);
  }
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev span,
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next span {
  background-image: url("/build/svg/checkout/angle-right-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev span,
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next span {
    background-image: url("/build/svg/icons/caret-right.svg");
    background-size: 9px auto;
    left: -1px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev:hover:not(.disabled),
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next:hover:not(.disabled) {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev.disabled,
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next.disabled {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
  left: -22px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
    left: -26px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
    left: calc((100% - 308px) / 2);
  }
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev span {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
  right: -22px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
    right: -26px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
    right: calc((100% - 308px) / 2);
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next span {
    left: auto;
    right: -1px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item {
    margin-bottom: 3px;
    margin-top: 22px;
    padding-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-type {
    background-color: var(--secondary);
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-type .extra-mms-type-title span {
    color: var(--primary);
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-content ul li::before {
    background-image: url("/build/svg/checkout/check-white-circle-yellow.svg");
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-btn {
  background-color: var(--secondary);
  background-image: url("/build/svg/icons/check-icon-primary.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px auto;
  border-color: var(--secondary);
  font-size: 0;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 16px 25px 25px;
  width: 100%;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in {
    border-top-color: transparent;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in .extra-mms-wrap {
  width: 100%;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-top {
  border-bottom: 1px solid var(--black);
  margin-bottom: 12px;
  padding-bottom: 13px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-top {
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 152px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  margin-top: -51px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 154px;
    margin-bottom: 0;
    margin-right: 8px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: -23px;
    width: 154px;
  }
}
@media (max-width: 355px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image {
    height: 140px;
    width: 140px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image img {
    height: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 7px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    max-width: 100%;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    background-color: var(--gray-f6);
    border: 1px solid var(--primary);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: -1px -1px 0 -1px;
    min-height: 81px;
    padding: 15px 162px 15px 23px;
    width: calc(100% + 2px);
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    word-break: break-word;
  }
}
@media (max-width: 355px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    font-size: 15px;
    padding-right: 148px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-type-title span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-type-title span {
    color: var(--secondary);
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
  }
}
@media (max-width: 355px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-type-title span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-access-text {
    color: var(--primary);
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price {
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.desktop {
    display: none;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.desktop i {
  display: none;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.mobile {
  display: none;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.mobile {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
    text-transform: uppercase;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.mobile i {
    font-size: 12px;
    font-weight: 400;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text {
  color: var(--primary);
  display: block;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 12px;
  margin-top: 4px;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text:empty {
  margin-top: 0;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content {
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space .sm-spr {
    padding-right: 154px;
  }
}
@media (max-width: 480px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space .sm-spr {
    padding-right: 137px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space ul li.sm-spr {
    padding-right: 154px;
  }
}
@media (max-width: 480px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space ul li.sm-spr {
    padding-right: 137px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content h3 {
    font-size: 16px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content h3:first-child {
  margin-top: 0;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content p {
    margin-top: 8px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content p:last-child {
  margin-top: 0;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul {
  list-style: none;
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul {
    margin-top: 8px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul:first-child {
  margin-top: 0;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul.cross-img li::before {
  background-image: url("/build/svg/checkout/circle-cross-red.svg");
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  min-height: 24px;
  padding-left: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li {
    margin-bottom: 8px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li:last-child {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img,
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img {
  display: block;
  font-size: inherit;
  line-height: inherit;
  padding-left: 36px;
  position: relative;
  width: 100%;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img::before,
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img::before {
  background-image: url("/build/svg/checkout/circle-checks-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img::before,
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img::before {
    background-image: url("/build/svg/checkout/check-white-circle-dark.svg");
    height: 24px;
    width: 24px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img *,
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img * {
  display: contents;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img::before {
  background-image: url("/build/svg/checkout/circle-cross-red.svg");
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li * {
  display: contents;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li {
  display: none;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(1), .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(2), .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(3) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(3) {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active .extra-mms-showmore {
  display: inline-block;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active .extra-mms-showless {
  display: none;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showless .extra-mms-showmore {
  display: none;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showless .extra-mms-showless {
  display: inline-block;
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-moreless {
  background: transparent;
  border: 0;
  color: var(--gray-72);
  cursor: pointer;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-moreless {
    margin-top: 8px;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-moreless:hover {
  color: var(--primary);
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-btn {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 96px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 13px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-btn {
    display: block;
    margin: 9px auto 0;
    max-width: 100%;
    min-width: 196px;
    width: auto;
  }
}
.checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.checkout-locations .checkout-location .extra-mms-btn-wrap {
  margin-top: 34px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .extra-mms-btn-wrap {
    margin-top: 21px;
  }
}
.checkout-locations .checkout-location .continue-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 96px;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  min-width: 204px;
  padding: 10px 24px;
  text-transform: uppercase;
}
.checkout-locations .checkout-location .continue-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.checkout-locations .checkout-location .continue-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.checkout-locations .checkout-location .join-presell-box {
  text-align: center;
  width: 100%;
}
.checkout-locations .checkout-location .join-presell-btn {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.checkout-locations .checkout-location .join-presell-btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.checkout-locations .checkout-location .lc-join-form {
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form form {
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.checkout-locations .checkout-location .lc-join-form .error-message span {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.checkout-locations .checkout-location .lc-join-form .error-message span {
    margin-top: 3px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.checkout-locations .checkout-location .lc-join-form .error-message span {
    padding-left: 16px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.checkout-locations .checkout-location .lc-join-form .error-message span {
    padding-left: 12px;
  }
}
.checkout-locations .checkout-location .lc-join-form .gendererror,
.checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.checkout-locations .checkout-location .lc-join-form .couponerror {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .gendererror,
.checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.checkout-locations .checkout-location .lc-join-form .couponerror {
    margin-top: 3px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .gendererror,
.checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.checkout-locations .checkout-location .lc-join-form .couponerror {
    padding-left: 16px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .gendererror,
.checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.checkout-locations .checkout-location .lc-join-form .couponerror {
    padding-left: 12px;
  }
}
.checkout-locations .checkout-location .lc-join-form .register-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .register-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 430px) {
  .checkout-locations .checkout-location .lc-join-form .register-text {
    font-size: 16px;
  }
}
.checkout-locations .checkout-location .lc-join-form .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
  margin-right: 35px;
  width: calc(50% - 17.5px);
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
}
.checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group:nth-child(2n+2) {
  margin-right: 0;
}
.checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group .calendar label {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group .calendar label {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.country-code-design, .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.email-field {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design {
    width: calc(58% - 5px);
  }
}
@media (max-width: 480px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design + .form-group {
    width: calc(42% - 5px);
  }
}
.checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design:first-child .datepicker.datepicker-orient-right {
  left: 0 !important;
  right: auto !important;
}
.checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design:last-child .datepicker.datepicker-orient-left {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2.promo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-join-form .fieldset.field-2.promo-wrap .form-group {
    margin-right: 0;
    width: 100%;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group {
  margin-bottom: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group {
    margin-bottom: 17px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group.calendar .input,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input {
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
  padding-right: 60px !important;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
    padding-right: 52px !important;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
    padding-right: 38px !important;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
    padding-right: 32px !important;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .popup,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .popup {
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
  cursor: pointer;
  right: 16px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
    right: 12px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
    right: 3px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
    right: -2px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
  background-image: url("/build/svg/icons/date-calendar-icon.svg") !important;
  background-size: 24px auto !important;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
    background-size: 20px auto !important;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
    background-size: 18px auto !important;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
    background-size: 16px auto !important;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .form-control {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  height: 46px;
  line-height: 20px;
  max-height: 46px;
  padding: 12px 20px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 530px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.checkout-locations .checkout-location .lc-join-form .form-group .form-control::-moz-placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.checkout-locations .checkout-location .lc-join-form .form-group .form-control::-ms-input-placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.checkout-locations .checkout-location .lc-join-form .form-group .form-control::placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.checkout-locations .checkout-location .lc-join-form .form-group select.form-control {
  background-image: url("/build/svg/icons/angle-down-dark.svg");
  background-position: calc(100% - 22px) center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-right: 50px;
  text-transform: capitalize;
}
.checkout-locations .checkout-location .lc-join-form .form-group select.form-control:required:invalid {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-locations .checkout-location .lc-join-form .form-group .dob-box {
  line-height: 0;
  position: relative;
}
.checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
  background-image: url("/build/svg/icons/date-calendar-icon.svg");
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  cursor: pointer;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: calc(100% - 22px) center;
    background-size: 22px auto;
    padding-right: 52px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: calc(100% - 16px) center;
    background-size: 18px auto;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: calc(100% - 11px) center;
    background-size: 16px auto;
    padding-right: 32px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__flag-container {
    top: 5px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code input {
  text-indent: 11px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code input {
    text-indent: 8px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: var(--gray-e0);
  height: 34px;
  margin-left: 6px;
  padding-left: 9px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag {
    margin-left: 5px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag .iti__selected-dial-code {
  font-size: 14px;
  margin-left: 2px;
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag .iti__arrow {
  width: 11px;
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  scrollbar-width: thin;
  white-space: unset;
  width: 365px;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
    width: 338.5px;
  }
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
    width: 249.02px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
    width: 308px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list:not(.iti__country-list--dropup) {
  margin-top: 5px;
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list.iti__country-list--dropup {
  margin-bottom: 4px;
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list .iti__country.iti__highlight {
  background-color: rgba(255, 255, 255, 0.2);
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list .iti__country-name {
  color: var(--white);
}
.checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list .iti__dial-code {
  color: #d5d2d2;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode {
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text {
    padding-left: 0;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text.active .promocode-toggle img {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode h4 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-btn-js {
  cursor: pointer;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-left: 10px;
  padding: 0;
  width: 18px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle {
    margin-left: 8px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle img {
  height: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box-wrap {
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box {
    margin-top: 17px;
  }
}
@media (min-width: 421px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .field-validation-error.mobi {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .field-validation-error.desk {
    display: none !important;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .promocode-input {
  width: calc(100% - 91px);
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .promocode-input {
    width: 100%;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .btn-submit {
  width: 141px;
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .btn-submit {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .btn-submit .successpromo-btn a {
    right: 13px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input {
  width: calc(100% - 71px);
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input {
    width: 100%;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap {
  line-height: 0;
  position: relative;
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .promo-clear-icon {
  display: block;
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
  padding-right: 82px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 84px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 42px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 34px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
  background-image: url("/build/svg/icons/cross-primary-m.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
  height: 100%;
  position: absolute;
  right: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 62px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 20px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 16px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 12px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
  font-weight: 800;
  padding-right: 62px;
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-right: 12px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
  border: 1px solid #022a3a;
  border-radius: 24px;
  color: green;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  min-height: 46px;
  overflow: hidden;
  padding-right: 78px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-bottom: 12px;
    padding-left: 20px;
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-right: 82px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-right: 42px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 16px;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 12px;
    padding-right: 34px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode span {
  display: block;
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 530px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode span {
    font-size: 14px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
  background-image: url("/build/svg/icons/cross-primary-m.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  right: 57px;
  text-decoration: none;
  top: 0;
  width: 14px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 61px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 19px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 15px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 11px;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -46px;
  position: relative;
  width: 117px;
  z-index: 1;
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--white);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 28px;
  margin-left: 0;
  min-width: 117px;
  padding: 8px 16px;
  text-transform: uppercase;
  width: 117px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn {
    min-width: 117px;
    width: 117px;
  }
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn {
    width: 100%;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .successpromo-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--green-00);
  border: 1px solid var(--green-00);
  border-radius: 24px;
  color: var(--white);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 14px;
  min-width: 117px;
  padding: 15px 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 117px;
}
@media (max-width: 420px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .successpromo-btn {
    width: 100%;
  }
}
.checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
  color: var(--green-00);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    margin-top: 3px;
  }
}
@media (max-width: 400px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    padding-left: 16px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    padding-left: 12px;
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label {
  color: var(--primary);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 21px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label {
    padding-left: 0;
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span.active .arrow-down {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span .arrow-down {
  display: none;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span .arrow-down {
    display: inline-block;
    height: auto;
    margin-left: 11px;
    width: 15px;
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box {
    margin-top: 17px;
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1199px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 9px;
  max-width: calc(100% - 197px);
  position: relative;
  width: auto;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
    max-width: calc(100% - 185px);
  }
}
@media (max-width: 390px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
    margin-left: 6px;
    max-width: calc(100% - 172px);
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar {
  display: block !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar > .input {
  height: 100%;
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar .clndr-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}
@media (max-width: 390px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text {
    font-size: 13px;
  }
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text.hover, .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text.active {
  color: var(--secondary);
}
.checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .form-control {
  font-size: 12px;
  font-weight: 800;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  width: 188px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .form-control {
    padding-left: 12px;
    padding-right: 12px;
    width: 176px;
  }
}
@media (max-width: 390px) {
  .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .form-control {
    font-size: 11px;
    width: 166px;
  }
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box {
  margin-bottom: 41px;
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 1399px) {
  .checkout-locations .checkout-location .lc-join-form .lc-terms-box {
    margin-bottom: 31px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .lc-join-form .lc-terms-box {
    margin-bottom: 19px;
    margin-top: 6px;
  }
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input {
  display: block;
  line-height: 0;
  position: relative;
  width: 100%;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label {
    line-height: 24px;
    padding-left: 27px;
  }
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::before, .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::after {
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::before, .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::after {
    top: 3px;
  }
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::before {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 100%;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::after {
  background-color: var(--primary);
  background-image: url("/build/svg/icons/check-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  opacity: 0;
  visibility: hidden;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label a {
  color: var(--primary);
  font-weight: 700;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label a:hover {
  text-decoration: none;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input input[type=checkbox] {
  cursor: pointer;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error {
    padding-left: 27px;
  }
}
.checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error span {
  padding-left: 0;
}
.checkout-locations .checkout-location .join-btn-wrap {
  margin-top: 12px;
  width: 100%;
}
.checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn) {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn) {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
  }
}
.checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn):hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
@media (max-width: 991px) {
  .checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn):hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary);
  }
}
.checkout-locations .checkout-location .payment-method-group {
  width: 100%;
}
.checkout-locations .checkout-location .each-payment-method {
  margin-bottom: 10px;
  width: 100%;
}
.checkout-locations .checkout-location .each-payment-method:last-child {
  margin-bottom: 0;
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .checkout-locations .checkout-location .each-payment-method.apple-method {
    display: none;
  }
}
.checkout-locations .checkout-location .each-payment-method.apple-method .pay-method-contain {
  text-align: center;
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .checkout-locations .checkout-location .each-payment-method.credit-debit-method .payment-method-btn {
    background-color: var(--secondary) !important;
    border-radius: 12px 12px 0 0 !important;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .checkout-locations .checkout-location .each-payment-method.credit-debit-method .payment-method-btn::after {
    -webkit-transform: scaleX(1) translateY(-50%) !important;
        -ms-transform: scaleX(1) translateY(-50%) !important;
            transform: scaleX(1) translateY(-50%) !important;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .checkout-locations .checkout-location .each-payment-method.credit-debit-method .pay-method-contain {
    display: block !important;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  padding: 8px 15px 8px 44px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 38px;
    padding-top: 10px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn {
    font-size: 14.5px;
    padding-bottom: 9px;
    padding-left: 32px;
    padding-top: 11px;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn::before, .checkout-locations .checkout-location .each-payment-method .payment-method-btn::after {
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn::before {
  border: 1px solid var(--primary);
  height: 18px;
  left: 15px;
  width: 18px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn::before {
    height: 16px;
    left: 12px;
    width: 16px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn::before {
    height: 14px;
    left: 10px;
    width: 14px;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn::after {
  background-color: var(--primary);
  height: 10px;
  left: 19px;
  -webkit-transform: scaleX(0) translateY(-50%);
      -ms-transform: scaleX(0) translateY(-50%);
          transform: scaleX(0) translateY(-50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 10px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn::after {
    height: 8px;
    left: 16px;
    width: 8px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn::after {
    left: 13px;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn.active {
  background-color: var(--secondary);
  border-radius: 12px 12px 0 0;
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn.active::after {
  -webkit-transform: scaleX(1) translateY(-50%);
      -ms-transform: scaleX(1) translateY(-50%);
          transform: scaleX(1) translateY(-50%);
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn.credit-option {
  padding-right: 128px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn.credit-option {
    padding-right: 100px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn.credit-option {
    padding-right: 80px;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn.apple-option {
  padding-right: 74px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn.apple-option {
    padding-right: 64px;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn .visa-icon {
  height: 18px;
  right: 58px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn .visa-icon {
    height: 15px;
    right: 46px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn .visa-icon {
    height: 11px;
    right: 37px;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn .mastercard-icon {
  height: 22px;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn .mastercard-icon {
    height: 18px;
    right: 12px;
  }
}
@media (max-width: 360px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn .mastercard-icon {
    height: 15px;
    right: 10px;
  }
}
.checkout-locations .checkout-location .each-payment-method .payment-method-btn .applepay-icon {
  height: 20px;
  width: auto;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .payment-method-btn .applepay-icon {
    height: 18px;
    right: 12px;
  }
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain {
  border: 1px solid var(--primary);
  border-radius: 0 0 12px 12px;
  border-top: 0;
  display: none;
  padding: 40px 30px 30px;
  position: relative;
  top: -10px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .each-payment-method .pay-method-contain {
    padding: 36px 24px 26px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .pay-method-contain {
    padding: 34px 15px 24px;
  }
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain .pay-iframe-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  min-height: 314px;
  width: 100%;
}
@media (max-width: 431px) {
  .checkout-locations .checkout-location .each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
    min-height: 308px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 417px) {
  .checkout-locations .checkout-location .each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
    min-height: 323px;
  }
}
@media (max-width: 386px) {
  .checkout-locations .checkout-location .each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
    min-height: 324px;
  }
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain .pay-iframe-wrap #pretelr {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: auto;
  margin: 0 auto;
  min-height: 210px;
  text-align: center;
  width: 210px;
}
@media (max-width: 440px) {
  .checkout-locations .checkout-location .each-payment-method .pay-method-contain .pay-iframe-wrap #pretelr {
    width: 230px;
  }
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain .apple-pay {
  -webkit-appearance: -apple-pay-button;
     -moz-appearance: -apple-pay-button;
          appearance: -apple-pay-button;
  background-color: var(--primary);
  border: 0;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 46px;
  line-height: 20px;
  max-height: 46px;
  max-width: 100%;
  min-width: 164px;
  padding: 13px 20px;
  text-align: center;
  width: auto;
}
@media (max-width: 575px) {
  .checkout-locations .checkout-location .each-payment-method .pay-method-contain .apple-pay {
    height: 40px;
    max-height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain .apple-pay:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain .apple-pay-button-black-with-text {
  -apple-pay-button-style: var(--primary);
}
.checkout-locations .checkout-location .each-payment-method .pay-method-contain .apple-pay-button-with-text {
  -webkit-appearance: -apple-pay-button;
     -moz-appearance: -apple-pay-button;
          appearance: -apple-pay-button;
  display: inline-block;
  -apple-pay-button-type: check-out;
}
.checkout-locations .checkout-location .signature-membership {
  display: none;
  margin-top: 22px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .signature-membership {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.checkout-locations .checkout-location .signature-membership h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: 14px;
  padding-left: 21px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .signature-membership h3 {
    padding-left: 0;
    text-align: center;
  }
}
.checkout-locations .checkout-location .signature-membership .signature-dropdown-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -15px;
  width: 100%;
}
.checkout-locations .checkout-location .signature-membership .signature-dropdown-group {
  margin-bottom: 15px;
  margin-right: 30px;
  max-width: calc(50% - 15px);
  width: 367px;
}
@media (max-width: 767px) {
  .checkout-locations .checkout-location .signature-membership .signature-dropdown-group {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .checkout-locations .checkout-location .signature-membership .signature-dropdown-group:nth-child(2n+2) {
    margin-right: 0;
  }
}
.checkout-locations .checkout-location .signature-dropdown-box {
  display: inline-block;
  line-height: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-label {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 24px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 50px 12px 20px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: capitalize;
  -webkit-transition: border-radius 0.2s;
  -o-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-label::before {
  background-image: url("/build/svg/icons/angle-down-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 22px;
  top: 0;
  width: 15px;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-label.active {
  border-radius: 24px 24px 0 0;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-label.active::before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-dropdown {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 0 0 24px 24px;
  border-top: 0;
  display: none;
  list-style: none;
  margin: 0 0 -23px;
  overflow: hidden;
  padding: 32px 0 15px;
  position: relative;
  top: -23px;
  z-index: 1;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-dropdown li {
  margin-bottom: 1px;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-dropdown li:last-child {
  margin-bottom: 0;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-dropdown li.active span {
  background-color: var(--gray-e2);
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-dropdown li span {
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  padding: 7px 20px;
  text-transform: capitalize;
}
.checkout-locations .checkout-location .signature-dropdown-box .signature-dropdown li span:hover {
  background-color: var(--gray-e2);
}
.checkout-locations .lc-summary-box {
  border-radius: 24px;
  margin-bottom: 13px;
  overflow: hidden;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  width: 100%;
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box {
    border-radius: 0 0 74px 74px;
    display: none;
    left: 0;
    margin-bottom: 0;
    margin-top: 0 !important;
    overflow: unset;
    padding-top: 86px;
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 9990;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box {
    border-radius: 0 0 24px 24px;
    padding-top: 49px;
    top: 30px;
  }
}
.checkout-locations .lc-summary-box .lc-summary-label {
  display: none;
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label::before {
    background-color: var(--gray-d9);
    border-radius: 0 0 74px 74px;
    bottom: 0;
    content: "";
    display: block;
    height: 116px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .lc-summary-label::before {
    border-radius: 0 0 24px 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .checkout-locations .lc-summary-box .lc-summary-label .smr-title {
    padding-left: calc((100% - 458px) / 2);
    padding-right: calc((100% - 408px) / 2);
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label .smr-title::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label .smr-title::after {
    background-image: url("/build/svg/down-angle-dark.svg");
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .checkout-locations .lc-summary-box .lc-summary-label .smr-title::after {
    right: calc((100% - 458px) / 2);
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label .smr-title h3 {
    color: var(--primary);
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 40px 10px 46px;
    position: relative;
    text-transform: capitalize;
    width: 696px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    width: 516px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    overflow: hidden;
    padding-left: 65px;
    padding-right: 65px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 399px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 370px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    padding-left: 35px;
    padding-right: 40px;
  }
}
@media (max-width: 350px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    background-image: url("/build/svg/icons/noun-location-primary.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0;
    width: 10px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    left: 50px;
  }
}
@media (max-width: 399px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    left: 32px;
  }
}
@media (max-width: 370px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    background-image: url("/build/svg/icons/angle-down-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    width: 15px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    right: 39px;
  }
}
@media (max-width: 399px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    right: 32px;
  }
}
@media (max-width: 370px) {
  .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    right: 20px;
  }
}
.checkout-locations .lc-summary-box .summary-box-dropdown {
  width: 100%;
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .summary-box-dropdown {
    display: none;
    left: 0;
    padding-top: 86px;
    position: absolute;
    top: 0;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .summary-box-dropdown {
    padding-top: 49px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .summary-box-dropdown .presell-checkout {
    left: 0;
    margin-top: -90px;
    max-width: 100%;
    padding-top: 90px;
    position: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .summary-box-dropdown .presell-checkout {
    margin-top: -40px;
    padding-top: 40px;
  }
}
.checkout-locations .lc-summary-box .lc-smr-top {
  background-color: var(--gray-d9);
  border-radius: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-smr-top {
    border-radius: 0 0 74px 74px;
    margin-top: -30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .lc-smr-top {
    border-radius: 0 0 24px 24px;
  }
}
.checkout-locations .lc-summary-box .lc-smr-bottom {
  background-color: var(--gray-f6);
  display: none;
  margin-top: -30px;
  padding: 38px 28px 30px 31px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .lc-smr-bottom {
    background-color: var(--white);
    border-radius: 0 0 74px 74px;
    margin-top: -76px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    padding-bottom: 23px;
    padding-left: calc((100% - 637px) / 2);
    padding-right: calc((100% - 637px) / 2);
    padding-top: 84px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .lc-smr-bottom {
    border-radius: 0 0 24px 24px;
    max-height: calc(100vh - 135px);
    padding-left: calc((100% - 516px) / 2);
    padding-right: calc((100% - 516px) / 2);
  }
}
@media (max-width: 575px) {
  .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-left: 36px;
    padding-right: 29px;
  }
}
@media (max-width: 424px) {
  .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-locations .lc-summary-box .smr-title {
  background-color: var(--primary);
  border-radius: 24px;
  padding: 9px 28px 9px 31px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-locations .lc-summary-box .smr-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .smr-title {
    background-color: transparent;
    border-radius: 0 0 74px 74px;
    padding-left: calc((100% - 637px) / 2);
    padding-right: calc((100% - 585px) / 2);
    padding-top: 10px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-title {
    border-radius: 0 0 24px 24px;
    padding-left: calc((100% - 516px) / 2);
    padding-right: calc((100% - 476px) / 2);
    padding-top: 9px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .lc-summary-box .smr-title {
    padding-left: 36px;
    padding-right: 60px;
  }
}
@media (max-width: 424px) {
  .checkout-locations .lc-summary-box .smr-title {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .smr-title::before {
    background-color: var(--gray-72);
    border-radius: 0 0 74px 74px;
    bottom: 0;
    content: "";
    display: block;
    height: 115px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-title::before {
    border-radius: 0 0 24px 24px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .smr-title::after {
    background-image: url("/build/svg/down-angle-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: calc((100% - 640px) / 2);
    top: 0;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    width: 16px;
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-title::after {
    right: calc((100% - 506px) / 2);
  }
}
@media (max-width: 575px) {
  .checkout-locations .lc-summary-box .smr-title::after {
    right: 30px;
  }
}
@media (max-width: 424px) {
  .checkout-locations .lc-summary-box .smr-title::after {
    right: 20px;
  }
}
.checkout-locations .lc-summary-box .smr-title h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 420px) {
  .checkout-locations .lc-summary-box .smr-title h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.checkout-locations .lc-summary-box .smr-selected {
  padding: 3px 28px 8px 31px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .smr-selected {
    padding-left: calc((100% - 637px) / 2);
    padding-right: calc((100% - 637px) / 2);
  }
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-selected {
    padding-left: calc((100% - 516px) / 2);
    padding-right: calc((100% - 516px) / 2);
    padding-top: 7px;
  }
}
@media (max-width: 575px) {
  .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 36px;
    padding-right: 29px;
  }
}
@media (max-width: 424px) {
  .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-locations .lc-summary-box .smr-selected p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-selected p {
    margin-top: 4px;
  }
}
.checkout-locations .lc-summary-box .smr-selected .no-step-selected,
.checkout-locations .lc-summary-box .smr-selected .coming-soon-step-selected {
  width: 100%;
}
.checkout-locations .lc-summary-box .smr-selected .no-step-selected {
  margin-bottom: 8px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-selected .no-step-selected {
    margin-top: 4px;
  }
}
.checkout-locations .lc-summary-box .smr-selected .no-step-selected p {
  margin: 0;
}
.checkout-locations .lc-summary-box .smr-detail-group {
  display: none;
  width: 100%;
}
.checkout-locations .lc-summary-box .smr-detail-group .ck-tooltip-title .ck-tooltip-description {
  bottom: auto;
  top: 100%;
}
.checkout-locations .lc-summary-box .smr-detail-group .smr-detail-each .smr-detail-title {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: 50%;
  white-space: nowrap;
}
.checkout-locations .lc-summary-box .smr-detail-group .smr-detail-each .smr-detail-right {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  white-space: unset;
}
.checkout-locations .lc-summary-box .smr-detail-each {
  color: var(--primary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-detail-each {
    margin-bottom: 0;
  }
}
.checkout-locations .lc-summary-box .smr-detail-each:last-child {
  margin-bottom: 0;
}
.checkout-locations .lc-summary-box .smr-detail-each .smr-detail-title {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding-right: 16px;
}
@media (max-width: 480px) {
  .checkout-locations .lc-summary-box .smr-detail-each .smr-detail-title {
    padding-right: 10px;
  }
}
.checkout-locations .lc-summary-box .smr-detail-each .smr-detail-right {
  font-weight: 700;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.checkout-locations .lc-summary-box .smr-billlist {
  margin-bottom: 52px;
  width: 100%;
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .smr-billlist {
    margin-bottom: 40px;
  }
}
.checkout-locations .lc-summary-box .smr-billlist:last-child {
  margin-bottom: 0;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each {
  margin-bottom: 0;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.pay-value {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.pay-value .smr-detail-right {
  font-weight: 800;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal {
    margin-top: 7px;
  }
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal .smr-detail-title {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  line-height: 24px;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal .smr-detail-title span {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal .smr-detail-right {
  white-space: nowrap;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total {
  border-bottom: 0.5px solid var(--primary);
  border-top: 0.5px solid var(--primary);
  font-size: 16px;
  font-weight: 800;
  margin-top: 6px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total .smr-detail-right {
  font-weight: 800;
}
.checkout-locations .lc-summary-box .smr-billlist .smr-detail-each .smr-detail-right {
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
.checkout-locations .lc-summary-box .smr-money-back,
.checkout-locations .lc-summary-box ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .smr-money-back,
.checkout-locations .lc-summary-box ul {
    margin-bottom: 18px;
  }
}
.checkout-locations .lc-summary-box .smr-money-back:last-child,
.checkout-locations .lc-summary-box ul:last-child {
  margin-bottom: 0;
}
.checkout-locations .lc-summary-box .smr-money-back li,
.checkout-locations .lc-summary-box ul li {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .checkout-locations .lc-summary-box .smr-money-back li,
.checkout-locations .lc-summary-box ul li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}
.checkout-locations .lc-summary-box .smr-money-back li img,
.checkout-locations .lc-summary-box ul li img {
  display: inline-block;
  height: 24px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  position: absolute;
  top: 0;
  width: 24px;
}
.checkout-locations .lc-summary-box .smr-money-back li:last-child,
.checkout-locations .lc-summary-box ul li:last-child {
  margin-bottom: 0;
}
.checkout-locations .lc-summary-box .smr-money-back li span,
.checkout-locations .lc-summary-box ul li span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}
.checkout-locations .lc-summary-box .smr-descrb-text {
  width: 100%;
}
.checkout-locations .lc-summary-box .smr-descrb-text p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.footer-small {
  background-color: var(--primary);
  color: var(--white);
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1499px) {
  .footer-small {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .footer-small {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.footer-small::before {
  display: none;
}
.footer-small svg {
  margin-bottom: 5px;
}
.footer-small .site-footer__legal p {
  color: var(--white);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer-small .site-footer__legal p {
    font-size: 12px;
    line-height: 16px;
  }
}

.ck-tooltip-title {
  display: inline-block;
  position: relative;
}
.ck-tooltip-title.hover .ck-tooltip-description {
  opacity: 1;
  visibility: visible;
}
.ck-tooltip-title .ck-tooltip-mark {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--primary);
  border-radius: 100%;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
}
.ck-tooltip-title .ck-tooltip-mark img {
  height: auto;
  margin-top: 1px;
  width: 6px;
}
.ck-tooltip-title small,
.ck-tooltip-title .small {
  font-size: 70%;
  line-height: 70%;
}
.ck-tooltip-title .ck-tooltip-description {
  background-color: var(--secondary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  bottom: calc(100% + 2px);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  left: 0;
  line-height: 14px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  -webkit-transition: opacity, visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity, visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity, visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 200px;
  word-break: break-word;
  z-index: 5;
}
.ck-tooltip-title .ck-tooltip-description * {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 6px;
}
.ck-tooltip-title .ck-tooltip-description *:last-child {
  margin-bottom: 0;
}

.form-tk-msg {
  display: none;
  text-align: center;
  width: 100%;
}
.form-tk-msg .in {
  margin: 0 auto;
  max-width: 100%;
  width: 521px;
}
.form-tk-msg .msg-icon-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin: 0 auto 54px;
  padding-left: 44px;
  position: relative;
  width: 182px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .form-tk-msg .msg-icon-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .form-tk-msg .msg-icon-wrap {
    height: 106px;
    width: 162px;
  }
}
@media (max-width: 767px) {
  .form-tk-msg .msg-icon-wrap {
    height: 73px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14px;
    padding-left: 0;
    width: 111px;
  }
}
.form-tk-msg .msg-icon-wrap::before {
  background-image: url("/build/svg/checkout/check-iconbg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.form-tk-msg .msg-icon-wrap .msg-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
}
@media (max-width: 991px) {
  .form-tk-msg .msg-icon-wrap .msg-icon {
    height: 89px;
    width: 89px;
  }
}
@media (max-width: 767px) {
  .form-tk-msg .msg-icon-wrap .msg-icon {
    height: 58px;
    width: 58px;
  }
}
.form-tk-msg .msg-icon-wrap .msg-icon img {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 38px;
}
@media (max-width: 991px) {
  .form-tk-msg .msg-icon-wrap .msg-icon img {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 767px) {
  .form-tk-msg .msg-icon-wrap .msg-icon img {
    height: 23px;
    width: 23px;
  }
}
.form-tk-msg .msg-decription {
  width: 100%;
}
.form-tk-msg .msg-decription p {
  font-weight: 500;
  letter-spacing: -0.25px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .form-tk-msg .msg-decription p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .form-tk-msg .msg-decription p {
    font-size: 12px;
    line-height: 20px;
  }
}
.form-tk-msg .msg-decription .h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .form-tk-msg .msg-decription .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .form-tk-msg .msg-decription .h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .form-tk-msg .msg-decription .h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px;
  }
}
.form-tk-msg .thnk-social-share-main {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .form-tk-msg .thnk-social-share-main {
    margin-top: 14px;
  }
}
.form-tk-msg .thnk-social-share-main .link-share-box {
  margin-bottom: 32px;
  max-width: 423px;
}
@media (max-width: 767px) {
  .form-tk-msg .thnk-social-share-main .link-share-box {
    margin-bottom: 22px;
    max-width: 385px;
  }
}
@media (max-width: 575px) {
  .form-tk-msg .thnk-social-share-main .link-share-box {
    max-width: 337px;
  }
}
.form-tk-msg .thnk-social-share-main .link-share-box:last-child {
  margin-bottom: 0;
}
.form-tk-msg .thnk-social-share-main .link-share-box .referlink {
  font-weight: 500;
  height: 46px;
  margin-right: -30px;
  padding-left: 20px;
  padding-right: 41px;
}
@media (max-width: 767px) {
  .form-tk-msg .thnk-social-share-main .link-share-box .referlink {
    font-size: 12px;
    height: 36px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-top: 7px;
  }
}
.form-tk-msg .thnk-social-share-main .link-share-box button {
  background-image: none;
  border-radius: 24px;
  height: 46px;
  min-width: 88px;
  padding: 9px 12px;
  position: relative;
  text-align: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .form-tk-msg .thnk-social-share-main .link-share-box button {
    font-size: 13px;
    height: 36px;
    min-width: 70px;
    padding: 6px;
  }
}
@media (max-width: 690px) {
  .form-tk-msg .thnk-social-share-main .link-share-box button {
    font-size: 0;
  }
}
.form-tk-msg .thnk-social-share-main .link-share-box button::before, .form-tk-msg .thnk-social-share-main .link-share-box button::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 26px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .form-tk-msg .thnk-social-share-main .link-share-box button::before, .form-tk-msg .thnk-social-share-main .link-share-box button::after {
    background-size: auto 20px;
  }
}
.form-tk-msg .thnk-social-share-main .link-share-box button::before {
  background-image: url("/build/svg/checkout/ch-copy-icon-white.svg");
}
.form-tk-msg .thnk-social-share-main .link-share-box button::after {
  background-image: url("/build/svg/checkout/ch-copy-icon.svg");
  opacity: 0;
  visibility: hidden;
}
.form-tk-msg .thnk-social-share-main .link-share-box button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.form-tk-msg .thnk-social-share-main .link-share-box button:hover::after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 691px) {
  .form-tk-msg .thnk-social-share-main .link-share-box button.link-copied::before, .form-tk-msg .thnk-social-share-main .link-share-box button.link-copied::after {
    opacity: 0;
    visibility: hidden;
  }
}
.form-tk-msg .thnk-msg-social-share {
  margin-bottom: -6px;
}
.form-tk-msg .thnk-msg-social-share .social-share-btn {
  border-radius: 100%;
  height: 44px;
  margin-bottom: 6px;
  min-width: auto;
  padding: 0;
  width: 44px;
}
@media (max-width: 767px) {
  .form-tk-msg .thnk-msg-social-share .social-share-btn {
    height: 38px !important;
    width: 38px !important;
  }
}
.form-tk-msg .thnk-msg-social-share .social-share-btn img {
  margin: 0;
}
@media (max-width: 767px) {
  .form-tk-msg .thnk-msg-social-share .social-share-btn img {
    margin-right: 0 !important;
    width: 17px !important;
  }
}

.datepicker {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--white);
  min-width: 240px;
  padding: 12px 13px 10px;
  width: 100%;
}
.datepicker::before, .datepicker::after {
  display: none;
}
.datepicker.datepicker-orient-top {
  -webkit-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 12px;
}
.datepicker.datepicker-orient-bottom {
  -webkit-box-shadow: 2px 2px 4px #00000040;
          box-shadow: 2px 2px 4px #00000040;
}
.datepicker > div {
  position: relative;
  width: 100%;
}
.datepicker table {
  text-align: center;
  width: 100%;
}
.datepicker table thead tr th {
  color: var(--white);
}
.datepicker table thead tr th:hover {
  background: transparent;
}
.datepicker table thead tr th.datepicker-switch {
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .datepicker table thead tr th.datepicker-switch {
    font-size: 16px;
  }
}
.datepicker table thead tr th.datepicker-switch:hover {
  background: transparent;
}
.datepicker table thead tr th.datepicker-switch.prev:hover, .datepicker table thead tr th.datepicker-switch.next:hover {
  background: transparent;
}
.datepicker table thead tr th.prev, .datepicker table thead tr th.next {
  color: transparent;
  font-size: 0;
  height: 100%;
  position: relative;
}
.datepicker table thead tr th.prev::before, .datepicker table thead tr th.next::before {
  background-image: url("/build/svg/icons/caret-left-lg-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 9px;
}
.datepicker table thead tr th.prev:hover, .datepicker table thead tr th.next:hover {
  background: transparent;
}
.datepicker table thead tr th.prev::before {
  left: 4px;
}
.datepicker table thead tr th.next::before {
  right: 4px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.datepicker table thead tr th.dow {
  background: transparent;
  border-bottom: 0.5px solid var(--primary);
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 22px;
  padding: 13px 2px 6px;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 1199px) {
  .datepicker table thead tr th.dow {
    font-size: 14px;
    line-height: 20px;
  }
}
.datepicker table tbody tr td {
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 22px;
  margin: 0;
  outline: none;
  padding: 7px 2px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .datepicker table tbody tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
.datepicker table tbody tr td::before {
  background-color: var(--secondary);
  border-radius: 96px;
  content: "";
  display: block;
  height: 32px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 32px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .datepicker table tbody tr td::before {
    height: 30px;
    width: 30px;
  }
}
.datepicker table tbody tr td.focused, .datepicker table tbody tr td:hover {
  background: transparent;
}
.datepicker table tbody tr td:hover:not(.active):not(.disabled)::before {
  background-color: var(--gray-d9);
  opacity: 1;
  visibility: visible;
}
.datepicker table tbody tr td.active:not(.disabled), .datepicker table tbody tr td.active.active:not(.disabled) {
  background-color: transparent;
  background-image: none;
  color: var(--primary);
  font-weight: 600;
  text-shadow: none;
}
.datepicker table tbody tr td.active:not(.disabled)::before, .datepicker table tbody tr td.active.active:not(.disabled)::before {
  opacity: 1;
  visibility: visible;
}
.datepicker table tbody tr td.day {
  background: transparent;
}
.datepicker table tbody tr td.day:not(.active):not(.disabled):not(:hover).old, .datepicker table tbody tr td.day:not(.active):not(.disabled):not(:hover).new {
  color: var(--white);
}
.datepicker table tbody tr td.day:hover:not(.active):not(.disabled) {
  color: var(--primary);
}
.datepicker table tbody tr td.day.focused, .datepicker table tbody tr td.day:hover {
  background: transparent;
}
.datepicker table tbody tr td.disabled {
  color: var(--gray-d9);
  pointer-events: none;
}
.datepicker table tbody tr td span {
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 7px 2px;
  position: relative;
  width: calc(100% / 3);
  z-index: 1;
}
.datepicker table tbody tr td span::before {
  background-color: var(--secondary);
  border-radius: 24px;
  content: "";
  display: block;
  height: calc(100% - 4px);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 60%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .datepicker table tbody tr td span::before {
    width: 80%;
  }
}
.datepicker table tbody tr td span.focused, .datepicker table tbody tr td span:hover {
  background: transparent;
}
.datepicker table tbody tr td span:hover:not(.active):not(.disabled) {
  color: var(--primary);
}
.datepicker table tbody tr td span:hover:not(.active):not(.disabled)::before {
  background-color: var(--gray-d9);
  opacity: 1;
  visibility: visible;
}
.datepicker table tbody tr td span.active:not(.disabled), .datepicker table tbody tr td span.active.active:not(.disabled) {
  background-color: transparent;
  background-image: none;
  color: var(--primary);
  font-weight: 600;
  text-shadow: none;
}
.datepicker table tbody tr td span.active:not(.disabled)::before, .datepicker table tbody tr td span.active.active:not(.disabled)::before {
  opacity: 1;
  visibility: visible;
}
.datepicker table tbody tr td span.year:not(.active):not(.disabled):not(:hover):not(:focus):not(:active).old, .datepicker table tbody tr td span.year:not(.active):not(.disabled):not(:hover):not(:focus):not(:active).new {
  color: var(--white);
}
.datepicker table tbody tr td span.disabled {
  color: var(--gray-d9);
  opacity: 0.4;
  pointer-events: none;
}
.datepicker .datepicker-months table thead,
.datepicker .datepicker-years table thead,
.datepicker .datepicker-decades table thead,
.datepicker .datepicker-centuries table thead {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
.datepicker .datepicker-months table thead tr th,
.datepicker .datepicker-years table thead tr th,
.datepicker .datepicker-decades table thead tr th,
.datepicker .datepicker-centuries table thead tr th {
  padding-bottom: 13px;
}
.datepicker .datepicker-months table thead tr th.prev::before, .datepicker .datepicker-months table thead tr th.next::before,
.datepicker .datepicker-years table thead tr th.prev::before,
.datepicker .datepicker-years table thead tr th.next::before,
.datepicker .datepicker-decades table thead tr th.prev::before,
.datepicker .datepicker-decades table thead tr th.next::before,
.datepicker .datepicker-centuries table thead tr th.prev::before,
.datepicker .datepicker-centuries table thead tr th.next::before {
  height: calc(100% - 13px);
}
.datepicker .datepicker-months table tbody tr td,
.datepicker .datepicker-years table tbody tr td,
.datepicker .datepicker-decades table tbody tr td,
.datepicker .datepicker-centuries table tbody tr td {
  padding: 0;
}
.datepicker .datepicker-months table tbody tr td::before,
.datepicker .datepicker-years table tbody tr td::before,
.datepicker .datepicker-decades table tbody tr td::before,
.datepicker .datepicker-centuries table tbody tr td::before {
  display: none;
}

.btn-loader {
  -webkit-animation: a 1s infinite linear;
          animation: a 1s infinite linear;
  aspect-ratio: 1;
  background: -webkit-radial-gradient(farthest-side, #ffa516 94%, transparent) top/4px 4px no-repeat, conic-gradient(transparent 30%, #ffa516);
  background: -o-radial-gradient(farthest-side, #ffa516 94%, transparent) top/4px 4px no-repeat, conic-gradient(transparent 30%, #ffa516);
  background: radial-gradient(farthest-side, #ffa516 94%, transparent) top/4px 4px no-repeat, conic-gradient(transparent 30%, #ffa516);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  -webkit-mask: -webkit-radial-gradient(farthest-side, transparent calc(100% - 4px), #000 0);
          mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 0);
  vertical-align: middle;
  width: 24px;
}

@-webkit-keyframes a {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.gnwhatsapp-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #022a3a;
  border: 1px solid #fff;
  border-radius: 96px;
  bottom: 130px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-left: 10px;
  padding: 4px 20px 4px 0;
  position: fixed;
  right: 15px;
  text-decoration: none;
  z-index: 99999999;
}
@media (max-width: 991px) {
  .gnwhatsapp-btn {
    bottom: 110px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .gnwhatsapp-btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    bottom: 55px;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    right: 6px;
  }
}
.gnwhatsapp-btn:hover {
  color: #fff;
}
.gnwhatsapp-btn img {
  height: 60px;
  margin: -4px 8px -4px -2px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media (max-width: 991px) {
  .gnwhatsapp-btn img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .gnwhatsapp-btn img {
    height: 30px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .gnwhatsapp-btn img {
    height: 28px;
  }
}

#viewportheight {
  position: absolute;
}
/*# sourceMappingURL=checkout.css.map */
