/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
#wfls-prompt-wrapper {
    padding: 20px;
}

#wfls-prompt-wrapper label {
    color: #000 !important;
}

#wfls-prompt-wrapper input[type="text"] {
    border: 1px solid #000;
}

#wfls-prompt-wrapper .woocommerce input.button {
    padding: 10px 42px !important;
}