/********** CHECKOUT **********/
.spc .right .step:empty {
  margin: 0;
  padding: 0;
}

.checkout-page .section {
  margin: 0 0 30px;
}

  .checkout-page .section.order-summary {
    margin: 100px 0 30px;
  }

.checkout-page .cart-options {
  min-height: 60px;
  overflow: hidden;
}

.checkout-page .cart-footer {
  border-top: none;
}

.checkout-page .total-info {
  margin: 0;
  border-bottom: none;
  padding: 0px 0px 0px !important;
}

.checkout-page .button-1 {
  bottom: 20px;
  display: inline-block;
  min-width: 100%;
  border: none;
  background-color: #4ab2f1;
  padding: 7px 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

  .checkout-page .button-1:hover {
    background-color: #248ece;
  }

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
}

  .checkout-page .address-item ul {
    margin: 0 0 15px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
  }

  .checkout-page .address-item li {
    padding: 5px 0;
  }

    .checkout-page .address-item li.name {
      font-size: 16px;
      font-weight: bold;
    }

.spc .enter-address .message-error {
  margin: 20px 0;
}

.enter-address .edit-address {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  margin: 0 0 0px !important;
  padding: 15px 15px;
}

.checkout-page .ship-to-same-address {
  padding: 30px 0;
  text-align: center;
}

  .checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
  }

.checkout-page .pickup-in-store {
  text-align: center;
}

  .checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
  }

