/* 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 .next-step-button button,
.shippingmethod-content .next-step-button button,
.paymentmethod-content .next-step-button button {
  background-color: #093;
  border: none; }
  .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 {
    background-color: #00ff55;
    border: none; }

.next-step-button {
  position: relative;
  box-shadow: none; }

.data-checkout-stage {
  padding-top: 60px; }
  @media (max-width: 991.98px) {
    .data-checkout-stage {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 768.98px) {
    .data-checkout-stage {
      padding-top: 40px; } }
  @media (max-width: 543.98px) {
    .data-checkout-stage {
      padding-left: 15px;
      padding-right: 15px; } }
  .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; }
  .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; }
  .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; }

@media (max-width: 768.98px) {
  .checkout-contact-block {
    visibility: hidden; } }

.checkout-maincontent {
  background: #fff; }
  .checkout-maincontent .order-summary {
    padding: 16px 20px; }
    .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 .product-line-item .line-item-qty {
    color: #bfbfbf;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 10px; }
  .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 {
    width: 30px;
    height: 40px;
    display: block;
    position: relative;
    padding-top: calc(2500 * 30px / 1875); }
    .checkout-maincontent .product-line-item .line-item-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      margin: 0 5px; }
    .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: #000;
    font-family: Chivo-Regular, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1em; }
  .checkout-maincontent .product-line-item .line-item-attributes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .checkout-maincontent .product-line-item .line-item-price .strike-through {
    color: #bfbfbf;
    font-size: 15px;
    font-family: Chivo-Regular, sans-serif;
    margin: 0; }
  .checkout-maincontent .product-line-item .line-item-price .sales {
    font-weight: normal;
    font-family: Chivo-Regular, sans-serif; }
  .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; }

@media (min-width: 992px) {
  .customerinfo-section,
  .shippingmethod-section,
  .paymentmethod-section {
    max-width: 732px;
    margin-left: auto; } }

.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: 10px;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    .customerinfo-section .card-header,
    .shippingmethod-section .card-header,
    .paymentmethod-section .card-header {
      margin: 0 20px; } }
  @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: #bfbfbf; }
  @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: #bfbfbf;
  white-space: nowrap; }
  @media (max-width: 543.98px) {
    .customerinfo-section .step-number-indicator,
    .shippingmethod-section .step-number-indicator,
    .paymentmethod-section .step-number-indicator {
      font-size: 16px; } }

.totals {
  margin-top: 40px; }
  @media (min-width: 1200px) {
    .totals {
      min-width: 41.66667%; } }
  @media screen and (min-width: 1500px) {
    .totals {
      min-width: 0; } }
  @media (max-width: 991.98px) {
    .totals {
      padding: 0 35px; } }
  @media (max-width: 543.98px) {
    .totals {
      padding: 0 15px; } }
  .totals .card {
    background-color: #f6f6f6; }

.checkout-need-help {
  margin-top: 30px; }
  .checkout-need-help p {
    font-size: 15px;
    font-family: Chivo-Regular, sans-serif;
    line-height: 25px;
    margin-bottom: 0; }
    .checkout-need-help p a,
    .checkout-need-help p span {
      font-family: Chivo-Bold, sans-serif; }
  .checkout-need-help .need-help-line {
    text-transform: uppercase;
    font-family: Chivo-Bold, sans-serif;
    font-size: 20px;
    line-height: 25px; }

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

#checkout-main .continue-shopping-link {
  font-size: 12px; }

#checkout-main .card-header-custom {
  text-align: left; }

.step-header-label {
  display: none;
  width: 55px;
  height: 30px; }
  .step-header-label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi42NjMyODIsIDEwLjkyODU3MikiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zMzY3MTgsIDQuMDcxNDI4KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTIuMzM2NzE4LCAtNC4wNzE0MjgpICIgcG9pbnRzPSItMS43MzQ3MTA4NCA2LjQwODE0NjE2IDIuNDM1NzIzNjUgMS43MzQ3MTA4NCA2LjQwODE0NjE2IDYuNDA4MTQ2MTYiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
    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);
    transform: rotate(90deg); }
  .step-header-label::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / edit%3C/title%3E%3Cg id='iconography-/-edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,19.00025 L6,24.00025 L11,22.00025 L23.707,9.29325 C24.098,8.90225 24.098,8.27025 23.707,7.87925 L22.121,6.29325 C21.73,5.90225 21.098,5.90225 20.707,6.29325 L8,19.00025 Z M22,11.00025 L19,8.00025 M11,22.00025 L8,19.00025' id='lineart' stroke='%23BFBFBF' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    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);
    transform: rotate(90deg); }
    @media (max-width: 991.98px) {
      .step-header-label::after {
        content: none;
        display: none; } }

.current-country {
  text-transform: uppercase;
  font-family: Chivo-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 .card-header {
  border-color: #000; }

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

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

[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,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi42NjMyODIsIDEwLjkyODU3MikiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zMzY3MTgsIDQuMDcxNDI4KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTIuMzM2NzE4LCAtNC4wNzE0MjgpICIgcG9pbnRzPSItMS43MzQ3MTA4NCA2LjQwODE0NjE2IDIuNDM1NzIzNjUgMS43MzQ3MTA4NCA2LjQwODE0NjE2IDYuNDA4MTQ2MTYiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
    transform: rotate(90deg); }
  [data-checkout-stage="shippingmethod"] .customerinfo-section .step-header-label::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / edit%3C/title%3E%3Cg id='iconography-/-edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,19.00025 L6,24.00025 L11,22.00025 L23.707,9.29325 C24.098,8.90225 24.098,8.27025 23.707,7.87925 L22.121,6.29325 C21.73,5.90225 21.098,5.90225 20.707,6.29325 L8,19.00025 Z M22,11.00025 L19,8.00025 M11,22.00025 L8,19.00025' id='lineart' stroke='%23BFBFBF' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg); }

[data-checkout-stage="shippingmethod"] .customerinfo-section .card-header-custom::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / checkmark%3C/title%3E%3Cg id='iconography-/-checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Path-2' stroke='%2324b26d' stroke-width='1.5' points='10 15 14 19 21 11'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

[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,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconography-/-chevron-/-right' transform='translate(-10.000000, -9.000000)' stroke='%23073b91' stroke-width='1.5'%3E%3Cpath d='M11,19 L15,15 L11,11 M16,19 L20,15 L16,11' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(270deg); }
  [data-checkout-stage="shippingmethod"] .shippingmethod-section .step-header-label::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / edit%3C/title%3E%3Cg id='iconography-/-edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,19.00025 L6,24.00025 L11,22.00025 L23.707,9.29325 C24.098,8.90225 24.098,8.27025 23.707,7.87925 L22.121,6.29325 C21.73,5.90225 21.098,5.90225 20.707,6.29325 L8,19.00025 Z M22,11.00025 L19,8.00025 M11,22.00025 L8,19.00025' id='lineart' stroke='%23000000' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg); }

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

[data-checkout-stage="shippingmethod"] .paymentmethod-section .step-header-label {
  display: -ms-flexbox;
  display: flex; }
  [data-checkout-stage="shippingmethod"] .paymentmethod-section .step-header-label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi42NjMyODIsIDEwLjkyODU3MikiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zMzY3MTgsIDQuMDcxNDI4KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTIuMzM2NzE4LCAtNC4wNzE0MjgpICIgcG9pbnRzPSItMS43MzQ3MTA4NCA2LjQwODE0NjE2IDIuNDM1NzIzNjUgMS43MzQ3MTA4NCA2LjQwODE0NjE2IDYuNDA4MTQ2MTYiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
    transform: rotate(90deg); }
  [data-checkout-stage="shippingmethod"] .paymentmethod-section .step-header-label::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / edit%3C/title%3E%3Cg id='iconography-/-edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,19.00025 L6,24.00025 L11,22.00025 L23.707,9.29325 C24.098,8.90225 24.098,8.27025 23.707,7.87925 L22.121,6.29325 C21.73,5.90225 21.098,5.90225 20.707,6.29325 L8,19.00025 Z M22,11.00025 L19,8.00025 M11,22.00025 L8,19.00025' id='lineart' stroke='%23BFBFBF' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg); }

[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,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconography-/-chevron-/-right' transform='translate(-10.000000, -9.000000)' stroke='%23073b91' stroke-width='1.5'%3E%3Cpath d='M11,19 L15,15 L11,11 M16,19 L20,15 L16,11' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(270deg); }
  [data-checkout-stage="paymentmethod"] .paymentmethod-section .step-header-label::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / edit%3C/title%3E%3Cg id='iconography-/-edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,19.00025 L6,24.00025 L11,22.00025 L23.707,9.29325 C24.098,8.90225 24.098,8.27025 23.707,7.87925 L22.121,6.29325 C21.73,5.90225 21.098,5.90225 20.707,6.29325 L8,19.00025 Z M22,11.00025 L19,8.00025 M11,22.00025 L8,19.00025' id='lineart' stroke='%23000000' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg); }

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

[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,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi42NjMyODIsIDEwLjkyODU3MikiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zMzY3MTgsIDQuMDcxNDI4KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTIuMzM2NzE4LCAtNC4wNzE0MjgpICIgcG9pbnRzPSItMS43MzQ3MTA4NCA2LjQwODE0NjE2IDIuNDM1NzIzNjUgMS43MzQ3MTA4NCA2LjQwODE0NjE2IDYuNDA4MTQ2MTYiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
    transform: rotate(90deg); }
  [data-checkout-stage="paymentmethod"] .customerinfo-section .step-header-label::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / edit%3C/title%3E%3Cg id='iconography-/-edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,19.00025 L6,24.00025 L11,22.00025 L23.707,9.29325 C24.098,8.90225 24.098,8.27025 23.707,7.87925 L22.121,6.29325 C21.73,5.90225 21.098,5.90225 20.707,6.29325 L8,19.00025 Z M22,11.00025 L19,8.00025 M11,22.00025 L8,19.00025' id='lineart' stroke='%23BFBFBF' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg); }

[data-checkout-stage="paymentmethod"] .customerinfo-section .card-header-custom::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / checkmark%3C/title%3E%3Cg id='iconography-/-checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Path-2' stroke='%2324b26d' stroke-width='1.5' points='10 15 14 19 21 11'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

[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,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi42NjMyODIsIDEwLjkyODU3MikiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zMzY3MTgsIDQuMDcxNDI4KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTIuMzM2NzE4LCAtNC4wNzE0MjgpICIgcG9pbnRzPSItMS43MzQ3MTA4NCA2LjQwODE0NjE2IDIuNDM1NzIzNjUgMS43MzQ3MTA4NCA2LjQwODE0NjE2IDYuNDA4MTQ2MTYiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
    transform: rotate(90deg); }
  [data-checkout-stage="paymentmethod"] .shippingmethod-section .step-header-label::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / edit%3C/title%3E%3Cg id='iconography-/-edit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8,19.00025 L6,24.00025 L11,22.00025 L23.707,9.29325 C24.098,8.90225 24.098,8.27025 23.707,7.87925 L22.121,6.29325 C21.73,5.90225 21.098,5.90225 20.707,6.29325 L8,19.00025 Z M22,11.00025 L19,8.00025 M11,22.00025 L8,19.00025' id='lineart' stroke='%23BFBFBF' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg); }

[data-checkout-stage="paymentmethod"] .shippingmethod-section .card-header-custom::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / checkmark%3C/title%3E%3Cg id='iconography-/-checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Path-2' stroke='%2324b26d' stroke-width='1.5' points='10 15 14 19 21 11'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

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

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

.shipping-method-info {
  padding-right: 40px; }
  .shipping-method-info span {
    margin-right: 5px; }

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

@media (min-width: 1200px) {
  .checkout-main-col {
    margin-left: 8.33333%; } }

.shipping-method-item {
  border: 1px solid #d4d4d4;
  padding: 17px 20px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
  font-family: Chivo-Light, sans-serif;
  font-size: 15px; }
  .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: Chivo-Regular, 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: 12px;
      line-height: 16px; } }

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

.pickup-point-info {
  margin-top: 15px; }
  @media (max-width: 991.98px) {
    .pickup-point-info {
      margin-bottom: 25px; } }

.select-pickup-point {
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (max-width: 991.98px) {
    .select-pickup-point {
      left: 30px; } }

@media (max-width: 991.98px) {
  #pickupPointModal {
    background-color: #fff; } }

#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: Chivo-Bold, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-bottom: 20px; }
  @media (max-width: 1199.98px) {
    #pickupPointModal .pickup-point-modal-heading {
      margin-bottom: 10px; } }
  @media (max-width: 991.98px) {
    #pickupPointModal .pickup-point-modal-heading {
      font-size: 12px; } }

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

@media (max-width: 1199.98px) and (orientation: landscape) {
  #pickupPointModal .pickup-point-modal-main-button {
    margin-top: 20px; } }
  @media (max-width: 991.98px) {
    #pickupPointModal .pickup-point-modal-main-button {
      margin-top: 10px; } }
  #pickupPointModal .pickup-point-modal-main-button button {
    width: 100%; }
    @media (max-width: 1199.98px) {
      #pickupPointModal .pickup-point-modal-main-button button {
        background-color: #093;
        border-color: #093; }
        #pickupPointModal .pickup-point-modal-main-button button:hover, #pickupPointModal .pickup-point-modal-main-button button:focus {
          background-color: #00ff55;
          border-color: #00ff55; } }

#pickupPointModal .pickup-point-modal-main-pickuppoints {
  margin-top: 34px;
  max-height: calc(100vh - 300px);
  overflow-y: auto; }
  @media (max-width: 1199.98px) {
    #pickupPointModal .pickup-point-modal-main-pickuppoints {
      max-height: 30vh;
      overflow: auto; } }
  @media (max-width: 1199.98px) and (orientation: landscape) {
    #pickupPointModal .pickup-point-modal-main-pickuppoints {
      margin-top: 14px;
      max-height: 27vh; } }
  @media (max-width: 991.98px) {
    #pickupPointModal .pickup-point-modal-main-pickuppoints {
      max-height: 20vh;
      margin-top: 10px;
      margin-bottom: 0; } }
  #pickupPointModal .pickup-point-modal-main-pickuppoints .form-check {
    font-family: Chivo-Light, sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding-left: 0; }
    #pickupPointModal .pickup-point-modal-main-pickuppoints .form-check label {
      padding-left: 1.25rem; }
    #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 {
    max-width: 50%;
    font-family: Chivo-Regular, sans-serif; }
    @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 {
      margin-bottom: 5px;
      font-family: Chivo-Regular, sans-serif; }

.pickup-point-modal-body {
  height: 100vh;
  width: 80vw; }
  @media (max-width: 1199.98px) {
    .pickup-point-modal-body {
      width: 100vw; } }
  @media (max-width: 991.98px) {
    .pickup-point-modal-body {
      max-height: calc(100vh - 70px);
      position: fixed; } }

.map-canvas {
  width: 100%;
  height: calc(100vh - 170px);
  margin-bottom: 20px; }
  @media (max-width: 1199.98px) {
    .map-canvas {
      height: 40vh;
      margin-top: 40px; } }
  @media (max-width: 1199.98px) and (orientation: landscape) {
    .map-canvas {
      margin-top: 20px;
      height: 35vh; } }
  @media (max-width: 991.98px) {
    .map-canvas {
      margin-top: 20px;
      height: 30vh; } }

.payment-method-item {
  border: 1px solid #d4d4d4;
  padding: 17px 20px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
  font-family: Chivo-Light, sans-serif;
  font-size: 15px; }
  .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-col {
  width: 580px;
  max-width: 580px;
  margin: 0 auto; }

.payment-method-block {
  margin-bottom: 40px; }

.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: 44px;
    height: 28px;
    background-color: #fff; }

.payment-method-img {
  max-width: 42px;
  display: inline-block;
  margin-right: 10px; }
  .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: Chivo-Bold, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-transform: uppercase; }

.paymentmethod-error {
  font-family: Chivo-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; }

.confirmation-title {
  margin-bottom: 9px;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
  font-family: Chivo-Bold, sans-serif;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 48px; }
  @media (max-width: 991.98px) {
    .confirmation-title {
      font-size: 30px;
      line-height: 35px; } }

.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: Chivo-Regular, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px; }
  @media (max-width: 991.98px) {
    .order-thank-you-email-msg {
      font-size: 12px;
      line-height: 16px;
      font-family: Chivo-Bold, sans-serif;
      text-transform: uppercase; } }

.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: Chivo-Regular, sans-serif; }
      .order-confirm-create-account .card-header p b {
        font-family: Chivo-Regular, 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: Chivo-Regular, sans-serif;
  font-weight: normal; }
  @media (max-width: 991.98px) {
    .confirm-details {
      font-family: Chivo-Bold, 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 */
