#naturalx-desktop-header {
  display: none
}

#naturalx-mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 400;
  height: auto;
}
.naturalx-desktop-contact > h4{
  text-align: left;
  font-weight: 600!important;
  color: var(--naturalX-secondary-background);
}

.naturalx-mobile-header-logo {
  width: 200px;
  height: 50px;
  background:url("../images/naturalx_logo.svg") no-repeat center center;

}
.naturalx-desktop-sub-nav-items h4 {
  margin-bottom: 0;
  color: #04464F!important;
}
.naturalx-menu-container {
  background-color: var(--naturalX-secondary-green);
  height: 100vh;
  width: 100%;
  display: none;
  overflow-y: scroll;
}


.naturalx-menu-icon-open {
  position: absolute;
  right: 30px;
  width: 10px;
  height: 10px;
  padding: 15px;
  z-index: 300;
  background: url("../images/icons/menu-2.svg") no-repeat center center;
}

.naturalx-desktop-menu-icon-open{

  position: absolute;
  left: 30px;
  top: 20px;
  width: 10px;
  height: 10px;
  padding: 15px;
  z-index: 300;
  background: url("../images/icons/menu-2.svg") no-repeat center center;

}

.naturalx-desktop-menu-icon-close{
  position: absolute;
  left: 30px;
  top: 20px;
  width: 10px;
  height: 10px;
  padding: 15px;
  z-index: 300;
  background: url("../images/icons/x.svg") no-repeat center center;
}

.naturalx-menu-icon-close {
  position: absolute;
  right: 30px;
  width: 10px;
  height: 10px;
  padding: 15px;
  z-index: 300;
  background: url("../images/icons/x.svg") no-repeat center center;
}





#naturalx-menu-close {
  display: none
}

#naturalx-menu-open > img,
#naturalx-menu-close > img {
  width: 100%;
  position: absolute;


}
.cke.naturalx-color-white ul li {
  font-size: 1rem!important;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-style: normal;
  font-weight: 400;
}
.naturalx-mobile-header-top {
  top: 0;
  display: flex;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  z-index: 150;
  background-color: var(--naturalX-main-white);
  align-items: center;
  flex-direction: row;
  padding: 0 20px 0 20px;

}


.naturalx-menu-content {
  height: 100vh;
  padding: 8rem 20px 0 0;
  width: 80%;
  margin: auto;
  font-size: 2rem;
}

.naturalx-navigation {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-size:  2.3rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--naturalX-secondary-background);
  letter-spacing: 0.05em
}

.naturalx-navigation > li{
  list-style-type: none;
  padding: 0 0 0 0
}

.naturalx-navigation >li > h2> a{
  text-decoration: none;
  color: var(--naturalX-secondary-background)
}

.naturalx-mobile-sub-nav {
  padding-top: 130px;

}

.naturalx-mobile-sub-nav-items {
  display: flex;
  flex-direction: column;
}

.naturalx-mobile-sub-nav-items > li{
  list-style-type: none
}
.naturalx-mobile-sub-nav-items > li > a{
  text-decoration: none;
  color: var(--naturalX-secondary-background);
  line-height: 120%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.312rem;

}

.naturalx-mobile-contact {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.naturalx-mobile-contact > h4> a {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--naturalX-secondary-background);
  font-size: 1.35rem;
  line-height: 140%;

}


@media screen and (min-width: 768px) {

  #naturalx-mobile-header {
    display: none
  }
  #naturalx-desktop-header{
    display: block
  }

  .naturalx-desktop-header-wrapper{
    display: block;
    width: 202px;
    height: 100vh;
    background: var(--naturalX-main-white);
    position: fixed;
    z-index: 400;
    top: 0
  }

  .naturalx-desktop-logo{
    width: 200px;
    height: 50px;
    transform: rotate(-90deg);
    padding: 10px;
    position: absolute;
    top: 160px;
    left: -57px;
    background: url("../images/naturalx_logo.svg") no-repeat center center;
  }

  .naturalx-desktop-logo-after-open{
    top: 80%;
  }


  .naturalx-desktop-header-wrapper-small{
    width: 91px;
    height: 100vh;

  }
  .naturalx-hidden{
    display:none
  }



  .naturalx-desktop-menu-icon-close {
    display: none;
  }

  .naturalx-desktop-header-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0 0 30px

  }

  .naturalx-desktop-internal-nav {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding-left: 20px;
    margin-left: 20px
  }

  .naturalx-internal-nav-items{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
    font-size: 0.8rem;
    line-height: 150%;
    letter-spacing: 0.05em;
  }

  .naturalx-desktop-menu-content {
    display: flex;
    padding: 80px 0 0 250px;
    height: 100vh;
    flex-direction: column;
    justify-content: space-around;
    max-width: 1400px;

  }

  .naturalx-navigation {
    font-size: 2.35rem;
    letter-spacing: 0.05em;
    line-height: 120%;
    color: var(--naturalX-secondary-background);

  }

  .naturalx-navigation > li{
    list-style-type: none;
    padding: 0 0 0 0
  }

  .naturalx-navigation >li >h2>a{
    text-decoration: none;
    color: var(--naturalX-secondary-background)
  }


  .naturalx-desktop-sub-menu-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  .naturalx-desktop-sub-nav{
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: left;
    line-height: 125%;
    width: 400px
  }

  .naturalx-desktop-contact{
    font-weight: 600;
    width: 400px;
    text-align: left;
    padding: 20px

  }

  .naturalx-desktop-contact > h4 >a{
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 125%;
    font-weight: 600;
    font-size: 1.68rem;
    color: var(--naturalX-secondary-background)
  }

  .naturalx-desktop-contact > h4{
    text-align: left;
  }





.naturalx-desktop-sub-nav-items{
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 125%;
  letter-spacing: 0.05em
}

  .naturalx-desktop-sub-nav-items > li,
  .naturalx-mobile-sub-nav-items > li {
    list-style-type: none
  }

  .naturalx-desktop-sub-nav-items > li > a,
  .naturalx-mobile-sub-nav-items > li > a {
    text-decoration: none;
    color: var(--naturalX-main-background) !important;
  }

  .naturalx-desktop-menu-container {
    position: fixed;
    top: 0;
    outline: 1px solid blue;
    width: 100%;
    height: 100vh;
    background-color: var(--naturalX-secondary-green);
    z-index: 300;

  }

}

@media screen and (max-width: 767px) {
  .naturalx-menu-content {
    padding: 2rem 20px 0 0;
  }
  .naturalx-mobile-sub-nav-items h4 {
    color: var(--naturalX-secondary-background) !important;
    margin-bottom: 0;
  }
  .naturalx-mobile-contact h4 {
    color: var(--naturalX-secondary-background) !important;
  }
  .naturalx-mobile-sub-nav {
    padding-top: 80px;
  }
  }