/**
 * Hide Shipping and Billing fields 
 */
 
/* #billing_address_1_field, #billing_address_2_field, #billing_postcode_field, #billing_city_field, #shipping_address_2_field, #shipping_postcode_field, #shipping_city_field, #shipping_address_1_field, #billing_state_field, #shipping_state_field {
    display: none !important;
} */

/**
 * Autocomplete - DK
*/

.woocommerce-checkout #customer_details {
    position: relative;
}

.dawa-autocomplete-suggestions {
    margin: 0;
    margin-left: 10px;
    margin-right: 90px;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}
 
.woocommerce-edit-address .dawa-autocomplete-suggestions { 
    position: relative;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    border-bottom-width: 0;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #f0f0f0;
}

#new_order_notes_field textarea {
    min-height: 100px;
    height: 100px;
}