#checkout-main {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto; }
  #checkout-main .continue-shopping-link {
    top: 0; }
  #checkout-main .card-header {
    margin: 0 15px; }
    #checkout-main .card-header:first-child {
      border-radius: 0; }
  #checkout-main .card-body {
    padding: 20px 15px; }
    #checkout-main .card-body.customerinfo-content {
      padding-top: 25px; }
      @media (min-width: 992px) {
        #checkout-main .card-body.customerinfo-content {
          padding-top: 30px; } }
  @media screen and (min-width: 1500px) {
    #checkout-main .checkout-main-col {
      margin-left: 16.66667%; } }
  #checkout-main .checkout-main-col .card {
    border-top: none; }
  #checkout-main .card {
    border-top: 1px solid #d4d4d4;
    border-radius: 0; }
  #checkout-main .payment-methods-header {
    text-transform: none; }
  #checkout-main .promo-code-header {
    text-transform: uppercase; }

.customerinfo-section,
.shippingmethod-section,
.paymentmethod-section {
  max-width: 100%; }
  .customerinfo-section .step-number-indicator,
  .shippingmethod-section .step-number-indicator,
  .paymentmethod-section .step-number-indicator {
    font-size: 12px;
    line-height: 30px;
    color: #bfbfbf;
    white-space: nowrap; }
    @media (min-width: 769px) {
      .customerinfo-section .step-number-indicator,
      .shippingmethod-section .step-number-indicator,
      .paymentmethod-section .step-number-indicator {
        font-size: 14px;
        line-height: 20px; } }
  .customerinfo-section .next-step-button,
  .shippingmethod-section .next-step-button,
  .paymentmethod-section .next-step-button {
    margin-top: 34px; }
    @media (min-width: 992px) {
      .customerinfo-section .next-step-button,
      .shippingmethod-section .next-step-button,
      .paymentmethod-section .next-step-button {
        margin-top: 44px; } }
    .customerinfo-section .next-step-button button:hover, .customerinfo-section .next-step-button button:focus,
    .shippingmethod-section .next-step-button button:hover,
    .shippingmethod-section .next-step-button button:focus,
    .paymentmethod-section .next-step-button button:hover,
    .paymentmethod-section .next-step-button button:focus {
      opacity: 0.7;
      background-color: #093; }

.coupon-code-field.is-invalid {
  color: #df4944; }

.checkout-need-help .need-help-line {
  font-family: Chivo-Regular, sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px; }

.checkout-need-help p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.14px; }

.grand-total {
  font-weight: 500;
  margin-bottom: 37px; }
  .grand-total > .col-12 {
    padding-bottom: 23px;
    border-bottom: 1px solid #bfbfbf; }

.checkout-maincontent .product-line-item .line-item-qty {
  text-align: center; }

.shipping-method-block h5,
.payment-method-block h5 {
  font-weight: normal; }

.step-header-label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bGluZSB4MT0iOC44NDYxNTM4NSIgeTE9IjE0LjczODA3NzIiIHgyPSIyMS4xNTM4NDYyIiB5Mj0iMTQuNzM4MDc3MiIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMTQuNzM4MDc3KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjAwMDAwMCwgLTE0LjczODA3NykgIj48L2xpbmU+CiAgICAgICAgPGxpbmUgeDE9IjguODQ2MTUzODUiIHkxPSIxNSIgeDI9IjIxLjE1Mzg0NjIiIHkyPSIxNSIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvbGluZT4KICAgIDwvZz4KPC9zdmc+); }

