@CHARSET "UTF-8";
header {
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 50;
}

@media (min-width: 1200px) {
  header .row {
    margin-left: 0;
    margin-right: 0;
  }
}

header .main-header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}

header .logo {
  line-height: 0;
  display: inline-block;
}

@media (max-width: 767.98px) {
  header .logo {
    position: relative;
    z-index: 15000;
  }
}

header .logo > a {
  line-height: 0;
  display: inline-block;
}

header .top-menu .item {
  display: inline-block;
  line-height: 48px;
  margin-left: 8px;
}

@media (min-width: 350px) {
  header .top-menu .item {
    margin-left: 15px;
  }
}

@media (min-width: 375px) {
  header .top-menu .item {
    margin-left: 18px;
  }
}

header .top-menu .item.shopping-list-item .mam-icon-heart-empty,
header .top-menu .item.cart-item .mam-icon-cart,
header .top-menu .item .login-link .mam-icon-user,
header .top-menu .item .account-link .mam-icon-user-filled {
  font-size: 30px;
  vertical-align: middle;
}

@media (min-width: 375px) {
  header .top-menu .item.shopping-list-item .mam-icon-heart-empty,
  header .top-menu .item.cart-item .mam-icon-cart,
  header .top-menu .item .login-link .mam-icon-user,
  header .top-menu .item .account-link .mam-icon-user-filled {
    font-size: 32px;
  }
}

header .top-menu .item .login-link .mam-icon-user:hover::before {
  content: "\e94a";
}

header .top-menu .item.shopping-list-item, header .top-menu .item.cart-item {
  position: relative;
}

header .top-menu .item.shopping-list-item .bubble, header .top-menu .item.cart-item .bubble {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: -3px;
  background-color: #3262CF;
  font-size: 11px;
  line-height: normal;
  height: 16px;
  border-radius: 8px;
  color: #FFFFFF;
  padding-left: 6px;
  padding-right: 6px;
  font-family: lh-headfont;
  font-weight: bold;
}

header .top-menu .item a {
  display: block;
  cursor: pointer;
}

header .top-menu .item a.active-overlay {
  color: #3262CF;
}

header .top-menu .item .toggle-flyout-mobile {
  display: block;
  width: 32px;
  height: 32px;
  z-index: 15000;
  position: relative;
  top: 12px;
}

header .top-menu .item .login-link-label,
header .top-menu .item .account-link-label {
  font-family: lh-headfont;
  display: none;
  font-weight: bold;
  font-size: 14px;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  header .top-menu .item .login-link-label,
  header .top-menu .item .account-link-label {
    font-size: 15px;
  }
}

header .top-menu .item .account-link.active-overlay {
  position: fixed;
  z-index: 16001;
  top: 10px;
  right: 18px;
  display: inline-block;
}

@media (min-width: 768px) {
  header .top-menu .item .account-link.active-overlay {
    display: inline;
    position: relative;
    top: auto;
    right: auto;
  }
}

header .top-menu .item .account-link.active-overlay .mam-icon-user-filled {
  display: none;
}

@media (min-width: 768px) {
  header .top-menu .item .account-link.active-overlay .mam-icon-user-filled {
    display: inline;
  }
}

header .top-menu .item .account-link.active-overlay .account-link-label {
  display: none;
}

@media (min-width: 1200px) {
  header .top-menu .item .account-link.active-overlay .account-link-label {
    display: inline;
  }
}

header .top-menu .item .account-link.active-overlay::before {
  content: "\e60e";
  color: #505050;
  font: normal normal normal 32px/1 "mam-airlines-iconfont";
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) {
  header .top-menu .item .account-link.active-overlay::before {
    display: none;
  }
}

header .top-menu .item .account-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 16000;
  border: none;
  padding: 28px 18px 18px 18px;
  background-color: #FFFFFF;
  line-height: normal;
}

@media (min-width: 768px) {
  header .top-menu .item .account-overlay {
    position: absolute;
    height: auto;
    width: 424px;
    top: 57px;
    right: 0;
    left: auto;
    padding: 30px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px 0, rgba(0, 0, 0, 0.22) 0 15px 12px 0;
  }
}

header .top-menu .item .account-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15900;
  display: none;
}

header .top-menu .item .active-overlay ~ .account-curtain {
  display: block;
}

header a:link:not(.mdc-button),
header a:visited:not(.mdc-button),
header a:active:not(.mdc-button),
header a:hover:not(.mdc-button),
header a:not(.mdc-button) {
  color: #05164D;
}

