/**
* Theme Name: WooFood Child
* Description: This is a child theme of WooFood.
* Author: <a href="https://www.wpslash.com">WPSlash</a>
* Template: woofood
* Version: 2.6.5
*/

.woocommerce-checkout #billing_address_1_field .pac-container {
        z-index: 10000 !important;
    position: absolute !important;
    display: block !important;
    left: auto!important;
    right: unset!important;
    top: auto!important;
/*    top: unset!important;*/
}
.woocommerce-checkout #shipping_address_1_field .pac-container {
        z-index: 10000 !important;
    position: absolute !important;
    display: block !important;
    left: auto!important;
    right: unset!important;
    top: auto!important;
/*    top: unset!important;*/
}