article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.header{
    color: #393939;
    background: #fff;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-holder {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important; }
@media (min-width: 768px) {
    .header-holder {
        font-size: 12px;
        padding: 10px 0!important; }
    .header-container.top .header-holder{
        padding:11px 0!important;
    }

}
@media (min-width: 1200px) {
    .header-holder {
        font-size: 14px!important; } }
.header-holder .order-btn {
    padding: 11px 8px!important;
    border-radius: 12px!important;
    font-size: 12px!important;
    display: none!important; }
@media (min-width: 1024px) {
    .header-holder .order-btn {
        display: inline-block!important;
        padding: 11px 27px!important; } }
.header-holder .logo {
    display: inline-block!important;
    vertical-align: middle!important; }
@media (min-width: 768px) {
    .header-holder .logo {
        margin-right: 20px;
        width: 130px; } }
@media (min-width: 1024px) {
    .header-holder .logo {
        width: 150px; } }
@media (min-width: 1200px) {
    .header-holder .logo {
        margin-right: 5px;
        height: 37px!important;
        width: auto;
        margin-top: 0px;
    } }
.header-holder .logo a {
    display: block;
    margin-right: 28px;}
.header-holder .header-holder-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
.header-holder .header-holder-left a {
    font-weight: 600!important;
    text-transform: uppercase; }
.header-holder .header-holder-left a:hover {
    color: #ACD578!important; }
.header-holder .main-nav {
    display: flex;
    flex-wrap: wrap; }
@media (min-width: 768px) {
    .header-holder .main-nav {
        margin: 0 -9px; } }
@media (min-width: 1200px) {
    .header-holder .main-nav {
        margin: 0 -12px;
        font-size: 14px; } }
@media (min-width: 768px) {
    .header-holder .main-nav li {
        padding: 0 9px; } }
@media (min-width: 1200px) {
    .header-holder .main-nav li {
        padding: 0 12px; } }

@media (max-width: 1420px) and (min-width: 1200px)  {

    .header-container{
        padding: 0 10px!important;
    }
    .header-holder .login-link{
        padding: 0 0 0 0!important;
    }
    #nav{
        padding-left: unset;
    }
}

@media (max-width: 412px) and (min-width: 360px)  {

    .header-container{
        padding: unset!important;
    }
    /*.header-holder .login-link{*/
    /*    padding: 0 0 0 0!important;*/
    /*}*/
    /*#nav{*/
    /*    padding-left: unset;*/
    /*}*/
}

@media (min-width: 1800px)  {
    .header-holder .main-nav.profile li:nth-child(1){
        inline-size: 150px!important;
    }
    .header-holder-left a{
        font-size: 14px!important;
    }
}

@media (max-width: 1800px) and (min-width: 1200px)  {

    .header-holder .main-nav li:nth-child(3){
        inline-size: 47px!important;
    }
    .header-holder .main-nav li:nth-child(4){
        inline-size: 56px!important;
    }
    .header-holder .main-nav li
    {
        inline-size: 92px!important;
        padding:5px!important;
        font-size: 12px!important;
    }
    .menu__sublist{
        width: 265px!important;
    }
    .menu__icon{
        margin-left: -20px!important;
    }
}

.header-holder .login-link {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase; }
@media (min-width: 768px) {
    .header-holder .login-link {
        padding: 0 10px; } }
@media (min-width: 1200px) {
    .header-holder .login-link {
        padding: 0 20px 0px 10px!important;
    }
    .header-holder .signup-link{
        padding: 0px 0px 0px 10px!important;
    }
}
.header-holder .login-link:hover {
    color: #ACD578!important; }
.header-holder .login-link i {
    font-size: 40px;
    color: #ACD578!important; }
.header-holder .header-holder-right {
    display: flex;
    align-items: center; }
.header-holder .header-holder-left .nav-opener {
    width: 41px;
    height: 41px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    text-indent: -9999px;
    margin-right: -30px;
    margin: 7px;
    border-radius: 4px;
    background: #ACD578;}
.header-holder .header-holder-left .nav-opener .nav-opener-holder {
    position: relative;
    height: 20px;
    width: 24px; }
.header-holder .header-holder-left .nav-opener .nav-opener-holder:before, .header-holder .header-holder-left .nav-opener .nav-opener-holder:after,
.header-holder .header-holder-left .nav-opener .nav-opener-holder span {
    background: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 24px;
    transition: all 0.2s linear; }
.header-holder .header-holder-left .nav-opener .nav-opener-holder:before, .header-holder .header-holder-left .nav-opener .nav-opener-holder:after {
    content: ''; }
.header-holder .header-holder-left .nav-opener .nav-opener-holder:before {
    top: 1px; }
.header-holder .header-holder-left .nav-opener .nav-opener-holder span {
    top: 9px; }
.header-holder .header-holder-left .nav-opener .nav-opener-holder:after {
    top: 17px; }

.dropdown-holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
@media (min-width: 768px) {
    .dropdown-holder {
        display: block; } }
.dropdown-holder a {
    font-weight: 700;
    text-transform: uppercase; }
.dropdown-holder a:hover {
    color: #ACD578!important; }

.dropdown-open {
    padding: 14px 27px;
    border-left: 1px solid #F4F4F4;
    position: relative; }
@media (min-width: 375px) {
    .dropdown-open {
        padding: 22px 27px; } }
@media (min-width: 1024px) {
    .dropdown-open {
        padding: 22px 27px; } }
.dropdown-open.choosed {
    color: #F4F4F4; }
@media (min-width: 768px) {
    .dropdown-open.choosed {
        color: #393939; } }
.dropdown-open:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #F4F4F4; }
@media (min-width: 768px) {
    .dropdown-open:after {
        display: none; } }

.drop {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 18px;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    width: 100%; }
@media (min-width: 1024px) {
    .drop {
        max-width: 890px; } }
.nav-active .drop {
    opacity: 1;
    visibility: visible; }
.drop .drop-cols {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden; }
@media (min-width: 768px) {
    .drop .drop-cols {
        padding: 50px;
        padding-top: 80px; } }
@media (min-width: 1024px) {
    .drop .drop-cols {
        padding-top: 50px; } }
.drop .nav-opener {
    width: 32px!important;
    height: 32px!important;
    display: block;
    position: absolute;
    background-color: #fff!important;
    left: 331px !important;
    top: -39px !important;
    z-index: 2;
    border-radius: 6px;
    background: #0a0a0a!important;
}
@media (min-width: 375px) {
    .drop .nav-opener {
        width: 34px;
        height: 34px; } }
@media (min-width: 1024px) {
    .drop .nav-opener {
        width: 80px;
        height: 80px;
        right: auto;
        left: calc(100% + 2px);
        top: 0; } }
.drop .nav-opener:after, .drop .nav-opener:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    background-color: #ffffff!important; }
@media (min-width: 1024px) {
    .drop .nav-opener:after, .drop .nav-opener:before {
        width: 35px; } }
.drop .nav-opener:before {
    transform: translate(-50%, -50%) rotate(45deg); }
.drop .nav-opener:after {
    transform: translate(-50%, -50%) rotate(-45deg); }


.drop-menu a {
    text-transform: none;
    font-size: 18px!important;
    font-weight: 500!important; }
@media (min-width: 768px) {
    .drop-menu a {
        font-size: 18px; } }
.drop-menu a:hover {
    color: #ACD578!important; }

.drop-menu > li {
    margin-bottom: 5px!important; }
@media (min-width: 768px) {
    .drop-menu > li {
        margin-bottom: 35px; } }

@media (max-width: 767px) {
    .drop-menu .submenu {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: fixed;
        top: 0;
        padding: 70px 30px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        visibility: hidden; } }

@media (min-width: 768px) {
    .drop-menu .submenu {
        padding-left: 20px; } }

.drop-menu .submenu li {
    margin-bottom: 40px; }
@media (min-width: 768px) {
    .drop-menu .submenu li {
        margin-bottom: 6px; } }

.drop-menu .submenu a {
    font-weight: 700;
    font-size: 22px;
    display: flex; }
@media (min-width: 768px) {
    .drop-menu .submenu a {
        font-weight: 400;
        font-size: 15px; } }
.drop-menu .submenu a.active i {
    color: #ACD578!important; }
.drop-menu .submenu a i {
    display: block;
    margin-right: 30px;
    color: #F4F4F4;
    font-size: 32px; }
@media (min-width: 768px) {
    .drop-menu .submenu a i {
        display: none; } }

.drop-menu .submenu-opener {
    display: block;
    position: relative;
    max-width: 260px; }
@media (min-width: 768px) {
    .drop-menu .submenu-opener {
        margin-bottom: 17px;
        display: inline-block;
        vertical-align: middle; } }
.drop-menu .submenu-opener:after {
    content: "\e921";
    font-family: 'icomoon';
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 0;
    font-size: 20px;
    opacity: .3;
    z-index: 2; }
@media (min-width: 768px) {
    .drop-menu .submenu-opener:after {
        display: none; } }
.drop-menu .submenu-opener.close {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 27px;
    left: 15px;
    transform: scale(-1); }
.drop-menu .submenu-opener.close:after {
    content: none; }

.drop-header {
    width: calc(100% - 22px);
    position: relative; }
@media (min-width: 375px) {
    .drop-header {
        width: calc(100% - 42px); } }
.drop-header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    z-index: 3;
    left: -100%;
    right: -100%;
    height: 1px;
    background-color: #F4F4F4; }
@media (min-width: 768px) {
    .drop-header:after {
        display: none; } }
@media (max-width: 767px) {
    .drop-header:not(.nav-header-login) {
        display: flex;
        margin: 0 0 50px;
    }
    .drop-header.nav-header-login {
        display: block;
        margin: 0 0 10px!important;
    } }
@media (min-width: 768px) {
    .drop-header {
        width: auto; } }
@media (max-width: 767px) {
    .drop-header .dropdown-holder {
        margin-left: -30px; } }
ul {
    list-style-type: none;
}

.icon-boxette-logo{
    margin-top: 6px;
}

.search-open path{
    fill: #0a0a0a;
}

.header-container {
    position: relative;
    margin: auto;
    max-width: 1920px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 3%);
}
.header-holder .header-holder-left a{
    text-transform: unset!important;
    font-size: 12px;
}
.header-holder .logo{
    margin: -1.6px 0px 0px 9px!important;
}

.header-holder-left.only.d-lg-none{
    margin-left: 53px;
}

@media only screen and (min-width: 1025px){
    .menu__sublist{
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        position: absolute;
        top: 48%;
        /* left: 257px; */
        min-width: 515px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        border-radius: 0px 0px 8px 8px;
        padding: 20px 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: .35s;
        transition: .35s;
        z-index: 1;
    }
    .terms-menu__sublist{
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        position: absolute;
        top: 48%;
        /* left: 257px; */
        min-width: 250px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        border-radius: 0px 0px 8px 8px;
        padding: 20px 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: .35s;
        transition: .35s;
        z-index: 1;
    }
    .instructions-menu__sublist{
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        position: absolute;
        top: 48%;
        /* left: 257px; */
        min-width: 250px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        border-radius: 0px 0px 8px 8px;
        padding: 20px 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: .35s;
        transition: .35s;
        z-index: 1;
    }
    .profile-menu__sublist{
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        position: absolute;
        top: 48%;
        /* left: 257px; */
        min-width: 100px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
        border-radius: 0px 0px 8px 8px;
        padding: 20px 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: .35s;
        transition: .35s;
        z-index: 1;
    }
}

@media only screen and (min-width: 1025px) {
    .menu__sublist-item {
        white-space: nowrap!important;
    }
}

@media only screen and (min-width: 1025px) {
    .menu__sublist-link {
        padding: 7px 20px!important;
        width: 100%!important;
        -webkit-transition: color .35s!important;
        transition: color .35s!important;
    }
}

.menu__sublist-link{
    font-size: 14px;
}

.menu__icon {
    display: inline-block;
    transform: scale(0.25);
    width: 32px;
    height: 32px;
    fill: #141414;
    margin-left: -15px;
}

.main-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0 !important;
    --icon-size: 8px;
}

.menu__link,
.profile-menu__link,
.terms-menu__link,
.instructions-menu__link{
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    padding: 10px 0;
    -webkit-transition: color var(--main-transition);
    transition: color var(--main-transition);
}

@media only screen and (min-width: 1025px){
    .header__search-icon {
        cursor: pointer;
        width: 32px;
        height: 32px;
        -webkit-transition: .35s;
        transition: .35s;
        transform: scale(0.6);
    }
}

.search {
    width: 58px;
    height: 32px;
    padding: 3px 20px 0 0;
    position: relative;
    text-align: right;
}

.language__current-icon{
    width: 32px;
    height: 32px;
    fill: #dadada;
    transform: scale(0.3);
    margin-top: -6px;
    position: relative;
    top: 13px;
    right: 20px;
}

.lang-opened .lang .language__current-icon{
    top: 0px;
}

.lang-icon,.lan-element{
    display: inline-block;
}

.lang-opened .lan-element{
    border-top: 1px solid #e6e3f14f;
    background: #fff;
    box-shadow: 0px 5px 25px 5px rgb(0 0 0 / 3%);
    min-width: 101px;
    padding: 12px 12px;
    margin: 0;
    list-style-type: none;
    z-index: 10;
    text-align: start;
    border-radius: 5px;
    right: 0;
}




.lang-icon{
    position: relative;
    right: 10px;
}

.lang-opened .lang-item .lang-link:hover{
    color: #acd578;
}

.lang-opened .lang-item .lang-link{
    color: #2e2e2e;
}

.lang-opened .lang-icon{
    display: none;
}

.lang-opened .lang{
    margin-top: 49px!important;
}

.lang-close{
    display: none;
}

.main-nav li a.menu__link:hover .child{
    visibility: visible;
    opacity: 1;
}

.header-hidden .header{
    top:0px!important;
}
#nav{
    padding-left: 43px;
    padding-top: 4px;
}

#nav ul li ul li{
    padding: 6px 12px;
}

.profile-icon{padding-right: 15px;}

@media (max-width: 1200px) {
    .drop{
        margin-top: 68px!important;
    }
}

@media only screen and  (max-width: 750px) {
    .drop{
        margin-top: 58px!important;
    }
}

@media only screen and (max-width: 1024px){
    .menu__sublist-item::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 45%;
        left: -19px;
        width: 10px;
        height: 1px;
        background-color: #141414;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 1024px) {
    .menu__sublist-item {
        position: relative;
    }
}

.header__socials-icon {

    fill: #ffffff;

}