.comment-user-img-name-ratings .comment-user-name-ratings .comment-name {
    width: calc(100% - 90px) !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.comment-user-img-name-ratings .comment-user-name-ratings .comment-ratings.stars-rating {
    padding: 0 10px;
    width: auto !important;
    height: auto !important;
    margin-left: 10px;
}

.address-box .address-card {
    border-radius: 16px;
}

.address-box .address-card p{
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
    font-size: 14px;
}

.address-box .address-card.selected-address {
    border: 2px solid #f67f33;
    position: relative;
}

.address-box .address-card.selected-address::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f67f33;
}

.address-box .address-card.loading-check-address {
    position: relative;
}

.address-box .address-card.loading-check-address:before {
    content: "\f110";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 20px;
    color: #f67f33;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 10px;
    right: 10px;
}

.address-box .address-card .fas {
    color: #cfcfcf !important;
}

.address-box .address-card.selected-address .fas {
    color: #f67f33 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cursor-pointer {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #select-address-title {
        font-size: 16px;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    #create-new-address.btn-main {
        padding: 10px 0 12px;
        font-size: 15px;
    }
}

.alternative-email-label {
    color: #121212 !important;
    padding: 0px 0px 0px 5px;
    margin: 0 auto;
    cursor: pointer;
}

.input-error-message {
    font-size: 15px;
    color: red;
}

.order-again-section h2 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #32324d;
    margin: 0 0 13px;
    padding-left: 25px;
}

.order-again-section .order-again-box {
    border-radius: 15px;
    box-shadow: 2px 3px 8px #ebe5e5;
    cursor: pointer;
    touch-action: none;
}

.order-again-section .order-again-box h6 {
   font-size: 15px;
    color: #8b8b8b;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}

.order-again-section .order-again-box h3 {
    font-size: 17px;
    color: #32324d;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}

.order-again-section .order-again-box a {
    color: #f67f33;
    font-size: 16px;
    font-weight: 700;
}

.order-again-section .order-again-box h5 {
    font-size: 16px;
    color: #363640;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}

.order-again-section .slick-arrow {
    z-index: 1;
}

#ordersToReorderModal .add_order_again_orders_btn {
    background-color: #f67f33;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

#ordersToReorderModal h5 {
    font-size: 22px;
    color: #32324d;
    font-weight: 700;
    margin: 0 0 10px;
}

#ordersToReorderModal .modal-content {
    border-radius: 15px;
    border: 1px solid #b4b4b4;
}

#ordersToReorderModal .modal-header {
    border-bottom: 1px solid #d7d7d7;
}

#ordersToReorderModal .modal-body .item-name {
    font-size: 16px;
    color: #757575;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    max-width: 65%;
}

#ordersToReorderModal .modal-body .item-price {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

#ordersToReorderModal .modal-body .form-check-input:checked {
    background-color: #f67f33;
    border-color: #f67f33;
}


.order-again-section .slick-arrow.slick-next {
    right: 5px;
}

.order-again-section .slick-arrow.slick-prev {
    left: 5px;
}

@media only screen and (max-width: 768px) {
    #ordersToReorderModal {
        padding: 0 !important;
    }

    #ordersToReorderModal .modal-dialog {
        max-width: 100%;
        margin: 0;
        align-items: flex-end;
        min-height: 100vh !important;
    }

    #ordersToReorderModal .modal-content {
        border-radius: 15px 15px 0 0;
        height: 90vh !important;
        overflow-y: auto;
    }

    #ordersToReorderModal .modal-body {
        padding: 0 !important;
    }

}


#main-content #jsContent.container.loading {
    position: relative;
    min-height: 20vh;
}

#main-content #jsContent.container.loading::before {
    content: "\f110";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 25px;
    color: #f67f33;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .order-accepting-optbox .container {
    max-width: 1200px;
} */

.order-accepting-optbox .order-acpbx.active {
    border: 1px solid #f67f33;
    background: #e9e9e9;
}

.order-accepting-optbox .order-acpbx.active i {
    background-color: #ff7b2c;
}

#customerChooseRestaurantLocationModal .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
}

#customerChooseRestaurantLocationModal.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

#customerChooseRestaurantLocationModal .modal-header .c-icon {
    color: #f67f33;
    height: 25px;
    width: 25px;
}

#customerChooseRestaurantLocationModal .modal-header .modal-title {
    font-size: 20px;
    color: #32324d;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

#customerChooseRestaurantLocationModal .modal-body .location-description {
    font-size: 16px;
    color: #757575;
}

#customerChooseRestaurantLocationModal .modal-body .apply_location_btn {
    background-color: #f67f33;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.pac-container {
    z-index: 10000 !important;
}