.step-header-label::after {
  display: none; }

[data-checkout-stage="shippingmethod"] .customerinfo-section .step-header-label::before,
[data-checkout-stage="shippingmethod"] .paymentmethod-section .step-header-label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bGluZSB4MT0iOC44NDYxNTM4NSIgeTE9IjE0LjczODA3NzIiIHgyPSIyMS4xNTM4NDYyIiB5Mj0iMTQuNzM4MDc3MiIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMTQuNzM4MDc3KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjAwMDAwMCwgLTE0LjczODA3NykgIj48L2xpbmU+CiAgICAgICAgPGxpbmUgeDE9IjguODQ2MTUzODUiIHkxPSIxNSIgeDI9IjIxLjE1Mzg0NjIiIHkyPSIxNSIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvbGluZT4KICAgIDwvZz4KPC9zdmc+); }

[data-checkout-stage="shippingmethod"] .customerinfo-section .card-header-custom::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / checkmark%3C/title%3E%3Cg id='iconography-/-checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Path-2' stroke='%23bfbfbf' stroke-width='1.5' points='10 15 14 19 21 11'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

[data-checkout-stage="shippingmethod"] .shippingmethod-section .step-header-label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bGluZSB4MT0iOC44NDYxNTM4NSIgeTE9IjE0LjczODA3NzIiIHgyPSIyMS4xNTM4NDYyIiB5Mj0iMTQuNzM4MDc3MiIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMTQuNzM4MDc3KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjAwMDAwMCwgLTE0LjczODA3NykgIj48L2xpbmU+CiAgICAgICAgPGxpbmUgeDE9IjguODQ2MTUzODUiIHkxPSIxNSIgeDI9IjIxLjE1Mzg0NjIiIHkyPSIxNSIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvbGluZT4KICAgIDwvZz4KPC9zdmc+);
  transform: rotate(45deg); }

