/* line 3, ../../src/sass/navigation.scss */
#navigation nav ul {
  display: none; }

nav.navigation {
    background-color: white;
    height: 70px;
    padding: 0px;
  }
  .navigation #parent {
    border-top: 1px solid black;
    top: 28px;
    margin-top: 7px;
    max-width: 60%;
  }
  ul.nav-list {
    margin-top: 0px;
  }

.navigation a, .navigation a span {
    color: rgb(147, 147, 147);
    font-size: 16px;
  }
  
  #logo-n img {
    max-width: 118px;
  }

 .navigation .nav-item-right {
    margin-top: -10px;
    float: right;
  }
  
  .navigation li {
    padding: 0px 0 0px;
  }
  
 .navigation-2 {
    border-bottom: 1px solid #ddd;
    height: 71px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 1000 ;
    margin: auto;
    text-align: center;
   background-image: url('//cdn.shopify.com/s/files/1/0238/2821/t/32/assets/navbg.png?10572217882851904998 ' );
    right: 0;
  }  
  .navigation-2 li {
    display: inline-block;
    margin: 7px 12px 0px 12px;
  }
  .navigation-2 a {
  font-size: 24px;
  font-family: 'ReformaGrotesk-Medium';
    color:grey;
}
  .navigation-2 li a:hover {
    color: #444;
    text-decoration: underline;
  }
  .sub-navigation-2 {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1000;
    position: absolute;
    background-color: white;
    margin: -5px auto;
    left: 0;
    right: 0;
    width: 900px;
    text-align: center;
    height: 36px;
  }

.sub-navigation-2 li {
  margin: 7px 9px 0px 9px;
}
.sub-navigation-2 li a{
   font-size: 23px;
}


  .navigation-2 a{
    font-size: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: 'ReformaGrotesk-Medium';
    -moz-osx-font-smoothing: grayscale;
  }
  .navigation-2-mobile a {
    font-size: 23px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: 'ReformaGrotesk-Demi';
    line-height: 39px;
  }
  .navigation-2-mobile {
    width: 100%;
    z-index: 1000;
    text-align: center;
    position: fixed;
    margin-top:-1000px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation-2-mobile li {
    line-height: 38px;
    height: 38px;
  }
  .navigation-2-mobile .menu-link{
    background-color: rgb(26, 32, 56);
    border-top: 1px solid #4F4F4F;
  }
  .navigation-2-mobile .submenu{
    background-color:#ddd;
    border-bottom:1px solid #777;
  }
  .navigation-2-mobil .submenu a {
    color: #333;
  }
  .navigation-2-mobile ul {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }  
  .mobile-logo{
    padding-top: 7px;
  }
  .open-menu{
    max-height:800px!important;
  }
  .menu-styles{
    display:none!important;
  }
  .checkout-link {
    font-size: 18px;
    right: 7px;
    margin-top: -9px;
    max-width: 40px;
    text-align: center;
    line-height: 23px;
  }
