
.success-payment-text{
    font-size: 12px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
}
.popup .main-block {
    max-width: 800px;
    display: flex;
    background-color: white;
    padding: 10px;
    position: relative;
}
@media (max-width: 767px) {
    .popup .main-block {
        flex-direction: column !important;
        width: 80%;
    }
}
/* .popup .main-block .block {
    max-width: 400px;
} */

.popup .main-block .block.block-1 {
    flex-basis: 100%;
}
.popup .main-block .block.block-2 {
    flex-basis: 100%;
}

.popup .main-block .block.block-1 img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup .main-block .block.block-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .popup .main-block .block.block-2 {
        padding: 0 10px;
    }
    .menu
        .container
        .category
        .products
        .row
        .box-product
        .box
        .box-2
        .description {
        padding-bottom: 0px;
        min-height: 75px;
    }
}
.popup .main-block .block.block-2 .desc {
    display: block;
    overflow-y: auto;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
}

.add-to-cart-modal
    .modal-dialog
    .modal-content
    .modal-body
    .box-2
    .upgrade
    .upgrade-content
    span:last-child {
    color: #757575;
    font-size: 15px;
}
.starting-from {
    font-size: 17px;
    color: #d82d28 !important;
}

@media (max-width: 767px) {
    /* .popup .main-block .block.block-2 p {
    height: 200px;
  } */
}
.popup .main-block .block.block-2 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup .main-block .block.block-2 .title span {
    font-family: "bebasneueregular";
    font-size: 40px;
    color: #d82d28;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .popup .main-block .block.block-2 .title span {
        padding-top: 20px;
        font-size: 30px;
    }
}
.popup .main-block .block.block-2 .title .close-btn {
    background: none;
    opacity: 1;
    color: #d82d28;
    font-size: 16px;
    position: relative;
    /* top: -5px; */
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d82d28;
    border-radius: 50%;
    cursor: pointer;
}
@media (min-width: 992px) {
    .popup .main-block .block.block-2 .title .close-btn {
        position: absolute;
        right: -45px;
        top: -2px;
        color: white;
        border: none;
    }
}
.popup .main-block .block.block-2 .title .close-btn:focus {
    box-shadow: none;
}
.popup .main-block .block.block-2 .title .close-btn:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .popup .main-block .block.block-2 .title .close-btn {
        background: none;
        opacity: 1;
        color: #d82d28;
        font-size: 20px;
        padding: 0;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 16px;
        right: 16px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d82d28;
    }

    .bg-chili-icon {
        position: absolute;
        width: 35px !important;
        top: 1px;
        right: 35px;
    }
}
.announcement-link {
    font-size: 20px;
    color: #d82d28;
    text-transform: uppercase;
    border: 1px solid;
    padding: 5px 10px;
}
.popup .main-block .block.block-2 .title .close-btn svg {
    font-size: 16px;
}

@media (max-width: 991px) {
    .popup .main-block .block.block-2 .title .close-btn svg {
        height: 15px;
        width: 15px;
    }
    .popup .main-block .block.block-2 .title .close-btn #pathCloseBtn {
        stroke: #d82d28;
        fill: #d82d28;
    }
}

.price-summary {
    font-family: 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.price-row:last-child {
    border-bottom: none;
}

.price-label {
    color: #6c757d;
    font-weight: 500;
}

.price-value {
    color: #212529;
    font-weight: 500;
}

.total-row {
    margin-top: 10px;
    padding-top: 15px;
}

.total-row .price-label {
    font-weight: 700;
    color: #212529;
    font-size: 1.1em;
}

.total-row .price-value {
    font-weight: 700;
    color: #2a8f2a;
    font-size: 1.1em;
}

.coming-soon {
    pointer-events: none;
    cursor: default;
    box-shadow: none;
}

