/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#cclw_order_details_table .cclw_order_review_table .cclw_cart_totals .delivery-message .right-corner {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    float: unset;
}

#cclw_order_details_table .cclw_order_review_table .cclw_cart_totals .delivery-message .right-corner br {
    display: none;
}

.express-one-page-checkout-main .cart_totals span.right-corner {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    float: unset;
}

.express-one-page-checkout-main .cart_totals span.right-corner br {
    display: none;
}

p.deliverydate {
    margin: 0px 0px;
}

.delivery-date {
    font-size: 0.9em;
    color: #555;
}