/**
 * Edit Order by Customer
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.th_edit_order_append {
    color: #FFFFFF !important;
}

.th_edit_order_add_product {
    margin-bottom: 15px;
}

#th_edit_order_confirm_modal .modal-header .close {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 30px;
}

#th_edit_order_confirm_modal .modal-body {
    min-height: 75px;
}

.th_edit_order_product_img {
    width: 125px;
}

.th_edit_order_product_inner {
    display: flex;
    align-items: center;
}

.th_edit_order_product_details {
    margin-left: 10px;
    width: 100%;
}

.th_edit_order_product_details span {
    font-weight: 600;
}

.th_edit_order_product_price span {
    color: #24b9d7;
}

.th_edit_order_product_price {
    margin-top: 20px;
}

.th_edit_order_product_price {
    display: flex;
    justify-content: space-between;
}

.th_edit_order_error {
    background: #fbc6c3;
    border: 1px solid #f44336;
    padding: 10px;
}

.th_edit_order_success {
    background: #cbf2d4;
    border: 1px solid #53d572;
    padding: 10px;
}

.th_edit_order_accept_terms_cond {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.th_edit_order_accept_terms_cond label,
.th_edit_order_accept_terms_cond p {
    margin-bottom: 0;
}

#th_edit_order_accept_terms_cond {
    margin-right: 10px;
    position: relative;
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
    .th_edit_order_product_price {
        display: block;
    }
}
