/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
#dateDropdown {
    width: 100% !important;
    border: 1px solid #50575e !important;
    border-radius: 4px !important;
    font-size: var(--wp--preset--font-size--small) !important;
    line-height: var(--wp--custom--typography--line-height--normal) !important;
    padding: 0.8rem 1.1rem !important;
    box-sizing: border-box !important;
    background: white !important;
    color: black !important;
    
}

//#coderockz_woo_delivery_pickup_date_datepicker {
//    display: none;
//}

#billing_country_field {
    display: none;
}

.bapf_head h3 {
    font-size: var(--wp--preset--font-size--x-large);
    margin-bottom: 5px;
}