.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: inherit !important;
    left: 15px !important;
    top: 10px !important;
}

.woocommerce #customer_details .form-row label .required:nth-child(2) {
    display: none !important;
}

.woocommerce #customer_details #billing_city_field, .woocommerce #customer_details #billing_phone {
    margin-right: 25px !important;
    margin-left: 0px !important;
}

#shipping_country_field, #billing_country_field {
    display: none !important;
}

#dcf_customer_info {
    background: #FFF !important;
}

.dcf-admin-fields {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.dcf-user-fields {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}