.select-pickup-point {
  text-align: center;
}

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.shipping-method .method-list, .payment-method .method-list {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

  .shipping-method .method-list li, .payment-method .method-list li {
    margin: 0 0 10px;
    font-size: 14px;
    /*reset zeroing*/
  }

    .shipping-method .method-list li label, .payment-method .method-list li label {
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      color: #384150;
    }

.shipping-method .method-description {
  margin: 5px 0 0;
}

.payment-method .use-reward-points {
  margin: 0 0 30px;
  text-align: center;
  color: #444;
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  padding: 3px;
}

.payment-logo img {
  max-width: 100%;
}

.spc [class*="description"] {
  font-size: 11px;
  color: #000;
  text-align: left;
}

.payment-method .payment-logo label {
  display: block;
  font-size: 0 !important;
}

.payment-method .payment-details {
  min-width: 180px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle;
}

.payment-info .info {
  padding: 30px 15px;
  color: #444;
}

  .payment-info .info tr {
    display: block;
    margin: 0 0 15px;
    font-size: 0;
  }

  .payment-info .info td {
    display: inline-block;
    width: 100% !important;
    max-width: 400px !important;
    font-size: 14px;
    /*reset zeroing*/
  }

    .payment-info .info td:only-child {
      width: 100% !important;
      max-width: 100% !important;
    }

    .payment-info .info td input[type="text"] {
      width: 100% !important;
    }

    .payment-info .info td input[name="CardCode"] {
      width: 65px !important;
    }

    .payment-info .info td select {
      min-width: 70px;
    }

    .payment-info .info td:first-child {
      margin: 0 0 10px;
    }

  .payment-info .info p {
    text-align: left;
    color: #7D828B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }

.spc .estimate-shipping .title, .spc .estimate-shipping .hint {
  text-align: left;
  margin-bottom: 5px;
}

.spc .estimate-shipping .shipping-options .inputs:first-child {
  margin-top: 10px;
}

.confirm-order .buttons {
  padding: 10px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.spc .order-review-data > div, .spc .order-details-area > div, .spc .shipment-details-area > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f9f9f9;
  padding: 20px;
  color: #444;
}

.spc .order-review-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

  .spc .order-review-data li, .spc .order-details-area li, .spc .shipment-details-area li {
    padding: 3px 0;
  }

  .spc .order-review-data .title, .spc .order-details-area .title, .spc .shipment-details-area .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }

    .spc .order-review-data .title strong, .order-details-area .title strong, .spc .shipment-details-area .title strong {
      font-weight: 700;
    }

  .spc .order-review-data .payment-method-info, .spc .order-review-data .shipping-method-info, .spc .order-details-area .payment-method-info, .order-details-area .shipping-method-info {
    margin-top: 20px;
  }

.order-completed .details {
  margin: 0 0 30px;
  padding: 30px 15px;
  text-align: center;
  color: #444;
}

  .order-completed .details div {
    margin: 5px 0;
  }

  .order-completed .details strong {
    font-weight: normal;
    text-transform: uppercase;
  }

  .order-completed .details a {
    color: #4ab2f1;
  }

    .order-completed .details a:hover {
      text-decoration: underline;
    }

.FoodshopOpc .step-title {
  margin: 0;
  overflow: hidden;
  background-color: #FAFAFB;
  border-bottom: none;
}

.FoodshopOpc .checkout-options .step-title,
.FoodshopOpc .checkout-totals .step-title {
  background-color: white;
  border: none;
}

  .FoodshopOpc .checkout-options .step-title .title,
  .FoodshopOpc .checkout-totals .step-title .title {
    padding: 10px;
  }

.FoodshopOpc .allow .step-title {
  background-color: #4ab2f1;
  cursor: pointer;
}

.spc .deals .title,
.spc .estimate-shipping .title,
.spc .step-title .title {
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 10px;
  display: block;
  line-height: 1;
  height: auto;
  min-height: 24px;
  width: 100%;
  text-align: left;
  background: none;
  text-transform: capitalize;
  float: left;
  border: 1px solid var(--grey);
  border-radius: 8px;
}

.FoodshopOpc .allow .step-title .number, .FoodshopOpc .allow .step-title .title {
  color: #fff;
  cursor: pointer;
}

.FoodshopOpc .step-title .number {
  width: 42px;
  border-right: 1px solid #fff;
  text-align: center;
}

.FoodshopOpc .allow .step-title .number {
  background-color: #248ece;
}

.FoodshopOpc .step {
  margin: 0 0 5px;
  padding: 30px 15px;
  text-align: center;
}

.FoodshopOpc .section {
  margin: 0 0 30px;
}

  .FoodshopOpc .section > label {
    display: block;
    margin: 0 0 10px 4px;
    color: #384150;
  }

.spc .payment-info select {
  width: 100%;
}

  .spc .payment-info select[name*="Expire"] {
    width: auto;
  }

.spc .payment-info label {
  text-align: left !important;
  display: block;
}

.spc .inputs select,
.spc .inputs textarea,
.FoodshopOpc input[type="email"],
.FoodshopOpc input[type="number"],
.FoodshopOpc input[type="password"],
.FoodshopOpc input[type="tel"],
.FoodshopOpc input[type="date"],
.FoodshopOpc input[type="datetime"],
.FoodshopOpc input[type="datetime-local"],
.FoodshopOpc input[type="text"],
.FoodshopOpc input[type="tel"] {
  max-width: 100%;
  width: 100%;
  border: 1px solid #D5D5DA;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  display: block;
  min-height: 32px;
  height: auto;
  padding: 4px 8px;
}

.FoodshopOpc .checkout-attributes select {
  width: 100%;
  border-radius: 8px;
}

.spc .estimate-shipping-button {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
}

  .spc .estimate-shipping-button:hover {
    color: black;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  }

.FoodshopOpc .buttons {
  margin-bottom: 0;
}

.spc .cart th, .spc .data-table th, .spc .forum-table th {
  padding: 10px;
  border-color: #E1E2E2;
  background-color: #F4F4F4;
}

.FoodshopOpc .back-link {
  margin: 0 0 10px;
}

  .FoodshopOpc .back-link small {
    display: none;
  }

  .FoodshopOpc .back-link a {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('../images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #444;
  }

    .FoodshopOpc .back-link a:hover {
      color: #4ab2f1;
    }

.FoodshopOpc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.FoodshopOpc .section.ship-to-same-address {
  margin: 0 0 15px;
  padding: 0;
}

.FoodshopOpc .section.pickup-in-store {
  margin: 0 0 15px;
  padding: 0;
}

.FoodshopOpc .payment-info .info tr {
  text-align: left;
}

.FoodshopOpc .section.order-summary {
  margin: 0;
}
/*** CHECKOUT ***/
.order-progress {
  margin: 15px 0 50px;
}

.checkout-page .address-item {
  width: 31.33333%;
}

.checkout-page .terms-of-service {
  text-align: center;
}

.payment-info .info {
  padding: 15px;
}

  .payment-info .info td:first-child {
    width: 265px !important;
    margin: 0 10px 0 0;
    text-align: right;
  }

  .payment-info .info td:only-child {
    width: 100% !important;
  }

.spc .order-review-data .title, .spc .order-details-area .title, .spc .shipment-details-area .title {
  text-align: left;
}

.FoodshopOpc .order-review-data ul {
  text-align: left;
}

#checkout-step-confirm-order {
  position: relative;
}

#checkout-step-payment-info {
  position: relative;
}

