.menuexpander {
  display: none;
}
/* Show Menu in Mobile */
.wsdownopener-sub {
  display: block;
}
/*Main UL*/
.menudropdown > input:checked + .menudropdown__list {
  max-height: 1000px;
}
/* ================== Mobile Main Menu CSS ================== */
.menudropdown__list {
  float: none;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: max-height 1s;
}
.menudropdown > .menudropdown__list > ul > li > .sub-menu {
  float: none;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: max-height 1s;
}
.menudropdown > .menudropdown__list > li > .sub-menu > li > .sub-menu {
  float: none;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: max-height 1s;
}
/*Dropdown Menu*/
.menudropdown__list > ul > li > input:checked + .sub-menu {
  max-height: 1000px;
}
.menudropdown__list > ul > li > input:not(:checked) + .sub-menu {
  transition: max-height 0s;
}
.menudropdown__list > ul > li > input:checked + label.categorydownopener-sub {
  display: none;
}
.menudropdown__list > ul > li > ul.sub-menu > li > input:checked + .sub-menu {
  max-height: 1000px;
}
/** @define category; weak */
/*obecny styl prvni a druhe urovne*/
@media only screen and (max-width: 1159px) {
  .category__list {
    position: absolute;
    z-index: 9;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 1160px) {
  .category__list {
    max-height: 1000px;
  }
}
@media only screen and (min-width: 1160px) {
  .category__list {
    display: flex;
    justify-content: space-between;
  }
}
.category__list li {
  list-style: none;
}
@media only screen and (min-width: 1160px) {
  .category__list li.hide {
    display: none;
  }
}
.category__list a {
  position: relative;
  display: flex;
  padding: 10px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: barlowbold, arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 1160px) {
  .category__list a {
    align-items: center;
    transition: none;
  }
  .category__list a .icondesktop_opened {
    display: none;
  }
}
.category__list a:hover {
  color: orange;
  text-decoration: none;
}
@media only screen and (min-width: 1160px) {
  .category__list a:hover {
    color: #ffffff;
  }
}
/*styl prvni urovne*/
@media only screen and (min-width: 1160px) {
  .category__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .category__wrapper:after {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 175px;
    height: 1px;
    margin-left: -87px;
    background-color: #ffffff;
    content: "";
  }
}
@media only screen and (max-width: 1159px) {
  .category__wrapper > li {
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
  }
  .category__wrapper > li:last-child a {
    border-bottom: 1px solid #bebebe;
  }
}
@media only screen and (min-width: 1160px) {
  .category__wrapper > li:last-child a {
    border-right: none;
  }
}
@media only screen and (max-width: 1159px) {
  .category__wrapper > li > a {
    border-top: 1px solid #bebebe;
  }
}
@media only screen and (min-width: 1160px) {
  .category__wrapper > li > a {
    display: flex;
    justify-content: center;
    padding: 0 30px;
    color: #b7afcb;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: barlowbold, arial, Helvetica, sans-serif;
    /* stylelint-disable */
    /* stylelint-disable */
  }
  .category__wrapper > li > a span {
    padding: 20px 0 20px 0;
    /* stylelint-enable */
    background-image: linear-gradient(#db0f3c, #db0f3c), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center bottom 12px;
    background-size: 0 1px, auto;
    transition: all 0.2s ease-out;
  }
  .category__wrapper > li > a:hover,
  .category__wrapper > li > a.active {
    /* stylelint-enable */
    color: #db0f3c;
    text-decoration: none;
    /* stylelint-disable */
  }
  .category__wrapper > li > a:hover span {
    /* stylelint-enable */
    background-size: 100% 1px, auto;
  }
}
@media only screen and (min-width: 1160px) {
  .category__wrapper > li > a.buy {
    padding: 8px 40px;
    color: #ffffff;
    background-color: #db0f3c;
    border-radius: 30px;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  }
  .category__wrapper > li > a.buy span {
    padding: 8px 0;
  }
}
.category__wrapper > li > a.buy:hover {
  color: #db0f3c;
  text-decoration: none;
  background-color: #ffffff;
}
.category__wrapper > li > a.buy:hover span {
  background: none;
}
/** @define fixedmenu; weak */
.fixedmenu__logo {
  display: none;
}
.fixedmenu {
  position: relative;
  /*@media only screen and (max-width: 1049px) {
    .fixedmenu--menuslidedown {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 8;

      width: calc(100% - 20px);
      margin: 0 10px !important;

      background-color: @white;

      li {
        margin: 0;
      }
    }

    .fixedmenu--menubuttonslideup {
      transform: translateY(-100px);

      transition: transform 0.5s ease-out;
    }

    .fixedmenu--menubuttonslidedown {
      transform: translateY(0);

      transition: transform 0.5s ease-out;
    }

    .fixedmenu--menubuttondown {
      position: fixed !important;
      top: 10px !important;
      right: 20px;
      z-index: 20;

      padding: 10px;

      background-color: @white;

      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }
  }*/
}
@media only screen and (min-width: 1600px) {
  .fixedmenu .fixedmenu--menuslidedown {
    overflow: visible;
    /* stylelint-enable */
  }
  .fixedmenu .fixedmenu--menuslidedown a {
    color: #ffffff;
    line-height: 1.2;
  }
  .fixedmenu .fixedmenu--menuslidedown a.active,
  .fixedmenu .fixedmenu--menuslidedown a:hover {
    color: #ffffff;
    font-family: barlowsemibold, arial, Helvetica, sans-serif;
    /* stylelint-disable */
  }
  .fixedmenu .fixedmenu--menuslidedown a.active span,
  .fixedmenu .fixedmenu--menuslidedown a:hover span {
    background-size: 100% 2px, auto;
  }
  .fixedmenu .fixedmenu--menuslidedown .category__sublist a {
    color: #ffffff;
  }
  .fixedmenu .fixedmenu--menuslideup {
    transform: translateY(-100px);
    transition: transform 0.5s ease-out;
  }
  .fixedmenu .fixedmenu--menuslidedown {
    transform: translateY(0);
    transition: transform 0.5s ease-out;
  }
  .fixedmenu .fixedmenu--menudown {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 8;
    width: 100% !important;
    background-color: #282828;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
}
.fixedmenu .category__list {
  max-width: 1480px;
  margin: 0 auto;
}
/** @define header; weak */
.header--main {
  position: relative;
}
.header--form {
  min-height: 482px;
  margin-top: 114px;
}
@media only screen and (max-width: 399px) {
  .header--form {
    background: url("/images/header/subheader_400.webp") no-repeat top right;
  }
}
@media only screen and (min-width: 400px) and (max-width: 799px) {
  .header--form {
    background: url("/images/header/subheader_800.webp") no-repeat top right;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
  .header--form {
    background: url("/images/header/subheader_1200.webp") no-repeat top right;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
  .header--form {
    background: url("/images/header/subheader_1800.webp") no-repeat top center;
  }
}
@media only screen and (min-width: 1800px) {
  .header--form {
    background: url("/images/header/subheader_2200.webp") no-repeat top center;
  }
}
.header__wrapper {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 114px;
  padding: 18px 20px;
  background-color: #ffffff;
  /*background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );*/
}
.header__logo .logo {
  display: flex;
  align-items: center;
}
.header__logo .logo img,
.header__logo .logo svg {
  width: 185px;
  height: 71px;
  /*@media only screen and (min-width: 641px) {
        width: 243px;
        height: 54px;
      }*/
}
.header__hamburger {
  margin: 0;
  padding: 14px 0;
}
@media only screen and (min-width: 1160px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger .icon_svg {
  width: 36px;
  height: 27px;
  color: #000000;
}
.header__hamburger label {
  font-size: 18px;
  cursor: pointer;
}
.header__hamburger .text {
  transition: color 0.4s ease-in-out;
}
.header__menu {
  position: relative;
}
@media only screen and (max-width: 1159px) {
  .header__menu {
    width: 100%;
  }
}
@media only screen and (max-width: 1159px) {
  .header--form .header__menu {
    width: auto;
  }
}
.header--form .header__text {
  height: 368px;
}
@media only screen and (max-width: 799px) {
  .header--form .header__text {
    margin-top: 0;
    padding: 33px 15px 114px 15px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 800px) {
  .header--form .header__text {
    padding-bottom: 66px;
    padding-left: 30px;
  }
}
.header--form .header__text .title {
  font-size: 35px;
}
@media only screen and (min-width: 800px) {
  .header--form .header__text .title {
    font-size: 44px;
  }
}
/*# sourceMappingURL=css/header.css.map */