/* Start custom CSS */html body table.shop_table.woocommerce-checkout-review-order-table {
    background: white;
}
html body div#customer_details p {
    font-size: 14px;
    color: black;
}

html body .woocommerce-checkout #payment div.payment_box p {
    font-size: 13px;
}
html body .woocommerce form input[type="text"],html body  .woocommerce form input[type="password"],html body  .woocommerce form input[type="email"], .woocommerce form input[type="url"],html body  .woocommerce form input[type="date"], .woocommerce form input[type="month"],html body  .woocommerce form input[type="time"], html body .woocommerce form input[type="datetime"], .woocommerce form input[type="datetime-local"], .woocommerce form input[type="week"], .woocommerce form input[type="number"], .woocommerce form input[type="search"], html body .woocommerce form input[type="tel"], html body .woocommerce form input[type="color"],html body  .woocommerce form select,html body  form textarea {
    background-color: white;
}

p#billing_state_field {}

html body select#billing_state {}

html body .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
    background: white;
}

html body .woocommerce-checkout #payment div.payment_box p {
    color: black;
}/* End custom CSS */