.product-menu__wrapper {
    padding: 1.5rem;
    border-radius: 1rem;
}
.product-menu__wrapper .product-menu__order_type {
    margin-bottom: 0.5rem;
}
.product-menu__wrapper .product-menu__order_type p {
    display: inline;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.2rem;
}
.product-menu__wrapper .product-menu__order_type p::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #ff6f1e;
    width: 30%;
    bottom: 0;
    left: 0;
}
.product-menu__wrapper .product-menu__outlet-name {
    cursor: pointer;
    font-size: 16px;
}
.menu-checkout__button {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 768px;
    transform: translateX(-50%);
}

.product-menu__product-card {
    cursor: pointer;
    margin-bottom: 1rem;
    display: flex; /* Ensure the card is a flex container */
    flex-direction: row; /* Align children horizontally */
    align-items: flex-start; /* Align items at the top */
    overflow: hidden; /* Prevent content from overflowing */
}

.product-menu__product-card .product-menu__product-img-wrapper {
    width: 80px;
    aspect-ratio: 1;
    margin-inline-end: 10px;
    flex-shrink: 0;
}

.product-menu__product-details {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    flex-grow: 1;
    min-width: 0;
}

.product-menu__product-title {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.product-menu__product-description {
    font-size: 10px;
    color: #8e8e8e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.25rem;
}

.product-menu__product__pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.menu-checkout__summary {
    background: #fff0e7;
}
.menu-checkout__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0.75rem;
}
.welcome_card {
    text-align: center;
    padding: 2rem;
    background: white;
    font-weight: bold;
    border: 1px solid #fefefe;
    font-size: 16px;
    margin-top: -2rem;
    margin-bottom: 3rem;
}
.order_type_card {
    cursor: pointer;
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    background: #fff0e7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
}
.order_type_card .order_type_icon {
    width: 60px;
    margin-bottom: 1rem;
}
#productDetailsModal .mw-100 {
    max-width: 100%;
}

#productDetailsModal .modal-dialog {
    height: 100%;
    justify-content: center;
    align-items: end;
    display: flex;
    margin: 0;
}
#productDetailsModal .modal-body {
    padding-bottom: 1rem !important;
}
#productDetailsModal .modal-content {
    max-width: 768px;
    border-radius: 0;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.product_details_img_wrapper {
    display: flex;
    justify-content: center;
}
.product_details_product-title {
    font-size: 18px;
    font-weight: bold;
}
.product_details_product-description {
    font-size: 10px;
    color: #8e8e8e;
}
.product_details_details_price {
    font-size: 18px;
}
.product_details_details_price_wrapper {
    display: flex;
    justify-content: space-between;
}
.product_details_details_quantity {
    display: flex;
    gap: 10px;
}
.product_details_details_quantity,
.product_details_details_quantity span i {
    cursor: pointer;
    font-size: 18px;
}
.product-menu__checkout-form-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.product-menu__checkout-form-item-count {
    font-weight: bold;
    font-size: 16px;
}
.product-menu__checkout-form-item-empty,
.product-menu__checkout-form-item-empty i {
    cursor: pointer;
    font-size: 12px;
    color: rgb(153, 161, 183);
}
.product-menu_subtotal {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}
.product-menu__product__cart input {
    border: 0px;
    width: 100%;
    text-align: center;
}
.product-menu__product__price {
    font-size: 12px;
    color: #ff6f1e;
}
.outlet_card {
    cursor: pointer;
    background: #fff0e7;
    padding: 1rem;
}

.outlet_card.disabled {
    background: #cbcdcf;
    color: #787878;
    cursor: not-allowed;
    /* opacity: 0.8; */
}

.outlet_card.disabled h3 {
    color: #787878;
}

.product-menu__product__qty {
    display: flex;
    gap: 10px;
}
.product-menu__empty-cart {
    text-align: center;
    padding: 2rem;
    border: 1px dashed #ccc;
    border-radius: 8px;
    margin: 1rem 0;
}

.product-menu__empty-cart-icon {
    font-size: 3rem;
    color: #999;
    margin-bottom: 1rem;
}

.product-menu__empty-cart-message {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
}

.menu-container {
    max-width: 768px !important;
}

.product_order_banner {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.product_order_banner img {
    max-width: 768px;
}

.placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background: white;
}

.product-menu__disctance {
    display: flex;
    gap: 5px;
    align-items: center;
}

.tnc {
    width: 100%;
    /* position: absolute;
    bottom: 0;
    left: 0; */
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.product-menu__checkout-tnc {
    font-size: 12px;
    margin-bottom: 5rem;
    font-style: italic;
}

.product-menu__floating-cart{
    position: fixed;
    bottom: 10px;
    right: 5px;
}

.product-menu__floating-cart a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    background-color: #ff6f1e;
    border-radius: 50%;
    aspect-ratio: 1;
}

.product-menu__floating-cart a i{
    font-size: 14px;
    color: white;
}


.product-menu__floating-cart span{
    position: absolute;
    background: white;
    aspect-ratio: 1;
    padding: 0.3rem;
    border-radius: 50%;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    min-height: 16px;
    color: #ff6f1e;
    font-weight: bold;
    line-height: 1;
    top: 0;
    right: 0;
}