@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);/* stylelint-disable scss/media-feature-value-dollar-variable */
.page {
  background-color: #f9f9f9; }

.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: #d03a3a; }

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

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

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

.customerinfo-content {
  padding: 4px 8px 24px 8px; }

.customerinfo-content .next-step-button button,
.shippingmethod-content .next-step-button button,
.paymentmethod-content .next-step-button button {
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px; }
  .customerinfo-content .next-step-button button:hover, .customerinfo-content .next-step-button button:focus,
  .shippingmethod-content .next-step-button button:hover,
  .shippingmethod-content .next-step-button button:focus,
  .paymentmethod-content .next-step-button button:hover,
  .paymentmethod-content .next-step-button button:focus {
    border: none; }

.product-line-item + .product-line-item::before {
  content: "";
  display: block;
  border-bottom: none;
  margin: 0 0 24px 0; }
  @media (min-width: 992px) {
    .product-line-item + .product-line-item::before {
      margin: 0 0 24px 0; } }

.checkout-header-navigation {
  margin-top: 0px !important; }

.header-navigation {
  pointer-events: visible; }
  .header-navigation .header {
    pointer-events: visible; }

@media (max-width: 991.98px) {
  .data-checkout-stage {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }

.data-checkout-stage[data-checkout-stage] .next-step-button button {
  display: none; }

.data-checkout-stage[data-checkout-stage=customerinfo] .shippingmethod-content,
.data-checkout-stage[data-checkout-stage=customerinfo] .paymentmethod-content {
  display: none; }

.data-checkout-stage[data-checkout-stage=customerinfo] button.submit-shippingmethod,
.data-checkout-stage[data-checkout-stage=customerinfo] button.submit-paymentmethod {
  display: none; }

.data-checkout-stage[data-checkout-stage=customerinfo] button.submit-customerinfo {
  display: block;
  font-size: 16px;
  font-weight: 700; }

.data-checkout-stage[data-checkout-stage=shippingmethod] .customerinfo-content,
.data-checkout-stage[data-checkout-stage=shippingmethod] .paymentmethod-content {
  display: none; }

.data-checkout-stage[data-checkout-stage=shippingmethod] button.submit-paymentmethod,
.data-checkout-stage[data-checkout-stage=shippingmethod] button.submit-customerinfo {
  display: none; }

.data-checkout-stage[data-checkout-stage=shippingmethod] .shippingmethod-content {
  display: block; }

.data-checkout-stage[data-checkout-stage=shippingmethod] button.submit-shippingmethod {
  display: block;
  font-size: 16px;
  font-weight: 700; }

.data-checkout-stage[data-checkout-stage=paymentmethod] .customerinfo-content,
.data-checkout-stage[data-checkout-stage=paymentmethod] .shippingmethod-content {
  display: none; }

.data-checkout-stage[data-checkout-stage=paymentmethod] button.submit-customerinfo,
.data-checkout-stage[data-checkout-stage=paymentmethod] button.submit-shippingmethod {
  display: none; }

.data-checkout-stage[data-checkout-stage=paymentmethod] .paymentmethod-content {
  display: block; }

.data-checkout-stage[data-checkout-stage=paymentmethod] button.submit-paymentmethod {
  display: block;
  font-size: 16px;
  font-weight: 700; }

.checkout-contact-block {
  visibility: hidden !important;
  padding: 0px;
  height: inherit; }

.checkout-maincontent {
  background: #fff;
  padding-bottom: 74px; }
  @media (max-width: 991.98px) {
    .checkout-maincontent {
      padding-bottom: 40px; } }
  .checkout-maincontent .sign-up-button {
    font-weight: 700;
    color: #2258ce !important;
    border-bottom: 1.5px solid #2258ce; }
  .checkout-maincontent .valid-input {
    top: 50px; }
  .checkout-maincontent .next-step-button {
    position: relative;
    box-shadow: none; }
    @media (max-width: 543.98px) {
      .checkout-maincontent .next-step-button div {
        padding: 0px; } }
  .checkout-maincontent .order-summary {
    padding: 0px 8px 8px 8px !important; }
    .checkout-maincontent .order-summary .next-step-button {
      background-color: transparent; }
      .checkout-maincontent .order-summary .next-step-button div {
        padding: 0; }
      .checkout-maincontent .order-summary .next-step-button button {
        margin: 0;
        max-width: 100%; }
  .checkout-maincontent .subtotal-item,
  .checkout-maincontent .shipping-item,
  .checkout-maincontent .loyalty-item {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    letter-spacing: 0.02em;
    color: #0f1018;
    text-transform: uppercase; }
  .checkout-maincontent .grand-total {
    font-family: Inter, sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 19.36px;
    text-transform: uppercase;
    padding-top: 8px; }
    .checkout-maincontent .grand-total .order-receipt-label {
      font-size: 16px !important;
      font-weight: 700; }
  .checkout-maincontent .order-receipt-label,
  .checkout-maincontent .order-receipt-value {
    margin-bottom: 8px;
    font-weight: 600; }
  .checkout-maincontent .loyalty-item__content {
    display: -ms-flexbox;
    display: flex;
    padding: 2px 4px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #f6e952; }
  .checkout-maincontent .order-discounts-block .order-receipt-label,
  .checkout-maincontent .order-discounts-block .applied-promotion-discount {
    color: #2291ff; }
  .checkout-maincontent .coupon-code-card {
    background-color: #f9f9f9;
    margin: 24px 0; }
  .checkout-maincontent .product-line-item .col-2 {
    padding-right: 9px; }
  .checkout-maincontent .product-line-item .col-6 {
    padding-left: 0; }
  .checkout-maincontent .product-line-item .line-item-image {
    min-width: 67px;
    height: 87px;
    display: block;
    position: relative;
    padding-top: calc(2500 * 30px / 1875);
    margin-right: 8px; }
    .checkout-maincontent .product-line-item .line-item-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .checkout-maincontent .product-line-item .line-item-image img {
      background-color: #eaeaea; }
      .checkout-maincontent .product-line-item .line-item-image img[data-packshot="true"] {
        padding: 10% 8%; }
  .checkout-maincontent .product-line-item .line-item-image-wrapper {
    padding-right: 0; }
  .checkout-maincontent .product-line-item .line-item-name {
    color: #0f1018;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 700;
    padding-bottom: 4px;
    white-space: normal;
    margin-bottom: auto; }
    @media (max-width: 543.98px) {
      .checkout-maincontent .product-line-item .line-item-name {
        padding-bottom: 0px; } }
  .checkout-maincontent .product-line-item .line-item-qty {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    margin-bottom: 4px; }
  .checkout-maincontent .product-line-item .line-item-attributes {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px; }
    @media (max-width: 543.98px) {
      .checkout-maincontent .product-line-item .line-item-attributes {
        display: -ms-flexbox;
        display: flex; }
        .checkout-maincontent .product-line-item .line-item-attributes div:first-child {
          margin-right: 16px; } }
  .checkout-maincontent .product-line-item .line-item-price {
    font-family: Inter, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 15.6px; }
    @media (max-width: 543.98px) {
      .checkout-maincontent .product-line-item .line-item-price {
        display: none; } }
    .checkout-maincontent .product-line-item .line-item-price .strike-through {
      color: #707070;
      font-weight: 500; }
      @media (max-width: 768.98px) {
        .checkout-maincontent .product-line-item .line-item-price .strike-through {
          margin-left: 5px; } }
    .checkout-maincontent .product-line-item .line-item-price .sales {
      font-family: Inter, sans-serif;
      color: #0f1018;
      line-height: 130%;
      letter-spacing: 0;
      font-size: 12px;
      font-weight: 700; }
    .checkout-maincontent .product-line-item .line-item-price .discount {
      margin-left: 4px;
      font-weight: 700;
      font-size: 12px;
      line-height: 25px;
      color: #2291ff; }
      @media (max-width: 768.98px) {
        .checkout-maincontent .product-line-item .line-item-price .discount {
          margin-right: 10px; } }
    .checkout-maincontent .product-line-item .line-item-price .price {
      -ms-flex-align: end;
          align-items: end; }
      .checkout-maincontent .product-line-item .line-item-price .price del {
        font-size: 12px;
        font-family: Inter, sans-serif; }
      .checkout-maincontent .product-line-item .line-item-price .price.member {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .checkout-maincontent .product-line-item .line-item-price .price.member .strike-through {
          margin-right: 0; }
          @media (max-width: 768.98px) {
            .checkout-maincontent .product-line-item .line-item-price .price.member .strike-through {
              margin-left: 0px; } }
        .checkout-maincontent .product-line-item .line-item-price .price.member del {
          color: #707070;
          line-height: 100%; }
          @media (min-width: 769px) {
            .checkout-maincontent .product-line-item .line-item-price .price.member del {
              margin-top: 2px; } }
        @media (max-width: 543.98px) {
          .checkout-maincontent .product-line-item .line-item-price .price.member {
            -ms-flex-align: start;
                align-items: flex-start; } }
        .checkout-maincontent .product-line-item .line-item-price .price.member .member-label {
          margin-bottom: 4px; }
          @media (max-width: 543.98px) {
            .checkout-maincontent .product-line-item .line-item-price .price.member .member-label {
              margin-bottom: 6px;
              margin-top: 4px; } }
        .checkout-maincontent .product-line-item .line-item-price .price.member .price-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: end;
              align-items: flex-end;
          -ms-flex-pack: start;
              justify-content: start;
          gap: 2px;
          line-height: 130%;
          margin-top: 2px; }
          .checkout-maincontent .product-line-item .line-item-price .price.member .price-container .sales {
            line-height: 130%;
            margin-right: 0px; }
            @media (max-width: 768.98px) {
              .checkout-maincontent .product-line-item .line-item-price .price.member .price-container .sales {
                margin-right: 0px; } }
            @media (max-width: 543.98px) {
              .checkout-maincontent .product-line-item .line-item-price .price.member .price-container .sales {
                margin-right: 15px; } }
          .checkout-maincontent .product-line-item .line-item-price .price.member .price-container .secondary {
            font-family: Inter, sans-serif;
            font-size: 10px;
            font-weight: 500;
            font-style: italic;
            letter-spacing: 0;
            line-height: 130%;
            color: #707070;
            white-space: nowrap; }
            @media (max-width: 543.98px) {
              .checkout-maincontent .product-line-item .line-item-price .price.member .price-container .secondary {
                margin-left: 9px; } }
            .checkout-maincontent .product-line-item .line-item-price .price.member .price-container .secondary .members-price .applicable {
              margin-top: 2px; }
  @media (max-width: 543.98px) {
    .checkout-maincontent .product-line-item .line-item-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .checkout-maincontent .product-line-item .line-item-price-mobile {
    display: none; }
    @media (max-width: 543.98px) {
      .checkout-maincontent .product-line-item .line-item-price-mobile {
        display: block;
        margin-top: auto; }
        .checkout-maincontent .product-line-item .line-item-price-mobile .price {
          -ms-flex-direction: row;
              flex-direction: row; }
        .checkout-maincontent .product-line-item .line-item-price-mobile .price.member .price-container {
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
          -ms-flex-align: center;
              align-items: center; }
          .checkout-maincontent .product-line-item .line-item-price-mobile .price.member .price-container.applicable {
            -ms-flex-direction: row;
                flex-direction: row; }
        .checkout-maincontent .product-line-item .line-item-price-mobile .sales,
        .checkout-maincontent .product-line-item .line-item-price-mobile .discount,
        .checkout-maincontent .product-line-item .line-item-price-mobile .strike-through,
        .checkout-maincontent .product-line-item .line-item-price-mobile del {
          line-height: 15.6px; }
        .checkout-maincontent .product-line-item .line-item-price-mobile .summary-promotion-label {
          display: none; } }
  .checkout-maincontent .product-line-item .bundle-item {
    font-size: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #d03a3a; }
  .checkout-maincontent .product-line-item .summary-promotion-label {
    color: #df4944;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    display: block; }
  .checkout-maincontent .address-zipcode {
    padding-right: 9.5px;
    width: 50%; }
  .checkout-maincontent .address-city {
    padding-left: 9.5px;
    width: 50%; }

@media (min-width: 1200px) {
  .customerinfo-section,
  .shippingmethod-section,
  .paymentmethod-section {
    max-width: 1200px;
    padding-right: 12.108%;
    padding-left: 12.108%;
    margin-left: 37px; } }

.customerinfo-section .card,
.shippingmethod-section .card,
.paymentmethod-section .card {
  border: none; }

.customerinfo-section .card-header,
.shippingmethod-section .card-header,
.paymentmethod-section .card-header {
  padding-top: 0;
  padding-bottom: 12px;
  border-radius: 0;
  border: none; }
  @media (max-width: 543.98px) {
    .customerinfo-section .card-header,
    .shippingmethod-section .card-header,
    .paymentmethod-section .card-header {
      margin: 0; } }

.customerinfo-section .card-header-custom,
.shippingmethod-section .card-header-custom,
.paymentmethod-section .card-header-custom {
  font-size: 25px;
  line-height: 30px;
  color: #707070; }
  @media (max-width: 991.98px) {
    .customerinfo-section .card-header-custom,
    .shippingmethod-section .card-header-custom,
    .paymentmethod-section .card-header-custom {
      font-size: 20px; } }
  @media (max-width: 543.98px) {
    .customerinfo-section .card-header-custom,
    .shippingmethod-section .card-header-custom,
    .paymentmethod-section .card-header-custom {
      font-size: 16px;
      white-space: nowrap; } }

.customerinfo-section .step-number-indicator,
.shippingmethod-section .step-number-indicator,
.paymentmethod-section .step-number-indicator {
  font-size: 20px;
  color: #707070;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 4px; }
  @media (max-width: 543.98px) {
    .customerinfo-section .step-number-indicator,
    .shippingmethod-section .step-number-indicator,
    .paymentmethod-section .step-number-indicator {
      font-size: 16px; } }

@media (min-width: 1200px) {
  .totals {
    min-width: 35.834%; } }

@media screen and (min-width: 1500px) {
  .totals {
    min-width: 35.834%; } }

@media (max-width: 768.98px) {
  .totals {
    padding-left: 0px;
    padding-right: 0px; } }

.totals .card {
  border: none; }

.totals .card-header-custom {
  font-weight: 700 !important;
  line-height: 20px !important;
  text-align: left !important;
  font-style: normal !important; }

.checkout-need-help {
  margin-top: 24px;
  padding: 0 8px;
  color: #0f1018; }
  .checkout-need-help h5 {
    font-family: HummelPlate, sans-serif;
    text-transform: uppercase; }
  .checkout-need-help p {
    font-size: 14px;
    font-family: Inter, sans-serif;
    line-height: 21px;
    margin-bottom: 4px;
    font-weight: 500; }
    .checkout-need-help p a,
    .checkout-need-help p span {
      color: #707070; }
  .checkout-need-help .need-help-line {
    text-transform: uppercase;
    font-family: HummelPlate-SemiBold, sans-serif;
    font-size: 20px;
    line-height: 25px; }

@media (max-width: 768.98px) {
  #checkout-main .checkout-main__inner {
    margin-left: 0px;
    margin-right: 0px; } }

#checkout-main .btn.submit-customerinfo:after,
#checkout-main .btn.submit-shippingmethod:after,
#checkout-main .btn.submit-paymentmethod:after {
  content: '';
  background: #fff;
  display: block;
  width: 100%;
  height: 700%;
  top: -300%;
  left: 0%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  z-index: -5;
  visibility: hidden; }

#checkout-main .btn.submit-customerinfo:active:after,
#checkout-main .btn.submit-shippingmethod:active:after,
#checkout-main .btn.submit-paymentmethod:active:after {
  width: 0%;
  height: 0%;
  opacity: 1;
  top: 50%;
  left: 50%;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  visibility: visible; }

#checkout-main .payment-methods-header,
#checkout-main .promo-code-header {
  text-transform: none; }

#checkout-main .form-control-label {
  font-family: Inter, sans-serif !important;
  font-weight: 600;
  padding-top: 16px;
  color: #0f1018; }

#checkout-main .custom-checkbox {
  font-family: Inter, sans-serif !important;
  color: #525252;
  font-weight: 500;
  padding-top: 1px; }

#checkout-main .custom-select {
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMTY1NTEgNi4zNjc2NlYwSDMuMDQ1NDJWNi4zNzI5M0wwLjI0MjE4OCAzLjkyNTc4VjUuNDcyNzFMMy42MDI0NSA4LjQwNjEzTDYuOTYyNzEgNS40NzI3MVYzLjkyNTc4TDQuMTY1NTEgNi4zNjc2NloiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg=="); }

#checkout-main .continue-shopping-link {
  font-size: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 14.52px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #707070 !important;
  position: absolute;
  padding-left: 0; }
  #checkout-main .continue-shopping-link::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS41IDAuNzVMNC4xODI4NSAwLjc1TDAuNDk5OTk5IDQuNUw0LjE4Mjg1IDguMjVMNS41IDguMjVMMS44MTcxNSA0LjVMNS41IDAuNzVaIiBmaWxsPSIjNzA3MDcwIi8+Cjwvc3ZnPgo=");
    width: 17px;
    height: 11px;
    line-height: 0.9em;
    padding-bottom: 0;
    padding-left: 4px;
    margin-left: 0; }

#checkout-main .card-header-custom {
  font-family: HummelPlate-ExtraboldItalic, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 19.2px; }

.step-header-label {
  display: none;
  width: 55px;
  height: 30px; }
  .step-header-label::before {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 30px;
    height: 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.5, 1); }

.current-country {
  text-transform: uppercase;
  font-family: Gibson-Light, sans-serif;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991.98px) {
    .current-country {
      margin-top: 28px;
      margin-bottom: 21px; } }

[data-checkout-stage="customerinfo"] .customerinfo-section .card-header-custom {
  color: #000; }

[data-checkout-stage="customerinfo"] .customerinfo-section .step-number-indicator .active-step {
  color: #0f1018;
  padding-right: 2px; }

[data-checkout-stage="customerinfo"] .customerinfo-section .step-header-label {
  display: none; }

[data-checkout-stage="customerinfo"] .shippingmethod-section .step-header-label {
  display: none; }

[data-checkout-stage="customerinfo"] .paymentmethod-section .step-header-label {
  display: none; }

.customerinfo-banner {
  padding: 16px; }
  .customerinfo-banner .custom-checkbox .custom-control-label::after {
    background-image: none; }
  .customerinfo-banner__logo {
    width: 16px;
    height: 16px;
    margin-left: 1px; }
  .customerinfo-banner__header {
    font-family: HummelPlate-Regular, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-left: 4px; }
  .customerinfo-banner__title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px; }
  .customerinfo-banner__label::before {
    border: 1px solid #0f1018 !important; }
  .customerinfo-banner__text {
    padding-top: 6px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: #0f1018; }

.paymentmethod-banner {
  padding: 16px;
  background-color: #f6e952;
  margin-bottom: 24px; }
  .paymentmethod-banner__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .paymentmethod-banner__title {
    font-family: HummelPlate-Regular, sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 14.91px;
    text-transform: uppercase;
    padding-left: 2px; }
  .paymentmethod-banner__logo {
    width: 39px;
    height: 39px; }
  .paymentmethod-banner__label {
    color: #0f1018; }
    .paymentmethod-banner__label::before {
      border: 1px solid #0f1018 !important; }

[data-checkout-stage="shippingmethod"] .continue-shopping-link {
  display: none !important; }

[data-checkout-stage="shippingmethod"] .customerinfo-section .step-header-label {
  display: -ms-flexbox;
  display: flex; }
  [data-checkout-stage="shippingmethod"] .customerinfo-section .step-header-label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNC41TDIgNi42MDc0NEw4IDEyLjVMMTQgNi42MDc0NFY0LjVMOCAxMC4zOTI2TDIgNC41WiIgZmlsbD0iIzcwNzA3MCIvPgo8L3N2Zz4K");
    top: 5px; }

[data-checkout-stage="shippingmethod"] .shippingmethod-section .card-header-custom {
  color: #000; }

[data-checkout-stage="shippingmethod"] .shippingmethod-section .step-number-indicator .active-step {
  color: #000; }

[data-checkout-stage="shippingmethod"] .shippingmethod-section .step-header-label {
  display: -ms-flexbox;
  display: flex; }
  [data-checkout-stage="shippingmethod"] .shippingmethod-section .step-header-label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNEwyIDYuMTA3NDRMOCAxMkwxNCA2LjEwNzQ0VjRMOCA5Ljg5MjU2TDIgNFoiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg==");
    transform: rotate(180deg);
    bottom: 5px; }

[data-checkout-stage="shippingmethod"] .paymentmethod-section .step-header-label {
  display: -ms-flexbox;
  display: flex; }

[data-checkout-stage="paymentmethod"] .continue-shopping-link {
  display: none !important; }

[data-checkout-stage="paymentmethod"] .paymentmethod-section .card-header-custom {
  color: #000; }

[data-checkout-stage="paymentmethod"] .paymentmethod-section .step-number-indicator .active-step {
  color: #000; }

[data-checkout-stage="paymentmethod"] .paymentmethod-section .step-header-label {
  display: -ms-flexbox;
  display: flex; }
  [data-checkout-stage="paymentmethod"] .paymentmethod-section .step-header-label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNEwyIDYuMTA3NDRMOCAxMkwxNCA2LjEwNzQ0VjRMOCA5Ljg5MjU2TDIgNFoiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg==");
    transform: rotate(180deg);
    bottom: 5px; }

[data-checkout-stage="paymentmethod"] .customerinfo-section .step-header-label {
  display: -ms-flexbox;
  display: flex; }
  [data-checkout-stage="paymentmethod"] .customerinfo-section .step-header-label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNC41TDIgNi42MDc0NEw4IDEyLjVMMTQgNi42MDc0NFY0LjVMOCAxMC4zOTI2TDIgNC41WiIgZmlsbD0iIzcwNzA3MCIvPgo8L3N2Zz4K"); }

[data-checkout-stage="paymentmethod"] .shippingmethod-section .step-header-label {
  display: -ms-flexbox;
  display: flex; }
  [data-checkout-stage="paymentmethod"] .shippingmethod-section .step-header-label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNC41TDIgNi42MDc0NEw4IDEyLjVMMTQgNi42MDc0NFY0LjVMOCAxMC4zOTI2TDIgNC41WiIgZmlsbD0iIzcwNzA3MCIvPgo8L3N2Zz4K"); }

.help-and-faq {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 8px; }

.shipping-address-fields {
  margin-bottom: 30px; }

.shipping-method-info {
  padding-right: 40px;
  color: #0f1018;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15.6px;
  font-weight: 600; }
  .shipping-method-info .display-name {
    font-weight: 700;
    margin-bottom: 10px; }
  .shipping-method-info .shipping-cost {
    margin-right: 5px; }
  .shipping-method-info .arrival-time {
    margin-right: 5px;
    color: #525252; }
  .shipping-method-info span {
    margin-right: 5px; }

@media (min-width: 1200px) {
  .checkout-main-col {
    -ms-flex: 0 0 58.403%;
        flex: 0 0 58.403%;
    max-width: 58.403%; } }

@media (min-width: 992px) {
  .checkout-main-col {
    padding-right: 0; } }

@media (max-width: 768.98px) {
  .checkout-main-col {
    padding-left: 0px;
    padding-right: 0px; } }

.shipping-method-item {
  border: 1px solid #d4d4d4;
  padding: 17px 20px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
  font-family: Gibson-Light, sans-serif;
  font-size: 15px;
  background-color: #f9f9f9; }
  .shipping-method-item[data-selected="true"] {
    border-color: #000; }
    .shipping-method-item[data-selected="true"].pickup-point-item {
      padding-bottom: 32px; }
      .shipping-method-item[data-selected="true"].pickup-point-item .select-pickup-point {
        bottom: -16px; }

.shipping-method-block h5,
.payment-method-block h5 {
  font-family: HummelPlate, sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 600; }
  @media (max-width: 991.98px) {
    .shipping-method-block h5,
    .payment-method-block h5 {
      font-size: 14px;
      line-height: 16px; } }

.carrier-image {
  position: absolute;
  top: 14px;
  right: 30px;
  width: 42px; }
  .carrier-image img {
    max-width: 100%; }

.pickup-point-info {
  color: #525252;
  margin-left: 0px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15.6px;
  margin-bottom: 4px; }
  .pickup-point-info .pickup-point-name {
    margin-right: 5px; }
  @media (max-width: 991.98px) {
    .pickup-point-info {
      margin-bottom: 25px; } }

.select-pickup-point {
  color: #2258ce; }

#pickupPointModal .modal-dialog {
  max-width: 80vw;
  margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    #pickupPointModal .modal-dialog {
      max-width: 100vw;
      margin: 0; } }
  @media (max-width: 991.98px) {
    #pickupPointModal .modal-dialog {
      max-width: 100vw;
      transform: none;
      top: 0;
      left: 0; } }
  @media (max-width: 1199.98px) {
    #pickupPointModal .modal-dialog button.close {
      top: 20px;
      right: 30px; } }

#pickupPointModal .pickup-point-modal-heading {
  text-transform: uppercase;
  font-family: HummelPlate-SemiBold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 24px;
  padding: 4px 0px; }

#pickupPointModal .pickup-point-search-field input {
  height: 44px; }

#pickupPointModal .pickup-point-modal-button-confirm {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
  height: 46px; }

#pickupPointModal .pickup-point-modal-main-button {
  margin-top: 8px; }

@media (max-width: 1199.98px) and (orientation: landscape) {
  #pickupPointModal .pickup-point-modal-main-button {
    margin-bottom: 10px; } }
  @media (max-width: 991.98px) {
    #pickupPointModal .pickup-point-modal-main-button {
      margin-bottom: 10px; } }
  #pickupPointModal .pickup-point-modal-main-button button {
    width: 100%; }

#pickupPointModal .pickup-point-modal-main-pickuppoints {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  overflow-y: auto;
  overflow-x: visible !important;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */ }
  #pickupPointModal .pickup-point-modal-main-pickuppoints::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  #pickupPointModal .pickup-point-modal-main-pickuppoints .form-check {
    font-family: Gibson-Light, sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding-left: 0; }
    #pickupPointModal .pickup-point-modal-main-pickuppoints .form-check label {
      padding-left: 11px; }
    #pickupPointModal .pickup-point-modal-main-pickuppoints .form-check hr {
      border-color: #bfbfbf;
      margin-top: 9px;
      margin-bottom: 12px; }
    #pickupPointModal .pickup-point-modal-main-pickuppoints .form-check input:checked ~ hr {
      border-color: #000; }
  #pickupPointModal .pickup-point-modal-main-pickuppoints .form-check-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column; }
  #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-infoleft,
  #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-inforight {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    color: #525252;
    margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-infoleft,
      #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-inforight {
        line-height: 1.2rem;
        max-width: none; } }
    #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-infoleft .hours-row,
    #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-inforight .hours-row {
      text-align: right;
      text-align: left; }
    #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-infoleft .pickup-point-text,
    #pickupPointModal .pickup-point-modal-main-pickuppoints .pickup-point-inforight .pickup-point-text {
      font-size: 12px;
      font-weight: 700;
      line-height: 15.6px;
      color: #0f1018;
      margin-bottom: 8px;
      margin-top: 3px; }

