/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 800px) {
  #header-account li a,
  .nav-primary a.level0 { padding: 0 10px; border-bottom: 2px solid #2abdbc; text-align: left; text-transform: uppercase; line-height: 30px; }
  .nav-primary li.parent a.level0 { padding: 0 10px 0 25px; }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 { border-bottom: 0; }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover { color: #fff; background: #2abdbc; text-decoration: none; }

  .nav-primary li.active > a { color: #fff; background: #2abdbc; }
}
.account-cart-wrapper { position: absolute; top: 0px; right: 0px; }
@media only screen and (max-width: 800px) {
  .account-cart-wrapper { position: static; }
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav { width: 40%; }
.skip-nav:not(.skip-active):hover { text-decoration: none; }
.skip-nav:not(.skip-active):hover .icon { background-position: -46px 4px; }

.skip-nav .label { display: inline; }

.skip-nav .icon { background-position: 4px 4px; }

@media only screen and (min-width: 500px) {
  .skip-nav { width: 25%; }
}
@media only screen and (min-width: 801px) {
  .skip-nav { display: none; }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 800px) {
  #header-nav { padding: 5px 0; }
}
@media only screen and (min-width: 801px) {
  #header-nav { display: block; border-bottom: 1px solid #ededed; }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 801px) {
  .nav-primary { display: block; }
  #nav { font-size:13px; font-family: "AvenirNextLTPro-Regular",sans-serif; }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-container { float: left; font-family: "novecento_sans_widemedium",sans-serif; }
#nav { padding: 0; margin:10px 0; width: 100%; max-width: 1280px; margin: 0 0 0 13px; border-left: 2px solid #fff; }
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #fff;
  line-height: 30px;
  padding-left: 10px;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 800px) {
  #nav { font-size:15px; font-family: "AvenirNextLTPro-Regular",sans-serif; }
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
    color: #000;
  }
  .nav-primary li { padding: 0 20px; }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -6px;
  }
  .nav-primary li.parent.active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -6px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -2px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #2abdbc;
  }
}

.nav-primary a.has-children i { display: none; }
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 801px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 10px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #2abdbc;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #3b3b3d;
    border: solid 1px #3b3b3d;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 100%;
    top: 0;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary a.has-children i { display:block; float: right; font-size: 15px; margin: 3px 5px 0 0; }
/*  .nav-primary li.level0 li.parent a.level1.has-children:after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    display: block !important;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 6px solid #fff !important;
    border-right: none !important;
    right: 5px !important;
    top: 50% !important;
    margin-top: -5px !important;
  }*/
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* Mobile Nav */
.mobile-nav-container #close-menu { display: none; }
.mobile-nav-container .account-section { display: none; }
.mobile-nav-container .access-tab-section { display: none; }
.mobile-nav-container .store-language-container { display: none; }
.mobile-nav-container .currency-switcher { display: none; }