.woocommerce-order {
    background: #fff;
    padding: .5rem;
    position: relative
}

.woocommerce-order>h2 {
    position: relative
}

.woocommerce-order>h2:before {
    color: #73bf8b;
    position: absolute;
    left: 0;
    top: .5rem;
    font-size: 1.5rem
}

.woocommerce-order .woocommerce-thankyou-order-received {
    color: #4d4d4d
}

.woocommerce-order .addresses {
    margin-top: 1rem
}

.woocommerce-order .addresses .inner {
    background-color: #ebf6fc;
    padding: 1rem
}

@media only screen and (min-width:64.0625em) {
    .woocommerce-order .wc_points_rewards_earn_points {
        position: absolute;
        top: 2.5rem;
        right: 2rem
    }
}

ul.order_details {
    list-style: none;
    border: solid 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: .9rem;
    margin-left: 0;
    margin-bottom: 2rem
}

@media only screen and (min-width:40.0625em) {
    ul.order_details {
        display: -webkit-flex;
        display: flex
    }

    .woocommerce-order {
        -webkit-box-shadow: 0 0 30px rgba(24, 40, 73, .1);
        -moz-box-shadow: 0 0 30px rgba(24, 40, 73, .1);
        box-shadow: 0 0 30px rgba(24, 40, 73, .1);
        padding: 2rem
    }
}

.order_details {
    background: #fff !important;
    padding: 0 !important
}

.order_details li {
    width: 25% !important;
    padding: 20px !important;
    border-right: solid 1px #182949 !important;
    font-size: 15px !important;
    color: #4d4d4d
}

.order_details li strong {
    font-weight: 700 !important;
    margin-top: 15px;
    font-size: 1.1em !important;
}

.order_details li:last-child {
    border-right: 0 !important
}

.paymentez_dialog_info {
    color: #fff !important;
    background-color: transparent !important
}

.paymentez_dialog_info span {
    margin-left: 5px
}