
{# Mega Menu #}
.navigation-primary{
  width: 100%;
  z-index: 9999;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-primary .submenu a, 
.navigation-primary .submenu p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #fff;
}

.submenu.level-1 {
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
}

.submenu.level-1 > li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  text-transform: capitalize;
}

.submenu.level-1>li:hover{
  background-color: #e22e1d;
}

.submenu.level-1>li.has-submenu {
  position: relative;
}

.mega-menu .submenu.level-1 > li.has-submenu.mega-sub {
  position: unset;
}

.has-submenu .submenu.level-2{
  position: absolute;
  visibility: hidden;
  overflow: visible;
  white-space: normal;
  opacity: 0;
  text-transform: none;
  font-weight: 500;
  border-radius: px;
  transition: visibility 0s,opacity .3s;
  display: none;
}

.has-submenu .submenu.level-2 a,
.has-submenu .submenu.level-2 p{
  color: #000;
  text-transform: uppercase;
}

.mega-menu .submenu.level-1>li.has-submenu:hover .submenu.level-2{
  top: 100%;
  position: absolute;
  right: -200%;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s,opacity .3s;
  z-index: 999;
  background-color: #fff;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
  width: auto;
}

.mega-menu .submenu.level-1 > li.has-submenu:hover .submenu.level-2 .menu-link{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.submenu.level-2 > .mega-image{
  border-right: 1px solid #000;
  padding: 0 30px ;
  margin: 20px 0;
}

.mega-menu .submenu.level-1>li.has-submenu:hover .submenu.level-2 .mega-text{
  position: relative;
  text-align: left;
  padding: 10px;
  background-color: #000;
  width: 100%;
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}

.mega-menu .submenu.level-1>li.has-submenu:hover .submenu.level-2 .mega-text::after{
  content: '\f054';
  color: #fff;
  display: block;
  width: 27px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 4px;
}

.mega-menu .submenu.level-1>li.has-submenu:hover .submenu.level-2 .mega-text a{
  color: #fff;
}

.mega-menu .submenu.level-1>li.has-submenu:hover .submenu.level-2 .menu-link img{
  width:200px;
  height: 125px;
  object-fit: cover;
  object-position: 100% 15%;
  margin-bottom: 20px;
}
a.link.my-header-cart {
    color: #000;
    margin-left: 15px;
    border-left: 3px solid #e22e1d;
    padding-left: 15px;
    line-height: 1.2;
}
a.link.my-header-cart i {
    margin-right: 7px
}
@media screen and (max-width: 767px){
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
  }

  .hs-menu-item img{
    display: none; 
  }

  .close-menu path{
    fill:#E22E1D;

  }

}










.nav {
  width: 100%;
  z-index: 9999;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  position: relative;
}
.nav .hs-menu-depth-1 a {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
.nav .hs-menu-depth-1 {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav>.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(100% - ((100% - 1240px) / 2));
  margin-right: 0;
}
.nav__logo img {
  display: block;
  margin: 1rem 0;
}
.nav .hs-menu-wrapper,
.nav .hs-menu-wrapper>ul {
  height: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  z-index: 9999;
}
.red-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  color: #fff;
  background-color: #E22E1D;
  margin-left: 2rem;
  white-space: nowrap;
}
.red-link svg {
  margin-left: .3rem;
  height: 1rem;
}
.desktop-menu {
  display: flex;
}
.eyebrow {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.eyebrow .section-wrapper {
  display: flex;
  align-items: center;
  padding: .5rem;
  justify-content: center;
}
.eyebrow .btn {
  padding: .25rem 1.5rem;
  font-size: .9rem;
  position: relative;
  margin-left: 2rem;
  margin-right: 4rem;
}
.eyebrow h4 {
  font-weight: 600;
  color: #000;
  margin: 0;
}
.eyebrow .link {
  text-decoration: underline;
}

/* Mobile Menu */

.mobile-menu-wrapper,
.mobile-menu {
  display: none;
}
@media(max-width: 1240px) {
  .nav__logo {
    margin-left: 1rem;
  }
}
@media(max-width: 1100px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    text-align: left;
    padding: 1rem;   
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 1rem;
    padding-bottom: 3rem;
    background-color:black!important;
  }
  .mobile-menu-logo img {
    max-width: 70%;
  }
  .mobile-menu-toggle {
    padding: 1rem;
    position: relative;
  }
  .mobile-menu.open {
    display: block !important;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
  }
  .close-menu {
    position: absolute;
    top: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    right: 0;
  }
  .mobile-menu .hs-menu-depth-1 a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .mobile-menu .hs-menu-depth-2 a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 1.5rem;
    display: inline-block;
    padding: .5rem;

  }
  .nav__mobile-logo {
    position: absolute;
    top: 1.5rem;
    left: 3rem;
    height: 40px;
    width: auto;
  }
  .nav__mobile-logo img {
    height: 40px;
    width: auto;
  }
  html.menu-is-open {
    height: 100%;
    overflow-y: hidden;
  }
  .mobile-menu-wrapper {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
  }
  .nav__inner {
    padding-right: 0;
  }
  .nav .hs-menu-depth-1 a{
    color: #fff !important;
  }
  .nav .hs-menu-depth-1 {
    display: block;
    padding: .25rem;
  }
  .nav .hs-menu-children-wrapper a {
    padding: 1rem 0;
    margin: 0;
  }
  .nav .hs-menu-wrapper ul:not(.hs-menu-children-wrapper) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .nav .hs-menu-wrapper ul:not(.hs-menu-children-wrapper) {
    margin-top: 2rem;
  }
}
@media(max-width: 1100px) {

.eyebrow .section-wrapper {
    justify-content: flex-end;
    padding-right: 20px;
}
  .eyebrow--mobile a {
    color: #fff;
    position: relative;
  }
  .eyebrow--mobile {
    background-color: #e22e1d;
    text-align: center;
    padding: .5rem;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eyebrow--mobile svg {
    height: 1rem;
    width: auto;
    display: block;
    margin-left: 6px;
  }
}

@media(max-width: 990px) {
  .eyebrow h4,
  .eyebrow .btn{
    display: none !important;
  }
}