.map__branches--filter {
    position: absolute;
    z-index: 500;
    background-color: rgba(255,255,255, 0.6);
    height: 100%;
    padding: 40px;
}

.map--count {
    border-radius: 30px;
    background: black;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    position: absolute;
    top: -11px;
    right: -11px;
}

.leaflet-div-icon {
    background: transparent !important;
    border: 0px !important;
}

#mapItems__hover {
    margin-top: 40px;
}


#mapItems__hover LI {
    display: none;
    color: #FFF;
}
