.isbu-store-location{
    display:flex;
    align-items:center;
}

.isbu-store-location a{
    display:flex;
    align-items:center;
    gap:8px;
    color:inherit;
    text-decoration:none;
    font-size:13px;
    font-weight:700 !important;
    line-height:1;
    transition:all .2s ease;
}

.isbu-store-location a:hover{
    opacity:.8;
}

.isbu-store-location img{
    width:18px;
    height:18px;
    display:block;
}

.isbu-store-text{
    white-space:nowrap;
    text-transform:uppercase;
    font-weight:700 !important;
    letter-spacing:.3px;
}

.isbu-store-arrow{
    font-size:9px;
    margin-left:-4px;
    margin-top:1px;
    opacity:.75;
}

@media (max-width: 768px){

    .isbu-store-location{
        margin:0 10px;
    }

    .isbu-store-location .woodmart-nav-link{
        display:flex;
        align-items:center;
        gap:6px;
        padding:0 8px;
    }

    .isbu-store-location .nav-link-text{
        font-size:13px;
        white-space:nowrap;
    }

    .isbu-store-arrow{
        margin-left:2px;
    }

}