#header {
  margin-top: 3.5rem !important;
  overflow: visible;
}

.mobile-header,
.mobile-header *,
ul#navigation,
ul#navigation * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul#navigation * {
  color: #6a6a6a !important;
}

body.overflow-hidden {
  overflow: hidden;
}

ul#navigation {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 3rem;
  background-color: #fff;
  z-index: 1000;
  float: none;
  overflow: hidden;
}

ul#navigation.open {
  height: 100vh;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #cbd5e0;
  overflow: auto;
}

ul#navigation li {
  position: relative;
  list-style-type: none;
  width: 100% !important;
  margin-right: 0 !important;
  word-break: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  border-top: 1px solid #ccc;
}

ul#navigation li:first-child {
  border-top-width: 0;
}

ul#navigation li a,
ul#navigation > li:last-of-type a {
  line-height: 1.25 !important;
  cursor: pointer;
  font-size: 1rem !important;
  text-transform: none;
  padding-right: 0 !important;
  color: #6a6a6a !important;
}

ul#navigation li li a {
  padding-right: 0.75rem !important;
}

ul#navigation li.nested > a.sf-with-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul#navigation li.nested > a.sf-with-ul::after {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  content: "→";
  white-space: nowrap;
  -webkit-transition: -webkit-transform 175ms;
  transition: -webkit-transform 175ms;
  -o-transition: transform 175ms;
  transition: transform 175ms;
  transition: transform 175ms, -webkit-transform 175ms;
}

ul#navigation li li a.sf-with-ul {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: none;
  display: block;
}

li.open > a.sf-with-ul::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#navigation .navWrapFish li:hover {
  background-color: transparent !important;
}

ul#navigation > li {
  padding: 0.75rem;
}

ul#navigation ul.navWrapFish {
  width: 100% !important;
  position: static;
  border-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

ul#navigation ul.navWrapFish ul {
  padding-left: 1rem;
  padding-right: 1rem;
}
ul#navigation ul.navWrapFish ul a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

select.cat {
  background-color: #00000;
  border: 0 solid #00000;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 3rem;
  z-index: 2000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #cbd5e0;
}

.mobile-header__logo {
  width: 140px;
  height: auto;
}

.mobile-header__menu-button {
  background-color: transparent;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  color: #2d3748;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-color: transparent;
  cursor: pointer;
}

.mobile-header__menu-button:hover {
  border-color: transparent;
}

.mobile-header__menu-button span {
  margin-right: 1rem;
}
ul#navigation li.sf-menu-new {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

ul#navigation li.sf-menu-new .sf-menu-new-span {
  display: inline-block;
}

ul#navigation li.sf-menu-new .sf-menu-new-image {
  display: none;
}
/* Grouped media queries */

/* min width 768 / 769 */

@media (min-width: 768px) and (hover: hover),
  (min-width: 768px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  #header {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 769px) {
  #header.sticky > div:first-child {
    margin-left: 16px;
  }

  .sticky > div:last-child {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 844px) {
  #navigation > li.nested > a.sf-with-ul {
  	font-size: 10px !important;
  }
}

@media screen and (min-width: 845px) and (max-width: 1023px) {
  #navigation > li.nested > a.sf-with-ul {
  	font-size: 11px !important;
  }
}

/* min width 1024 */

@media (min-width: 769px) and (hover: hover),
  (min-width: 769px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  #header.sticky {
    top: 0;
    overflow: hidden;
  }

  #header.sticky > div:first-child {
    margin-left: auto;
  }

  #header {
    margin-top: 0 !important;
  }

  body.overflow-hidden {
    overflow: auto;
  }

  ul#navigation.open {
    height: auto;
    overflow: visible;
    border-color: transparent;
  }

  ul#navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
    height: auto;
    background-color: transparent;
    margin-bottom: 1rem;
    overflow: visible;
    border-color: transparent;
  }

  ul#navigation li {
    border-top-width: 0;
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  ul#navigation > li > ul > li {
    border-left-width: 1px;
    border-style: solid;
    border-color: inherit;
  }

  ul#navigation li a,
  ul#navigation > li:last-of-type a {
    font-size: 13px !important;
    text-transform: uppercase;
  }

  ul#navigation > li.nested > a.sf-with-ul::after {
    content: none;
  }

  li.open > a.sf-with-ul::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  #navigation .navWrapFish li:hover {
    background: #aaa !important;
  }

  ul#navigation li li:hover > a {
    color: #fff !important;
  }

  ul#navigation > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    padding-bottom: 0.5rem;
    padding-right: 0.75rem;
    border-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  ul#navigation > li:last-of-type {
    padding-right: 0;
  }

  ul#navigation > li:last-of-type > a {
    font-size: 3.2em !important;
    white-space: nowrap;
  }

  ul#navigation > li:last-of-type > a:hover {
    color: #d42113;
  }

  ul#navigation ul.navWrapFish {
    position: absolute;
    top: 2.5rem;
    left: 0;
    z-index: 1000;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 0;
    border-width: 1px;
    border-style: solid;
    width: 12rem !important;
    border-color: #999;
  }

  ul#navigation ul.navWrapFish ul {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    top: 0;
    left: calc((12rem - 1.25rem) + 1px) !important;
  }

  ul#navigation ul.navWrapFish ul ul {
    left: 11.875rem !important;
  }

  .mobile-header {
    display: none;
  }

  .parent_category {
    display: none;
  }

  ul#navigation li.sf-menu-new {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
  }

  ul#navigation li.sf-menu-new .sf-menu-new-span {
    display: none;
  }

  ul#navigation li.sf-menu-new .sf-menu-new-image {
    display: inline-block;
    max-width: unset;
    width: 46px;
    height: 46px;
  }
}
