.page {
  background-color: #fff; }

.checkout-card-header {
  font-size: 1.5rem; }

.grand-total-price {
  float: right;
  font-weight: 600; }

.grand-total-label {
  font-weight: 600; }

.grand-total {
  font-size: 1.125rem !important;
  font-weight: 600; }

.order-receipt-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.product-divider {
  margin-left: -0.625em;
  margin-right: -0.625em; }
  .product-divider hr {
    border-top: dashed 0.063em; }

.product-line-item + .product-line-item::before,
.multi-shipping + .product-line-item::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em; }
  @media (min-width: 992px) {
    .product-line-item + .product-line-item::before,
    .multi-shipping + .product-line-item::before {
      margin: 0.625em -1.225em; } }

.shipment-block + .shipment-block::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em; }
  @media (min-width: 992px) {
    .shipment-block + .shipment-block::before {
      margin: 0.625em -1.225em; } }

.shipping-method {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.hero-confirmation {
  background-image: url("../../images/thankyou.jpg");
  background-position-y: -8.125em; }

.product-summary-block {
  margin: 1em 0; }
  .product-summary-block h3 {
    font-size: 1.25rem; }

.leading-lines {
  overflow: hidden;
  margin: 0; }
  .leading-lines label {
    background-color: white; }
  .leading-lines .start-lines {
    padding: 1px; }
    .leading-lines .start-lines span {
      position: relative;
      background-color: white;
      z-index: 2; }
    .leading-lines .start-lines::before {
      float: left;
      width: 0;
      white-space: nowrap;
      content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
      z-index: 1;
      color: #adadad; }
  .leading-lines .end-lines {
    padding: 1px; }
    .leading-lines .end-lines span {
      position: relative;
      background-color: white;
      z-index: 2; }

.summary-details {
  font-size: 0.938em;
  margin-bottom: 1em; }

.summary-details .address-summary {
  margin-bottom: 0.5em; }

.summary-section-label {
  font-size: 1em;
  font-weight: 600; }
  @media (min-width: 992px) {
    .summary-section-label {
      font-weight: 500; } }

.add-payment {
  margin-top: 1rem; }

.selected-payment {
  background-color: #e9ecef; }

.saved-security-code {
  margin-top: 1rem; }

.saved-credit-card-type {
  font-weight: 600; }

.saved-payment-information {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.payment-information {
  margin-bottom: 1rem; }

.checkout-hidden {
  display: none; }

.card-image {
  margin-top: 0.5rem;
  width: 100%; }

.cancel-new-payment {
  margin-top: 1rem; }

.form-check.start-lines {
  padding-left: 1.5rem; }

.multi-ship .single-shipping .shipping-content {
  display: none; }

.multi-ship .shipping-summary .single-shipping {
  display: none; }

.gift-message-block {
  padding-bottom: 1em;
  padding-top: 1em; }

.single-shipping .summary-section-label {
  margin-bottom: 0; }

.confirm-details .shipping-method,
.confirm-details .shipping-method-price {
  margin-bottom: 0; }

.multi-ship .confirm-details .single-shipping {
  display: none; }

.multi-shipping {
  display: none; }

.contact-info-block {
  border-bottom: 0.063em dashed #ccc; }

.view-address-block h3,
.shipping-method-block h3 {
  font-size: 1.25rem; }

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00; }

.card-number-wrapper {
  position: relative; }
  .card-number-wrapper::after {
    content: '';
    position: absolute;
    right: 3px;
    background-repeat: no-repeat;
    background-image: url("../../images/credit.png");
    background-size: contain;
    width: 48px;
    height: 30px;
    top: 5px; }
  .card-number-wrapper[data-type="visa"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -162px -110px; }
  .card-number-wrapper[data-type="mastercard"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -295px -110px; }
  .card-number-wrapper[data-type="amex"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -230px -15px; }
  .card-number-wrapper[data-type="discover"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -95px -110px; }

.card.ghost {
  opacity: 0.5; }

.arrival-time {
  white-space: pre; }

.billing-address {
  display: block; }

.checkout-checkbox {
  font-size: 0.875em; }

.customer-information-block .btn-link {
  color: var(--skin-link-color-2);
  padding: 0;
  vertical-align: baseline; }

#find-my-location:focus {
  box-shadow: none !important; }

.edit-button,
.btn-show-details,
.btn-add-new {
  color: var(--skin-primary-color-1);
  float: right;
  cursor: pointer; }
  .edit-button:hover,
  .btn-show-details:hover,
  .btn-add-new:hover {
    text-decoration: underline; }

.edit-button {
  border: none;
  padding: 0;
  background: none; }

.form-control {
  color: #6c757d; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
  color: #6c757d; }

#clubCardNumber {
  border: none; }

#clubCardZipCode {
  border: none; }

.error-message {
  display: none; }

.next-step-button {
  position: fixed;
  bottom: 0;
  z-index: 3;
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 543.98px) {
    .next-step-button {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
      .next-step-button div {
        padding: 1rem; } }
  @media (min-width: 544px) {
    .next-step-button {
      position: static;
      padding-right: 0.938em;
      padding-left: 0.938em; } }

.shipping-methods {
  font-size: 1.125em;
  font-weight: 600; }

.shipping-method-option {
  font-size: 0.938em; }

.shipping-method-pricing {
  font-weight: bolder; }

.multi-ship .multi-shipping {
  display: block; }

span.ship-to-name,
span.ship-to-address1,
span.ship-to-address2,
span.ship-to-phone,
span.ship-to-city-st-zip {
  display: block; }

.data-checkout-stage[data-checkout-stage] .card.payment-summary,
.data-checkout-stage[data-checkout-stage] .shipping-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.place-order {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-payment {
  display: none; }

.data-checkout-stage[data-checkout-stage] button.submit-shipping {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.ghost.customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.customer-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.shipping-section {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] .card.payment-form {
  display: none; }

.data-checkout-stage[data-checkout-stage=customer] button.submit-customer {
  display: block; }

.data-checkout-stage[data-checkout-stage=shipping] .card.customer-section {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] button.submit-customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] .card.ghost.customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping].multi-ship .order-product-summary {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] .card.payment-form {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] button.submit-shipping {
  display: block; }

.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] .shipment-selector-block .btn-add-new {
  border: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=customer] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=shipment] .shipping-address-form {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=edit] .shipping-address-block {
  display: none; }

.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=shipping] [data-address-mode=new] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] button.submit-customer {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] .customer-section,
.data-checkout-stage[data-checkout-stage=payment] .shipping-section,
.data-checkout-stage[data-checkout-stage=payment] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] .card.payment-form,
.data-checkout-stage[data-checkout-stage=payment] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage=payment] button.submit-payment {
  display: block; }

