body.mobile-menu-opened, html.mobile-menu-opened {
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
}

#top-menu-mobile {
  position: fixed;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
  height: 63px;
  z-index: 6000;
}

#top-menu-mobile.opened {
  position: absolute;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1201px) {
  #top-menu-mobile {
    display: none;
  }
}

#top-menu-mobile .lang-picker {
  position: relative;
  top: 14px;
  left: 18px;
}

#top-menu-mobile .lang-picker .lang-flag {
  margin-right: 2em;
  border: none;
  padding: 0px;
  opacity: 0.70;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid black;
}

#top-menu-mobile .lang-picker .lang-flag.active {
  opacity: 1.00;
}

#top-menu-mobile .lang-picker .lang-flag.active img {
  width: 64px;
}

#top-menu-mobile .lang-picker .lang-flag:last-of-type {
  margin-right: 0px;
}

#top-menu-mobile .lang-picker .lang-flag:focus {
  outline: none;
}

#top-menu-mobile .lang-picker .lang-flag img {
  width: 52px;
  height: auto;
  border-radius: 0px;
}

#top-menu-mobile .lang-picker img.lang-flag {
  width: 52px;
  height: auto;
}

#top-menu-mobile .top-bar {
  width: 100%;
  height: 63px;
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 6000;
  background-color: #2a231c;
}

#top-menu-mobile .top-bar .btn-mob-menu {
  display: inline-block;
  color: white;
  float: right;
  cursor: pointer;
  bottom: -16px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #top-menu-mobile .top-bar .btn-mob-menu {
    display: none;
  }
}

#top-menu-mobile .top-bar .btn-mob-menu .bar1, #top-menu-mobile .top-bar .btn-mob-menu .bar2, #top-menu-mobile .top-bar .btn-mob-menu .bar3 {
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  margin: 8px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#top-menu-mobile .top-bar .btn-mob-menu.opened .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 8px);
  transform: rotate(-45deg) translate(-5px, 8px);
}

#top-menu-mobile .top-bar .btn-mob-menu.opened .bar2 {
  opacity: 0;
}

#top-menu-mobile .top-bar .btn-mob-menu.opened .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -8px);
  transform: rotate(45deg) translate(-5px, -8px);
}

#top-menu-mobile .menu-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: white;
  z-index: 6000;
  top: 0px;
  left: -100vw;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  padding-top: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#top-menu-mobile .menu-block.opened {
  left: 0px;
}

#top-menu-mobile .menu-block.opened .second-lvl {
  display: block;
}

#top-menu-mobile .menu-block .frst-lvl-item {
  position: relative;
  min-height: 53px;
  height: 100%;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}

#top-menu-mobile .menu-block .frst-lvl-item.opened {
  background-color: #efefef;
}

#top-menu-mobile .menu-block .frst-lvl-item a.firstlevel-btn {
  width: 100%;
  height: auto;
  min-height: 53px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  left: 18px;
}

#top-menu-mobile .menu-block .frst-lvl-item a.firstlevel-btn span {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}

#top-menu-mobile .menu-block .frst-lvl-item p.has-submenu {
  width: calc(100% - 20px);
  height: auto;
  min-height: 53px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  left: 18px;
}

#top-menu-mobile .menu-block .frst-lvl-item p.has-submenu span {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}

#top-menu-mobile .menu-block .frst-lvl-item p.has-submenu.opened i.icon-arrow-03 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top-menu-mobile .menu-block .frst-lvl-item p.has-submenu i.icon-arrow-03 {
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 18px;
  color: red;
}

#top-menu-mobile .menu-block .frst-lvl-item p.has-submenu.opened {
  background-color: #efefef;
}

#top-menu-mobile .menu-block .frst-lvl-item a.btn-eshop {
  width: 100%;
  height: 100%;
  min-height: 53px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 18px;
}

#top-menu-mobile .menu-block .frst-lvl-item a.btn-eshop span {
  color: #ff0000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

