.page-wrapper,
.page-main,
.page-header,
.header.content,
.columns {
  margin: 0 !important;
  padding: 0 !important;
}
.header-container {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out;
  background-color: black;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1540px;
  padding: 0 20px;
}
/* LOGO */
.header-left {
  display: flex;
  margin-right: 60px;
}
.header-left .ascher-logo img {
  height: auto;
  width: auto;
  max-height: 40px;
  max-width: 160px;
  transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
/* NAVIGATION */
.header-center {
  height: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.header-center .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'RobotoCondensed-Bolditalic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
}
.header-center .nav-links li {
  list-style: none;
  margin-bottom: 0;
}
.header-center > .nav-links > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-bottom: transparent 3px solid;
}
.header-center > .nav-links > li > a:hover {
  border-bottom: white 3px solid;
}
/* RIGHT SECTION */
.header-right {
  display: flex;
  align-items: center;
}
.header-right a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
}
/* SEARCH WRAPPER */
.search-wrapper {
  width: 290px;
  height: 40px;
  border: none;
  background: transparent;
  position: relative;
  color: white;
}
.search-wrapper input {
  display: none;
  height: 40px;
  outline: none;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  color: white;
  background-color: black;
  box-shadow: none;
  border: 1px solid #707070;
}
.search-wrapper input::placeholder {
  color: #999;
}
/* SEARCH ICON */
.search-wrapper button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 16px;
}
/* hide search input when inactive */
.search-magnifier::before {
  font-family: 'Ascher' !important;
  font-size: 22px;
  color: #fff;
  content: "\e903";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.search-magnifier {
  cursor: pointer;
  font-size: 22px;
  color: white;
  padding: 10px;
}
/* Show search input when active */
.search-wrapper.active .search-input {
  display: block;
  box-shadow: none;
}
/* MINI CART BUTTON */
.minicart-wrapper .action.showcart:before {
  color: #fff;
  font-family: 'Ascher' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  content: "\e900";
}
.minicart-wrapper .action.showcart:hover:before {
  color: #fff;
}
.minicart-wrapper .action.showcart.active:before {
  font-family: 'Ascher' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  content: "\e900";
}
/* Shop Submenu */
.submenu {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 200px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.submenu > li {
  width: 100%;
  padding: 10px 23%;
  margin: 0;
}
.submenu > li a {
  color: black;
  text-decoration: none;
  letter-spacing: normal;
  text-wrap: nowrap;
  display: inline-block;
  font-size: 16px;
  border-bottom: transparent 3px  solid;
}
.submenu li a:hover {
  border-bottom: black 3px solid;
}
/* Submenu on hover */
.has-submenu {
  display: inline-flex;
  align-items: center;
  margin: 0;
  height: 100%;
}
.has-submenu:hover .submenu {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 12px 0 0 0;
}
/* second submenu under submenu options */
.right-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 54%;
  background: #fff;
  min-width: 200px;
  z-index: 1000;
  padding: 10px 0;
}
.has-right-submenu.active .right-submenu {
  display: block;
}
.right-submenu-items {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.right-submenu-items img {
  max-width: 70px;
}
.right-submenu-items a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  margin: 0 50px;
}
.shop-action-footer {
  background-color: #e5e5e5;
  width: 100%;
  height: 100%;
  padding: 9.1px;
  text-align: center;
}
.shop-action-footer a {
  color: black;
  text-decoration: none;
  letter-spacing: normal;
  text-wrap: nowrap;
  display: inline-block;
  font-size: 16px;
  border-bottom: transparent 3px solid;
}
/* HAMBURGER */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}
.mobile-toggle:hover,
.mobile-toggle:focus {
  background: none;
  box-shadow: none;
}
.mobile-toggle span {
  display: block;
  width: 30px;
  height: 5px;
  background: #fff;
  margin-bottom: 5px;
}
.mobile-nav {
  position: relative;
  width: 85vw;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  left: -80%;
  transition: left 0.3s ease;
}
.mobile-nav.open {
  left: -80%;
  transition: left 0.3s ease;
}
.mobile-nav ul {
  text-transform: uppercase;
}
body.push-content {
  transform: translateX(80%);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.mobile-nav-header {
  display: flex;
  justify-content: flex-start;
}
.mobile-nav-tab {
  height: 71px;
  padding-top: 24px;
  text-align: center;
  width: 33.33%;
  font-weight: bold;
  color: black;
  background-color: white;
}
.mobile-nav-active {
  background-color: black;
  color: white;
}
/* Menu items */
.mobile-nav-list {
  color: white;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-list li {
  border-bottom: 1px solid white;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav-list li a {
  display: block;
  font-family: 'RobotoCondensed-Bolditalic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 45px;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 8px;
  padding: 5px 20px;
}
.mobile-nav-settings {
  list-style: none;
  margin: 0;
}
.nav-settings {
  font-family: 'RobotoCondensed-Bolditalic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: none;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding: .8rem 0 .8rem 2rem;
}
.currency-main-option {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.nav-settings .title {
  font-family: 'RobotoCondensed-Bolditalic', Helvetica, Arial;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 1.6rem;
}
.flag-icon {
  font-family: 'RobotoCondensed-Bolditalic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-right: 5px;
  margin-left: 20px;
  font-size: 1.6rem;
}
.flag-icon:before {
  font-family: 'Ascher' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e911";
}
.settings-dropdown {
  display: none;
  font-family: 'Roboto-Regular';
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: none !important;
  padding: 10px 0;
}
.settings-dropdown li {
  border: transparent;
  margin-bottom: 1rem;
}
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.mobile-close:hover,
.mobile-close:focus {
  color: #ddd;
}
.no-scroll {
  overflow: hidden;
}
.header-spacer {
  height: 99px;
  background-color: #000;
}
@media (max-width: 1150px) {
  .header-left {
    margin-right: 0;
  }
  .header-center {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
}
@media (max-width: 640px) {
  .search-wrapper {
    width: initial;
  }
  .minicart-wrapper .action.showcart:before {
    font-size: 24px;
    margin-left: 8px;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .search-wrapper input {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 99px;
    /* top: calculates in header.js */
    width: 100%;
    transition: top 0.3s ease-in-out;
  }
}
@media (max-width: 400px) {
  .search-wrapper {
    width: initial;
  }
  .header-left .ascher-logo {
    max-width: 90px;
    align-self: center;
  }
  .header-left .ascher-logo img {
    max-height: initial;
    width: 100%;
  }
  .mobile-toggle {
    padding: 0;
    margin-right: 20px;
  }
}
.mobile-has-submenu {
  position: relative;
}
.arrow-open-submenu {
  cursor: pointer;
  padding: 12px;
}
.arrow-open-submenu:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 15px;
}
.arrow-close-submenu {
  position: absolute;
  top: 4%;
  cursor: pointer;
  margin: 15px;
}
.arrow-settings {
  cursor: pointer;
  position: absolute;
  right: 15px;
}
.arrow {
  display: inline-block;
  font-size: 20px;
  transition: transform 0.3s ease;
  color: white;
}
.arrow.down {
  transform: rotate(90deg);
}
.arrow.up {
  transform: rotate(-90deg);
}
.arrow.left {
  transform: rotate(180deg);
}
.submenu-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #000;
  overflow-y: auto;
}
.submenu-title {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.menu-level-2 {
  padding: 0px 20px 0 40px;
}
.menu-level-2 li a {
  font-family: 'RobotoCondensed-Bolditalic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 15px 0;
  border-bottom: 1px solid white;
  font-size: 16px;
}
.mobile-nav.submenu-active .submenu-wrapper {
  left: 0;
  top: 84px;
}
@media (max-width: 250px) {
  .header-left .ascher-logo img {
    max-height: 25px;
  }
  .search-wrapper {
    width: initial;
  }
}
