.addr_nav{
    height: 40px;
    background: var(--whiteBg);
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    line-height: 16px;

}
.addr_nav_wrapper{
    display: flex;
    gap: .8rem;
    font-size: 14px;
    flex-wrap: wrap;
}
.hide_addr{
    display: none;
}
.addr_header_bold{
    font-weight: 500;
}
.addr_stdBtn{
    color: #773b11;
    cursor: pointer;
}