#checkout-step-payment-method {
  position: relative;
}

#checkout-step-shipping-method {
  position: relative;
}

.spc .FoodshopOpc {
  padding: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #E1E2E2;
}

.spc-billing {
  background: #FAFAFB;
}

.spc .inputs label {
  text-align: left;
  margin: 0 0 5px 1px;
}

.spc .inputs {
  position: relative;
}

  .spc .inputs .required {
    position: absolute;
    top: 3px;
    right: 8px;
  }

.spc .cart td, .spc .data-table td, .spc .forum-table td {
  padding: 10px;
  border-color: #E1E2E2;
  vertical-align: top;
}

.spc td.product-picture img {
  max-width: 60px;
}

.spc .cart .remove-from-cart {
  text-align: left;
}

.spc .inputs input[type="email"] {
  border: 1px solid #D5D5DA;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.spc .p-qty--counter {
  position: relative;
}

  .spc .p-qty--counter button {
    position: absolute;
    top: 0;
    height: 100%;
    border: none;
    width: 20px;
  }

.p-qty--counter button.btn-minus {
  left: 0;
}

.p-qty--counter button.btn-plus {
  right: 0;
}

.spc .cart td.quantity input {
  width: 70px;
  text-align: center;
  padding: 0 20px;
  border: none;
}

.spc, .spc * {
  font-size: 12px;
}

  .spc .cart-collaterals .coupon-code input[type="text"] {
    height: 34px;
  }

  .spc .checkout-data {
    text-align: left;
  }

  .spc .section.ship-to-same-address, .spc .section {
    margin: 0;
  }

  .spc .selector {
    text-align: left;
  }

  .spc .step, .spc .enter-address .edit-address {
    margin-top: 0;
    padding: 10px;
  }

  .spc .right .step {
    padding: 15px 0 0 0;
  }

  .spc .right .step {
    background: white;
  }

  .spc .shipping-method .method-list, .spc .payment-method .method-list {
    overflow: visible;
  }

  .spc .shipping-method .method-name {
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 10px;
  }

.shipping-method .method-description {
  margin: 10px 0 0px 0px;
  font-size: 15px;
  font-style: italic;
  color: #7D828B;
}

.spc .shipping-method .method-list li, .spc .payment-method .method-list li {
  display: block;
  width: 100%;
  text-align: left;
  float: none;
  padding: 5px;
}

.spc .payment-method .method-list li {
  border-radius: 3px;
}

  .spc .payment-method .method-list li .method-name {
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  }

.spc .payment-method .payment-logo {
  background: #FFFFFF;
}

.spc .shopping-cart-page .checkout-attributes {
  margin-top: 10px;
}

.spc .cart-options .checkout-attributes {
  padding-left: 0px;
  margin-bottom: 5px;
}

.spc .cart-options .selected-checkout-attributes {
  font-style: italic;
}

.spc .checkout-attributes dd {
  margin: 0;
}

.spc .cart-collaterals {
  padding-top: 0px;
}

.spc .cart-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0px;
}

.spc .cart-collaterals .coupon-code input[type="text"] {
  width: 47%;
}

.spc .cart-collaterals .button-2 {
  cursor: pointer;
}

