
header{
    top:0;
    left:0;
    width: 100%;
    z-index: 2000;
    position: absolute;
    transition: all ease 0.3s;
}
.background-conf{
    background: #B2A799;
}
.high-contrast .background-conf{
    background: #36353F;
}
.header__carticon{
    position: relative;
}
header .logo{
    height: 100px !important;
    transition: all ease 0.3s;
}
header .logo-start{
    height: 120px !important;
}
.header__tools i{
    font-size: 1rem;
}

.header__desktopnav{
    cursor: pointer;
}

.header__tools *{
    color:#fff !important;
    font-size: 1rem;
}
.header__carticon .badge{
    position: absolute;
    right:7px;
    z-index: 10;
    border-radius: 24px;
    transform:scale(0.8);
    text-align: center;
    min-width: 24px;
    padding: 3px 6px;
    font-size: 0.875rem;
    font-weight: 100;
    background-color: #36353F;
    top: -8px;
}
.nav-link {
    padding: .5rem 0;
}
.nav-link a{
    color:#fff !important;
}
header a:focus-visible,
header .navigation__menu:focus-visible,
header .language__dropdown:focus-visible,
header .navigation__searchtoggle:focus-visible {
    outline-color: rgb(32, 160, 216);
    outline-style: auto;
    outline-width: 4px;
    outline-offset: 3px;
    border-radius: 4px;
    transition: outline 0.2sease-in-out;
}
.header__navigation.header--solid {
    -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 7%);
    border-bottom: 0px solid rgba(238, 238, 238, 0.1);
    background-color: #fff;
    transition: all ease 0.3s;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: transparent;
  
}
.header-shop {
    background-color: #fff;
}
.header__navigation.header--solid .navi-link-a,
.header__navigation.header--solid .header__tools .navigation__menu a,
.header__navigation.header--solid .header__tools .navigation__menu i,
.header__navigation.header--solid .header__tools .language__dropdown span,
.header__navigation.header--solid .header__tools .language__dropdown span i,
.header__navigation.header--solid .header__tools .language__dropdown a
{
    color: #36353F !important;
}
.header__navigation.header--solid .header__tools .language__dropdown ul{
    list-style: none;
}
.header--solid .img-color{
    display: inline-block !important;
    transition: all ease 0.3s;
}
.header--solid .img-white{
    display: none;
    transition: all ease 0.3s;
}
.header--solid .logo{
    height: 75px !important;
    transition: all ease 0.3s;
}
header a {
    color: #fff !important;
    text-decoration: none !important;
}
.ProductCategory header .navi-link-a,
.ProductCategory .fa-bars {
    color: #36353F !important;
    text-decoration: none !important;
}
/*-----------------------------*/
.header__navigationtoggle {
    cursor: pointer;
}
.quicknav-search {
    height: 0;
    transition: 0.5s ease all;
    overflow: hidden;
    display: block !important;
}

#SearchForm_SearchForm {
    width: 100%;
    position: relative;
}

#SearchForm_SearchForm .action {
    background: transparent !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    color: transparent !important;
    height: 50px;
}

#SearchForm_SearchForm .action {
    opacity: 0 !important;
    height: 40px;
    width: 30px;
    padding: 0 !important;
    display: none;
}

#SearchForm_SearchForm::after {
    position: absolute !important;
    left: 15px;
    content: "\f002";
    font-family: "Font Awesome 5 Pro" !important;
    color: #fff;
    pointer-events: none;
    font-size: 1rem;
    top: 16px;
}
#SearchForm_SearchForm input {
    width: 100%;
    color: black;
    font-size: 1.125rem;
}

.navigation__shadowlayer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999
}
#SearchForm_SearchForm_Search {
    border: 1px solid #36353F;
    border-radius: 0px;
    padding: 0px 40px;
    width: 70%;
    background: #36353F;
    color: #fff !important;
}

#SearchForm_SearchForm_Search::placeholder {
    color: #000;
    opacity: 1;
}

#SearchForm_SearchForm_Search:-ms-input-placeholder {
    color: #000;
}

#SearchForm_SearchForm_Search::-ms-input-placeholder {
    color: #000;
}

.navigation__container {
    display: none;
    z-index: 1500;
    position: absolute;
    width: 100%;
    background: #fff;
}

.new__flag--after {
    position: relative;
}

.new__flag--after:after {
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #F1BA56;
    padding: 0 12px;
    border-radius: 50px;
    font-size: 1.25rem;
}

.hasChildren .new__flag--after:after{
    font-size: 0.938rem;
}

#fontSizeSwitch {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #36353F;
    justify-content: center;
    z-index: 1050;
}

#fontSizeSwitch button {
    width: 100%;
    background-color: #36353F;
    color: white;
}

#fontSizeSwitch span {
    font-size: 1rem;
    font-weight: bold;
    color:white;
    margin-bottom: 5px;
}



@media (max-width: 1199.98px) {
    #SearchForm_SearchForm_Search::placeholder {
        color: #fff;
        opacity: 1;
    }

    #SearchForm_SearchForm_Search:-ms-input-placeholder {
        color: #fff;
    }

    #SearchForm_SearchForm_Search::-ms-input-placeholder {
        color: #fff;
    }
}


@media (min-width: 768px) {
  
}

@media (max-width: 767.98px) {
    header .logo-start{
        height: 75px !important;
    }

    #fontSizeSwitch {
        top: min(40vh, 200px);
    }
}
