/* ECOMMERCE */

.ec_invoice_header, .ec_invoice_billing_shipping, .ec_invoice_products, .ec_invoice_product_line, .ec_invoice_total, .ec_invoice_total_line {
    clear: both;
}

.ec_invoice_title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
}

.ec_invoice_title {
    font-size: 1.1em;
}

.ec_invoice_header_order_id {
    font-size: 1.3em;
    font-weight: bold;
}

.ec_invoice_header {
    border: 2px solid white;
    height: 280px;
    padding: 15px;
}

.ec_invoice_billing, .ec_invoice_shipping {
    border: 2px solid white;
}

.ec_invoice_products, #ec_invoice_total_right {
    border: 2px solid white;
}

.ec_invoice_billing > div, .ec_invoice_shipping > div, .ec_invoice_product_line_name, .ec_invoice_product_line_left div, .ec_invoice_total_left, .ec_invoice_total_right {
    padding: 10px 15px 0 15px;
}

.ec_invoice_header_user div {
    padding-left: 15px;
}

.ec_clearfix {
    clear: both;
}

.ec_invoice_col {
    display: block;
    float: left;
}

.ec_invoice_product_line {
    height: 50px;
}

.ec_invoice_span_1_of_2_45 {
    width: 45% !important;
}

.ec_invoice_span_1_of_2 {
    width: 50%;
}

.ec_invoice_span_1_of_3 {
    width: 32.5%;
}