/*Logó méret beállítása*/
.navbar-brand img {
    max-width: 100% !important;
    height: auto;
    max-height: 100px;
}


/*menü betüméret beállítás*/
.vertical-category-menu header .sf-menu>li>.nav-link {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    position: relative;
    font-size: 0.8;
    line-height: 1;
    font-weight: 600;
}