/*.icon {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    font-size: 0;
}*/

.icon-location {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url('/images/icons/icon-location.png') no-repeat center center / cover;
}

.icon-phone {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url('/images/icons/icon-phone.png') no-repeat center center / cover;
}

.icon-plus {
    padding: 5px;
    cursor: pointer;
}

.icon-plus {
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url('/images/icons/icon-plus.png') no-repeat center center / cover;
}

.icon-tel {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url('/images/icons/icon-tel.png') no-repeat center center / cover;
}

.icon-food {
    display: inline-block;
    width: 81px;
    height: 60px;
    background: url('/images/icons/icon-food.png') no-repeat center center / cover;
}

.icon-store {
    display: inline-block;
    width: 75px;
    height: 69px;
    background: url('/images/icons/icon-store.png') no-repeat center center / cover;
}

.icon-receipt {
    display: inline-block;
    width: 64px;
    height: 72px;
    background: url('/images/icons/icon-receipt.png') no-repeat center center / cover;
}

.icon-time {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/images/icons/icon-time.png') no-repeat center center / cover;
}

.icon-list {
    display: inline-block;
    width: 22px;
    height: 14px;
    background: url('/images/icons/icon-list.png') no-repeat center center / cover;
}

.icon-mobile-menu {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url('/images/icons/icon-mobile-menu.png') no-repeat center center / cover;
}

.menu.open .icon-mobile-menu {
    height: 28px;
    background: url('/images/static/mobile/close_icon.png') no-repeat center center / cover;
}