.disabled-input {
    background-color: lightgray !important;
}

.customer-data-popup {
    background-color: var(--main_color);
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.collect-customer-info .modal-content {
    border-radius: 15px;
    padding: 18px 10px 0;
}

.collect-customer-info .modal-head {
    /*padding: 15px;*/
    text-align: end;
}

.collect-customer-info .close-modal {
    cursor: pointer;
    padding: 15px;

}

.collect-customer-info .modal-content .title {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.confirm-collect-customer-info {
    height: 50px !important;
}

.sx-13 {
    font-size: 13px !important;
}

.sx-14 {
    font-size: 14px !important;
}

.sx-15 {
    font-size: 15px !important;
}


.close-icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
    color: #aaa;
    cursor: pointer;
    border-radius: 50%;
    /*border: 1px solid #666;*/
    padding: 9.5px;
}

.item-count-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 12px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--main_color);
    /*    position: fixed;*/
    /*bottom: 25px;
    width: -webkit-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    max-width: 520px;*/
}

/*
html[lang=en] .item-count-control{
    left: 50%
}

html[lang=ar] .item-count-control {
    right: 50%
}

html[lang=en] .item-count-control {
    -webkit-transform: translateX(-50%) translateY(-70%);
    transform: translateX(-50%) translateY(-70%)
}

html[lang=ar] .item-count-control{
    -webkit-transform: translateX(50%) translateY(-70%);
    transform: translateX(50%) translateY(-70%)
}*/


/*html[lang=ar] .item-count-control{
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}*/

@media (max-width: 320px) {
    .item-count-control {
        font-size: 14px
    }

}

.item-count-control .hint {
    position: absolute;
    font-size: 11px;
    font-weight: 400
}

html[lang=en] .item-count-control .hint {
    right: 40px
}

html[lang=ar] .item-count-control .hint {
    left: 40px
}

@media (max-width: 320px) {
    .item-count-control .hint {
        font-size: 12px
    }

}

.item-fixed-bottom-part {
    position: fixed;
    bottom: 0;
    /*    left:50%;*/
    /*    right:50%;*/
    background-color: #fff;

    width: -webkit-calc(100% - 0px) !important;
    width: calc(100% - 0px) !important;
    max-width: 550px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.product-order-box.complete-order {
    display: block !important;
}

.not-available .item-content, .not-available {
    opacity: 0.5; /* Dim the entire content */
    pointer-events: none; /* Disable interaction */
}

.not-available .item-content img,
.not-available img {
    filter: grayscale(80%); /* Desaturate images */
    opacity: 0.5; /* Dim the images */
}

.not-available .item-content h5,
.not-available .item-content p,
.not-available .item-content input,
.not-available h5,
.not-available p,
.not-available input {
    color: #999; /* Mute the text color */
}

.not-available .item-content input,
.not-available .item-content input {
    background-color: #f5f5f5; /* Lighten the input background */
    pointer-events: none; /* Disable input fields */
}

.forced-alert-danger {
    background-color: rgba(217, 47, 32, .1) !important;
    opacity: 1 !important;
}

.forced-text-danger {
    color: #ed0000 !important;
    opacity: 1 !important;
}

.branch-box .ordering-not-available {
    font-size: 12px;
}

.payment-methods {
    padding-top: 5px;
}

.item-details .info {
    width: auto !important;
}

.item-details .info .option {
    margin-bottom: 0 !important;;
}

.first-order-discount-alert {
    border-radius: 10px;
    color: #FE6301;
    background-color: #FFEDDA;
    padding: 10px;
    font-weight: bold;
    margin: 0 auto 15px;
}

.first-order-discount-alert .thumbnail {
    width: 36px;
    padding-top: 10px;
}

.first-order-discount-alert .thumbnail img {
    width: 36px;
}

.first-order-discount-alert .desc {
    font-size: 16px;
    font-weight: 500;
}

.optional-label {
    font-size: .8rem;
}

.order-item-prices {
    height: 29px;
    margin-top: -15px;
}

.order-item-prices .no-discount {
    color: #000;
}


/*payment failed page*/
.payment-failed-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-failed-page .error-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #dc3545;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.payment-failed-page .error-icon svg {
    color: #dc3545;
    font-size: 60px;
}

.payment-failed-page .error-text {
    /*font-weight: 600;*/
    color: #dc3545;
    display: block;
}


/*checkout items component*/
.order-note-input {
    height: auto !important;
}

.cartQtyPlusBtn {
    background-color: #098468;
    border: none !important;
    color: #fff !important;
}


/* order info page */
.order-summary .badge {
    padding: 8px 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
}

.payment-method-button {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Adjust intensity */
}

.payment-method-button .inner {
    height: 50px;

}

.payment-method-button .inner .label {
    padding: 12px 24px;
}

.payment-method-button .inner .icon {
    padding: 0 24px;
    margin-top: 3px;
}
.payment-method-button .inner .icon.multiple {
    margin-top: 13px;
}

.order-tracking .product-order-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.order-tracking .product-order-box:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.order-status-badge {
    background-color: #FFE8D2;
}

.badge-paid {
    background-color: #098468;
    color: #fff;
}

.badge-unpaid {
    background-color: #FD850D;
    color: #fff;
}


.order-tracking .product-order-box .info{
    width: 100%;
}

/* contact info page */
.contact-info .form-group {
    margin-bottom: 12px;
}

.btn-dark {
    background-color: #000;
}
