div#cart-contact-information {
    display: flex;
    flex-direction: row;
    float: left;
    width: 100%;
    margin-top: 20px;
}

div#cart-invoice-contact {
    display: block;
    float: left;
    width: calc(50% - 30px);
    background: #dfdfdf;
    padding: 0 10px 10px 20px;
}

div#cart-delivery-contact {
    margin-left: 20px;
    display: block;
    float: left;
    width: calc(50% - 30px);
    background: #dfdfdf;
    padding: 0 10px 10px 20px;
}

#cart-invoice-contact h1, #cart-delivery-contact h1 {
    display: block;
}

.cart-contact-form-item {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
}

.cart-contact-form-item input, .cart-contact-form-item select {
    float: right;
    box-sizing: border-box;
    color: black;
    background: white;
}

.cart-contact-form-item input, .cart-contact-form-item select,
.address-inputs-wrapper {
    width: 60%;
}

.address-inputs-wrapper {
    float: right;
}

.address-inputs-wrapper input {
    width: 100%;
}

.cart-contact-form-item select:disabled {
    background: grey;
    color: white;
}

#use-invoice-contact {
    float: left;
}

#CartSalutation, #CartDelivery-salutation {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.cart-contact-form-item label {
    text-align: left;
    width: auto;
    font-weight: bold;
    font-size: 8pt;

}

.cart-contact-form-item input {
    display: inline-block;
}

.cart-contact-form-item select {
    display: inline-block;
}

.cart-contact-form-item * {
    margin: 2px 0 2px 0;
}

.cart-contact-info-header, #payment-details-header {
    display: inline-block;
    float: none;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 20px 20px;
}

div#special-instructions {
    display: block;
    width: 100%;
    background: #dfdfdf;
    float: left;
    margin-top: 20px;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
}

div#special-instructions label {
    display: inline-block;
    margin-bottom: 10px;
}

textarea.text-special-instructions {
    width: 800px;
    height: 60px;
}

#special-instructions #cart-button-wrap {
    width: 320px;
    float: right;
    display: inline-block;
}

#special-instructions #cart-button-wrap .cart-button {
    margin: 0;
}

.error-message {
    display: none;
}

div#payment-form {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0 20px;
}

#payment-form select {
    color: black;
    background: white;
}

div#payment-form label {
    display: inline-block;
    width: 180px;
    font-size: 9pt;
    font-weight: bold;
}

div#payment-form div {
    display: block;
    margin: 5px auto 5px 0;
}

.form-error, .error-message {
    color: red;
}

.form-error {
    border: 1px solid red;
}

#ecu-iface-required-product-wrapper {
    width: 100%;
    height: 120px;
    float: left;
    background-color: #e13e3e;
    margin-top: 10px;
}

#ecu-iface-required-product-wrapper div {
    min-height: calc( 100% - 4px);
}

#ecu-iface-attn {
    width: 40%;
    float: left;
}
#ecu-iface-attn div {
    float: left;
}

#ecu-iface-required-products {
    float: right;
    width: 55%;
    margin: 2px;
    background-color: lightgrey;
    text-align: center;
}

#ecu-iface-required-products p {
    font-size: 11pt;
    padding:5px;
}

#ecu-iface-required-products .product-link {
    background-color: #86c97a ;
    text-decoration: none;
    cursor: pointer;
    color: black;
    font-size: 10pt;
    padding: 8px;
    min-width: 160px;
    display: inline-block;
    border: 1px solid white;
    box-sizing: border-box;
}