header .top-menu .item .toggle-flyout-mobile .line {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #05164D;
  height: 1px;
  width: 24px;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

header.theme-dark a:link:not(.mdc-button),
header.theme-dark a:visited:not(.mdc-button),
header.theme-dark a:active:not(.mdc-button),
header.theme-dark a:hover:not(.mdc-button),
header.theme-dark a:not(.mdc-button) {
  color: #05164D;
}

header.theme-dark .top-menu .item .toggle-flyout-mobile .line {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #05164D;
  height: 1px;
  width: 24px;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

header.theme-light a:link:not(.mdc-button),
header.theme-light a:visited:not(.mdc-button),
header.theme-light a:active:not(.mdc-button),
header.theme-light a:hover:not(.mdc-button),
header.theme-light a:not(.mdc-button) {
  color: white;
}

header.theme-light .top-menu .item .toggle-flyout-mobile .line {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  height: 1px;
  width: 24px;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

@media (min-width: 576px) {
  header.theme-sm-dark a:link:not(.mdc-button),
  header.theme-sm-dark a:visited:not(.mdc-button),
  header.theme-sm-dark a:active:not(.mdc-button),
  header.theme-sm-dark a:hover:not(.mdc-button),
  header.theme-sm-dark a:not(.mdc-button) {
    color: #05164D;
  }
  header.theme-sm-dark .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #05164D;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header.theme-sm-light a:link:not(.mdc-button),
  header.theme-sm-light a:visited:not(.mdc-button),
  header.theme-sm-light a:active:not(.mdc-button),
  header.theme-sm-light a:hover:not(.mdc-button),
  header.theme-sm-light a:not(.mdc-button) {
    color: white;
  }
  header.theme-sm-light .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
}

@media (min-width: 768px) {
  header.theme-md-dark a:link:not(.mdc-button),
  header.theme-md-dark a:visited:not(.mdc-button),
  header.theme-md-dark a:active:not(.mdc-button),
  header.theme-md-dark a:hover:not(.mdc-button),
  header.theme-md-dark a:not(.mdc-button) {
    color: #05164D;
  }
  header.theme-md-dark .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #05164D;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header.theme-md-light a:link:not(.mdc-button),
  header.theme-md-light a:visited:not(.mdc-button),
  header.theme-md-light a:active:not(.mdc-button),
  header.theme-md-light a:hover:not(.mdc-button),
  header.theme-md-light a:not(.mdc-button) {
    color: white;
  }
  header.theme-md-light .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
}

@media (min-width: 992px) {
  header.theme-lg-dark a:link:not(.mdc-button),
  header.theme-lg-dark a:visited:not(.mdc-button),
  header.theme-lg-dark a:active:not(.mdc-button),
  header.theme-lg-dark a:hover:not(.mdc-button),
  header.theme-lg-dark a:not(.mdc-button) {
    color: #05164D;
  }
  header.theme-lg-dark .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #05164D;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header.theme-lg-light a:link:not(.mdc-button),
  header.theme-lg-light a:visited:not(.mdc-button),
  header.theme-lg-light a:active:not(.mdc-button),
  header.theme-lg-light a:hover:not(.mdc-button),
  header.theme-lg-light a:not(.mdc-button) {
    color: white;
  }
  header.theme-lg-light .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
}

@media (min-width: 1200px) {
  header.theme-xl-dark a:link:not(.mdc-button),
  header.theme-xl-dark a:visited:not(.mdc-button),
  header.theme-xl-dark a:active:not(.mdc-button),
  header.theme-xl-dark a:hover:not(.mdc-button),
  header.theme-xl-dark a:not(.mdc-button) {
    color: #05164D;
  }
  header.theme-xl-dark .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #05164D;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header.theme-xl-light a:link:not(.mdc-button),
  header.theme-xl-light a:visited:not(.mdc-button),
  header.theme-xl-light a:active:not(.mdc-button),
  header.theme-xl-light a:hover:not(.mdc-button),
  header.theme-xl-light a:not(.mdc-button) {
    color: white;
  }
  header.theme-xl-light .top-menu .item .toggle-flyout-mobile .line {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    height: 1px;
    width: 24px;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
}

@media (max-width: 767.98px) {
  .noscroll header a:link,
  .noscroll header a:visited,
  .noscroll header a:active,
  .noscroll header a:hover,
  .noscroll header a {
    color: #05164D;
  }
}

@media (max-width: 767.98px) {
  .noscroll header .top-menu .item .toggle-flyout-mobile .line {
    background-color: #05164D;
  }
}

.noscroll header .top-menu .item .toggle-flyout-mobile .line:nth-child(1) {
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.noscroll header .top-menu .item .toggle-flyout-mobile .line:nth-child(2) {
  opacity: 0;
}

.noscroll header .top-menu .item .toggle-flyout-mobile .line:nth-child(3) {
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

header .top-menu .item .toggle-flyout-mobile .line:nth-child(1) {
  -o-transform: translateY(-7px) translate(-50%, -50%);
  -webkit-transform: translateY(-7px) translate(-50%, -50%);
  -moz-transform: translateY(-7px) translate(-50%, -50%);
  transform: translateY(-7px) translate(-50%, -50%);
}

header .top-menu .item .toggle-flyout-mobile .line:nth-child(3) {
  -o-transform: translateY(7px) translate(-50%, -50%);
  -webkit-transform: translateY(7px) translate(-50%, -50%);
  -moz-transform: translateY(7px) translate(-50%, -50%);
  transform: translateY(7px) translate(-50%, -50%);
}

@media (min-width: 768px) {
  header {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header .main-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 110px;
  }
  header .logo {
    flex-basis: 100%;
  }
  header .top-menu {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  header .top-menu .item .icon-component + .customer-name-component {
    vertical-align: middle;
    margin-left: 3px;
  }
  header .top-menu .item .login-link-label {
    display: inline;
  }
  header .top-menu .item .login-link .mam-icon-user {
    display: none;
  }
  header .top-menu > .item:nth-last-child(2) {
    padding-left: 18px;
    border-left: 2px solid #05164D;
  }
  header.theme-dark .top-menu > .item:nth-last-child(2) {
    padding-left: 18px;
    border-left: 2px solid #05164D;
  }
  header.theme-light .top-menu > .item:nth-last-child(2) {
    padding-left: 18px;
    border-left: 2px solid white;
  }
}

@media (min-width: 1200px) {
  header {
    margin-left: 0;
    margin-right: 0;
  }
  header .main-header {
    height: 149px;
  }
  header .main-header.checkout-header {
    height: 100px;
  }
  header .top-menu .item .account-link-label {
    display: inline;
  }
}

