Показать / Скрыть по клику (jQuery)

HTML

<div id="head-pick-point-address" class="head_address tooltipstered">
                <a href="https://www.wildberries.by/services/besplatnaya-dostavka#pickupPoints">Адреса</a>
            </div>

CSS

.head_address {
    margin-top: -3px;
    width: 49px;
    text-align: center;
    position: relative;
}
.head_address a {
    position: relative;
    display: block;
    font: 11px/11px tahoma,arial,sans-serif;
    color: #fff;
    text-decoration: none;
    padding-top: 30px;
}
.head_address a::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 26px;
    top: 2px;
    left: 31%;
    background: url("http://lavira.by/wp-content/themes/blaszok/images/baloon.png") -157px -645px no-repeat;
        background-size: auto auto;
    background-size: 190px 885px;
}