.nicemenu-item {
    display: block;
    z-index: 11;
}

.verticle>.nicemenu-item {
    display: block;
}

.nicemenu-sub {
    z-index: 12;
    display: none;
    position: absolute;
    /* min-width: 125px; */ /*nat*/
    background-color: #ffffff;
    /* min-height: 4rem; */
    /* max-height: 300px; */
    left: 5rem;
    /* max-width: 80%; */
    /* min-height: fit-content; */ /*dla streetview*/
    color: #222222;
    /*overflow-y: auto;*//*dla streetview*/
    /*overflow-x: hidden;*//*dla streetview*/
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 781px) and (min-height: 681px){
    .nicemenu-sub.active {
        display: inline-flex;
        margin-left: 5rem!important;
    }
}
.nicemenu-sub.active{
    display: inline-flex;
}

.nicemenu-item {}

.toolbar-button:hover,
.show-icon-toolbar:hover,
.nicemenu-item.active{
    background-color: #ffffff;
}

/* .nicemenu-sub {
    background-color: #ffffff;
    min-height: 4rem; */
    /* max-height: 300px; */
    /* position: absolute;
    left: 5rem; */
    /* max-width: 80%; */
    /* color: #222222;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
} */

.nicemenu-sub h5 {
    font-size: 1.2em;
}

.nicemenu-sub h6 {
    color: #000 !important;
    font-size: 1.8rem;
}

.nicemenu-sub p {
    color: #333;
}

.w-3-1 {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 3%;
}