.pickup-point-modal-body {
  padding: 8px !important;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .pickup-point-modal-body .close {
    top: 0 !important;
    right: 0 !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #e3e3e3 !important;
    z-index: 1; }
    .pickup-point-modal-body .close img {
      padding: 10px; }
  .pickup-point-modal-body .pickup-point-modal-content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: auto; }

.map-canvas {
  width: 100%;
  margin: 16px 0;
  -ms-flex: 1 0 41%;
      flex: 1 0 41%; }

.payment-method-item {
  border: 1px solid #d4d4d4;
  padding: 17px 20px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
  font-family: Gibson-Light, sans-serif;
  font-size: 15px;
  background-color: #f9f9f9; }
  .payment-method-item .description {
    display: none; }
  .payment-method-item[data-selected="true"] {
    border-color: #000; }
    .payment-method-item[data-selected="true"] .description {
      display: block; }
  .payment-method-item .form-check-label {
    margin-left: 4px; }
  .payment-method-item .payment-method-info .display-name {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    color: #0f1018;
    margin-bottom: 10px;
    padding-top: 2px; }
  .payment-method-item .payment-method-info .description {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    color: #707070; }

.payment-col {
  margin: 0 auto; }

.consent-block {
  margin-bottom: 35px; }

.payment-method-images {
  position: relative;
  margin-bottom: 10px;
  right: 0;
  top: 10px; }
  @media (min-width: 544px) {
    .payment-method-images {
      position: absolute;
      top: 14px;
      right: 20px; } }
  .payment-method-images .payment-method-image {
    width: 31.67px;
    height: 20px;
    background-color: #fff; }

.applicable-payment-methods-list {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px; }
  .applicable-payment-methods-list .payment-method-image {
    max-width: inherit;
    margin: 0px; }
    .applicable-payment-methods-list .payment-method-image img {
      width: 31.67px;
      height: 20px;
      background-color: #fff;
      margin: 4px; }

.payment-method-img {
  max-width: 42px;
  display: inline-block;
  margin-right: 4px; }
  .payment-method-img .payment-method-image {
    margin-right: 0px; }
  .payment-method-img img {
    max-width: 100%;
    width: 100%; }

.checkbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.paymentmethod-header {
  font-family: HummelPlate-SemiBold, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-transform: uppercase; }

.paymentmethod-error {
  font-family: Gibson-Light, sans-serif;
  font-size: 15px;
  line-height: 25px; }

.paymentmethod-error-wrapper {
  position: relative;
  margin-bottom: 32px;
  padding: 50px 20%;
  background-color: #f9f9f9; }

.paymentmethod-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  font-size: 25px; }

.order-confirmation .receipt {
  padding-bottom: 96px; }
  @media (max-width: 991.98px) {
    .order-confirmation .receipt {
      padding-bottom: 24px;
      padding-left: 15px !important;
      padding-right: 15px !important; } }

@media (max-width: 543.98px) {
  .order-confirmation .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.order-confirmation .totals {
  max-width: 754px !important; }

.order-confirmation .grand-total {
  padding-top: 16px; }

.order-confirmation .confirmation-content {
  max-width: 754px !important; }
  @media (max-width: 768.98px) {
    .order-confirmation .confirmation-content {
      padding-right: 0px !important;
      padding-left: 0px !important; } }

@media (min-width: 544px) {
  .order-confirmation .product-line-item .line-item-price .sales,
  .order-confirmation .product-line-item .line-item-price .discount,
  .order-confirmation .product-line-item .line-item-price .strike-through,
  .order-confirmation .product-line-item .line-item-price del {
    margin-right: 0px; } }

.confirmation-title {
  text-align: center;
  margin-bottom: 104px;
  margin-top: 0px;
  text-transform: uppercase;
  position: relative;
  font-size: 48px;
  font-style: italic;
  font-weight: 800;
  line-height: 38.4px;
  color: #0f1018;
  font-family: HummelPlate-Bold, sans-serif;
  letter-spacing: 0%;
  padding: 0 12px; }
  @media (max-width: 991.98px) {
    .confirmation-title {
      margin-bottom: 48px; } }

.confirmation-icon {
  margin-top: 40px;
  margin-bottom: 30px;
  max-width: 100px; }
  @media (min-width: 769px) {
    .confirmation-icon {
      margin-top: 60px;
      margin-bottom: 40px; } }

.order-thank-you-email-msg {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #525252;
  margin: 0px 8px 24px 8px; }
  @media (max-width: 991.98px) {
    .order-thank-you-email-msg {
      margin-bottom: 48px; } }

.order-confirmation-separator {
  border-color: #bfbfbf;
  margin-bottom: 45px; }

.order-confirm-create-account {
  border: none; }
  .order-confirm-create-account .card-header-custom {
    text-align: left;
    margin-bottom: 15px; }
  .order-confirm-create-account .card-header {
    border: 0;
    padding-left: 0;
    padding-right: 0; }
    .order-confirm-create-account .card-header p {
      line-height: 25px;
      font-family: Gibson-Book, sans-serif; }
      .order-confirm-create-account .card-header p b {
        font-family: HummelPlate, sans-serif; }
  .order-confirm-create-account .card-body {
    padding-left: 0;
    padding-right: 0; }
  .order-confirm-create-account .checkout-registration {
    max-width: 583px; }

.receipt {
  padding: 0 14px 200px; }
  @media (max-width: 991.98px) {
    .receipt {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 543.98px) {
    .receipt {
      padding-left: 15px;
      padding-right: 15px; } }
  .receipt #order-confirmation {
    width: 100%; }
  .receipt .promoted-categories {
    padding: 0;
    margin-top: 0; }

.summary-section-label,
.leading-lines {
  display: none; }

.confirm-details {
  font-family: Gibson-Book, sans-serif;
  font-weight: normal; }
  @media (max-width: 991.98px) {
    .confirm-details {
      font-family: HummelPlate-SemiBold, sans-serif;
      text-transform: uppercase; } }
  .confirm-details .address-summary {
    margin-bottom: 0; }
  .confirm-details .order-number-label {
    display: block; }

.submit-shippingmethod-error {
  margin-top: 9px;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 16px;
  color: #d03a3a;
  text-align: center; }

.shippingmethod-error {
  box-shadow: #d03a3a 0px 2px 8px 0px; }

/* stylelint-enable scss/media-feature-value-dollar-variable */
.payment-method-images {
  position: relative;
  margin-bottom: 10px;
  width: auto;
  right: 0;
  top: 0; }
  @media (min-width: 544px) {
    .payment-method-images {
      position: absolute;
      top: 0;
      right: 20px;
      margin: 0;
      height: 100%; } }
  .payment-method-images .payment-method-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #fff; }

.payment-method-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .payment-method-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.payment-form-stylized {
  position: fixed;
  left: 0;
  right: 0;
  top: 0 !important;
  width: 100%;
  height: 100%; }

.privacy-terms-checkbox {
  z-index: 1; }

.payment-method-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 768.98px) {
    .payment-method-item .col-9 {
      padding: 0 !important; } }

.page[data-action="Checkout-Begin"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100vh; }

.page {
  background-color: #ffff; }
