.mob-header {
    display: none;
}


ul.language-switcher {
    padding: 0;
    margin-left: 12px;
}

span.product-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
body.scrolled header span.nam{opacity: 1;}
span.nam {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    font-weight: 800;
    transition: 0.4s;
    opacity: 0;
}



body header form,
ul.import-menu{transition:0.4s;}
.page {
    margin-top: 142px;
}

header {
    background: #181818;
    display: grid;
    grid-template-columns: 250px calc(100% - 650px) 400px;
    padding: 0px 0%;
    position: fixed;
    z-index: 8;
    width: 100%;
    top: 0;
}
header > div {
    display: flex;
    justify-content: start;
}
header a.active::after {
    content: '';
    position: absolute;
    left: calc(50% - 14px);
    background: transparent;
    bottom: 0px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 14px;
    border-left-width: 14px;
    border-bottom: 10px solid #ffffff;
}
header a {
    position:relative;
}

header a.a {
    margin-left: 35px;
    letter-spacing: 1px;
    width: max-content;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
header > div ~ div {
    justify-content: left;
}
body header > div > a.cata:hover {
    background: #393939;
}
header img {
    width: 125px;
    padding: 15px 5px;
    transition: 0.4s;
}
header .active img {
    background: #000000;
}
header a, header li, header ul  {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
header form {
    margin-top: 49px;
}
header form input.search-submit.swp-button {
    display: none;
}
header form input {
    background: transparent;
    border: 1px solid #fff;
    font-size: 22px;
    padding: 10px 7px;
    color: #fff;
}
header form.searchwp-form input.swp-input {
    color: #fff;
    font-family: 'Montserrat';
}
header a:hover {
    color: #ff0d18;
}


ul.import-menu img {
    width: 120px;
    height: auto;
    margin: 0 auto;
}
ul.import-menu a:hover{color:#000;}
ul.import-menu a {
    color: #000;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
}
ul.import-menu a i {
    position: absolute;
    right: -16px;
    top: calc(50% - 4px);
    font-size: 8px;
}
ul.import-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 145px;
    background: #fff;
    box-shadow: 0px 0px 28px -7px #ffffff;
    left: 0;
    flex-direction: row;
    pointer-events: none;
    transition: 0.4s;
    z-index: -1;
    opacity: 0;
}
span.product-menu:hover ul.import-menu{
    pointer-events: all;
    z-index: 1;
    opacity: 1;
}
ul.import-menu > li a ~ i {
    font-size: 7px;
    color: #0d0d0d;
    transform: translateY(-2px);
}
ul.import-menu > li a::before  {
  content: ""; 
  position:absolute;
}
ul.import-menu > li:hover > ul {
    opacity: 1;
    z-index: 1;
	pointer-events: all;
}
ul.import-menu ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    background: #f1f1f1;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 2%;
    top: 57px;
    pointer-events: none;
    flex-direction: row;
    padding-top: 0;
}
ul.import-menu ul li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
ul.import-menu > li a, ul.import-menu > li {
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:1400px){

header {
    grid-template-columns: 250px calc(100% - 465px) 200px;
}

}

@media(min-width:1200px){
body.scrolled header > div > a > img {
    padding: 15px 45px;
}
body.scrolled header form {
    margin-top: 8px;
    margin-bottom: 8px;
}
body.scrolled ul.import-menu {
    top: 65px;
    box-shadow: 0px 26px 28px -7px rgb(0 0 0 / 14%);
}
}

@media(max-width:1200px){

ul.import-menu ul {
    position: relative;
    opacity: 1;
    display: block;
    background: transparent;
    top: 0;
    padding: 0px 0px;
    padding-left: 14px;
    border-left: 1px solid #4a4a4a;
    transition: 0.4s;
    pointer-events: none;
    height: 0px;
    opacity: 0;
}

ul.import-menu ul img {
    display: none;
}
ul.import-menu a i {
    display: none;
}
ul.import-menu ul{display:none;}
header > div ~ div ~ div {
    order: 2;
}
header > div ~ div  {
    order: 3;
}
header > div {
    order: 1;
}
    header a, header li, header ul {
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: fit-content;
    }
header {
        width: 300px;
        display: grid;
        grid-template-columns: 100%;
        min-height: 100vh;
        transition: 0.4s;
        overflow-y: scroll;
        padding-bottom: 250px;
        left: -400px;
    }
    header > div ~ div {
        display: block;
        padding: 0px 35px;
    }
    body.scrolled header > div > a > img {
        padding: 15px 25px;
    }
header > :nth-child(1) {
    margin-bottom: 22px;
}
body.scrolled header form,
header form {
        margin-top: 0px;
    }
    header a.a, span.product-menu {
        padding: 10px 0px;
        margin: 0;
    }
	body.scrolled ul.import-menu,
    ul.import-menu {
        opacity: 1;
        position: relative;
        top: auto;
        background: transparent;
        box-shadow: none;
        display: block;
        padding-left: 20px;
        border-left: 1px solid #3d3d3d;
    }
ul.language-switcher {
        padding: 0;
        margin-left: 0;
        position: absolute;
        bottom: 100px;
    }
header img {
    width: 100%;
    padding: 15px 25px;
    transition: 0.4s;
}
ul.import-menu a {
    color: #ffffff;
    position: relative;
    max-width: fit-content;
    margin: 0;
    padding: 0;
}
ul.import-menu > li a, ul.import-menu > li {
    padding: 7px 0px;
}
    .mob-header {
        display: grid;
        grid-template-columns: 50px 50px auto;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
        padding: 8px;
        background: #181818;
    }
    span.b-menu {
        width: 65px;
        height: 65px;
        background: #131313;
        display: block;
        border-radius: 10px;
        position: absolute;
        right: 0;
        top: 0;
    }
span.b-menu > b {
        width: 80%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: calc(50% - 1px);
        left: 10%;
        transition: 0.4s;
    }
    span.b-menu > :nth-child(1) {
        top: calc(35%);
    }
    span.b-menu > :nth-child(3) {
        top: calc(63%);
    }
    span.b-menu.active > :nth-child(1) {
        transform: rotate(45deg);
        top: 50%;
    }
    span.b-menu.active > :nth-child(2) {
        transform: rotate(45deg);
        top: 50%;
    }
    span.b-menu.active > :nth-child(3) {
        transform: rotate(-45deg);
        top: 50%;
    }
	header.menu-open {
    left: 0;
}
}