/**********  Nav ******************/
#mainNav {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFF;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
  margin-bottom: 40px;
}

.logo--airTV {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .logo--airTV {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    width: 10%;
  }
}

.logo--airTV a {
  width: 13.5%;
  color: transparent;
  font-size: 0;
}

.skip-link {
  display: inline-block;
  position: absolute;
  padding: 8px 16px;
  color: #fff;
  z-index: -1;
}

.skip-link:focus ~ .navWrap {
  margin-top: 32px;
  z-index: 1;
  transition: margin .12s ease-in;
}

#icon--menu {
  padding-right: 20px;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  #icon--menu {
    display: none;
  }
}

#menu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 60px;
  background: #242424;
  -webkit-box-shadow: -4px 4px 14px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 4px 14px -1px rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: none;
  padding-left: 0px !important;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  #menu {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 1024px) {
  #menu {
    width: 80%;
    height: 60px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    overflow: hidden;
  }
}

.navWrap {
  width: 100%;
  max-width: none;
  background: #fff;
  -webkit-box-shadow: -1px 3px 18px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 3px 18px -4px rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 768px) {
  .navWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0;
  }
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
}

@media screen and (min-width: 1024px) {
  #mainNav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0;
    background: #242424;
    transition: height .25s ease-out;
  }
}

#mainNav #mainMenu {
  list-style: none;
  padding: 15px 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #mainNav #mainMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

#mainNav #mainMenu li {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  #mainNav #mainMenu li {
    text-align: center;
    height: 100%;
    color: #303030;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #mainNav #mainMenu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  #mainNav #mainMenu li a span {
    pointer-events: none;
  }
}

#mainNav.expand {
  height: 120px;
}

.white-dt a {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .white-dt a {
    color: #303030;
  }
}

@media screen and (min-width: 1024px) {
  .dropdown-content.flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.dropdown .dropdownLink,
.slink {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .dropdown .dropdownLink,
  .slink {
    padding: 0;
  }
}

.dropdown .dropdownLink a,
.slink a {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .dropdown .dropdownLink a,
  .slink a {
    color: #404040;
    padding: 0 10px;
  }
}

.slink.hovered,
.slink:hover {
  background-color: #242424;
}

.slink.hovered a,
.slink:hover a {
  color: #fff;
}

.slink:hover a,
li.dropdownLink.hovered a {
  color: #FFF;
}

@media all and (max-width: 1023px) {
  .dropdownLink a {
    color: #ffffff !important;
  }
}

@media screen and (min-width: 1024px) {
  .dropdownLink ul {
    display: flex;
    position: fixed;
    justify-content: flex-end;
    top: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    padding-right: calc( (100vw - 1024px) * .5);
    width: 100vw;
    max-height: 0;
    background-color: #242424;
    overflow: hidden;
    transition: max-height .25s ease-out, padding .25s ease-out;
  }
}

@media screen and (min-width: 1280px) {
  .dropdownLink ul {
    padding-right: calc( (100vw - 1084px) * .5);
  }
}

.dropdownLink ul.drop-sub {
  max-height: 200px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdownLink ul li {
  padding: 0 20px;
}

.dropdownLink ul li a {
  color: #fff;
}

.dropdownLink ul li a:hover {
  text-decoration: underline;
}

#logo-ft-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}

@media screen and (min-width: 1024px) {
  #logo-ft-sm {
    display: none;
  }
}

#logo-ft-sm img {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
}

.btn--close {
  width: 34px;
  height: 44px;
  padding: 8px;
  font-size: 24px;
  position: relative;
  left: calc(100% - 52px);
  top: 10px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .btn--close {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #cart-cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 55px;
    padding-bottom: 10px;
  }
  #cart-cta a {
    padding: 0 5px;
  }
}

@media screen and (min-width: 1024px) {
  #menu-cta {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#itemsInCart {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#itemsInCart.orange-txt {
  color: #404040;
}
