
  /* UPDATED UI */
  .product-ordered-container{
    border-radius: 2px; 
    background: #FBFCFF; 
    box-shadow: 0px 2px 10px 0px rgba(85, 85, 85, 0.04);
  }
  .order-column-container{
    border-radius: 16px;
    background: #F5F5F5;
    padding: 12px;
  }
  .order-column-container .product{
    width: 112px;
    min-width: 112px;
    height: 112px;
    border-radius: 8px;
    object-fit: cover;
  }
  .order-column-container.margin{
    margin: 20px 40px;
    padding: 20px 12px;
  }
  .product_cart{
    padding-left: 12px;
  }
  .product_cart .name{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.14px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .product_cart .variant{
    color: #F5B553;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.14px;
    margin: 0;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .product_cart .price{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    opacity: 0.4;
    margin: 0;
  }
  .product_cart .add-ons{
    overflow: hidden;
    color: #212121;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    opacity: 0.4;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .product_cart .sub-total,
  .product_cart .sub-total{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    margin: 0;
    white-space: nowrap;
  }
  .see-voucher{
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.12px;
    margin: 0;
    opacity: 0.4;
    text-decoration: underline;
    cursor: pointer;
  }
  .see-store-voucher{
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    white-space: nowrap;
    cursor: pointer;
  }
  .store-voucher{
    position: absolute;
    left: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .ordered-container{
    padding: 25px;
  }
  .ordered-container .container{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .change-order{
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .change-order a{
    color: #2F88FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.14px;
  }
  .header-checkout-page{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 25px 25px 0;
    position: relative;
  }
  .button_place_order{
    padding: 25px;
  }
  .mobile-display{
    background: #FFF;
    box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.10), 0px -2px 2px 0px rgba(0, 0, 0, 0.02);
  }
  .sub-total-footer{
    border-bottom: 1px dashed #D8DADF;
    width: 50%;
  }
  .cart-footer{
    border-bottom: 1px dashed #D8DADF;
    padding: 20px 0;
  }
  .total-footer{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .total-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 24px 39px 0;
  }
  .quantity .qty-input{
    display: flex;
    justify-content: space-between;
    width: 100px;
  }
  .cart-container{
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
  }
  .cart_section{
    padding: 0;
    border-radius: 2px; 
    background: #FBFCFF; 
    box-shadow: 0px 2px 10px 0px rgba(85, 85, 85, 0.04);
  }
  .cart_section .removing-items{
    padding: 40px 57px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cariton_select{
    width: 18px;
    height: 18px;
    border-radius: 5.4px;
    border: 0.9px solid #D8DADF;
    background: #FFF;
  }
  .below-content{
    padding-left: 37px;
  }
  .checkbox_cart{
    margin: 8px !important;
    min-width: 1em;
  }
  .mobile_column{
    gap: 12px;
  }
  
  /* DINE IN PROCESS MODAL */

  .custom-modal-order .modal-content {
    border-radius: 20px;
    padding: 20px;
  }

  .radio-wrapper {
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--Gray-200, #E9EAEB);
    background: var(--Base-White, #FFF);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    transition: border 0.2s ease;
    flex-direction: column;
    align-items: flex-start;
  }
  .radio-wrapper.active {
    border: 2px solid #2F88FF;
    background: #F7FAFF;
  }
  .radio-wrapper.active .table-id-input {
    background-color: #F7FAFF;
    border-color: #2F88FF;
    box-shadow: none;
  }

  .radio-wrapper:hover {
    border-color: #bcbcbc;
  }

  .radio-wrapper input[type="radio"] {
    display: none;
  }

  .label-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .radio-wrapper .label-text {
    color: #414651;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .radio-wrapper.active .label-text {
    color: #212121;
  }

  .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: transparent;
    position: relative;
    transition: all 0.2s ease;
  }

  input[type="radio"]:checked ~ .label-top .checkmark {
    background-color: #2D8CFF;
    border-color: #2D8CFF;
  }

  input[type="radio"]:checked ~ .label-top .checkmark::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .table-id-input {
    border-top: none !important;
    border: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    cursor: pointer;
  }

  .table-id-input:focus {
    box-shadow: none !important;

  }
 .table-id-input::placeholder {
    color: #414651 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }
  .radio-wrapper.active .table-id-input::placeholder {
    color: #212121;
    font-weight: 600;
  }

  .btn-proceed {
    height: 48px;
    width: 100%;
    padding: 10px 24px !important;
    border-radius: 10px !important;
    background: #1A1A1A;
  }

  @media (max-width: 575px) {
    /* START NEW UI CHECKOUT*/
    .store-voucher{
      left: 10px;
    }
    .header-checkout-page{
      padding: 25px 10px 0;
    }
    .button_place_order{
      padding: 10px;
    }
    .sub-total-footer,
    .total-footer{
      width: 100%;
    }
    .total-container{
      padding: 15px;
    }
    .ordered-container .container{
      padding: 15px;
    }
    .container-lg,  
    .ordered-container{
      padding: 0 !important;
    }
    .see-store-voucher,
    .change-order a{
      font-size: 12px;
    }
    .change-order,
    .store-voucher{
      white-space: nowrap;
      gap: 3px;
    }
    .mobile-display{
      position: sticky;
      bottom: 0;
      z-index: 999;
    }
    .order-column-container .product{
      width: 100px;
      min-width: 100px;
      height: 100px;
    }

    /* START NEW UI CART{ */
    .cart-container{
          padding: 0 10px;
    }
    .cart_section .removing-items{
      padding: 18px;
    }
    .see-store-voucher.cart{
      padding: 18px !important;
    }
     .order-column-container.margin{
        margin: 10px;
        padding: 10px 0;
    }
    .mobile_column{
      display: flex;
      flex-direction: column;
    }
     .add_more, .place_order{
        width: 100% !important;
      }
  }