.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] .address-selector-block .btn-add-new {
  border: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=customer] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=shipment] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=edit] .billing-address {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=new] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-show-details,
.data-checkout-stage[data-checkout-stage=payment] [data-address-mode=details] .btn-add-new {
  display: none; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.submit-customer,
.data-checkout-stage[data-checkout-stage=placeOrder] .customer-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-section,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-form,
.data-checkout-stage[data-checkout-stage=placeOrder] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=placeOrder] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=placeOrder] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage=placeOrder] button.place-order {
  display: block; }

.data-checkout-stage[data-checkout-stage=submitted] .shipping-form,
.data-checkout-stage[data-checkout-stage=submitted] .card.payment-form,
.data-checkout-stage[data-checkout-stage=submitted] button.submit-customer,
.data-checkout-stage[data-checkout-stage=submitted] .card.ghost {
  display: none; }

.data-checkout-stage[data-checkout-stage=submitted] .summary-section-label.shipping-addr-label {
  display: none; }

.data-checkout-stage[data-checkout-stage=submitted] .card.payment-summary,
.data-checkout-stage[data-checkout-stage=submitted] .shipping-summary {
  display: block; }

.data-checkout-stage[data-checkout-stage=submitted] button.place-order {
  display: none; }

.data-checkout-stage option[value=new] {
  display: none; }

.data-checkout-stage h5 > span {
  font-size: 0.8em; }

[data-customer-type=guest] .single-shipping .shipment-selector-block {
  display: none; }

.single-shipping .multi-ship-action-buttons {
  display: none; }

.single-shipping .view-address-block {
  display: none; }

.btn-show-details {
  padding-top: 0; }

