.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #1f1f1f !important;
    color: #fff !important;
    border: 1px solid #3c3c3c;
    border-radius: 0px !important;
}
span.select2-selection.select2-selection--single {
    background: #1f1f1f !important;
    color: #fff !important;
    border: 1px solid #3c3c3c;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
span.select2-selection.select2-selection--single {
    height: 50px !important;
    padding: 10px !important;
}
.select2-dropdown {
    background-color: #000 !important;
}

p.woocommerce-store-notice.demo_store {
    padding-bottom: 20px !important;
    background: #e02b20 !important;
}