[data-checkout-stage="paymentmethod"] .customerinfo-section .step-header-label::before,
[data-checkout-stage="paymentmethod"] .shippingmethod-section .step-header-label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bGluZSB4MT0iOC44NDYxNTM4NSIgeTE9IjE0LjczODA3NzIiIHgyPSIyMS4xNTM4NDYyIiB5Mj0iMTQuNzM4MDc3MiIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMTQuNzM4MDc3KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjAwMDAwMCwgLTE0LjczODA3NykgIj48L2xpbmU+CiAgICAgICAgPGxpbmUgeDE9IjguODQ2MTUzODUiIHkxPSIxNSIgeDI9IjIxLjE1Mzg0NjIiIHkyPSIxNSIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvbGluZT4KICAgIDwvZz4KPC9zdmc+); }

[data-checkout-stage="paymentmethod"] .customerinfo-section .card-header-custom::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / checkmark%3C/title%3E%3Cg id='iconography-/-checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Path-2' stroke='%23bfbfbf' stroke-width='1.5' points='10 15 14 19 21 11'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

[data-checkout-stage="paymentmethod"] .shippingmethod-section .card-header-custom::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eiconography / checkmark%3C/title%3E%3Cg id='iconography-/-checkmark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Path-2' stroke='%23bfbfbf' stroke-width='1.5' points='10 15 14 19 21 11'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