.multi-ship-address-actions .btn-save-multi-ship {
  margin-left: 10px; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.card.customer-section .form-group .icon-eye-slash,
.card.customer-section .form-group .icon-eye-hide-show-password, .card.customer-section .icon-eye-slash,
.card.customer-section .icon-eye-hide-show-password, .newPasswordForm .input-group .icon-eye-slash {
  position: absolute;
  right: 20px; }

.card.customer-section {
  max-width: 1184px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border: none;
  /*Login*/ }
  .card.customer-section .custom-checkbox .custom-control-label::before,
  .card.customer-section .custom-checkbox .custom-control-label::after {
    background-color: var(--color-white);
    border: 1px solid #606367;
    width: 27px;
    height: 22px;
    border-radius: 20px; }
  .card.customer-section .custom-checkbox .custom-control-label {
    width: 100%; }
    .card.customer-section .custom-checkbox .custom-control-label span {
      width: 100%;
      margin: 0 0.25rem 0 1.25rem; }
    .card.customer-section .custom-checkbox .custom-control-label .rememberme-help {
      display: inline;
      margin-right: 1.25rem; }
    .card.customer-section .custom-checkbox .custom-control-label .rememberme-help i {
      padding: 2px;
      cursor: pointer; }
  .card.customer-section .card-header {
    border-bottom: none; }
    .card.customer-section .card-header .nav-tabs {
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      margin-bottom: 20px; }
      .card.customer-section .card-header .nav-tabs .nav-item {
        min-height: 60px; }
        .card.customer-section .card-header .nav-tabs .nav-item:first-child {
          border-right: 1px solid #efefef; }
        .card.customer-section .card-header .nav-tabs .nav-item .nav-link {
          font-family: "Lato", sans-serif;
          font-weight: bold;
          font-size: 17px;
          color: #262626 !important;
          background-color: transparent;
          line-height: normal;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .card.customer-section .card-header .nav-tabs .nav-item .nav-link:hover {
            color: #262626 !important;
            background-color: transparent; }
          .card.customer-section .card-header .nav-tabs .nav-item .nav-link.active {
            border-bottom: 0.188em solid #cca565; }
  .card.customer-section .tab-content .customer-error .alert-danger {
    background: transparent !important;
    border: none !important;
    color: #dc3545; }
  .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .form-control-label {
    font-size: 17px; }
    .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .form-control-label span {
      margin-left: 10px; }
  .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .input-group .input-group-prepend span {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: #fff;
    border-right: none; }
  .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .input-group .form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none; }
  .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .required-field {
    background-image: url("../../images/forms/asterisk.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    background-position-x: 1.5rem;
    background-position-y: 10px;
    padding-left: 2.8rem;
    font-size: 17px; }
  .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .not-required-field {
    padding-left: 2.8rem;
    font-size: 17px; }
  .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .card-body-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    justify-content: space-around; }
    @media (min-width: 544px) {
      .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .card-body-row {
        margin-bottom: 51px;
        padding-bottom: 51px;
        border-bottom: 1px solid #eee; } }
    .card.customer-section .tab-content .tab-pane .card-body .customer-information-block .card-body-row .form-group.password-form i {
      position: absolute;
      right: 25px;
      top: 10px;
      cursor: pointer; }
  .card.customer-section .customer-information-block .card-body-row-1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .card.customer-section .form-group {
    position: relative; }
    .card.customer-section .form-group .icon-eye-slash {
      bottom: 10px; }

.submit-customer-register:hover {
  color: #fff !important;
  background-color: #262626 !important;
  border-color: #262626 !important; }

.submit-customer-login {
  display: inline-flex;
  margin-bottom: 51px;
  background-color: #262626 !important;
  border-color: #262626 !important;
  align-items: center;
  width: 211px;
  height: 50px;
  border-radius: 1.5rem;
  text-transform: initial !important;
  font-size: 18px !important;
  padding: 0.5em 2em;
  font-size: 0.875em;
  text-transform: uppercase;
  outline: none;
  background-color: #262626;
  border-color: #262626;
  color: #ffffff; }
  @media (min-width: 769px) {
    .submit-customer-login {
      width: 100%; } }
  .submit-customer-login .icon {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1rem; }
  .submit-customer-login span {
    width: 100%;
    text-align: center; }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .submit-customer-login {
      font-size: 0.625rem; } }
  .submit-customer-login:hover {
    color: #fff !important; }

.remember-me-row {
  margin-top: 15px; }
  .remember-me-row .remember-me {
    font-size: 1.063rem; }
  .remember-me-row .forgot-password {
    font-family: "Lato", sans-serif;
    font-size: 0.813rem;
    color: #262626;
    text-decoration: underline; }
    @media (min-width: 544px) {
      .remember-me-row .forgot-password {
        margin-bottom: 26px; } }
  .remember-me-row .forgot-password-link {
    cursor: pointer; }
    .remember-me-row .forgot-password-link:hover {
      color: #000000; }

@media (max-width: 991.98px) {
  .submit-customer-sticky-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .submit-customer-sticky-wrapper .submit-customer-login {
      margin-bottom: 0px !important; } }

.submit-customer-sticky-wrapper .submit-customer-login {
  margin-bottom: 51px; }

.submit-customer-sticky-wrapper .submit-customer-login,
.submit-customer-sticky-wrapper .submit-customer-register {
  display: inline-flex;
  align-items: center;
  width: 211px;
  height: 50px;
  border-radius: 1.5rem;
  text-transform: initial !important;
  font-size: 18px !important;
  padding: 0.5em 2em;
  font-size: 0.875em;
  text-transform: uppercase;
  outline: none;
  background-color: #262626;
  border-color: #262626;
  color: #ffffff; }
  @media (min-width: 769px) {
    .submit-customer-sticky-wrapper .submit-customer-login,
    .submit-customer-sticky-wrapper .submit-customer-register {
      width: 100%; } }
  .submit-customer-sticky-wrapper .submit-customer-login .icon,
  .submit-customer-sticky-wrapper .submit-customer-register .icon {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1rem; }
  .submit-customer-sticky-wrapper .submit-customer-login span,
  .submit-customer-sticky-wrapper .submit-customer-register span {
    width: 100%;
    text-align: center; }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .submit-customer-sticky-wrapper .submit-customer-login,
    .submit-customer-sticky-wrapper .submit-customer-register {
      font-size: 0.625rem; } }

.banner-message {
  position: fixed;
  background-color: #e32638;
  bottom: 0px;
  height: 50px;
  width: 80%;
  left: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .banner-message {
      bottom: 94px;
      width: 100%;
      left: 0;
      height: 35px; } }
  .banner-message span {
    color: #ffffff;
    text-align: center; }
    @media (max-width: 991.98px) {
      .banner-message span {
        font-size: 13px; } }

.validations .list-item {
  display: flex;
  font-size: 0.875rem;
  width: 100%; }
  .validations .list-item::before {
    content: ">";
    margin-right: 5px; }
  .validations .list-item.valid {
    color: #63b8a4; }
  .validations .list-item .heavy {
    font-weight: 500; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.phone-container {
  display: flex;
  flex-wrap: nowrap; }
  .phone-container .account-phone-country-selector {
    width: 88px; }
    .phone-container .account-phone-country-selector .js-dropdownPhoneCountrySelector {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .phone-container .account-phone-country-selector .js-dropdownPhoneCountrySelector::after {
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        width: 0;
        height: 0;
        display: inline-block;
        margin-bottom: 0.125em;
        vertical-align: 0.155em;
        font-size: unset; }
    .phone-container .account-phone-country-selector .dropdown-phone-country-selector {
      width: 88px;
      min-width: 88px;
      top: 97%; }
  .phone-container .phone-number-block {
    flex-grow: 1;
    position: relative;
    margin-left: 12px; }
    .phone-container .phone-number-block .phone-prefix-field {
      position: absolute;
      top: 0;
      height: calc(1.5em + 0.75rem + 2px);
      padding-left: 21px;
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
      display: flex;
      align-items: center;
      font-size: 1rem;
      color: #262626; }
  .phone-container #phone,
  .phone-container #bookAddressPhone,
  .phone-container .phone-number-block .shippingPhoneNumber {
    padding-left: 70px;
    background-image: none; }
    .phone-container #phone:not(.invalid-feedback),
    .phone-container #bookAddressPhone:not(.invalid-feedback),
    .phone-container .phone-number-block .shippingPhoneNumber:not(.invalid-feedback) {
      color: #262626; }
    .phone-container #phone.is-valid,
    .phone-container #bookAddressPhone.is-valid,
    .phone-container .phone-number-block .shippingPhoneNumber.is-valid {
      box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.25);
      border: 1px solid #19e2b4 !important; }
    .phone-container #phone.invalid-feedback,
    .phone-container #bookAddressPhone.invalid-feedback,
    .phone-container .phone-number-block .shippingPhoneNumber.invalid-feedback {
      padding-left: 0; }

.card.customer-section .card-body .phone-number-block .phone-prefix-field {
  height: 49px; }

.card.customer-section .tab-content .tab-pane .card-body .customer-information-block .phone-prefix-field {
  font-size: 17px; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.ui-autocomplete {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  background-color: #fff;
  cursor: default;
  float: left;
  margin: 2px 0 0 0;
  padding: 4px 0;
  min-width: 160px;
  z-index: 1; }
  .ui-autocomplete .ui-menu-item {
    display: block;
    padding: 2px 12px;
    clear: both;
    font-weight: normal;
    line-height: 1.5em;
    max-width: 650px; }
    .ui-autocomplete .ui-menu-item.ui-state-focus {
      background-color: #ccfff4;
      color: #000; }

.autocomplete-field-selected {
  box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border: 1px solid #19e2b4 !important; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

div[data-action="Login-Show"] {
  background-color: #ffffff; }

.registration {
  padding: 0 16px; }
  @media (min-width: 769px) {
    .registration {
      padding: 0; } }

.login-page-title .customer-1 {
  color: #cca565;
  font-family: "MarydaleRegular", sans-serif;
  margin-right: -5px;
  font-size: 30px;
  text-transform: capitalize; }

.login-page-title .customer-2 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase; }

.required-field {
  background-image: url("../../images/forms/asterisk.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position-x: 1.5rem;
  background-position-y: 10px;
  padding-left: 2.8rem; }

.card {
  border: 0; }
  .card.customer-section .card-header .nav-tabs .nav-item {
    width: 50%; }
  .card.customer-section .card-body {
    padding: 20px 0; }
    .card.customer-section .card-body .form-control {
      box-shadow: none;
      border-color: #ced4da;
      height: 49px;
      border-radius: 1.5rem; }
      .card.customer-section .card-body .form-control.custom-select {
        background-image: url("../../images/icons/arrow-down-filled-triangle.svg");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position-x: 95%;
        background-position-y: 20px;
        padding-left: 2.8rem; }
    .card.customer-section .card-body .form-group input.is-invalid {
      border-color: #e32638; }
  .card.customer-section .icon-eye-slash,
  .card.customer-section .icon-eye-hide-show-password {
    top: 50px; }
  .card.customer-section .club-card-form {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
    background-color: #ddaf79;
    border-radius: 15px;
    margin-bottom: 40px; }
    .card.customer-section .club-card-form .club-card-col-1 .icon {
      width: 3.7rem;
      height: 3.7rem; }
    .card.customer-section .club-card-form .club-card-col-1 .club-card-label {
      line-height: 1.3rem;
      color: #fff;
      font-weight: 700;
      font-size: 0.8rem;
      text-transform: uppercase; }
    .card.customer-section .club-card-form .club-card-col-2 .form-control {
      height: 50px;
      border-radius: 1.5rem;
      padding-left: 1.5rem; }

.newsletter-sms-form .newsletter-col,
.newsletter-sms-form .sms-col {
  height: 100%;
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .newsletter-sms-form .newsletter-col .icon,
  .newsletter-sms-form .sms-col .icon {
    align-self: center;
    width: 3rem;
    height: 3rem; }
  .newsletter-sms-form .newsletter-col .custom-radio.custom-control,
  .newsletter-sms-form .sms-col .custom-radio.custom-control {
    padding-left: 0; }
    .newsletter-sms-form .newsletter-col .custom-radio.custom-control label,
    .newsletter-sms-form .sms-col .custom-radio.custom-control label {
      padding-left: 38px; }
  .newsletter-sms-form .newsletter-col .custom-control-input:focus ~ .custom-control-label::before,
  .newsletter-sms-form .sms-col .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .newsletter-sms-form .newsletter-col .custom-radio .custom-control-label::before,
  .newsletter-sms-form .newsletter-col .custom-radio .custom-control-label::after,
  .newsletter-sms-form .sms-col .custom-radio .custom-control-label::before,
  .newsletter-sms-form .sms-col .custom-radio .custom-control-label::after {
    background: var(--color-grey0);
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 0%;
    background-position: center center;
    background-size: 21px;
    border: 1px solid #262626;
    width: 21px;
    height: 21px;
    left: 0;
    transition: none; }
  .newsletter-sms-form .newsletter-col .custom-radio .custom-control-label.error::before,
  .newsletter-sms-form .newsletter-col .custom-radio .custom-control-label.error::after,
  .newsletter-sms-form .sms-col .custom-radio .custom-control-label.error::before,
  .newsletter-sms-form .sms-col .custom-radio .custom-control-label.error::after {
    border: 1px solid red; }
  .newsletter-sms-form .newsletter-col .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
  .newsletter-sms-form .sms-col .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    width: 11px;
    height: 11px;
    background: #262626;
    left: 5px; }
  .newsletter-sms-form .newsletter-col .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
  .newsletter-sms-form .sms-col .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background: var(--color-grey0);
    border: 1px solid #262626; }
  .newsletter-sms-form .newsletter-col .custom-control-input:checked,
  .newsletter-sms-form .sms-col .custom-control-input:checked {
    width: 11px;
    height: 11px;
    background: #262626;
    left: 5px; }

.newsletter-sms-form .newsletter-col {
  padding: 1.875rem 1rem 1.875rem 1.25rem; }
  .newsletter-sms-form .newsletter-col .icon {
    margin-bottom: 2rem; }

.newsletter-sms-form .sms-col {
  padding: 0.75rem 1rem 1.875rem 1.25rem; }
  .newsletter-sms-form .sms-col .icon {
    margin-bottom: 1.39rem; }

.mandatory-field-description {
  text-align: end;
  font-size: 0.8rem; }

.validations .list-item {
  display: flex;
  font-size: 0.875rem;
  width: 100%; }
  .validations .list-item::before {
    content: ">";
    margin-right: 5px; }
  .validations .list-item.valid {
    color: #63b8a4; }
  .validations .list-item .heavy {
    font-weight: 500; }

.login-page-title {
  margin-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px #d3d3d3 solid; }
  .login-page-title .customer-1 {
    font-size: 2.875rem; }
  .login-page-title .customer-2 {
    font-size: 1.75rem; }

.newPasswordForm {
  margin-top: 18px; }
  .newPasswordForm .form-control-label {
    font-size: 17px;
    font-weight: 500; }
  .newPasswordForm .input-group {
    position: relative;
    width: 415px; }
    @media (max-width: 768.98px) {
      .newPasswordForm .input-group {
        width: 100%; } }
    .newPasswordForm .input-group .icon-eye-slash {
      cursor: pointer;
      top: 12px; }
  .newPasswordForm .form-control {
    width: 415px;
    height: 50px;
    border-radius: 1.875rem !important; }
    .newPasswordForm .form-control:focus {
      z-index: unset; }
    @media (max-width: 768.98px) {
      .newPasswordForm .form-control {
        width: 100%; } }
    .newPasswordForm .form-control.required-field {
      background-image: url("../../images/forms/asterisk.svg");
      background-repeat: no-repeat;
      background-size: 6px;
      background-position-x: 1.5rem;
      background-position-y: 10px;
      padding-left: 2.8rem; }
  .newPasswordForm .submit-new-password {
    width: 290px;
    height: 50px;
    background-color: #262626;
    border-color: #262626;
    border-radius: 1.875rem;
    color: #fff;
    position: relative;
    font-size: 1.125rem; }
    .newPasswordForm .submit-new-password .icon {
      position: absolute;
      left: 30px;
      width: 1.2rem;
      height: 1.2rem; }
    .newPasswordForm .submit-new-password:hover {
      background-color: #262626;
      color: #fff;
      border-color: #262626; }
    .newPasswordForm .submit-new-password:disabled {
      background-color: #222; }
  .newPasswordForm .mandatory-fields span {
    font-size: 0.813rem;
    color: #262626; }

@media (max-width: 768.98px) {
  .submit-new-password-container {
    position: fixed;
    padding: 20px;
    bottom: 0;
    z-index: 999;
    box-shadow: 0px -5px 10px #eee; } }

/*# sourceMappingURL=login.css.map*/