header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 2000;
    background: #fff;
}

.header__logo img{
    align-content: left;
    transition:all 0.3s ease;
    height:auto;
    width: 150px;
}

body.minimized .header__logo img{
    padding: 12px 0 4px 0 !important;
    height:auto;
    width: 85px;
}

.header__toolbar *{
    font-size: 16px;
    color:#8f9e38;
    margin-right: -2px;
}

.header__toolbar svg{
    margin-right: 3px;
}

.header__navigation--inline a{
    color:#000 !important;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'sofia_probold';
}

.header__navigation--icons .svg-inline--fa{
    color:#000;
    font-size: 22px;
}

.header__navigation--icons span.fa-layers-counter{
    right: -9px;
}

.header__langtoggle{
    background: transparent;
    border:2px solid #000 !important;
    padding:0px 8px !important;
    border-radius: 5px;
    font-family: 'sofia_probold';
}

.header__langtoggle svg{
    margin: 2px 0;
}

header button.hamburger{
    display: inline-block;
    padding:0;
    outline: none;
    transform:scale(0.6);
    transform-origin: center center;
    position: relative;
    top:6px;
    opacity: 1 !important;
}

header hamburger-box{
    width: auto;
}

header .hamburger-inner,
header .hamburger-inner:after,
header .hamburger-inner:before {
    height:3px;
    background-color:#000;
    border-radius: 0;
}

.header__carttoggle{
    cursor: pointer;
}


@media (max-width: 767.98px) {
    body.minimized .header__logo img,
    .header__logo img{
        height:auto;
        width: 85px;
        padding: 0px 0 !important;
    }
}

@media (min-width: 768px) {
    .header__toolbar{
        position: absolute;
        z-index: 100;
        width: 100%;
        top:0;
    }
}