.coupon {
    padding: 15px 10px;
    margin-bottom: 30px;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 50%;
    padding: 10px !important;
    margin: 5px 0px !important;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 1em;
}
body .woocommerce-billing-fields .form-row.address-field#billing_state_field, 
body .woocommerce-billing-fields .form-row.address-field#billing_postcode_field, 
body .woocommerce-billing-fields .form-row.form-row-wide#billing_phone_field, 
body .woocommerce-shipping-fields .form-row.address-field#shipping_state_field, 
body .woocommerce-shipping-fields .form-row.address-field#shipping_postcode_field, 
body .woocommerce-shipping-fields .form-row.form-row-wide#shipping_phone_field {
    max-width: 31%;
    width: 31%;
    flex: 1 1 31%;
    display: inline-block;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 34px;
    position: relative;
    bottom: 2px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 3px 0;
}
.woocommerce-checkout {
    font-size: 0.75em;
}