.site-header {
    height: 80px;
    padding: 0 1rem;
    background: #eeeeee;
    border-bottom: solid 2px #8325e5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .site-header {
        position: relative;
    }
}

#block-groot-site-branding {
    display: flex;
    align-items: center;
}

#block-groot-site-branding a {
    font-size: 2rem;
    color: #8325e5;
    margin-right: 1rem;
    display: inline-block;
}


.site-menu {
    height: 100%;
    background: #ECECEC;
    display: none;
    align-items: center;
    transition: linear .3s;
    z-index: 3;
}

.open-menu .site-menu {
    display: block;
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 3rem 1rem;
    background: #FFFFFF;
    height: 100%;
}

.open-menu .hamburger{
    position: fixed;
    right: 1rem;
    z-index: 100;
}

.site-menu .menu-label {
    display: none;
    opacity: 0;
    width: 1px;
    padding: 1rem .5rem;
}
@media screen and (min-width: 992px) {
    .site-menu {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .site-menu .menu-label {
        opacity: 1;
        display: inline-block;
        width: auto;
    }
}


.site-menu a {
    display: flex;
    padding: 1rem .5rem;
    justify-content: center;
    align-items: center;
}

.site-menu a span {
    display: inline-block;
}

.open-menu .site-menu {
    padding-left: 1rem;
}

.open-menu .site-menu a {
    justify-content: flex-start;
}


/*SEARCH*/

.block-great-search-block #my-autocomplete-form .form-item {
    margin: 0 1rem;
}

.block-great-search-block #my-autocomplete-form input.form-text{
    border-radius: 30px;
    padding: .6rem 1rem;
}

.block-great-search-block .content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-great-search-block .icon-search{
    font-size: 1.5rem;
}
.site-header ul.menu li a {
    display: block;
    padding: 1rem;
}
@media screen and (min-width: 992px) {
    .site-header ul.menu {
        display: flex;
        align-items: center;
    }

}