input.remove-gift-card-button,
input.remove-discount-button {
  display: inline-block !important;
  width: auto;
  height: auto;
  font-size: 10px;
  color: #000;
  vertical-align: middle;
  padding: 3px 8px;
  background: none;
  border: none;
  background-image: url(../images/remove.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spc .cart-footer .cart-collaterals {
  width: 300px;
}

.spc .spc-payment-method .step.a-item {
  margin-bottom: 0px;
}

.spc .order-total, .spc .order-total strong {
  color: #384150;
  font-weight: bold;
}

.checkout-page .cart-footer .totals {
  position: relative;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.spc .cart-footer .cart-collaterals .deals {
  max-width: 100%;
}

.spc .cart-collaterals .coupon-code input[type="text"] {
  width: 100%;
  padding-right: 140px;
}

.cart-collaterals .coupon-code {
  position: relative;
}

.spc .cart-collaterals .button-2 {
  max-width: 140px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.cart-collaterals .title strong {
  font-weight: bold;
}

.spc .cart-collaterals .deals > div {
  margin: 0 0 10px;
}


.spc .earn-reward-points {
  color: #8D9299;
}

.spc .cart-options .checkout-attributes {
  padding-left: 0px;
  float: none;
  width: 100%;
}

.spc .cart-options .selected-checkout-attributes {
  float: none;
  width: 100%;
  text-align: left;
}

.spc .cart-options .selected-checkout-attributes {
  margin-top: 0;
  padding: 0px;
}

.product-item .product-box-add-to-cart-button-checkout {
  display: block;
  padding: 0 10px;
  margin: auto;
  background: #db0000;
  color: #fff;
  width: 100%;
}

.overview .add-to-cart-checkout-button {
  height: 45px;
  border: none;
  background-color: #db0000;
  padding: 0 24px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 4px;
}

.add-to-cart-panel {
  vertical-align: bottom;
}

.spc-estimate-shipping {
  background: #fafafb;
  padding: 10px;
  margin: 15px 0;
}

.shipping-options:before, .shipping-options:after {
  background: none;
}

.shipping-options {
  max-height: initial;
  background: none;
  width: 100%;
}

.FoodshopOpc input[type="text"], .FoodshopOpc select {
  max-width: 100%;
  width: 100%;
}

.spc .edit-address .inputs .required {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  height: 10px;
}

.spc .estimate-shipping-button {
  display: inline-block;
  border: none;
  background-color: #aaa;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}

  .spc .estimate-shipping-button:hover {
    color: #fff;
    background-color: #888;
  }

.product .attributes {
  margin: 0;
}

.cart-collaterals > div, .spc .cart-collaterals {
  margin-bottom: 0;
}

@media(min-width: 1010px) {
  .spc .button-1 {
    min-width: 50%;
    max-width: 50%;
    display: block;
    float: right;
    clear: both;
  }

  .spc-row {
    display: flex;
    margin: 0 -15px;
  }

  .spc-collumn.left {
    width: 40%;
    padding: 0 15px;
  }

  .spc-collumn.right {
    width: 60%;
    padding: 0 15px;
  }

  .spc .cart-footer {
    margin-left: -5px;
    margin-right: -5px;
  }

    .spc .cart-footer > div {
      width: 100%;
      padding: 0 5px;
    }

  .checkout-page .cart-footer .totals {
    max-width: 100%;
  }

  .spc .enter-address .edit-address {
    margin-top: 0;
    padding: 10px 0;
    background: #FAFAFB;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
  }

  .deals::after,
  .edit-address::after {
    display: block;
    content: "";
    clear: both;
  }

  .spc .cart-collaterals .deals > div,
  .spc.edit-address .inputs {
    width: 100%;
    float: left;
    padding: 5px;
    margin-bottom: 5px;
  }

    .spc .edit-address .inputs.address-input {
      width: 100%;
      float: none;
      clear: both;
    }

    .spc .edit-address .inputs label {
      display: none;
    }

  .spc .payment-method .payment-logo {
    max-width: initial;
    margin-right: 10px;
  }

  .cart-collaterals > .deals {
    margin: 15px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .cart-collaterals > div,
  .spc .cart-collaterals {
    width: 100%;
    max-width: 100%;
  }
}

@media(min-width: 1200px) {
  .spc .method-list {
    display: flex;
    flex-wrap: wrap;
  }

    .spc .method-list li {
      max-width: 50%;
    }

  .spc .payment-method .payment-logo {
    max-width: initial;
  }

  .spc .payment-method .payment-details {
    margin: 0;
  }

  .spc .payment-method .method-list li .method-name {
    padding: 7px;
  }
}


@media(max-width: 1370px) {
  .checkout-page .cart-footer .totals {
    width: 350px;
  }
}

@media(max-width: 1000px) {
  .spc .cart-footer {
    margin-bottom: 0px;
  }

  .spc .cart .remove-from-cart {
    text-align: center;
  }

  .cart td.unit-price, .cart td.subtotal {
    display: block;
  }

  .checkout-options,
  .checkout-totals,
  .cart-footer {
    max-width: 100%;
  }
}

@media(max-width: 700px) {
  .spc .cart-footer {
    justify-content: center;
  }

  .spc .FoodshopOpc .checkout-options .step-title, .spc .FoodshopOpc .checkout-totals .step-title {
    display: flex;
    justify-content: center;
  }
}

@media(max-width: 769px) {
  .spc .order-review-data {
    grid-template-columns: none;
  }
}

@media(max-width: 769px) {
  .spc-row .billing-info-wrap, .spc-row .shipping-info-wrap {
    width: 250px !important;
  }
}

.html-order-completed-page .order-completed-continue-button {
  min-width: auto;
}

/* FoodShop Premium Discount Box CSS */
.foodshop-coupon-box {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-top: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.promo-header {
  margin-bottom: 12px;
}

.promo-label {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1b;
}

.coupon-input-group {
  position: relative;
  margin-bottom: 20px;
}

.input-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.discount-coupon-code {
  flex: 1;
  height: 48px !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 8px !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
}

.apply-main-btn {
  height: 48px;
  padding: 0 25px;
  background-color: #ef441f; /* Figma orange-red */
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px rgba(239, 68, 31, 0.2);
}

  .apply-main-btn:hover {
    background-color: #d43818;
    transform: translateY(-1px);
  }

.applied-list {
  margin-bottom: 15px;
}

.applied-item {
  margin-top: 10px;
}

.applied-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.applied-code {
  font-size: 15px;
  font-weight: 700;
  color: #ef441f;
  text-transform: uppercase;
}

.btn-remove-coupon {
  background: none;
  border: none;
  color: #8D9299;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.applied-detail-banner {
  display: flex;
  align-items: center;
  background: #f0f7ff;
  border-radius: 10px;
  padding: 12px 15px;
  position: relative;
  gap: 12px;
}

.banner-icon {
  width: 32px;
  height: 32px;
}

  .banner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

.banner-content {
  flex: 1;
}

.banner-title {
  font-size: 14px;
  font-weight: 700;
  color: #2563eb; /* Blue for delivery link to Figma */
}

.banner-desc {
  font-size: 12px;
  color: #4b5563;
}

.banner-close {
  background: none;
  border: none;
  color: #4b5563;
  cursor: pointer;
  font-size: 18px;
}

/* Available Discounts Section */
.available-section {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.discount-card-ticket {
  display: flex;
  background: #fff5f5;
  border: 1px dashed #ffc9c9;
  border-radius: 12px;
  position: relative;
  overflow: visible;
}

.ticket-side {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #ffc9c9;
}

.ticket-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

  .ticket-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

.ticket-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.discount-title {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

.discount-validity {
  font-size: 11px;
  color: #6b7280;
}

.btn-ticket-apply {
  background: #ff6a1a;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

/* Cutouts */
.cutout-top, .cutout-bottom {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  left: 70px; /* Aligned with dashed border */
  border: 1px solid #eee;
}

.cutout-top {
  top: -11px;
}

.cutout-bottom {
  bottom: -11px;
}


.cart-collaterals {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 25px 0 0;
}

  .cart-collaterals > div {
    max-width: 100%;
    margin: 0 0 50px;
  }

.discount-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.spc .cart-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  background: #FFFFFF;
  border: 1px solid #E1E2E2;
  border-radius: 12px;
  padding: 24px 20px;
  position: relative;
  margin: 20px 0;
  text-align: left;
}

.FoodshopOpc .checkout-options .step-title {
  background-color: #fff;
  border: 0;
  position: absolute;
  top: -12px;
  left: 20px;
}
