:root {
  --color-gradient: linear-gradient(90.89deg, #000 0.51%, #2b2b2b 98.98%);
}

@media screen and (width <= 1440px) {
  :root {
    --wp--preset--font-size--32: 24px;
  }
}

@media screen and (width <= 1299px) {
  :root {
    --wp--preset--font-size--32: 20px;
  }
}

@media screen and (width <= 991px) {
  :root {
    --wp--preset--spacing--200: 100px;
    --wp--preset--spacing--124: 64px;
    --wp--preset--spacing--112: 56px;
    --wp--preset--spacing--80: 40px;
  }
}

header > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home .ym_header {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s cubic-bezier(.445, .05, .55, .95), visibility .3s cubic-bezier(.445, .05, .55, .95);
}

.ym_header {
  background: var(--wp--preset--color--grey);
  z-index: 1000;
  width: 100%;
  height: 84px;
  padding: 0 1rem;
  position: relative;
}

@media (width <= 1299px) {
  .ym_header {
    padding: 0;
  }
}

@media (width <= 575px) {
  .ym_header {
    height: 70px;
  }
}

.ym_header--floating {
  opacity: 1 !important;
  visibility: visible !important;
}

.ym_header_logo {
  height: 84px;
}

@media (width <= 575px) {
  .ym_header_logo {
    height: 70px;
  }
}

.ym_header_logo a {
  width: 100%;
  height: 100%;
  transition-duration: .5s;
  display: block;
}

.ym_header_logo a:hover {
  opacity: .5;
}

.ym_header_logo img {
  width: auto;
  height: 100%;
  padding: 1.25rem 0;
}

.ym_header_right {
  text-align: right;
}

.ym_header_nav {
  font-size: var(--wp--preset--font-size--core);
  font-family: var(--wp--preset--font-family--brandon-grotesque);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  list-style: none;
  display: inline-block;
}

@media (width <= 1199px) {
  .ym_header_nav {
    background: var(--wp--preset--color--grey);
    text-align: center;
    width: 100%;
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
  }
}

@media (width <= 767px) {
  .ym_header_nav {
    text-align: left;
    max-height: calc(100vh - 84px);
    overflow: scroll;
  }
}

@media (width <= 575px) {
  .ym_header_nav {
    max-height: calc(100vh - 146px);
  }
}

@media (width <= 767px) {
  .logged-in .ym_header_nav {
    max-height: calc(100vh - 130px);
  }
}

@media (width <= 575px) {
  .logged-in .ym_header_nav {
    max-height: calc(100vh - 192px);
  }
}

.ym_header_nav li {
  position: revert;
  display: inline-block;
}

@media (width <= 767px) {
  .ym_header_nav li {
    border-bottom: 1px solid var(--wp--preset--color--black);
    display: block;
    position: relative;
  }
}

.ym_header_nav li a {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--14);
  padding: 1.97rem 1rem;
  transition-duration: .5s;
  display: block;
}

@media (width <= 1299px) {
  .ym_header_nav li a {
    padding: 1.97rem .75rem;
  }
}

@media (width <= 1199px) {
  .ym_header_nav li a {
    padding: 1rem 1.5rem;
  }
}

@media (width <= 991px) {
  .ym_header_nav li a {
    padding: 1rem;
  }
}

@media (width <= 767px) {
  .ym_header_nav li a {
    padding: 1rem 2rem;
  }
}

@media (width <= 575px) {
  .ym_header_nav li a {
    padding: 1rem;
  }
}

.ym_header_nav li a:hover, .ym_header_nav li:hover > a {
  color: var(--wp--preset--color--yellow);
}

.ym_header_nav li .sub-menu {
  background: var(--wp--preset--color--grey);
  text-align: left;
  width: 300px;
  font-size: var(--wp--preset--font-size--12);
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
}

@media (width <= 767px) {
  .ym_header_nav li .sub-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: none !important;
  }
}

.ym_header_nav li .sub-menu li {
  display: block;
  position: relative;
}

.ym_header_nav li .sub-menu li a {
  padding: 1rem;
}

@media (width <= 767px) {
  .ym_header_nav li .sub-menu li a {
    padding: 1rem 2rem;
  }
}

@media (width <= 575px) {
  .ym_header_nav li .sub-menu li a {
    padding: 1rem;
  }
}

.ym_header_nav li .sub-menu li a:hover, .ym_header_nav li .sub-menu li:hover > a {
  color: var(--wp--preset--color--black);
  background: var(--wp--preset--color--yellow);
}

.ym_header_nav li .sub-menu li .sub-menu {
  display: none;
  top: 0;
  left: 300px;
}

@media (width <= 767px) {
  .ym_header_nav li .sub-menu li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    display: none !important;
  }
}

.ym_header_nav li .sub-menu li:hover .sub-menu {
  display: block;
}

@media (width <= 767px) {
  .ym_header_nav li .sub-menu li.opened .sub-menu {
    display: block !important;
  }
}

@media (width >= 1200px) {
  .ym_header_nav li .sub-menu li.menu-item-has-children > a {
    padding-right: 2.5rem !important;
  }

  .ym_header_nav li .sub-menu li.menu-item-has-children:after {
    content: "";
    color: var(--wp--preset--color--white);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}

.ym_header_nav li:hover .sub-menu {
  display: block;
}

@media (width <= 767px) {
  .ym_header_nav li.opened .sub-menu {
    display: block !important;
  }

  .ym_header_nav li span.ym_menu_toggle {
    color: var(--wp--preset--color--white);
    padding: 1rem 2rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (width <= 575px) {
  .ym_header_nav li span.ym_menu_toggle {
    padding: 1rem;
  }
}

.ym_header_button {
  vertical-align: middle;
  margin: 0 0 0 1rem;
  display: inline-block;
}

@media (width <= 1199px) {
  .ym_header_button {
    margin-top: -.75rem;
  }
}

@media (width <= 767px) {
  .ym_header_button {
    margin: -.75rem 0 0;
  }
}

@media (width <= 575px) {
  .ym_header_button {
    background: var(--wp--preset--color--grey);
    width: 100%;
    margin: 0;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.ym_header_button .ym_button {
  min-width: 0;
}

@media (width <= 575px) {
  .ym_header_button .ym_button {
    text-align: center;
    display: block;
  }
}

.ym_header_mobile {
  font-size: var(--wp--preset--font-size--24);
  color: var(--wp--preset--color--white);
  text-align: right;
  padding: 1.5rem;
  display: none;
}

@media (width <= 1199px) {
  .ym_header_mobile {
    display: inline-block;
  }
}

@media (width <= 575px) {
  .ym_header_mobile {
    padding: 21px .5rem;
  }
}

.ym_cart_button {
  z-index: 1001;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.ym_cart_button a {
  background: var(--wp--preset--color--black);
  box-shadow: 0 0 20px var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--core);
  font-family: var(--wp--preset--font-family--brandon-grotesque);
  letter-spacing: 2px;
  vertical-align: middle;
  border-radius: 5px;
  padding: 1rem 2rem;
  line-height: 25px;
}

.ym_cart_button a span {
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--brandon-grotesque);
  text-align: center;
  letter-spacing: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: .5rem;
  display: inline-block;
}

.ym_cart_button a:hover {
  background: var(--wp--preset--color--black);
  box-shadow: 0 0 20px var(--wp--preset--color--white);
}
