#map .choose_categories .button {
    background-color: white;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 22px;
    text-align: center;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 16px;
    line-height: 38px;
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(25, 25, 25);
}

#map .menu {
    background-color: white;
    list-style: none;
    padding: 5px 15px;
    margin: 0px;
    z-index: -1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    position: absolute;
    left: 0px;
    top: 50px;
    text-align: left;
    display: none;
}

#map .menu .item {
    color: black;
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    padding: 9px 8px 5px 5px;
    direction: ltr;
    text-align: left;
    white-space: nowrap;
    display: flex;
    cursor: pointer;

}

#map .menu .item img {
    height: 30px;

}