[data-checkout-stage="paymentmethod"] .paymentmethod-section .step-header-label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bGluZSB4MT0iOC44NDYxNTM4NSIgeTE9IjE0LjczODA3NzIiIHgyPSIyMS4xNTM4NDYyIiB5Mj0iMTQuNzM4MDc3MiIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgMTQuNzM4MDc3KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTE1LjAwMDAwMCwgLTE0LjczODA3NykgIj48L2xpbmU+CiAgICAgICAgPGxpbmUgeDE9IjguODQ2MTUzODUiIHkxPSIxNSIgeDI9IjIxLjE1Mzg0NjIiIHkyPSIxNSIgaWQ9IlBhdGgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPjwvbGluZT4KICAgIDwvZz4KPC9zdmc+);
  transform: rotate(45deg); }

.confirmation-title {
  margin-top: 50px;
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 1; }
  @media (min-width: 769px) {
    .confirmation-title {
      margin-top: 100px;
      margin-bottom: 28px;
      font-size: 25px; } }

.confirm-details .address-summary,
.confirm-details .order-number-label,
.confirm-details .order-number {
  text-align: center;
  display: block; }

.order-number-label {
  font-weight: 500; }

.order-thank-you-email-msg {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 28px; }
  @media (min-width: 769px) {
    .order-thank-you-email-msg {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 46px; } }

.shipping-method-item {
  border-radius: 0; }

.payment-method-item {
  border-radius: 0; }

.payment-method-images {
  position: relative;
  margin-bottom: 0;
  width: auto;
  right: 0;
  top: 0; }
  @media (min-width: 544px) {
    .payment-method-images {
      position: absolute;
      top: 0;
      right: 35px;
      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;
  margin-right: 0; }
  .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%; }

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