.quantity-select-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 20px;
    height: 20px;
}

.table-checkbox-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.info_m_btm {
    border: whitesmoke;
    /* width: 100%; */
    /* height: auto; */
    background: white;
    margin: -24px 0 0 0;
}


/* star */

[name^='user_rating_id'] {
    display: none;
}

.star {
    font-size: 15px;
    cursor: pointer;
}

.empty i {
    color: #ccc;
}

.yellow i {
    color: orange;
    font-size: 15px;
}

i.bi.bi-record-fill {
    color: #337ab7;
    font-size: 20px;
}


/* end star */

.data_taime2 {
    padding: 40px 0px 0px 0px;
}

i.bi.bi-record-fill {
    color: #337ab7;
    font-size: 20px;
}

.centered-content {
    text-align: center;
}

.show-now {
    margin-top: 20px;
    /* Adjust margin-top as needed */
    font-weight: 700;
}

.order_front_top_heading2 {
    text-align: center;
    /* font-weight: 500; */
    font-size: 40px;
    color: #0e9ee3;
}

@keyframes multi-color-blink {
    0%,
    25% {
        color: #0e9ee3;
    }
    25.01%,
    50% {
        color: #bdb45b;
    }
    50.01%,
    75% {
        color: green;
    }
    75.01%,
    100% {
        color: #ff6a00;
    }
}

.order_front_top_subtext.show-now {
    animation: multi-color-blink 2s infinite;
}

.modal-review-box {
    padding: 5px 15px;
}

.modal-header.Review.modal-review {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 5px 15px;
}

.modal-header.Review.modal-review h2 {
    font-size: 16px;
    font-weight: 600;
}

.modal-header.Review.modal-review button img {
    width: 100%;
    max-width: 100px;
}

.modal-header.Review.modal-review button.info_m_btm {
    margin: 0;
}

.modal-header.Review.modal-review button.close {
    position: absolute;
    right: 6px;
    top: -12px;
}

.addons_img {
    position: relative;
    display: inline-block;
    width: 100px;
}

.addons_img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.addons_img:hover img {
    transform: scale(1.1);
}


/* .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
} */


/* .addons_img:hover .details {
    opacity: 1;
} */


/* image add on */


/* quick reset */

* {
    margin: 0;
    padding: 0;
    border: 0;
}


/* relevant styles */

.img__wrap {
    position: relative;
    height: 180px;
    width: 180px;
    overflow: hidden;
}

.img__description {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(215 237 245 / 74%);
    color: #066054;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
}


/* .paination_product {
    display: flex;
    align-items: center;
}

.paination_product .page-number,
.paination_product .dot {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
    list-style-type: none;
} */


/* div#pagination {
    display: flex;
    align-items: center;
    list-style-type: none;
}

li.page-item.active {
    padding-right: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
}

li.page-item {
    padding-right: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
} */

.final_text_order {
    margin-top: 20px;
    text-align: center;
}

.bank-details {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.bank-details h3 {
    margin-top: 0;
}

li {
    display: block;
}

h5#bankDetailsModalLabel {
    padding-left: 235px;
}

@media only screen and (max-width: 600px) {
    #paymentDetailsButton1 {
        display: inline-block;
        margin-top: -87px;
        font-size: 12px;
        width: 116px;
        padding-left: 2px;
    }
}

button#paymentDetailsButton1 {
    background-color: #129d9d;
    border: none;
    margin: -70px 0 0 0;
    float: left;
    display: none;
}

button#paymentDetailsButton1:hover {
    background-color: #0e5e5e;
    color: white;
}

button#paymentDetailsButton2 {
    background-color: #129d9d;
    border: none;
    display: inline;
    float: right;
}

button#paymentDetailsButton2:hover {
    background-color: #0e5e5e;
    color: white;
}

button#paymentDetailsButton3 {
    background-color: #129d9d;
    border: none;
    display: flex;
    float: right;
}

button#paymentDetailsButton3:hover {
    background-color: #0e5e5e;
    color: white;
}

button#paymentDetailsButton4 {
    background-color: #129d9d;
    border: none;
    display: flex;
    float: right;
}

button#paymentDetailsButton4:hover {
    background-color: #0e5e5e;
    color: white;
}

#successtext {
    color: green;
}

#closewindow {
    background-color: black;
    color: white;
    border: none;
    float: unset;
}

#detailsDiv {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #262323;
    background-color: rgb(249 249 249 / 50%);
    padding: 5px;
    font-size: 16px;
    margin-top: 168px;
    text-align: center;
    transition: opacity 0.5s ease-in-out;
}

div#payment-header {
    margin-top: -114px;
}