#top-menu-mobile .menu-block .frst-lvl-item a.btn-eshop i.icon-kosik {
  color: #ff0000;
  font-size: 16px;
  margin-right: 13px;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl {
  display: none;
  width: 100%;
  position: relative;
  left: 0px;
  background-color: white;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl.opened {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .second-lvl-btn {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d8d8d8;
  padding-top: 15px;
  padding-bottom: 15px;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .second-lvl-btn i.icon-arrow-01 {
  color: red;
  margin-left: 8px;
  font-size: 17px;
  position: relative;
  top: 5px;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .second-lvl-btn p {
  color: #211a13;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media only screen and (max-width: 380px) {
  #top-menu-mobile .menu-block .frst-lvl-item .second-lvl .second-lvl-btn p {
    font-size: 13px;
  }
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .second-lvl-btn img {
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl {
  display: none;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .layer {
  background-color: white;
  display: none;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100vw;
  min-height: 100%;
  position: absolute;
  z-index: 6000;
  background-color: white;
  height: auto;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl.opened .layer {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% + 400px);
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 100%;
  /*border: 1px solid #d8d8d8;*/
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .left i.icon-arrow-01 {
  font-size: 30px;
  color: #525252;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(100% - 70px);
  border: 1px solid #d8d8d8;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .right .third-level-cat-title {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #d8d8d8;
  width: 100%;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .right .third-level-cat-title span {
  color: #211a13;
  position: relative;
  left: 40px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22px;
  line-height: 24px;
  text-transform: uppercase;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .right .third-level-btn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .right .third-level-btn span {
  text-transform: lowercase;
  position: relative;
  left: 40px;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  width: auto;
  max-width: calc(100% - 80px);
}

#top-menu-mobile .menu-block .frst-lvl-item .second-lvl .third-lvl .right .third-level-btn i.icon-arrow-01 {
  color: red;
  font-size: 14px;
  position: absolute;
  right: 15px;
}

/* desktop */
#top-menu {
  position: relative;
  top: 20px;
  display: block;
  margin: auto;
  width: 1170px;
  height: 70px;
  padding: 0px;
  background-color: #2a231c;
  z-index: 5050;
  -webkit-transition: top 0s;
  transition: top 0s;
  /* menu sticked to top on desktop */
}

@media only screen and (max-width: 1200px) {
  #top-menu {
    display: none;
  }
}

#top-menu.sticked-menu {
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#top-menu .lang-picker {
  position: absolute;
  top: 18px;
  right: 142px;
  z-index: 99;
}

#top-menu .lang-picker .lang-flag {
  margin-right: 10px;
  border: none;
  padding: 0px;
  opacity: 0.65;
  background-color: transparent;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#top-menu .lang-picker .lang-flag:last-of-type {
  /*margin-right: 0px;*/
}

#top-menu .lang-picker .lang-flag:focus {
  outline: none;
}

#top-menu .lang-picker .lang-flag:hover {
  opacity: 0.95;
}

#top-menu .lang-picker .lang-flag:hover img {
  border-radius: 2px;
}

#top-menu .lang-picker .lang-flag.active {
  opacity: 1.00;
}

#top-menu .lang-picker .lang-flag img {
  width: 26px;
  height: 17px;
  border-radius: 8px;
  -webkit-transition: border-radius 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-radius 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#top-menu .top-bar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#top-menu .top-bar ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style: none;
}

#top-menu .top-bar ul li.first-level {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
}

#top-menu .top-bar ul li.first-level.logo a img {
  position: relative;
  bottom: 12px;
  width: 106px;
  height: 38px;
}

#top-menu .top-bar ul li.first-level a, #top-menu .top-bar ul li.first-level p {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

#top-menu .top-bar ul li.first-level a span, #top-menu .top-bar ul li.first-level p span {
  position: relative;
  bottom: 6px;
}

#top-menu .top-bar ul li.first-level.active {
  background-color: black;
}

#top-menu .top-bar ul li.first-level.active a, #top-menu .top-bar ul li.first-level.active p {
  color: #a06d34;
}

#top-menu .top-bar ul li.first-level.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #000000 transparent transparent transparent;
  bottom: -13px;
  left: calc(50% - 13px);
  z-index: -1;
}

#top-menu .top-bar ul li.first-level a.btn-eshop {
  width: 111px;
  height: 40px;
  background-color: #ff0000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 12px;
}

#top-menu .top-bar ul li.first-level a.btn-eshop .icon-kosik:before {
  font-size: 20px;
  color: #ffffff;
  margin-right: 8px;
}

#top-menu .top-bar ul li.first-level a.btn-eshop span {
  top: 2px;
  position: relative;
}

#top-menu .second-lvl {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opcaity 0.2s ease;
  transition: opcaity 0.2s ease;
}

#top-menu .second-lvl.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

#top-menu .second-lvl .third-level {
  width: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px;
}

#top-menu .second-lvl .third-level .left {
  padding-right: 15px;
}

#top-menu .second-lvl .third-level .left img {
  width: 93px;
  height: 93px;
}

#top-menu .second-lvl .third-level .right a.cat-name {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

#top-menu .second-lvl .third-level .right ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style: none;
  margin-top: 11px;
}

#top-menu .second-lvl .third-level .right ul li i.icon-arrow-01 {
  color: #ff0000;
  font-size: 14px;
  margin-right: 6px;
  line-height: 26px;
  text-decoration: none;
}

#top-menu .second-lvl .third-level .right ul li a {
  color: #525252;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: lowercase;
}
#top-menu .second-lvl .third-level .right ul li a span.lang-de{
	text-transform: none;
}
/*# sourceMappingURL=menu2.css.map */