.topMenuWrapper {
    position: relative;
}
.topMenu *{
    white-space: nowrap;
}
.topMenu, .topMenu ul {
    list-style-type: none;
    margin-block: 0;
    padding: 0;
}

.topMenu li {
    display: block;
    position: relative;
}


.topMenu input+label::after {
    content: ">";
    font-family: "webIcons";
    font-weight: 900;
    margin-top: 2px;
    margin-inline-start: 2px;
    font-size: 80%;
    transform: rotateZ(-90deg);
    float: left;
}


