#billing_address_2_field, #billing_city_field, #billing_postcode_field, #billing_address_1_field, #billing_country_field, #billing_state_field {
    display: none;
}
div#billing_address_full_field span.woocommerce-input-wrapper {
    position: relative;
    display: block;
}
#loqate {
    position: absolute;
    background: #fff;
    z-index: 22;
    left: 0;
    top: calc(100% - 3px);
    border: 1px solid #babec1;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    display: none;
    max-height: 250px;
    overflow: auto;
}
#loqate > div {
    padding: 5px 10px;
    cursor: pointer;
    border-top: 1px solid #babec1;
}
.no-loqate {
    pointer-events: none;
}
.full_address {
    background: #F2F2F7;
    border-radius: 4px;
    padding: 16px 20px;
}
.full_address_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.full_address_btn_edit {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.full_address_btn_edit span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #B5B5B5;
    margin-left: 7px;
}
.full_address_title {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.08em;
    color: #2D2D2D;
}
.full_address_title > span {
    position: relative;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6E6EB;
    border-radius: 50%;
}
.full_address_title > span > span {
    position: absolute;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    background: #2d2d2d;
    color: #fff;
    padding: 10px;
    min-width: 180px;
    bottom: 100%;
    left: 100%;
    display: none;
}
.full_address_title > span:hover > span {
    display: block;
}
.full_address_bottom {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.035em;
    color: #B5B5B5;
    margin-top: 4px;
}
.iti {
    width: 100%;
}
.full_address label.screen-reader-text, #billing_phone_field label.screen-reader-text, #shipping_phone_field label.screen-reader-text,#shipping_address_full_field .screen-reader-text,#billing_address_full_field .screen-reader-text {
    display: none;
}
.full_address .input, #billing_phone_field .input, #shipping_phone_field .input {
    padding: 16.5px 10px;
}
