<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}

.page {
  overflow: hidden;
}
.page.locked {
  height: 100vh;
  width: 100vw;
}

.skladem {
  color: #009904 !important;
}

.tag--akce {
  background: #ed0021;
  color: #fff;
}
.tag--vyprodej {
  background: #024589;
  color: #fff;
}
.tag--bazar {
  background: #2b1700;
  color: #fff;
}
.tag--pujcovna {
  background: #cca300;
  color: #fff;
}
.tag--doprava-zdarma {
  background: #008361;
  color: #fff;
}
.tag--nas-tip {
  background: #73299e;
  color: #fff;
}
.tag--novinka {
  background: #00a9c7;
  color: #fff;
}

/* poppins-italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-500italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-600italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* italianno-regular - latin-ext_latin */
@font-face {
  font-family: "Italianno";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/italianno-v10-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/italianno-v10-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.footer__content {
  padding: 3rem 0 0 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 3rem 0 0 0;
  border-top: 0.2rem solid #d9d9d9;
}
@media only screen and (max-width: 549px) {
  .footer-content {
    text-align: center;
  }
}
.footer-content__item {
  width: 100%;
  padding: 0 0 3.5rem 0;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 550px) {
  .footer-content__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-content__item {
    width: 25%;
  }
}
.footer-content__item p {
  margin: 0 0 3.5rem 0;
  line-height: 1.5;
}
.footer-content__caption {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}
.footer-content__contact {
  display: flex;
  position: relative;
  margin: 0 0 1.3rem 0;
  padding: 0 0 0 2.5rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (max-width: 549px) {
  .footer-content__contact {
    display: table;
    margin: 0 auto 1.5rem auto;
  }
}
.footer-content__contact img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  filter: brightness(0) saturate(100%) invert(24%) sepia(71%) saturate(2812%) hue-rotate(153deg) brightness(93%) contrast(101%);
}
.footer-content__contact[href^="mailto:"] {
  text-decoration: underline;
  transition: 0.3s;
}
.footer-content__contact[href^="mailto:"]:hover {
  color: #008361;
}
.footer-content__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-content__menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-content__menu li a {
  padding: 0.4rem 0;
  display: inline-block;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
  transition: 0.3s;
}
.footer-content__menu li a:hover {
  color: #f15500;
}
.footer-content__social {
  margin: 0 0 3rem 0;
}
.footer-content__social a {
  display: inline-block;
  text-decoration: none;
  margin: 0 2.5rem 0 0;
}
.footer-logos {
  padding: 3rem 0 0 0;
}

.footer-logos-more {
  text-align: center;
  padding: 3rem 0 0 0;
}
.footer-logos-more a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.footer-logos-more a::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #000;
  transition: 0.3s;
}
.footer-logos-more a:hover {
  color: #f15500;
}
.footer-logos-more a:hover:before {
  background: #f15500;
}

.footer-logos-slider__item {
  filter: grayscale(100%);
  transition: 0.3s;
  opacity: 0.5;
}
.footer-logos-slider__item:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.footer-logos-slider__item span img {
  max-height: 5rem;
  display: inline-block;
}

.copyright {
  padding: 6rem 0 1.5rem 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1;
  color: inherit;
  font-weight: normal;
  width: 100%;
  opacity: 0.5;
}
@media only screen and (min-width: 1200px) {
  .copyright {
    font-size: 1.2rem;
  }
}
.copyright a {
  text-decoration: none;
  color: inherit;
}
.copyright a:hover {
  text-decoration: underline;
}

/* comgate */
.footer-comgate {
  margin: 0;
}
.footer-comgate__img {
  max-width: 210px;
  width: 100%;
  margin: 0;
}

.content {
  position: relative;
  z-index: 104;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 136rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 154rem;
  }
}

a {
  color: #f15500;
}
a:hover {
  color: #008361;
}

.text-default {
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .text-default {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.text-default a {
  color: #f15500;
}
.text-default a:hover {
  color: #008361;
}
.text-default .h1 {
  margin: 0 0 2rem 0;
  color: #000;
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .text-default .h1 {
    font-size: 4.8rem;
    margin: 0 0 3.5rem 0;
  }
}
.text-default h2 {
  margin: 0 0 2rem 0;
  color: #008361;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.text-default h2 strong {
  font-size: 3.6rem;
  color: #008361;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .text-default h2 {
    font-size: 3rem;
    margin: 0 0 2rem 0;
  }
  .text-default h2 strong {
    font-size: 4.8rem;
  }
}
.text-default h3 {
  margin: 0 0 2rem 0;
  color: #000;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .text-default h3 {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
  }
}
.text-default h4 {
  margin: 0 0 1.5rem 0;
  color: #005c44;
  font-size: 2rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .text-default h4 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
.text-default hr {
  margin: 0 0 4rem 0;
  padding: 0;
  border-top: 0.1rem solid #666;
}
.text-default ul {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .text-default ul {
    margin: 0 0 4rem 0;
  }
}
.text-default ul li {
  margin: 0 0 1rem 2rem;
  padding: 0 0 0 3rem;
  position: relative;
  line-height: 1.5;
}
.text-default ul li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #008361;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .text-default ul li:before {
    top: 0.9rem;
  }
}
.text-default ul.checks li {
  padding: 0 0 0 4rem;
  margin: 0 0 2rem 0;
}
.text-default ul.checks li:before {
  content: "";
  top: 0rem;
  left: 0rem;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../images/check.png) no-repeat center center;
  background-size: contain;
}
.text-default img {
  max-width: 100%;
}
.text-default p {
  margin: 0 0 4rem 0;
}
.text-default p.blockquote {
  padding: 0.5rem 0 0.5rem 3rem;
  border-left: 0.5rem solid #f15500;
  color: #777;
}

.header {
  position: relative;
  z-index: 105;
  background: #f5f5f5;
  padding: 0;
}
.header .container {
  width: 100%;
  margin: 0 auto;
  max-width: 126rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1500px) {
  .header .container {
    max-width: 178rem;
  }
}
.header__top {
  background: #24282b;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__top {
    display: block;
  }
}
.header__main {
  width: 100%;
  position: relative;
  background: #f5f5f5;
}
.header__main .container {
  padding-left: 0 !important;
}
.header__logo {
  background: #008361;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 14rem;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 22rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header__logo {
    width: 25rem;
  }
}
@media only screen and (min-width: 1700px) {
  .header__logo {
    width: 30rem;
  }
}
.header__logo:before {
  content: "";
  width: 999999rem;
  height: 100%;
  background: #008361;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.header__logo a {
  display: block;
  font-size: 0;
  height: 100%;
  position: relative;
  z-index: 10;
}
.header__logo img {
  display: block;
  max-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    max-height: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .header__logo img {
    max-height: 3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header__logo img {
    max-height: 3.5rem;
  }
}
@media only screen and (min-width: 1700px) {
  .header__logo img {
    max-height: 4rem;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 14rem);
}
@media only screen and (min-width: 768px) {
  .header__content {
    width: calc(100% - 22rem);
  }
}
@media only screen and (min-width: 1500px) {
  .header__content {
    width: calc(100% - 25rem);
  }
}
@media only screen and (min-width: 1700px) {
  .header__content {
    width: calc(100% - 30rem);
  }
}
.header__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.header__text {
  padding: 0 0 0 1.5rem;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__text {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .header__text {
    padding: 0 0 0 2.5rem;
    font-size: 1.2rem;
  }
}
.header__text p {
  margin: 0;
}
.header__search {
  margin: 0 0 0 3.5vw;
  width: 100%;
  max-width: 38vw;
  display: none;
}
@media only screen and (max-width: 990px) {
  .header__search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin: 0;
    max-width: 100%;
    background: #cccccc;
    padding: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__search {
    padding: 1.2rem;
  }
}
@media only screen and (min-width: 991px) {
  .header__search {
    display: block;
    max-width: 38vw;
  }
}
@media only screen and (min-width: 1200px) {
  .header__search {
    max-width: 29vw;
  }
}
@media only screen and (min-width: 1500px) {
  .header__search {
    margin: 0 0 0 6.5vw;
  }
}
.header__social {
  margin: 0 0 0 3.5rem;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__social {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1500px) {
  .header__social {
    margin: 0 0 0 6.5vw;
  }
}
.header__social a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 1rem;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__actions {
  display: flex;
  align-items: center;
}
.header__action {
  cursor: pointer;
  transition: 0s;
  white-space: nowrap;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none !important;
  font-size: 0rem;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  margin: 0 0 0 1.5rem;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .header__action {
    margin: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .header__action {
    font-size: 1.25rem;
    margin: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__action {
    margin: 0 0 0 4rem;
    font-size: 1.4rem;
  }
}
.header__action--item-in-cart img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(59%) saturate(7374%) hue-rotate(7deg) brightness(100%) contrast(101%);
}
.header__action .cart-count {
  position: absolute;
  top: -1rem;
  left: calc(50% + 1rem);
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 100%;
  background: #d80027;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
}
.header__action img {
  margin: 0 0 0.3rem 0;
  width: 2.4rem;
  height: 2.4rem;
}
.header__action:hover {
  color: #f15500;
}
.header__action:hover img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(59%) saturate(7374%) hue-rotate(7deg) brightness(100%) contrast(101%);
}
.header__action.header-search__btn img {
  filter: brightness(0) saturate(100%);
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .header__action.header-search__btn img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media only screen and (min-width: 991px) {
  .header__action.header-search__btn {
    display: none;
  }
}
.header__categories {
  background: #24282b;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__categories {
    display: block;
  }
}
.header__categories .container {
  padding: 0 !important;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.header-top__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-top__nav {
    display: block !important;
  }
}
@media only screen and (max-width: 1199px) {
  .header-top__nav {
    position: absolute;
    top: calc(100% - 0.1rem);
    left: 0;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 2rem 2rem rgba(0, 27, 99, 0.11);
  }
}
.header-top__contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-top__phone {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 3rem 0 2.6rem;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-top__phone {
    display: block;
  }
}
.header-top__phone img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0.5;
}
.header-top__phone a {
  color: inherit;
  text-decoration: none;
}
.header-top__phone a:hover {
  text-decoration: underline;
}
.header-top__button {
  background: #008361;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.8rem 3rem 0.9rem 3rem;
  margin: 0 -1.5rem 0 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (min-width: 1500px) {
  .header-top__button {
    padding: 0.8rem 5rem 0.9rem 5rem;
  }
}
.header-top__button:hover {
  background: #f15500;
  color: #fff;
}

.header-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 6rem;
}
@media only screen and (min-width: 768px) {
  .header-main {
    min-height: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-main {
    min-height: 10.5rem;
  }
}

.header-toggle {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 1.2rem;
  margin: 0 0 0 2.5rem;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  transition: 0.3s;
  height: 3.6rem;
  border-radius: 0;
  background: #24282b;
}
@media only screen and (min-width: 550px) {
  .header-toggle {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__label {
  margin: 0 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  transform: translateY(-0.1rem);
  min-width: 5.3rem;
  display: none;
}
@media only screen and (min-width: 550px) {
  .header-toggle__label {
    display: block;
  }
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 1.2rem;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 0.8rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header-logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-logo span {
  display: none;
  position: absolute;
  visibility: hidden;
}

.header__search .search {
  width: 100%;
  max-width: 55rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .header__search .search {
    max-width: 100%;
  }
}
.header__search .search:before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 5.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/search.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 991px) {
  .header__search .search:before {
    right: 1.2rem;
  }
}
.header__search .search .inputSearch {
  width: calc(100% - 4.2rem - 4rem);
  background: #fff;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 0.9rem 1.5rem;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 991px) {
  .header__search .search .inputSearch {
    width: calc(100% - 4.2rem);
  }
}
.header__search .search .inputSearch::placeholder {
  font-style: italic;
}
.header__search .search .buttonSearch {
  background: #f15500;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
  margin: 0;
  outline: none !important;
  width: 4.2rem;
  font-size: 0;
  line-height: 0;
}
.header__search .search .buttonSearch:hover {
  background: #008361;
}
.header__search .search .header-search-form__close {
  width: 4rem;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: #444;
  color: #fff;
  position: relative;
  transition: 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 991px) {
  .header__search .search .header-search-form__close {
    display: none;
  }
}
.header__search .search .header-search-form__close span {
  display: inline-block;
  transform: rotate(45deg);
  font-size: 3rem;
  font-weight: 400;
}

/*#region shopSearch */
div.search &gt; div.quickSearchSuggestionsBox {
  position: absolute;
  display: none;
}

div.search &gt; div.quickSearchSuggestionsBox.active {
  display: block;
}

div.search &gt; div.quickSearchSuggestionsBox {
  position: absolute;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame {
  margin: 0;
  background: #fff;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.item &gt; a {
  padding: 5px 2px;
  display: block;
  width: auto;
  text-decoration: none;
  min-height: 32px;
  position: relative;
  color: #000;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.item &gt; a &gt; div.text {
  width: 100%;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.item &gt; a &gt; div.text span {
  padding: 3px 5px 2px 2px;
  margin-left: 60px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.item &gt; a &gt; div.image {
  display: block;
  width: 55px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 3px;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.item &gt; a &gt; div.image &gt; img {
  padding: 0;
  margin: 0;
  max-width: 55px;
  max-height: 32px;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.item &gt; a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #f15500;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.empty {
  padding: 4px 8px;
  text-align: center;
}

div.search &gt; div.quickSearchSuggestionsBox &gt; div.frame &gt; div.item.focused a {
  background-color: #fff;
  text-decoration: none;
  color: #f15500;
}

/*#endregion */
.content__subpage {
  background: #fff;
}
.content__catalogue--bg {
  background-repeat: no-repeat;
  background-position: top center;
}

.subpage {
  padding: 5rem 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.row .col-50 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row .col-50 {
    width: calc(50% - 3rem);
  }
}
@media only screen and (min-width: 1500px) {
  .row .col-50 {
    width: calc(50% - 4rem);
  }
}

.youtube-video, .videoBox {
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 25px;
  height: 0;
}
.youtube-video iframe, .videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kontakt-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.kontakt-layout .kontaktL,
.kontakt-layout .kontaktR {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5rem 0;
}
@media only screen and (min-width: 768px) {
  .kontakt-layout .kontaktL,
.kontakt-layout .kontaktR {
    width: calc(50% - 2rem);
  }
}
.kontakt-layout .kontaktL .kontaktLL,
.kontakt-layout .kontaktL .kontaktRL,
.kontakt-layout .kontaktR .kontaktLL,
.kontakt-layout .kontaktR .kontaktRL {
  width: 10rem;
}
@media only screen and (min-width: 1200px) {
  .kontakt-layout .kontaktL .kontaktLL,
.kontakt-layout .kontaktL .kontaktRL,
.kontakt-layout .kontaktR .kontaktLL,
.kontakt-layout .kontaktR .kontaktRL {
    width: 15rem;
  }
}
.kontakt-layout .kontaktL .kontaktLL img,
.kontakt-layout .kontaktL .kontaktRL img,
.kontakt-layout .kontaktR .kontaktLL img,
.kontakt-layout .kontaktR .kontaktRL img {
  max-width: 100%;
}
.kontakt-layout .kontaktL .kontaktLR,
.kontakt-layout .kontaktL .kontaktRR,
.kontakt-layout .kontaktR .kontaktLR,
.kontakt-layout .kontaktR .kontaktRR {
  width: calc(100% - 10rem);
  padding: 0 0 0 2rem;
}
@media only screen and (min-width: 1200px) {
  .kontakt-layout .kontaktL .kontaktLR,
.kontakt-layout .kontaktL .kontaktRR,
.kontakt-layout .kontaktR .kontaktLR,
.kontakt-layout .kontaktR .kontaktRR {
    width: calc(100% - 15rem);
  }
}
.kontakt-layout .kontaktL h4,
.kontakt-layout .kontaktR h4 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
.kontakt-layout .kontaktL p,
.kontakt-layout .kontaktR p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
}
.kontakt-layout .kontaktL .kontaktTel1, .kontakt-layout .kontaktL .kontaktTel2, .kontakt-layout .kontaktL .kontaktTel3, .kontakt-layout .kontaktL .kontaktMail,
.kontakt-layout .kontaktR .kontaktTel1,
.kontakt-layout .kontaktR .kontaktTel2,
.kontakt-layout .kontaktR .kontaktTel3,
.kontakt-layout .kontaktR .kontaktMail {
  padding: 0 0 0 50px;
  margin: 0 0 5px 0;
  height: 35px;
  line-height: 35px;
  font-size: 1.5rem;
}
.kontakt-layout .kontaktL .kontaktTel1,
.kontakt-layout .kontaktR .kontaktTel1 {
  background: url(../images/client/kontakt_ico/pevna.png) no-repeat left top;
}
.kontakt-layout .kontaktL .kontaktTel2,
.kontakt-layout .kontaktR .kontaktTel2 {
  background: url(../images/client/kontakt_ico/mobil.png) no-repeat left top;
}
.kontakt-layout .kontaktL .kontaktTel3,
.kontakt-layout .kontaktR .kontaktTel3 {
  background: url(../images/client/kontakt_ico/voip.png) no-repeat left top;
}
.kontakt-layout .kontaktL .kontaktMail,
.kontakt-layout .kontaktR .kontaktMail {
  background: url(../images/client/kontakt_ico/email.png) no-repeat left top;
}

p.zvyraznenyText {
  margin: 0 0 3.5rem 0;
  color: #000;
  background: #DACBC0;
  padding: 2rem;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.hidden {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.text-bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.m-auto {
  margin: 0 auto !important;
}

.space-nowrap {
  white-space: nowrap !important;
}

.space-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

.color-primary {
  color: #f15500 !important;
}

.bg-primary {
  background: #f15500 !important;
}

.disable-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.content__cart {
  position: relative;
  z-index: 10;
  padding: 5rem 1.5rem;
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
}

.quantity-edit {
  display: flex;
  border: 0.1rem solid #c1c1c1;
  width: 7rem;
  flex-wrap: wrap;
}
.quantity-edit .quantity-input {
  flex-grow: 1;
  border: none;
  background: #fff;
  min-width: 0;
  text-align: center;
  width: calc(100% - 2rem);
}
.quantity-edit .quantity-buttons {
  width: 2rem;
  font-size: 0;
}
.quantity-edit .quantity-buttons .quantity-button {
  border: none;
  background: #e2e2e2;
  color: #000;
  height: 2.3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.quantity-edit .quantity-buttons .quantity-button--down:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 0.6rem solid #9e9e9e;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.quantity-edit .quantity-buttons .quantity-button--down:hover {
  background: #f15500;
  cursor: pointer;
}
.quantity-edit .quantity-buttons .quantity-button--down:hover:before {
  border-bottom: 0.6rem solid #ffffff;
}
.quantity-edit .quantity-buttons .quantity-button--up:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.6rem solid #9e9e9e;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.quantity-edit .quantity-buttons .quantity-button--up:hover {
  background: #f15500;
  cursor: pointer;
}
.quantity-edit .quantity-buttons .quantity-button--up:hover:before {
  border-top: 0.6rem solid #ffffff;
}

/*#region profil zakaznika */
.profile h1 {
  line-height: 1.1;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1rem 0 2rem 0;
  padding: 0;
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .profile h1 {
    margin: 2rem 0 3rem 0;
    font-size: 3.6rem;
  }
}
.profile__change-password {
  margin: 0 auto;
  max-width: 66rem;
}
.profile__delivery-adress {
  margin: 5rem auto 0 auto;
  max-width: 66rem;
}
.profile__orders-list {
  margin: 0 auto;
  max-width: 66rem;
}

.profile-links {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  text-align: center;
}
.profile-links li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.profile-links li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 991px) {
  .profile-links li a {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}
.profile-links li a:hover {
  text-decoration: underline;
  color: inherit;
}
.profile-links li.current a {
  text-decoration: none;
  color: #008361;
}

.flex-container {
  margin: 0 auto;
  width: 100%;
  max-width: 66rem;
}
.flex-container__left {
  width: 100%;
}
.flex-container__right {
  width: 100%;
}

.customer-group {
  margin: 0 0 4rem 0;
}
.customer-group__title {
  font-size: 2.5rem;
  padding: 0 0 2.5rem 0;
  color: #008361;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.customer-group__fields {
  padding: 0;
}
.customer-group__button {
  text-align: right;
}
.customer-group__button--center {
  text-align: center;
}
.customer-group__button a {
  background: #f15500;
  font-size: 1.5rem;
  padding: 1rem 3.5rem;
  margin: 1rem 0 0 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.customer-group__button a:hover {
  background: #008361;
  color: #fff;
  text-decoration: none;
}

.customer-adress-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 549px) {
  .customer-adress-list {
    display: block;
    width: 100%;
  }
  .customer-adress-list tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row {
    display: block;
    width: 100%;
    padding: 2.5rem 0;
    border-top: 0.1rem solid #ccc;
  }
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell {
  padding: 2.5rem 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  border-top: 0.1rem solid #ddd;
  color: #111;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row .customer-adress-list-cell {
    display: block;
    width: 100%;
    padding: 0 1rem;
    border: none;
  }
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell:last-child {
  white-space: nowrap;
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row .customer-adress-list-cell:last-child {
    padding: 1rem 1rem 0 1rem;
  }
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button {
  display: inline-block;
  vertical-align: middle;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button:last-child {
  margin: 0 0 0 0.7rem;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button .customer-adress-button-icon {
  display: inline-block;
  vertical-align: middle;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button .customer-adress-button-icon svg {
  pointer-events: none;
  fill: #111;
  width: 2.5rem;
  height: 2.5rem;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button:hover .customer-adress-button-icon svg {
  fill: #f15500;
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row.customer-adress-list-row-heading {
    display: none;
  }
}
.customer-adress-list .customer-adress-list-row.customer-adress-list-row-heading .customer-adress-list-cell {
  background-color: #008361;
  font-size: 1.4rem;
  padding: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: none;
  line-height: 1.2;
}

.order-list {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;
  width: 100%;
  border-bottom: 0.1rem solid #ddd;
}
@media (max-width: 549px) {
  .order-list {
    display: block;
    width: 100%;
  }
  .order-list tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .order-list .order-list-row {
    display: block;
    width: 100%;
    padding: 2.5rem 0;
    border-top: 0.1rem solid #ddd;
  }
}
.order-list .order-list-row.order-list-group {
  background: #f0f7ff;
}
.order-list .order-list-row.order-list-nonborder td {
  border: none !important;
}
.order-list .order-list-row .order-list-cell {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  border-top: 0.1rem solid #ddd;
  color: #111;
  vertical-align: middle;
}
@media (max-width: 549px) {
  .order-list .order-list-row .order-list-cell {
    display: block;
    width: 100%;
    padding: 0 1rem;
    border: none;
  }
  .order-list .order-list-row .order-list-cell.text-right {
    text-align: left !important;
  }
}
.order-list .order-list-row .order-list-cell a {
  color: #000;
  text-decoration: underline;
}
.order-list .order-list-row .order-list-cell a:hover {
  color: #f15500;
}
.order-list .order-list-row .order-list-cell:last-child {
  white-space: nowrap;
}
@media (max-width: 549px) {
  .order-list .order-list-row .order-list-cell:last-child {
    padding: 1rem 1rem 0 1rem;
  }
}
.order-list .order-list-row .order-list-cell .order-list-button {
  display: inline-block;
  vertical-align: middle;
}
.order-list .order-list-row .order-list-cell .order-list-button:last-child {
  margin: 0 0 0 0.7rem;
}
.order-list .order-list-row .order-list-cell .order-list-button .order-list-button-icon {
  display: inline-block;
  vertical-align: middle;
}
.order-list .order-list-row .order-list-cell .order-list-button .order-list-button-icon svg {
  pointer-events: none;
  fill: #656565;
  width: 2.5rem;
  height: 2.5rem;
}
.order-list .order-list-row .order-list-cell .order-list-button:hover .order-list-button-icon svg {
  fill: #f15500;
}
@media (max-width: 549px) {
  .order-list .order-list-row.order-list-row-heading {
    display: none;
  }
}
.order-list .order-list-row.order-list-row-heading .order-list-cell {
  background-color: #f15500;
  font-size: 1.4rem;
  padding: 1.5rem;
  font-weight: bold;
  color: #fff;
  border: none;
  line-height: 1.2;
}

/*#endregion */
/*#region košík layout */
.cart-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 3rem 0;
  width: 100%;
}
.cart-nav__step {
  max-width: 25%;
}
.cart-nav__step--current .cart-nav-step__icon {
  background: #008361;
}
.cart-nav__step--current .cart-nav-step__caption {
  color: #008361;
}
.cart-nav__step--current .cart-nav-step__caption:before {
  border-left-color: #008361;
}
.cart-nav__step:last-child .cart-nav-step__caption:before {
  content: none;
  display: none;
}

.cart-nav-step__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cart-nav-step__link {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-nav-step__link {
    flex-direction: row;
  }
}
.cart-nav-step__link--possible {
  cursor: pointer;
}
.cart-nav-step__icon {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  background: #000;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 100%;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .cart-nav-step__icon {
    margin: 0;
  }
}
.cart-nav-step__caption {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cart-nav-step__caption {
    font-size: 1.5rem;
    padding: 0 3rem 0 2rem;
  }
  .cart-nav-step__caption:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-left: 0.5rem solid #000;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .cart-nav-step__caption {
    text-align: left;
  }
}

.cart-header {
  background: #d30017;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cart-header .cart-header-item {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1.5rem;
}
.cart-header .cart-header-item.cart-header-name {
  width: calc(100% - 438px);
}
.cart-header .cart-header-item.cart-header-quantity {
  width: 10.5rem;
}
.cart-header .cart-header-item.cart-header-piece-price {
  width: 15rem;
  text-align: right;
}
.cart-header .cart-header-item.cart-header-price {
  width: 15rem;
  text-align: right;
}
.cart-header .cart-header-item.cart-header-remove {
  width: 2rem;
  border-left: none;
}
.cart-header .cart-header-item.cart-header-fakturacni {
  width: 33.333%;
}
.cart-header .cart-header-item.cart-header-dodaci {
  width: 33.333%;
}
.cart-header .cart-header-item.cart-header-kontaktni {
  width: 33.333%;
}
@media (max-width: 767px) {
  .cart-header {
    display: none;
  }
}

.cart-step-buttons {
  margin: 2rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 549px) {
  .cart-step-button {
    width: 100%;
  }
}
.cart-step-button a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  padding: 1.1rem 2rem;
  font-size: 1.5rem;
  transition: 0.3s;
  border-radius: 0;
}
@media (max-width: 549px) {
  .cart-step-button a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    margin: 0 0 1rem 0;
  }
}
.cart-step-button--next {
  order: 2;
}
.cart-step-button--next a {
  background: #f15500;
  color: #ffffff;
  border: 0.2rem solid #f15500;
}
.cart-step-button--next a:hover {
  background: transparent;
  color: #f15500;
  border-color: #f15500;
}
.cart-step-button--back {
  order: 1;
}
.cart-step-button--back a {
  background: transparent;
  color: #282827;
  text-decoration: underline;
}
.cart-step-button--back a:hover {
  color: #f15500;
  text-decoration: none;
}

.terms-and-condition-text {
  font-size: 1.3rem;
  text-align: right;
}
.terms-and-condition-text a {
  color: #000;
  text-decoration: underline;
}
.terms-and-condition-text a:hover {
  color: #d30017;
}

/*#endregion */
/*#region košík */
.cart-products__item {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1rem 0.5rem;
}
@media only screen and (min-width: 768px) {
  .cart-products__item {
    padding: 1.5rem;
  }
}
.cart-products__cell {
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cart-products__cell {
    padding: 0.5rem 1.5rem;
  }
}
.cart-products__cell--name {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cart-products__cell--name {
    width: calc(100% - 15rem - 15rem - 8rem - 3rem);
  }
}
.cart-products__cell--price {
  width: calc(50% - 5.5rem);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cart-products__cell--price {
    width: 15rem;
    text-align: right;
  }
}
.cart-products__cell--quantity {
  width: 8rem;
}
.cart-products__cell--remove {
  width: 3rem;
  padding: 0;
}
.cart-products__image {
  width: 6rem;
  height: 6rem;
  position: relative;
}
.cart-products__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-products__caption {
  padding: 0 0 0 2rem;
  width: calc(100% - 6rem);
}
.cart-products__caption a {
  color: #000;
  text-decoration: none;
}
.cart-products__caption a:hover {
  text-decoration: underline;
}
.cart-products__price {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.cart-products__remove {
  border: none;
  border-radius: 0;
  background: transparent;
  width: 3rem;
  width: 3rem;
  outline: none !important;
  cursor: pointer;
  position: relative;
  display: block;
}
.cart-products__remove:before {
  content: "×";
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  opacity: 0.5;
}
.cart-products__remove:hover:before {
  opacity: 1;
}

.cart-footer-panel {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.cart-footer-panel .cart-final-price {
  text-align: right;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .cart-footer-panel .cart-final-price {
    font-size: 1.8rem;
  }
}
.cart-footer-panel .cart-final-price span {
  font-size: 2.4rem;
  color: #da0000;
  display: inline-block;
  margin: 0 0 0 0.8rem;
}

/*#endregion */
/*#region doprava a platba */
.delivery-payment-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box {
    max-width: 100%;
  }
}
.delivery-payment-box__left {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box__left {
    width: calc(50% - 2.5rem);
  }
}
.delivery-payment-box__right {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box__right {
    width: calc(50% - 2.5rem);
  }
}

.method-group {
  margin: 0 0 4rem 0;
}
.method-group__title {
  font-size: 2.5rem;
  padding: 0 0 1.5rem 0;
  color: #008361;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.method-group__fields {
  padding: 0;
}

.method-list {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.method-list__item {
  margin: 0;
  padding: 0.5rem 0;
  border: 0.1rem solid #eaeaea;
  border-bottom: none;
  position: relative;
  font-size: 1.5rem;
  background: #fff;
}
.method-list__item a {
  opacity: 0.5;
  display: block;
  position: relative;
  padding: 1rem 6rem 1rem 4.5rem;
  color: #000;
  text-decoration: none;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.method-list__item a .method-name {
  padding: 0 0 0 9.7rem;
  position: relative;
}
@media (max-width: 990px) {
  .method-list__item a .method-name {
    padding: 0;
  }
}
.method-list__item a .method-name:before {
  content: "";
  width: 8.6rem;
  height: 3rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  .method-list__item a .method-name:before {
    content: none;
    display: none;
  }
}
.method-list__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #737373;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}
.method-list__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  transform: translateY(-50%);
}
.method-list__item a:hover {
  color: #f15500;
}
.method-list__item:last-child {
  border-bottom: 0.1rem solid #eaeaea;
}
.method-list__item--possible a {
  opacity: 1;
}
.method-list__item--selected a {
  font-weight: bold;
}
.method-list__item--selected a:after {
  background-color: #000000;
}
.method-list__item--selected a:before {
  border-color: #000000;
}

.method-desc {
  display: none !important;
}

.method-button {
  position: absolute;
  top: 1.1rem;
  right: 0;
  padding: 0 0 0 2rem !important;
  font-weight: normal !important;
  cursor: pointer;
  font-weight: bold;
  z-index: 101;
}
.method-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.method-button:hover {
  color: #d20001;
}

/*#endregion */
/*#region kosik krok zakaznik */
.order-customer-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex {
    max-width: 100%;
  }
}
.order-customer-flex__left {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex__left {
    width: calc(50% - 2.5rem);
  }
}
.order-customer-flex__right {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex__right {
    width: calc(50% - 2.5rem);
  }
}

.order-customer-group {
  margin: 0 0 4rem 0;
}
.order-customer-group__title {
  font-size: 2.5rem;
  padding: 1.5rem 0;
  color: #008361;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.order-customer-group__fields {
  padding: 0;
}
.order-customer-group__button {
  text-align: right;
}
.order-customer-group__button--center {
  text-align: center;
}
.order-customer-group__button a {
  background: #f15500;
  border: 0.2rem solid #f15500;
  font-size: 1.5rem;
  padding: 1rem 3.5rem;
  display: inline-block;
  margin: 1rem 0 0 0;
  border-radius: 0;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.order-customer-group__button a:hover {
  background: transparent;
  color: #f15500;
  text-decoration: none;
}
.order-customer-group__separator {
  height: 0.1rem;
  width: 100%;
  background: #ccc;
  margin: 2.5rem 0 3rem 0;
}
.order-customer-group__login {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.2rem solid #ddd;
  margin: 0;
  padding: 1.5rem;
}
.order-customer-group__login .order-customer-group__button a {
  margin: 0;
}
.order-customer-group__info {
  font-size: 1.8rem;
  padding: 0 0 0 2.5rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}

/*#endregion */
/*#region objednávka dokončena */
.order-done-content {
  padding: 10rem 0 5rem 0;
  text-align: center;
}
.order-done-content .confirm-icon {
  text-align: center;
  margin: 0 0 1rem 0;
}
.order-done-content .confirm-title {
  text-align: center;
  font-size: 1.8rem;
  color: #f15500;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.order-done-content .confirm-title.unsuccessful {
  color: #bb0000;
}
.order-done-content .thanks-text {
  text-align: center;
  font-size: 3rem;
  color: #f15500;
  font-weight: bold;
  line-height: 1.2;
  padding: 3rem;
  border: 0.1rem solid #ddd;
  max-width: 47.5rem;
  margin: 0 auto;
}
.order-done-content .thanks-text strong {
  color: #f15500;
  display: block;
}
.order-done-content .thanks-text .thanks-text-inner {
  padding: 3rem 0 0 0;
}
.order-done-content .thanks-text .thanks-text-inner.unsuccessful {
  padding: 0;
}
.order-done-content .thanks-text .thanks-text-inner h2 {
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  display: none;
}
.order-done-content .thanks-text .thanks-text-inner ul {
  list-style: none;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.order-done-content .thanks-text .thanks-text-inner ul li {
  display: block;
  line-height: 2.6rem;
  position: relative;
  margin: 0 0 0 2rem;
  font-weight: bold;
}
.order-done-content .thanks-text .thanks-text-inner table {
  width: auto !important;
  margin: 0 auto !important;
}
.order-done-content .thanks-text .thanks-text-inner table tbody tr td {
  text-align: left;
}
.order-done-content .thanks-text .thanks-text-inner table tbody tr td:first-child {
  width: auto !important;
}
.order-done-content .contacts-info {
  text-align: center;
  margin: 3.5rem 0;
}
.order-done-content .contacts-info p {
  color: #f15500;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.order-done-content .contacts-info span {
  color: #f15500;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 3rem;
  display: inline-block;
  vertical-align: middle;
}
.order-done-content .contacts-info span span {
  margin: 0 1rem 0 0;
}
.order-done-content .contacts-info span span svg {
  fill: #f15500;
}
.order-done-content .contacts-info span a {
  color: #f15500;
  text-decoration: none;
}
.order-done-content .contacts-info span a:hover {
  text-decoration: underline;
}
.order-done-content .message {
  position: relative;
}
.order-done-content .message:before {
  content: "";
  position: absolute;
  background: url(/templates/styles/images/checked-circle.svg) center center no-repeat;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.order-done-content .message strong {
  font-size: 2.4rem;
  color: #008361;
}
.order-done-content .note {
  position: relative;
  font-size: 1.8rem;
  margin: 4rem 0 0 0;
  line-height: 1.4;
  font-weight: 500;
}

.countdown {
  text-align: center;
  font-size: 3rem;
  color: red;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
}

/*#endregion */
/*#region prázdný košík */
.cart-empty-title {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.2;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
}

/*#endregion */
/*#region rekapitulace nakupu */
.order-recapitulation {
  padding: 1.5rem;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .order-recapitulation {
    padding: 2.5rem;
  }
}
.order-recapitulation .order-recapitulation-header {
  font-size: 1.8rem;
  padding: 0 0 1.5rem 0;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}

.recapitulation__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
  background: #fff;
}
.recapitulation__name {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .recapitulation__name {
    width: calc(100% - 6.5rem - 11rem);
    padding: 0;
  }
}
.recapitulation__image {
  width: 4rem;
  height: 4rem;
  position: relative;
}
.recapitulation__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recapitulation__title {
  padding: 0 1.5rem;
  width: calc(100% - 4rem);
  color: #000;
  text-decoration: none;
}
.recapitulation__title:hover {
  text-decoration: underline;
}
.recapitulation__quantity {
  width: 50%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .recapitulation__quantity {
    width: 6.5rem;
    text-align: center;
  }
}
.recapitulation__amount {
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .recapitulation__amount {
    width: 6.5rem;
  }
}
.recapitulation__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  border-bottom: 0.1rem solid #ddd;
  padding: 1rem 0;
}
.recapitulation__final {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  padding: 1rem 0;
}
.recapitulation__final .recapitulation__value {
  color: #da0000;
}

/*#endregion */
/*#region doprava zdarma info */
.cartAddShipping {
  margin: 0 auto;
  max-width: 55rem;
}
.cartAddShipping__info {
  padding: 2rem 0 0 0;
}
.cartAddShipping__info strong {
  color: #f15500;
  font-weight: bold;
}
.cartAddShipping__info span {
  color: #000;
  font-weight: bold;
}
.cartAddShipping__info h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: #000;
  line-height: 1.2;
}
.cartAddShipping__info p {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #000;
  line-height: 1.2;
}
.cartAddShipping__slider {
  padding: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.cartAddShipping__slider #slider {
  width: 100%;
  margin: 0 0 0.8rem 0;
}
.cartAddShipping__slider-from {
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
}
.cartAddShipping__slider-to {
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
}
.cartAddShipping__free p {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2.5rem 0;
  margin: 0;
  color: #000;
  line-height: 1.2;
}
.cartAddShipping__free p span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin: 0 1rem 0 0;
  color: #fff;
  line-height: 1;
  background: #f15500;
}

/*#endregion */
#AjaxOrderDetail .mfp-close {
  color: #000;
}

.orderDetailBox .orderDetailInfoWarning {
  margin: 2rem 0;
  text-align: center;
  background: #fae9c2;
  border: 0.1rem solid #ffd800;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #965007;
}
.orderDetailBox .orderDetailBoxIn {
  font-size: 1.4rem;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group {
  border: 0.1rem solid #ccc;
  padding: 1rem;
  margin: 0 0 1rem 0;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group table {
  margin: 0 0 1rem 0;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group table thead tr td h3,
.orderDetailBox .orderDetailBoxIn .cart-item-group table thead tr th h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group table tbody tr td,
.orderDetailBox .orderDetailBoxIn .cart-item-group table tbody tr th {
  line-height: 1.5;
}
.orderDetailBox .orderDetailBoxIn .cart-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-header {
    display: none;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-header .cart-header-item {
  flex-grow: 1;
  background: #f15500;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-order-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 0.1rem solid #ccc;
  align-items: center;
  justify-content: space-between;
}
.orderDetailBox .orderDetailBoxIn .cart-order-item .order-item-price {
  color: #000;
  padding: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-order-item .order-item-name {
  color: #000;
  padding: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 0.1rem solid #ccc;
  align-items: center;
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell {
  color: #000;
  padding: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell {
    width: 100%;
    padding: 0 0.5rem;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cell-header-item {
  display: none;
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cell-header-item {
    display: block;
    font-weight: bold;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell.order-item-price {
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell.cart-item-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cart-item-image img {
  max-width: 5.5rem;
  max-height: 5.5rem;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cart-item-title {
  width: calc(100% - 5.5rem);
  padding: 0 0 0 1rem;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .orderDetailBox .orderDetailBoxIn .cart-header-quantity,
.orderDetailBox .orderDetailBoxIn .cart-item-quantity-number {
    text-align: center;
  }
  .orderDetailBox .orderDetailBoxIn .cart-header-piece-price,
.orderDetailBox .orderDetailBoxIn .cart-item-piece-price {
    text-align: right;
  }
  .orderDetailBox .orderDetailBoxIn .cart-header-price,
.orderDetailBox .orderDetailBoxIn .cart-item-price {
    text-align: right;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-footer-panel {
  margin: 1rem 0 0 0;
  text-align: right;
}
.orderDetailBox .orderDetailBoxIn .cart-footer-panel .cart-final-price {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
}
.orderDetailBox .orderDetailBoxIn .cart-footer-panel .cart-final-price .price {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #da0000;
  padding: 0 0 0 1rem;
  display: inline-block;
}

.popup-buy {
  width: 28rem;
  background: #fff;
  box-shadow: 0 0 50px rgba(26, 30, 34, 0.2);
  z-index: 4000;
  position: relative;
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 768px) {
  .popup-buy {
    width: 73rem;
  }
}
.popup-buy .mfp-close {
  background: none;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  text-decoration: none;
  font-size: 28px;
  font-family: Arial, sans-serif;
  color: #000;
  opacity: 1;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.popup-buy .mfp-close:active {
  top: 2.5rem;
}
@media (max-width: 767px) {
  .popup-buy .mfp-close {
    right: 1.2rem;
    top: 0.5rem;
  }
  .popup-buy .mfp-close:active {
    top: 0.5rem;
  }
}
.popup-buy .popup-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-heading {
    font-size: 1.6rem;
    padding: 1rem 1rem 0 1rem;
  }
}
.popup-buy .popup-content {
  padding: 0 2rem 1.5rem 2rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-content {
    padding: 1rem;
  }
}
.popup-buy .popup-products {
  margin: 0;
  display: table;
  position: relative;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
.popup-buy .popup-products-row {
  display: table-row;
  border: 0.2rem solid #e1effb;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row {
    zoom: 1;
    display: block;
    padding: 1.5rem 0;
    border: 0.1rem solid transparent;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-products-col {
  background: #e1effb;
  padding: 2rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary .popup-products-col {
    padding: 2rem 0 1rem 0;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-products-col-second {
  text-align: right;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary {
    padding: 0;
    border: none;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-summary-label {
  padding-right: 3rem;
  display: table-cell;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-summary-price {
  text-align: right;
  padding-left: 2rem;
  display: table-cell;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-button-next {
  background: #f15500;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.7rem 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-button-next:hover {
  background: #008361;
  color: #fff;
}
.popup-buy .popup-products-row .popup-products-col {
  display: table-cell;
  vertical-align: middle;
  min-width: 10rem;
  padding: 1rem 2rem;
  color: #000;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col {
    display: block;
    padding: 1rem;
    border: none;
  }
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col:first-child {
    width: 100%;
  }
}
.popup-buy .popup-products-row .popup-products-col.popup-products-col-price {
  text-align: right;
}
.popup-buy .popup-products-row .popup-products-col.popup-products-col-quantity {
  text-align: right;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col.popup-products-col-quantity {
    width: 50%;
    display: inline-block;
  }
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.5rem;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image a {
  display: block;
  position: relative;
  color: #000;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image img {
  max-width: 7rem;
  max-height: 7rem;
  padding: 0.5rem;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem 0;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title {
    font-size: 1.3rem;
  }
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title a {
  text-decoration: none;
  color: #000;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-price {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.popup-buy .popup-products-row.popup-products-row-head {
  background: #efefef;
  color: #000;
  line-height: 4rem;
  height: 4.5rem;
  display: none;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-head {
    display: none;
  }
}
.popup-buy .popup-products-row.popup-products-row-head .popup-products-col {
  font-size: 1.4rem;
  font-weight: 600;
}

.groupMethodTitle {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 0 1rem 4rem;
  color: #000;
}

.deliveryFlagCs {
  background: url(../images/deliveryFlagCs.png) no-repeat 9px 2px;
}

.deliveryFlagSk {
  background: url(../images/deliveryFlagSk.png) no-repeat 9px 2px;
}

.deliveryMethodInfoButton {
  background: url(../images/deliveryInfo.png) no-repeat left center;
  float: left;
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 5px 0 5px 28px !important;
  font-weight: normal !important;
  cursor: pointer;
  z-index: 10;
}
.deliveryMethodInfoButton:hover {
  color: #ff8816;
}

.breadcrumb {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    padding: 2.5rem 0;
  }
}
.breadcrumb a {
  color: #000000 !important;
  text-decoration: underline !important;
  background: none !important;
  font-weight: 400;
}
.breadcrumb a:hover {
  text-decoration: none !important;
  color: #008361 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "&gt;";
  display: inline-block;
  padding: 0 1.1rem;
  color: #000000;
}

.blog-detail-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1500px) {
  .blog-detail-header {
    min-height: 80rem;
  }
}
.blog-detail-header .breadcrumb {
  color: #fff;
}
.blog-detail-header .breadcrumb a {
  color: #fff !important;
}
.blog-detail-header .breadcrumb a:hover {
  color: #f15500 !important;
}
.blog-detail-header .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.blog-detail-header__content {
  max-width: 85rem;
  padding: 5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail-header__content {
    padding: 7rem 0 0 0;
  }
}
@media only screen and (min-width: 1500px) {
  .blog-detail-header__content {
    padding: 10rem 0 0 0;
  }
}
.blog-detail-header__title {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .blog-detail-header__title {
    font-size: 4.2rem;
    margin: 0 0 3.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-detail-header__title {
    font-size: 4.8rem;
    margin: 0 0 4.5rem 0;
  }
}
.blog-detail-header__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  padding: 0 0 4.5rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail-header__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-detail-header__text {
    font-size: 2.4rem;
    padding: 0 0 6.5rem 0;
  }
}
.blog-detail-header__text p {
  margin: 0;
}
.blog-detail-header__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .blog-detail-header__info {
    margin: 0 0 2.5rem 0;
  }
}
.blog-detail-header__author {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0 3.5rem 2rem 0;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .blog-detail-header__author {
    font-size: 1.8rem;
    margin: 0 4.5rem 2rem 0;
  }
}
.blog-detail-header__author img {
  border-radius: 100%;
  max-width: 4rem;
  margin: 0 1.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail-header__author img {
    max-width: 6rem;
    margin: 0 2.5rem 0 0;
  }
}
.blog-detail-header__date {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .blog-detail-header__date {
    font-size: 1.8rem;
  }
}
.blog-detail-header__date img {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail-header__date img {
    width: 3rem;
    height: 3rem;
    margin: 0 1.5rem 0 0;
  }
}

.blog-detail-content {
  padding: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .blog-detail-content {
    padding: 7rem 0;
  }
}
.blog-detail-content .container {
  max-width: 120rem;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .blog-list {
    padding: 0 0 4rem 0;
  }
}
.blog-list__header {
  padding: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .blog-list__header {
    width: 33.33%;
    padding: 7rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-list__header {
    width: 25%;
    padding: 14rem 0 0 0;
  }
}
.blog-list__header h1 {
  padding: 0;
  margin: 0 0 1.5rem 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .blog-list__header h1 {
    font-size: 3.4rem;
  }
}
.blog-list__header p {
  margin: 0 0 3.5rem 0;
}
.blog-list__categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.blog-list__categories ul li {
  margin: 0;
  padding: 0 2rem 1.5rem 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .blog-list__categories ul li {
    padding: 0 4rem 1.5rem 0;
  }
}
.blog-list__categories ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #008361;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .blog-list__categories ul li a {
    font-size: 1.6rem;
  }
}
.blog-list__categories ul li a:hover {
  color: #f15500;
}
.blog-list__categories ul li.selected a {
  color: #f15500;
}
.blog-list__content {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .blog-list__content {
    width: 66.66%;
    padding: 4rem 0 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-list__content {
    width: 75%;
    padding: 7rem 0 0 4rem;
  }
}
.blog-list__content .magazine {
  padding: 2rem 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-list__content .magazine {
    padding: 4rem 0 2.5rem 0;
  }
}
.blog-list__content .magazine__item {
  width: 100%;
  padding: 0 1rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 530px) {
  .blog-list__content .magazine__item {
    width: 50%;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-list__content .magazine__item {
    width: 33.33%;
  }
}

.btn {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #f15500;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 3rem;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  background: #f15500;
  position: relative;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .btn {
    padding: 1.1rem 3.5rem;
  }
}
.btn span {
  position: relative;
  z-index: 10;
}
.btn:before {
  content: none !important;
}
.btn:hover {
  background: #f15500;
  text-decoration: none;
  color: #ffffff;
}
.btn.btn-arrow {
  padding: 1rem 5.5rem 1.2rem 3.5rem;
}
.btn.btn-arrow:before {
  content: "" !important;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  right: 2.2rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.btn.btn-arrow:hover:before {
  filter: brightness(0) saturate(100%) invert(53%) sepia(59%) saturate(7374%) hue-rotate(7deg) brightness(100%) contrast(101%);
}

.btn-primary {
  border: 0.2rem solid #f15500 !important;
  background: #f15500 !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  border-color: #f15500 !important;
  background: #ffffff !important;
  color: #f15500 !important;
}
.btn-primary.btn-outline {
  border: 0.2rem solid #f15500 !important;
  background: #ffffff !important;
  color: #f15500 !important;
}
.btn-primary.btn-outline:hover {
  border-color: #f15500 !important;
  background: #f15500 !important;
  color: #ffffff !important;
}

.btn-secondary {
  border: 0.2rem solid #008361 !important;
  background: #008361 !important;
  color: #fff !important;
}
.btn-secondary:hover {
  border-color: #008361 !important;
  background: #fff !important;
  color: #008361 !important;
}
.btn-secondary.btn-outline {
  border: 0.2rem solid #008361 !important;
  background: #fff !important;
  color: #008361 !important;
}
.btn-secondary.btn-outline:hover {
  border-color: #008361 !important;
  background: #008361 !important;
  color: #fff !important;
}

#cookiePanel {
  z-index: 999;
  width: calc(100% - 3rem);
  min-height: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  background: #004533;
  overflow: hidden;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 0;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 550px) {
  #cookiePanel {
    width: 29rem;
  }
}
@media only screen and (min-width: 768px) {
  #cookiePanel {
    width: 35rem;
    padding: 3rem;
    bottom: 3rem;
    right: 3rem;
  }
}
#cookiePanel:before {
  background: url(../images/cookie.svg) no-repeat center center;
  width: 15rem;
  height: 15rem;
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background-size: contain;
  z-index: 10;
  opacity: 0.1;
}
#cookiePanel .cookiePanelIn {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
  position: relative;
  z-index: 20;
}
#cookiePanel .cookiePanelIn a {
  color: #ffffff;
  text-decoration: underline;
}
#cookiePanel .cookiePanelIn a:hover {
  text-decoration: none;
}
#cookiePanel .cookiePanelIn input {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #008361;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.5rem;
  background: #ffffff;
  box-sizing: border-box;
  padding: 1.2rem 4.5rem;
  text-align: center;
  transition: 0.3s;
  border: 0.2rem solid #ffffff;
  border-radius: 0;
  outline: none !important;
  cursor: pointer;
}
#cookiePanel .cookiePanelIn input:hover {
  cursor: pointer;
  background: #f15500;
  border-color: #f15500;
  color: #ffffff;
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0 4rem 2rem 4rem;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .navigation {
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.navigation &gt; li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li {
    display: inline-block;
  }
}
.navigation &gt; li &gt; a:not(.btn) {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  color: #fff;
  padding: 1.4rem 1rem;
  font-weight: 400;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li &gt; a:not(.btn) {
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
  }
}
.navigation &gt; li &gt; a:not(.btn):hover {
  text-decoration: none;
  color: #f15500;
}
.navigation &gt; li &gt; a:not(.btn):hover:after {
  width: 100%;
}
.navigation &gt; li.selected a {
  font-weight: bold;
  color: #008361;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li.selected a {
    font-weight: bold;
    color: #008361;
  }
  .navigation &gt; li.selected a:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li:first-child {
    margin: 0 1.5rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li:first-child &gt; a {
    font-size: 0;
    width: 1.4rem;
    height: 1.3rem;
    background: url(../images/home-icon.png) no-repeat center center;
    background-size: contain;
    padding: 0;
    top: -0.5rem;
  }
  .navigation &gt; li:first-child &gt; a:after {
    content: none;
  }
}
.navigation &gt; li.has-child &gt; a {
  padding: 1rem 1rem;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li.has-child &gt; a {
    padding: 1rem 3rem 1rem 1rem;
  }
}
.navigation &gt; li.has-child &gt; a:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: -1.5rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.navigation &gt; li.has-child &gt; a span {
  pointer-events: none;
}
.navigation &gt; li.has-child ul {
  display: block;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  background: #24282b;
  list-style: none;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li.has-child ul {
    position: absolute;
    top: 150%;
    left: -1rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0 0 0.5rem 0;
    height: auto;
    min-width: 200px;
    border-radius: 0;
  }
}
.navigation &gt; li.has-child ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.navigation &gt; li.has-child ul li a {
  display: block;
  text-align: left;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #afafaf;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li.has-child ul li a {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
.navigation &gt; li.has-child ul li a:before, .navigation &gt; li.has-child ul li a:after {
  content: none;
  display: none;
}
.navigation &gt; li.has-child ul li a:hover {
  background: none;
  color: #f15500;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li.has-child ul li a:hover {
    background: none;
    color: #f15500;
  }
}
.navigation &gt; li.open ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: auto;
  display: block !important;
  z-index: 99;
}
@media only screen and (min-width: 1200px) {
  .navigation &gt; li.open ul {
    top: 100%;
  }
}
.navigation &gt; li.open a:before {
  transform: translateY(-50%) rotate(90deg);
}

@keyframes blur {
  0% {
    transform: translateX(-100%) scale(1.1);
    filter: blur(50px);
  }
  100% {
    transform: translateX(0%) scale(1);
    filter: blur(0);
  }
}
.head-slider .slick-slide &gt; div {
  position: relative;
}

.head-slider .slick-slide &gt; div:after {
  content: "";
  width: 100%;
  height: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../styles/images/slider-after-img.svg) no-repeat center bottom;
  background-size: auto;
}
@media only screen and (max-width: 768px) {
  .head-slider .slick-slide &gt; div:after {
    background-size: 1162px 15px;
    width: 100%;
    height: 15px;
  }
}

.head-slider {
  position: relative;
}
.head-slider .slick-slide.slick-active .head-slider__text {
  animation: blur 1s ease 0s;
}
.head-slider .slick-slide.slick-active.slick-current .head-slider__text {
  opacity: 1 !important;
}
.head-slider__item {
  position: relative;
  height: 17rem;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 550px) {
  .head-slider__item {
    height: 23rem;
  }
}
@media only screen and (min-width: 768px) {
  .head-slider__item {
    height: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .head-slider__item {
    height: 40rem;
  }
}
@media only screen and (min-width: 1500px) {
  .head-slider__item {
    height: 50rem;
  }
}
.head-slider__item img {
  display: block;
  width: 100%;
}
.head-slider__text {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 10;
  opacity: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .head-slider__text {
    top: 20%;
  }
}
@media only screen and (min-width: 991px) {
  .head-slider__text {
    top: 14%;
  }
}
@media only screen and (min-width: 1500px) {
  .head-slider__text {
    top: 20%;
  }
}
@media only screen and (min-width: 1700px) {
  .head-slider__text {
    top: 20%;
  }
}
.head-slider__text p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 0.9;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .head-slider__text p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .head-slider__text p {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .head-slider__text p {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1500px) {
  .head-slider__text p {
    font-size: 3.6rem;
  }
}
.head-slider__text p strong {
  font-weight: 700;
  font-size: 3.4rem;
}
@media only screen and (min-width: 768px) {
  .head-slider__text p strong {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .head-slider__text p strong {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .head-slider__text p strong {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .head-slider__text p strong {
    font-size: 7.2rem;
  }
}
.head-slider__btn {
  position: relative;
  font-weight: 700;
  display: inline-block;
  border-radius: 0;
  border: 0.2rem solid #f15500;
  color: #ffffff;
  background: #f15500;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1.1rem 5rem 1.1rem 3rem;
}
@media only screen and (min-width: 1200px) {
  .head-slider__btn {
    padding: 1.1rem 5rem 1.1rem 3rem;
  }
}
.head-slider__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.head-slider__btn:hover {
  background: #008361;
  border-color: #008361;
  text-decoration: none;
  color: #fff;
}
.head-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .head-slider .slick-dots {
    bottom: 1.5rem;
  }
}
.head-slider .slick-dots li {
  margin: 0 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  padding: 1rem 0;
}
.head-slider .slick-dots li.slick-active button {
  background: #f15500 !important;
}
.head-slider .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background: #c8c8c8;
  border-radius: 100%;
  opacity: 1 !important;
}
.head-slider .slick-dots li button:before {
  content: none;
}

.content__nav .container {
  position: relative;
}

.content__nav {
  background: #e6e6e6;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .main-nav {
    /*position: absolute;*/
    z-index: 15;
    /*bottom: calc(100% + 5.5rem);
    left: 0;*/
    width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav {
    /*bottom: calc(100% + 7rem);*/
  }
}

.main-nav-top__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.main-nav-top__item {
  width: 16.6666%;
  padding: 0.8rem;
  /*&amp;:first-child {
          .main-nav-top-link {
              h2 {
                  max-width: 14rem;

                  @media only screen and (min-width: 1500px) {
                      max-width: 16rem;
                  } 
              }
          }
      }*/
}
@media only screen and (max-width: 1200px) {
  .main-nav-top__item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav-top__item {
    width: 33.3333%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .main-nav-top__item {
    width: 50%;
    padding: 0.5rem;
  }
}

.main-nav-top-link {
  background: #fff;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  min-height: 11.5rem;
  padding: 1.4rem 2rem 0.8rem 2rem;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .main-nav-top-link br {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-top-link {
    min-height: 15rem;
    padding: 1.4rem 2rem 0.8rem 2rem;
  }
}
@media only screen and (max-width: 420px) {
  .main-nav-top-link {
    padding: 1rem 1rem;
  }
}
.main-nav-top-link:hover {
  border-color: #f15500;
}
.main-nav-top-link:hover .main-nav-top-link__btn-ico {
  background: #f15500;
}
@media only screen and (min-width: 991px) {
  .main-nav-top-link:hover .main-nav-top-link__btn-lbl {
    transform: translateX(1.4rem);
    opacity: 1;
  }
}
.main-nav-top-link:hover h2 {
  color: #f15500;
}
.main-nav-top-link span {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0 auto 0.5rem auto;
}
.main-nav-top-link img {
  display: inline-block;
  max-width: 100%;
  /*position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 1.0rem;
  max-height: 5.5rem;*/
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 1200px) {
  .main-nav-top-link img {
    /*max-height: 7.5rem;
    top: 50%;
    right: 1.5rem;*/
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-top-link img {
    /*right: 3rem;
    max-height: unset;*/
  }
}
@media only screen and (max-width: 480px) {
  .main-nav-top-link img {
    padding: 0 1rem;
  }
}
.main-nav-top-link h2 {
  position: relative;
  text-align: center;
  z-index: 2;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 7rem;
  width: 100%;
  justify-content: center;
  /*max-width: 10rem;*/
}
@media only screen and (max-width: 1200px) {
  .main-nav-top-link h2 {
    font-size: 1.6rem;
    /*max-width: 15rem;*/
    line-height: 1.2em;
    height: 5.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav-top-link h2 {
    font-size: 1.5rem;
    /*max-width: 15rem;*/
    line-height: 1.2em;
    height: 5rem;
  }
}
@media only screen and (max-width: 420px) {
  .main-nav-top-link h2 {
    font-size: 1.4rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 340px) {
  .main-nav-top-link h2 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-top-link h2 {
    font-size: 1.8rem;
    height: 7rem;
    /*max-width: 18rem;*/
  }
}
.main-nav-top-link__btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
}
@media only screen and (min-width: 1500px) {
  .main-nav-top-link__btn {
    left: 3rem;
  }
}
.main-nav-top-link__btn-ico {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  position: relative;
  background: #008361;
}
.main-nav-top-link__btn-ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  width: 1.6rem;
  height: 1.6rem;
}
.main-nav-top-link__btn-lbl {
  color: #f15500;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  opacity: 0;
  transform: translateX(-1.4rem);
  transition: 0.3s;
  text-decoration: underline;
}

.main-nav-others__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.main-nav-others__item {
  width: 100%;
  padding: 0.5rem;
}
@media only screen and (min-width: 370px) {
  .main-nav-others__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .main-nav-others__item {
    width: 25%;
  }
}
@media only screen and (min-width: 991px) {
  .main-nav-others__item {
    padding: 1rem;
  }
}

.main-nav-others-link {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  height: 100%;
  min-height: 4.7rem;
  padding: 1rem 1.5rem 1rem 1rem;
}
@media only screen and (min-width: 1200px) {
  .main-nav-others-link {
    padding: 1rem 1.5rem;
    min-height: 5.7rem;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-others-link {
    padding: 1rem 2.5rem;
    min-height: 7.7rem;
  }
}
.main-nav-others-link:hover h2 {
  color: #f15500;
}
.main-nav-others-link img {
  display: inline-block;
  max-height: 3.5rem;
  max-width: 3rem;
}
@media only screen and (min-width: 1200px) {
  .main-nav-others-link img {
    max-height: 3.5rem;
    max-width: unset;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-others-link img {
    max-height: unset;
  }
}
.main-nav-others-link h2 {
  color: #000;
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  transition: 0.3s;
  max-width: calc(100% - 5rem);
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .main-nav-others-link h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav-others-link h2 {
    font-size: 1.6rem;
  }
}

.usp {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 2.6rem);
  margin: 0 -1.3rem;
}
@media only screen and (min-width: 1200px) {
  .usp {
    padding: 4rem 0;
  }
}
.usp__caption {
  width: 100%;
  padding: 0;
  margin: 0 0 3rem 0;
  text-align: center;
  color: #000;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .usp__caption {
    font-size: 3.4rem;
  }
}
.usp__item {
  width: 100%;
  padding: 0 1.3rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .usp__item {
    width: 50%;
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .usp__item {
    width: 25%;
  }
}

.usp-box {
  min-height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.usp-box span {
  display: block;
  height: 4.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .usp-box span {
    height: 5.8rem;
  }
}
.usp-box span img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.usp-box p {
  margin: 0;
  line-height: 1.2;
  padding: 0.5rem 0 0 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.faq {
  padding: 3rem 0 3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 2.6rem);
  margin: 0 -1.3rem;
}
@media only screen and (min-width: 1200px) {
  .faq {
    padding: 5rem 0 10rem 0;
  }
}
.faq__caption {
  width: 100%;
  padding: 0 1.3rem;
  margin: 0 0 3rem 0;
  text-align: center;
  color: #000;
  font-size: 4.4rem;
  line-height: 0.9;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .faq__caption {
    font-size: 6.4rem;
    margin: 0 0 5rem 0;
  }
}
.faq__action {
  padding: 2rem 0 0 0;
}
.faq__action a {
  display: inline-block;
  text-decoration: underline;
  color: #f15500;
  position: relative;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .faq__action a {
    font-size: 1.8rem;
  }
}
.faq__action a:hover {
  text-decoration: none;
  color: #008361;
}
.faq__action a:hover:before {
  background: #008361;
}
.faq__action a:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #f15500;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
.faq__action a:after {
  content: "" !important;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  left: 0.4rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  z-index: 3;
}
.faq__item {
  width: 100%;
  padding: 0 1.3rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .faq__item {
    width: 50%;
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .faq__item {
    width: 33.33%;
  }
}

.faq-box {
  min-height: 100%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  padding: 2rem 5rem 2rem 1.5rem;
  border-left: 0.8rem solid #cfebf7;
  min-height: 7rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .faq-box {
    min-height: 9rem;
    padding: 2rem 6rem 2rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .faq-box {
    padding: 2rem 6rem 2rem 4rem;
  }
}
.faq-box:before {
  content: "" !important;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  right: 2.2rem;
  filter: brightness(0) saturate(100%) invert(53%) sepia(59%) saturate(7374%) hue-rotate(7deg) brightness(100%) contrast(101%);
}
.faq-box:hover {
  background: #008361;
  border-color: #008361;
  color: #fff;
}
.faq-box:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.faq-box__title {
  margin: 0;
  line-height: 1.2;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .faq-box__title {
    font-size: 1.8rem;
  }
}

.magazine {
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.magazine__item {
  width: 100%;
  padding: 0 1rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .magazine__item {
    width: 50%;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .magazine__item {
    width: 25%;
    margin: 0;
  }
}

.magazine-card {
  min-height: 27rem;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.magazine-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: 0.3s;
}
.magazine-card:hover::before {
  background: rgba(0, 69, 51, 0.5);
}
.magazine-card__info {
  position: relative;
  z-index: 2;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .magazine-card__info {
    padding: 3rem;
  }
}
.magazine-card__title {
  padding: 0;
  margin: 0 0 1rem 0;
  color: inherit;
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
}
.magazine-card__desc {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}

.magazine-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100%;
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .magazine-intro {
    padding: 0;
    text-align: left;
  }
}
.magazine-intro__caption {
  padding: 0;
  margin: 0 0 1.5rem 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .magazine-intro__caption {
    font-size: 3.4rem;
  }
}
.magazine-intro__text {
  padding: 0;
  margin: 0 0 3.5rem 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
}
.magazine-intro__action a {
  display: inline-block;
  text-decoration: underline;
  color: #f15500;
  position: relative;
  padding: 0 0 0 3.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  transition: 0.3s;
}
.magazine-intro__action a:hover {
  text-decoration: none;
  color: #008361;
}
.magazine-intro__action a:hover:before {
  background: #008361;
}
.magazine-intro__action a:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #f15500;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
.magazine-intro__action a:after {
  content: "" !important;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  left: 0.4rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  z-index: 3;
}

/*text velky z EW*/
.col-100 {
  width: 100%;
  text-align: center;
}
.col-100 iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.pager {
  text-align: center;
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .pager {
    padding: 0 0 4rem 0;
  }
}
.pager__btn {
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 991px) {
  .pager__btn {
    padding: 0 0 2rem 0;
  }
}
.pager__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pager__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 1.4rem;
  margin: 0 0.2rem;
  font-weight: 600;
}
.pager__list li a, .pager__list li span {
  display: block;
  text-decoration: none;
  padding: 0 0.5rem;
  margin: 0;
  text-align: center;
  line-height: 3.5rem;
  color: #008361;
  background: transparent;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .pager__list li a, .pager__list li span {
    line-height: 3.5rem;
  }
}
.pager__list li a:hover {
  text-decoration: underline;
}
.pager__list li.current span {
  color: #008361;
  text-decoration: underline;
}
.pager__list li.next a, .pager__list li.prev a {
  color: #f15500;
  text-decoration: underline;
}
.pager__list li.next a:hover, .pager__list li.prev a:hover {
  color: #008361;
}
.pager__list li.next img {
  transform: translate(-50%, -50%) rotate(180deg);
}

.popup {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  max-width: 115rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.popup__banner {
  background: url(../images/popup-banner.jpg) no-repeat center center;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 991px) {
  .popup__banner {
    display: block;
    width: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .popup__banner {
    width: 25rem;
  }
}
.popup__container {
  width: 100%;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 550px) {
  .popup__container {
    padding: 3rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .popup__container {
    width: calc(100% - 20rem);
    padding: 5rem 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .popup__container {
    width: calc(100% - 25rem);
    padding: 7rem 6rem;
  }
}
.popup__container h2 {
  margin: 0 0 3rem 0;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .popup__container h2 {
    font-size: 3.7rem;
    margin: 0 0 5rem 0;
  }
}
.popup__container h3 {
  margin: 0 0 1rem 0;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .popup__container h3 {
    font-size: 1.7rem;
    margin: 0 0 1.5rem 0;
  }
}
.popup__field {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2.4rem);
  margin: 0 -1.2rem;
  padding: 0 0 1.5rem 0;
}
.popup__field .formField {
  padding: 0 1.2rem;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .popup__field .formField {
    width: 50%;
    margin: 0 0 2.4rem 0;
  }
}
.popup__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .popup__submit {
    padding: 2rem 0 0 0;
    flex-direction: row;
  }
}
.popup .formField .label {
  display: none;
}
.popup .formField .edit {
  width: 100%;
}

.formCheckboxes {
  margin: 0 0 4rem 0;
}

.formField {
  padding: 0;
  margin: 0 0 2.4rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formField-textArea .label {
  width: 100% !important;
  padding: 0 0 0.7rem 0 !important;
}
.formField-textArea .edit {
  width: 100% !important;
}
.formField.checkBoxField {
  position: relative;
}
.formField.checkBoxField .label {
  width: calc(100% - 1.6rem) !important;
  padding: 0 0 0 1rem !important;
  order: 2;
}
.formField.checkBoxField .editCheckBox {
  order: 1;
  width: 1.6rem !important;
}
.formField .label {
  width: 10rem;
}
.formField .label label {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  padding: 0 0.7rem 0 0;
}
.formField .label label a {
  color: inherit;
}
.formField .label label a:hover {
  color: #f15500;
}
.formField .edit {
  width: calc(100% - 10rem);
}
.formField .edit span.error {
  padding: 0.7rem 0 0 0;
  display: block;
  color: red;
}
.formField .edit textarea {
  resize: none;
  min-height: 15rem;
}
.formField .edit input, .formField .edit textarea {
  border: 0.1rem solid #b8b8b8;
  background: #fff;
  border-radius: 0rem;
  margin: 0;
  padding: 1.2rem 1.5rem;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.1;
  width: 100%;
}
.formField .edit input::placeholder, .formField .edit textarea::placeholder {
  color: #000;
}
.formField .edit input:focus, .formField .edit textarea:focus {
  box-shadow: 0 0 5px 2px rgba(0, 131, 97, 0.19);
  border-color: #008361;
}
.formField .edit input.error, .formField .edit textarea.error {
  border-color: red;
}
.formField-checkBox {
  margin: 0 0 1rem 0;
  display: block;
  color: #000;
  font-size: 1.6rem;
  position: relative;
  padding: 0.2rem 0 0 3.5rem;
  cursor: pointer !important;
  min-height: 2rem;
  line-height: 2rem;
  outline: none;
  max-width: 100%;
}
.formField-checkBox:hover {
  text-decoration: underline;
}
.formField-checkBox a {
  color: inherit;
}
.formField-checkBox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.formField-checkBox input:checked ~ .form-field__indicator {
  background-color: #f15500;
  border-color: #f15500;
}
.formField-checkBox input:checked ~ .form-field__indicator {
  background-color: #f15500;
  border-color: #f15500;
}
.formField-checkBox input:checked ~ .form-field__indicator {
  background: #f15500;
}
.formField-checkBox input:checked ~ .form-field__indicator:after {
  display: block;
}
.formField-checkBox .form-field__label {
  cursor: pointer;
}
.formField-checkBox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #f15500;
  background-color: #f15500;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: #f15500;
  cursor: pointer;
}
.formField-checkBox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.editButton input, .formButton input {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #f15500;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 3rem;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  background: #f15500;
  position: relative;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .editButton input, .formButton input {
    padding: 1.5rem 3.5rem;
    font-size: 1.8rem;
  }
}
.editButton input:hover, .formButton input:hover {
  background: #ffffff;
  text-decoration: none;
  color: #f15500;
}

#ajaxLoginForm,
#ajaxRegistrationForm,
#ajaxAddressForm,
#AjaxShopReviewForm,
#ajaxStoriesForm,
#resetPasswordRequestForm {
  width: 100%;
  max-width: 45rem;
}

.lostPasswordLink {
  text-align: right;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
.lostPasswordLink a {
  color: #000;
  text-decoration: underline;
}
.lostPasswordLink a:hover {
  color: #d30017;
}

.registrationLinkTitle {
  font-size: 1.5rem;
}

.registrationLink {
  text-align: center;
  padding: 2rem;
  background: #e1effb;
  border-top: 0.1rem solid #aaa;
}
.registrationLink a {
  background: transparent;
  padding: 1rem 2rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  cursor: pointer;
  color: #000;
  border: 0.1rem solid #888;
  text-align: center;
}
.registrationLink a:hover {
  color: #f15500;
  border-color: #f15500;
  text-decoration: none;
}

.formSkinDefaultPopup {
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.formSkinDefaultPopup div.headerPopup {
  font-size: 1.8rem;
  margin: 0;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 1.5rem;
}
.formSkinDefaultPopup .formSkinDefaultPopupIn {
  padding: 2rem;
}
.formSkinDefaultPopup .gdpr-text {
  font-size: 1.4rem;
}
.formSkinDefaultPopup .mfp-close {
  color: #fff !important;
}

.formSkinDefault .form-title {
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.formSkinDefault .form-text {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 4.5rem 0;
  text-align: center;
  line-height: 1.5;
}
.formSkinDefault .formField {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
  width: 100%;
}
.formSkinDefault .formField .label {
  width: 30%;
  text-align: left;
  padding: 0;
}
.formSkinDefault .formField .label label {
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #000;
  white-space: pre-wrap;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .formSkinDefault .formField .label {
    width: 40%;
  }
}
@media (max-width: 549px) {
  .formSkinDefault .formField .label {
    width: 100%;
  }
  .formSkinDefault .formField .label label {
    padding: 0 0 0.5rem 0;
  }
}
.formSkinDefault .formField .edit {
  position: relative;
  width: 70%;
}
@media (max-width: 767px) {
  .formSkinDefault .formField .edit {
    width: 60%;
  }
}
@media (max-width: 549px) {
  .formSkinDefault .formField .edit {
    width: 100%;
  }
}
.formSkinDefault .formField .edit input,
.formSkinDefault .formField .edit .like-input {
  display: block;
  padding: 1rem;
  border: none;
  border: 0.1rem solid #ccc;
  background: #fff;
  margin: 0;
  width: 100%;
  color: #000;
  border-radius: 0;
  font-size: 1.4rem;
}
.formSkinDefault .formField .edit input:focus,
.formSkinDefault .formField .edit .like-input:focus {
  background-color: #fffef4;
  color: #000;
}
.formSkinDefault .formField .edit input[readonly],
.formSkinDefault .formField .edit .like-input {
  background: #eee;
  color: #666;
}
.formSkinDefault .formField .edit input.error {
  border-color: red;
}
.formSkinDefault .formField .edit textarea {
  resize: none;
  border: 0.1rem solid #ccc;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 10rem;
  padding: 1rem;
  color: #000;
  border-radius: 0;
  font-size: 1.4rem;
}
.formSkinDefault .formField .edit textarea:focus {
  background-color: #fffef4;
  color: #000;
}
.formSkinDefault .formField .edit textarea.error {
  border-color: red;
}
.formSkinDefault .formField .edit select {
  display: block;
  padding: 1rem;
  border: 0.1rem solid #ccc;
  background: #fff;
  margin: 0;
  width: 100%;
  border-radius: 0;
  font-size: 1.4rem;
}
.formSkinDefault .formField .editRead {
  position: relative;
  float: left;
  width: 70%;
}
@media (max-width: 767px) {
  .formSkinDefault .formField .editRead {
    width: 60%;
  }
}
@media (max-width: 549px) {
  .formSkinDefault .formField .editRead {
    width: 100%;
  }
}
.formSkinDefault .formField .editRead span {
  display: block;
  padding: 1.1rem 0 0 0;
  font-weight: bold;
}
.formSkinDefault .formField [data-label-for].val_required::after {
  content: " *";
  color: red;
}
.formSkinDefault .formField span.error {
  position: absolute;
  left: 1rem;
  top: 3.4rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  color: white;
  z-index: 100;
  border: 0.1rem solid #ccc;
  background-color: #333;
  display: none;
}
.formSkinDefault .formField:hover span.error {
  display: block;
}
.formSkinDefault .formField.checkBoxField {
  margin: 0 0 1.5rem 0;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 0 1.5rem 0;
}
.formSkinDefault .formField.checkBoxField .label {
  order: 2;
  width: calc(100% - 1.6rem);
  padding: 0 0 0 1rem;
}
.formSkinDefault .formField.checkBoxField .label label {
  padding: 0.1rem 0 0 0;
}
.formSkinDefault .formField.checkBoxField .label label a {
  color: #008361;
}
.formSkinDefault .formField.checkBoxField .edit,
.formSkinDefault .formField.checkBoxField .editCheckBox {
  width: 1.6rem;
  height: 1.6rem;
  order: 1;
}
.formSkinDefault .formField.checkBoxField .edit input,
.formSkinDefault .formField.checkBoxField .editCheckBox input {
  margin: 0;
}
.formSkinDefault .editButton input {
  background: #f15500;
  padding: 1.1rem 3rem 1rem 3rem;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  cursor: pointer;
  color: #ffffff;
  border: none;
  text-align: center;
  width: 100%;
  float: none;
  border-radius: 0;
  transition: 0.3s;
}
.formSkinDefault .editButton input:hover {
  background: #008361;
  color: #fff;
}
.formSkinDefault.on-top-labels .formField {
  margin: 0 0 2rem 0;
}
.formSkinDefault.on-top-labels .formField div.label {
  width: 100%;
}
.formSkinDefault.on-top-labels .formField div.label label {
  padding: 0 0 0.7rem 0;
}
.formSkinDefault.on-top-labels .formField .edit {
  width: 100%;
}

.success-box {
  text-align: center;
  color: #02d268;
  padding: 4rem 0;
  width: 100%;
}
.success-box__icon {
  margin: 0 0 2rem 0;
}
.success-box__icon img {
  box-shadow: none;
}
.success-box__text {
  font-size: 2rem;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
}

.form-agreement, .form-group {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
}
.form-agreement a, .form-group a {
  color: #f15500;
  text-decoration: underline;
}
.form-agreement a:hover, .form-group a:hover {
  color: #008361;
}

.produkt-detail__field {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2.4rem);
  margin: 0 -1.2rem;
  padding: 0 0 1.5rem 0;
}
.produkt-detail__field .formField {
  padding: 0 1.2rem;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .produkt-detail__field .formField {
    margin: 0 0 2.4rem 0;
  }
  .produkt-detail__field .formField.formField-textBox {
    width: 50%;
  }
}
.produkt-detail__field .formField .label {
  display: none;
}
.produkt-detail__field .formField .edit {
  width: 100%;
}

.content__products-slider {
  padding: 3rem 0;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 1200px) {
  .content__products-slider {
    padding: 5rem 0;
  }
}

.products-slider {
  margin: 0 2rem;
}
.products-slider__caption {
  width: 100%;
  padding: 0;
  margin: 0 0 3rem 0;
  text-align: center;
  color: #000;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .products-slider__caption {
    font-size: 3.4rem;
  }
}
.products-slider__more {
  text-align: center;
}
.products-slider__more a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.products-slider__more a::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #000;
  transition: 0.3s;
}
.products-slider__more a:hover {
  color: #f15500;
}
.products-slider__more a:hover:before {
  background: #f15500;
}
.products-slider .slick-prev {
  left: -2.5rem;
  width: 1.8rem;
  height: 2.9rem;
  z-index: 1000;
}
@media only screen and (max-width: 549px) {
  .products-slider .slick-prev {
    display: none !important;
  }
}
.products-slider .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-small-gray.png) no-repeat center center;
  background-size: contain;
}
.products-slider .slick-next {
  right: -2.5rem;
  width: 1.8rem;
  height: 2.9rem;
  z-index: 1000;
}
@media only screen and (max-width: 549px) {
  .products-slider .slick-next {
    display: none !important;
  }
}
.products-slider .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-small-gray.png) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}

.product-slider__item {
  padding: 0 1.2rem;
  margin: 0 0 5.5rem 0;
  position: relative;
}
.product-slider__item:hover .product-slider-card__button {
  opacity: 1;
}

.product-slider-card {
  display: block;
  height: 100%;
  padding: 2rem;
  background: #fff;
  text-decoration: none;
  position: relative;
}
.product-slider-card:hover .product-slider-card__name {
  text-decoration: underline;
}
.product-slider-card__image {
  position: relative;
  padding-top: 70%;
  margin: 0 0 2rem 0;
}
.product-slider-card__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.product-slider-card__tags {
  position: absolute;
  top: 2rem;
  left: -2rem;
  z-index: 10;
}
.product-slider-card__tags .tag {
  display: block;
  width: 8rem;
  margin: 0 0 0.4rem 0;
  padding: 0.4rem 0.8rem;
  line-height: 1.1;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product-slider-card__name {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  color: #000000;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
  height: 3.2rem;
}
.product-slider-card__prices {
  min-height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0 0 1rem 0;
}
.product-slider-card__prices .base-price {
  color: #f15500;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.6rem;
  font-weight: 700;
}
.product-slider-card__prices .original-price {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.1rem;
  font-weight: 400;
}
.product-slider-card__avail {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.product-slider-card__button {
  position: absolute;
  top: 100%;
  left: 1.2rem;
  width: calc(100% - 2.4rem);
  display: block;
  background: #f15500;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 0;
  opacity: 0;
  transition: 0.3s;
}
.product-slider-card__button:hover {
  background: #008361;
  color: #fff;
}

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
}
.newsletter__motive {
  margin: 0 0 2rem 0;
}
.newsletter__motive img {
  max-width: 100%;
  display: inline-block;
}
.newsletter__text {
  color: #000;
  margin: 0 0 1.5rem 0;
  padding: 0;
  line-height: 1.1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .newsletter__text {
    font-size: 3.4rem;
    margin: 0 0 2.5rem 0;
  }
}
.newsletter__info {
  color: #8b8b8b;
  margin: 0 0 2.5rem 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.newsletter__info a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.newsletter__info a:hover {
  color: #f15500;
  text-decoration: underline;
}

.newsletter-form {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}
.newsletter-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 3rem 0;
  width: 100%;
}
.newsletter-form input {
  width: calc(100% - 9.5rem);
  background: #fff;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 0.9rem 1.5rem;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
.newsletter-form input::placeholder {
  font-style: italic;
}
.newsletter-form input.footerSubmit {
  background: #008361;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
  margin: 0;
  outline: none !important;
  width: 9.5rem;
}
.newsletter-form input.footerSubmit:hover {
  background: #f15500;
  color: #ffffff;
}
.newsletter-form span.error {
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: red;
  font-size: 1.2rem;
  font-weight: 400;
}

.header-mobile {
  position: fixed;
  top: 6rem;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #24282b;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-mobile {
    top: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-mobile {
    display: none !important;
  }
}
.header-mobile ul, .header-mobile div {
  overflow-x: hidden;
  max-width: 100vw;
}
.header-mobile__header {
  height: 6rem;
  background: #f15500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__header {
    height: 8rem;
  }
}
.header-mobile__back {
  position: fixed;
  top: 1.7rem;
  left: 1rem;
  z-index: 9999;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .header-mobile__back {
    top: 2.7rem;
    left: 1.5rem;
  }
}
.header-mobile__back img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  width: 2.2rem;
  height: 2.2rem;
}
.header-mobile__back span {
  margin: 0 0 0 1rem;
}
.header-mobile__back--eshop {
  display: none;
}
.header-mobile__back--eshop.visible {
  display: flex;
  align-items: center;
}
.header-mobile__back--produkty {
  display: none;
}
.header-mobile__back--produkty.visible {
  display: flex;
  align-items: center;
}
.header-mobile__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
.header-mobile__close span {
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close span {
    margin: 0 2rem 0 0;
  }
}
.header-mobile__close img {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close img {
    width: 3rem;
    height: 3rem;
  }
}
.header-mobile__content {
  height: calc(100vh - 6rem);
  overflow-y: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__content {
    height: calc(100vh - 8rem);
  }
}
.header-mobile__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: calc(100vh - 6rem);
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .header-mobile__nav ul {
    padding: 6rem;
    height: calc(100vh - 8rem);
  }
}
.header-mobile__nav ul li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav ul li:first-child &gt; a {
  border-top: none;
}
.header-mobile__nav ul li a {
  color: #a7a7a7;
  text-decoration: none;
  border-top: 1px solid #3a3f44;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .header-mobile__nav ul li a {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__nav ul li.has-child &gt; a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.header-mobile__eshop &gt; a {
  color: #fff !important;
}
.header-mobile__produkty &gt; a {
  color: #fff !important;
}
.header-mobile__eshop-panel {
  position: absolute;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #24282b;
  transition: 0.3s;
}
.header-mobile__eshop-panel.open {
  right: 0;
}
.header-mobile__eshop-panel .header-categories-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  height: calc(100vh - 6rem);
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu {
    padding: 6rem;
    height: calc(100vh - 8rem);
  }
}
.header-mobile__eshop-panel .header-categories-menu__item {
  margin: 0;
  padding: 0;
}
.header-mobile__eshop-panel .header-categories-menu__item:first-child &gt; a {
  border-top: none;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child .header-categories-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
@media only screen and (min-width: 1200px) {
  .header-mobile__eshop-panel .header-categories-menu__item.has-child .header-categories-menu__link:before {
    filter: brightness(0) saturate(100%) invert(53%) sepia(59%) saturate(7374%) hue-rotate(7deg) brightness(100%) contrast(101%);
    transform: translateY(-50%) rotate(-90deg);
    width: 1.8rem;
    height: 1.8rem;
  }
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child &gt; ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 100%;
  height: calc(100vh - 6rem);
  overflow-y: auto;
  background: #24282b;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu__item.has-child &gt; ul {
    padding: 6rem;
    height: calc(100vh - 8rem);
  }
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child &gt; ul.open {
  right: 0;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child &gt; ul &gt; li {
  margin: 0;
  padding: 0;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child &gt; ul &gt; li:first-child &gt; a {
  border-top: none;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child &gt; ul &gt; li &gt; a {
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #3a3f44;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu__item.has-child &gt; ul &gt; li &gt; a {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__eshop-panel .header-categories-menu__link {
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #3a3f44;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu__link {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__eshop-panel .header-categories-menu__icon {
  display: none;
}
.header-mobile__produkty-panel {
  position: absolute;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #24282b;
  transition: 0.3s;
}
.header-mobile__produkty-panel.open {
  right: 0;
}

.mobile-menu {
  padding: 1.5rem 1.5rem;
}
.mobile-menu__open-button {
  width: 100%;
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #004533;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 1rem;
  font-weight: 700;
  display: block;
  color: #ffffff;
  background: #004533;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 1.4rem;
  transition: 0.3s;
  white-space: nowrap;
  margin: 0 0 1rem 0;
  text-align: left;
}
.mobile-menu__open-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.mobile-menu__open-button.open:before {
  transform: translateY(-50%) rotate(90deg);
}
.mobile-menu__category-title {
  background: #004533;
  display: block;
  text-decoration: none;
  padding: 1.1rem 1rem;
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}
.mobile-menu__category-title.selected {
  color: #f15500;
}
.mobile-menu__menu {
  display: none;
}
.mobile-menu__menu div {
  position: relative;
}
.mobile-menu__menu div &gt; ul {
  display: none;
  background: #e4e4e4;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__menu div &gt; ul &gt; li {
  margin: 0;
  padding: 0;
  /*&amp;.expanded {

      &amp; &gt; a {
          background: color.$primaryText;
          color: #000;
      }

      &amp; &gt; ul {
          display: block;
          margin: 0.5rem 0 0 0;
      }
  }*/
}
.mobile-menu__menu div &gt; ul &gt; li &gt; a {
  display: flex;
  align-items: center;
  padding: 1rem 3rem 1rem 1.5rem;
  position: relative;
  min-height: 4.2rem;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  border-radius: 0.5rem;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; a:hover {
  color: #f15500;
}
.mobile-menu__menu div &gt; ul &gt; li.selected &gt; a {
  color: #f15500;
}
.mobile-menu__menu div &gt; ul &gt; li.has-children {
  position: relative;
}
.mobile-menu__menu div &gt; ul &gt; li.has-children &gt; a {
  /*
  &amp;::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      right: 1.6rem;
      width: 1.8rem;
      height: 1.8rem;
      background: url(../images/back.svg) no-repeat center center;
      background-size: contain;
      pointer-events: none;
      filter: filter.$primary;
  }*/
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 4.5rem;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li {
  margin: 0;
  padding: 0;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  padding: 0.7rem 0;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
  text-decoration: underline;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li.selected &gt; a {
  text-decoration: underline;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li.expanded &gt; a {
  text-decoration: underline;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li.expanded &gt; ul {
  display: block;
  margin: 0.8rem 0 0 0;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  display: none;
  list-style: none;
  margin: 0.7rem 0;
  padding: 0 0 0 1.2rem;
  border-left: 0.1rem solid #c4c7c8;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
  margin: 0;
  padding: 0;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
  text-decoration: underline;
}
.mobile-menu__menu div &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li.selected &gt; a {
  color: #f15500;
}
.mobile-menu__toggle-subcats {
  appearance: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.3rem;
  height: 3.3rem;
  background: none;
  z-index: 10;
}
.mobile-menu__toggle-subcats:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 1.3rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.mobile-menu__toggle-subcats.open:before {
  transform: translateY(-50%) rotate(90deg);
}
.mobile-menu__toggle-subcats--white:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 3rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .category-list {
    padding: 7rem 0 0 0;
  }
}
.category-list__mobile-title {
  width: 100%;
  padding: 0;
  margin: 0 0 1.5rem 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .category-list__mobile-title {
    display: none;
  }
}
.category-list__info {
  order: 3;
  width: 100%;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .category-list__info {
    padding: 10rem 0;
  }
}
.category-list__description {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}
@media only screen and (min-width: 550px) {
  .category-list__description {
    padding: 0 0 0 15.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .category-list__description {
    padding: 0 0 0 22.5rem;
  }
}
.category-list__description h1 {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: none;
}
@media only screen and (min-width: 768px) {
  .category-list__description h1 {
    font-size: 3rem;
    margin: 0 0 3rem 0;
    display: block;
  }
}
.category-list__description hr {
  margin: 0 0 3.5rem 0;
  padding: 0;
  border-top: 0.1rem solid #f15500;
  width: 50%;
}
.category-list__description p {
  margin: 0 0 3.5rem 0;
}
.category-list__logo {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .category-list__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .category-list__logo {
    width: 17.5rem;
    top: 6rem;
  }
}
.category-list__logo img {
  max-width: 100%;
}
@media only screen and (max-width: 549px) {
  .category-list__logo img {
    max-height: 12rem;
  }
}
.category-list__text {
  order: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .category-list__text {
    width: 50%;
  }
}
.category-list__text p {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 1.5rem;
  color: #24282b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 500px) {
  .category-list__text p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .category-list__text p {
    font-size: 3rem;
  }
}
.category-list__text p strong {
  border-left: 0.5rem solid #d31419;
  display: inline-block;
  padding: 0 0 0 1.5rem;
}
.category-list__items {
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .category-list__items {
    width: 50%;
  }
}

.category-items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
@media only screen and (min-width: 991px) {
  .category-items {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
}
.category-items__card {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 400px) {
  .category-items__card {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .category-items__card {
    padding: 1.5rem;
  }
}

.category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: #000;
  padding: 3rem 2rem 2rem 2rem;
}
.category-card:hover .category-card__name {
  color: #f15500;
}
.category-card__image {
  width: 100%;
  position: relative;
  padding-top: 60%;
  margin: 0 0 2rem 0;
}
.category-card__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-card__name {
  width: 100%;
  text-align: center;
  color: #24282b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}

@media only screen and (min-width: 1500px) {
  .content__shop .container {
    max-width: 178rem;
  }
}

.shop-list-sidebar-toggle {
  width: 100%;
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #f15500;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 1rem;
  font-weight: 700;
  display: block;
  color: #ffffff;
  background: #f15500;
  position: relative;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
  margin: 0 0 1.5rem 0;
  text-align: left;
}
.shop-list-sidebar-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
@media only screen and (min-width: 991px) {
  .shop-list-sidebar-toggle {
    display: none;
  }
}
.shop-list-sidebar-toggle:hover {
  background: #f15500;
  text-decoration: none;
  color: #ffffff;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .shop-list {
    padding: 3rem 0 0 0;
  }
}
.shop-list__mobile {
  width: 100%;
  padding: 0;
  margin: 0 0 1.5rem 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .shop-list__mobile {
    display: none;
  }
}
.shop-list__sidebar {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 991px) {
  .shop-list__sidebar {
    width: 24rem;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-list__sidebar {
    width: 28rem;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-list__sidebar {
    width: 34rem;
  }
}
.shop-list__content {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .shop-list__content {
    width: calc(100% - 24rem);
    padding: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-list__content {
    width: calc(100% - 28rem);
    padding: 0 0 0 4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-list__content {
    width: calc(100% - 34rem);
    padding: 0 0 0 4.5rem;
  }
}
.shop-list__info {
  margin: 0 0 2rem 0;
}
.shop-list__name {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: none;
}
@media only screen and (min-width: 991px) {
  .shop-list__name {
    font-size: 3rem;
    margin: 0 0 3rem 0;
    display: block;
  }
}
.shop-list__text {
  color: #24282b;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.shop-list__text p {
  margin: 0 0 3rem 0;
}
.shop-list__categories {
  margin: 0 0 5rem 0;
}
.shop-list__categories ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}
@media only screen and (min-width: 1500px) {
  .shop-list__categories ul {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}
.shop-list__categories ul li {
  padding: 0.5rem 1rem;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .shop-list__categories ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .shop-list__categories ul li {
    width: 33.33%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-list__categories ul li {
    width: 25%;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-list__categories ul li {
    padding: 1rem;
  }
}
.shop-list__bestseller {
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .shop-list__bestseller {
    margin: 0 0 11rem 0;
  }
}
.shop-list__pre-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 3rem 0;
}
.shop-list__sort {
  display: flex;
  align-items: center;
}
.shop-list__sort-lbl {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: none;
}
@media only screen and (min-width: 991px) {
  .shop-list__sort-lbl {
    display: block;
  }
}
.shop-list__sort-select {
  border: 0.1rem solid #bfbfbf;
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 0.7rem 1rem;
  text-align: right;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 991px) {
  .shop-list__sort-select {
    display: none;
  }
}
.shop-list__view {
  display: flex;
  align-items: center;
}
.shop-list__view a {
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 0 1.5rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .shop-list__view a {
    margin: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-list__view a {
    margin: 0 0 0 3rem;
  }
}
.shop-list__view a:hover {
  text-decoration: none;
  color: #f15500;
}
.shop-list__view a img {
  margin: 0;
  opacity: 0.4;
}
@media only screen and (min-width: 1200px) {
  .shop-list__view a img {
    margin: 0 1rem 0 0;
  }
}
.shop-list__view a span {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .shop-list__view a span {
    display: block;
  }
}
.shop-list__view a.selected img {
  opacity: 1;
}
.shop-list__view a.selected:hover {
  text-decoration: underline;
  color: #000;
}
.shop-list__tree {
  padding: 0;
}
.shop-list__tree &gt; ul {
  list-style: none;
  margin: 0;
  padding: 0 0 4.5rem 0;
}
.shop-list__tree &gt; ul &gt; li {
  margin: 0;
  padding: 0;
}
.shop-list__tree &gt; ul &gt; li &gt; a {
  background: #004533;
  display: block;
  text-decoration: none;
  padding: 1.5rem 2rem;
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .shop-list__tree &gt; ul &gt; li &gt; a {
    font-size: 1.6rem;
    padding: 2rem 3.5rem;
  }
}
.shop-list__tree &gt; ul &gt; li &gt; a:hover {
  background: #008361;
}
.shop-list__tree &gt; ul &gt; li &gt; ul {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
  background: #e4e4e4;
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li {
  margin: 0;
  padding: 0;
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li.expanded &gt; a, .shop-list__tree &gt; ul &gt; li &gt; ul &gt; li.selected &gt; a {
  color: #f15500;
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  text-decoration: none;
  padding: 1rem 2rem;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .shop-list__tree &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    font-size: 1.6rem;
    padding: 1.6rem 3.5rem;
  }
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
  color: #f15500;
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1.5rem 0;
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li ul li {
  margin: 0;
  padding: 0;
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li ul li.expanded &gt; a, .shop-list__tree &gt; ul &gt; li &gt; ul &gt; li ul li.selected &gt; a {
  text-decoration: underline;
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li ul li a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 2.5rem 0.5rem 3rem;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .shop-list__tree &gt; ul &gt; li &gt; ul &gt; li ul li a {
    font-size: 1.6rem;
    padding: 0.5rem 3.5rem 0.5rem 4.5rem;
  }
}
.shop-list__tree &gt; ul &gt; li &gt; ul &gt; li ul li a:hover {
  text-decoration: underline;
}

.shop-list-category {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  background: #fff;
  padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .shop-list-category {
    padding: 1rem;
  }
}
.shop-list-category:hover .shop-list-category__label {
  text-decoration: underline;
  color: #f15500;
}
.shop-list-category__icon {
  width: 4rem;
  height: 4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .shop-list-category__icon {
    width: 6.29rem;
    height: 6rem;
  }
}
.shop-list-category__icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-list-category__label {
  width: calc(100% - 4rem);
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  padding: 0 0 0 1rem;
  line-height: 1.2;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .shop-list-category__label {
    width: calc(100% - 5rem);
    padding: 0 0 0 1.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-list-category__label {
    padding: 0 0 0 2rem;
    font-size: 1.6rem;
  }
}

.shop-bestsellers {
  background: #fff;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .shop-bestsellers {
    padding: 0 2rem;
  }
}
.shop-bestsellers__caption {
  padding: 0;
  margin: 0 0 2.5rem 0;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.shop-bestsellers .shop-bestseller-card:first-child {
  border-top: none;
}
.shop-bestsellers .shop-bestseller-card:first-child .shop-bestseller-card__number span {
  background: #f1b500;
}
.shop-bestsellers .shop-bestseller-card:nth-child(2) .shop-bestseller-card__number span {
  background: #c0c0c0;
}
.shop-bestsellers .shop-bestseller-card:nth-child(3) .shop-bestseller-card__number span {
  background: #b4573a;
}

.shop-bestseller-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 0.1rem solid #ccc;
  padding: 1rem 0;
  text-decoration: none;
}
.shop-bestseller-card:hover .shop-bestseller-card__name {
  text-decoration: underline;
  color: #f15500;
}
.shop-bestseller-card__number {
  width: 4rem;
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__number {
    width: 5rem;
  }
}
.shop-bestseller-card__number span {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  border-radius: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__number span {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.shop-bestseller-card__image {
  width: 4rem;
  height: 4rem;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .shop-bestseller-card__image {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-bestseller-card__image {
    width: 9rem;
    height: 7rem;
  }
}
.shop-bestseller-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 99%;
  max-height: 99%;
}
.shop-bestseller-card__texts {
  padding: 0 1.5rem;
  width: calc(100% - 4rem - 4rem);
}
@media only screen and (min-width: 550px) {
  .shop-bestseller-card__texts {
    width: calc(100% - 17rem - 5rem - 4rem);
  }
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__texts {
    padding: 0 2rem;
    width: calc(100% - 25rem - 5rem - 5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-bestseller-card__texts {
    width: calc(100% - 25rem - 9rem - 5rem);
  }
}
.shop-bestseller-card__name {
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .shop-bestseller-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.shop-bestseller-card__desc {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__desc {
    display: block;
  }
}
.shop-bestseller-card__info {
  width: 17rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__info {
    width: 25rem;
  }
}
.shop-bestseller-card__discount {
  white-space: nowrap;
  display: none;
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__discount {
    display: block;
  }
}
.shop-bestseller-card__discount span {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 100%;
  background: #f8d223;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.shop-bestseller-card__prices {
  text-align: left;
  padding: 0 0 0 9.5rem;
  white-space: nowrap;
  flex: 1;
}
@media only screen and (min-width: 550px) {
  .shop-bestseller-card__prices {
    text-align: right;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop-bestseller-card__prices {
    padding: 0 0 0 1.5rem;
  }
}
.shop-bestseller-card__prices .base-price {
  color: #f15500;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.6rem;
  font-weight: 700;
}
.shop-bestseller-card__prices .original-price {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.1rem;
  font-weight: 400;
}

.shop-list-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}
@media only screen and (min-width: 1500px) {
  .shop-list-items {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }
}
.shop-list-items__card {
  position: relative;
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .shop-list-items__card {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .shop-list-items__card {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-list-items__card {
    width: 25%;
    padding: 1.5rem;
    margin: 0 0 5rem 0;
  }
}
.shop-list-items__card:hover {
  z-index: 10;
}
.shop-list-items__card:hover .product-card__button {
  opacity: 1;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  background: #fff;
  text-decoration: none;
  position: relative;
}
.product-card:hover .product-card__name {
  text-decoration: underline;
}
.product-card__image {
  position: relative;
  padding-top: 70%;
  margin: 0 0 2rem 0;
}
.product-card__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.product-card__discount {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.product-card__discount span {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 100%;
  background: #f8d223;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.product-card__tags {
  position: absolute;
  top: 2rem;
  left: -2rem;
  z-index: 10;
}
.product-card__tags .tag {
  display: block;
  width: 8rem;
  margin: 0 0 0.4rem 0;
  padding: 0.4rem 0.8rem;
  line-height: 1.1;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product-card__name {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  color: #000000;
  margin: 0 0 1.5rem 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4.8rem;
}
@media only screen and (min-width: 1500px) {
  .product-card__name {
    padding: 0 1rem;
  }
}
.product-card__text {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  margin: 0 0 1.7rem 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 1500px) {
  .product-card__text {
    padding: 0 1rem;
  }
}
.product-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1500px) {
  .product-card__info {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1700px) {
  .product-card__info {
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 3.6rem;
  }
}
.product-card__prices {
  min-height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 1700px) {
  .product-card__prices {
    align-items: flex-end;
    margin: 0;
  }
}
.product-card__prices .base-price {
  color: #f15500;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.6rem;
  font-weight: 700;
}
.product-card__prices .original-price {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 1500px) {
  .product-card__prices .original-price {
    font-size: 1.1rem;
  }
}
.product-card__avail {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 1700px) {
  .product-card__avail {
    text-align: left;
    padding: 0 1.5rem 0 0;
  }
}
.product-card__button {
  position: absolute;
  top: calc(100% - 1rem);
  left: 1rem;
  width: calc(100% - 2rem);
  display: block;
  background: #f15500;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 0;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .product-card__button {
    top: calc(100% - 1.5rem);
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
}
.product-card__button:hover {
  background: #008361;
  color: #fff;
}

.read-more {
  transition: height 500ms;
  overflow: hidden;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .read-more {
    height: auto !important;
    max-height: unset !important;
  }
}

.read-toggle-link {
  color: #f15500;
}
@media only screen and (min-width: 991px) {
  .read-toggle-link {
    display: none !important;
  }
}

.filterSortVariant {
  display: none;
}
@media only screen and (min-width: 991px) {
  .filterSortVariant {
    display: block;
  }
}
.filterSortVariant .filterItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filterSortVariant .filterItem &gt; div {
  margin: 0 0 0 2rem;
}
.filterSortVariant .filterItem &gt; div input {
  display: none;
}
.filterSortVariant .filterItem &gt; div label {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  cursor: pointer;
  outline: none !important;
}
.filterSortVariant .filterItem &gt; div label.selected {
  text-decoration: underline;
}
.filterSortVariant .filterItem &gt; div label:hover {
  text-decoration: underline;
}

#shopFilters .filterHeader,
#shopFilters .filterTitle {
  padding: 1.5rem 0;
  margin: 0 0 3rem 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-bottom: 0.1rem solid #bfbfbf;
}
#shopFilters .filterSlider {
  margin: 0 0 5rem 0;
}
#shopFilters .filterSlider .filterItem {
  padding: 0 0.8rem;
}
#shopFilters .filterSlider .filterItem .filterSliderBefore,
#shopFilters .filterSlider .filterItem .filterSliderAfter {
  display: none;
}
#shopFilters .filterSlider .filterPrice-inputs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 3rem 0 0 0;
}
#shopFilters .filterSlider .filterPrice-inputs input {
  width: calc(50% - 4rem);
  border: 0.1rem solid #bfbfbf;
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 0.7rem 1rem;
  text-align: right;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#shopFilters .filterSlider .filterPrice-inputs__separator {
  width: 4rem;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#shopFilters .filterSlider .filterPrice-inputs__suffix {
  width: 4rem;
  padding: 0 0 0 1rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#shopFilters .filterSet {
  margin: 0 0 5rem 0;
}
#shopFilters .filterSet .bFilterBox .formField input {
  display: none;
}
#shopFilters .filterSet .bFilterBox .formField label {
  position: relative;
  padding: 0 0 0 2.7rem;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  cursor: pointer;
  outline: none !important;
}
#shopFilters .filterSet .bFilterBox .formField label:hover {
  text-decoration: underline;
}
#shopFilters .filterSet .bFilterBox .formField label:hover:after {
  opacity: 0.2;
}
#shopFilters .filterSet .bFilterBox .formField label:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #bfbfbf;
  background: #fff;
  border-radius: 0;
  position: absolute;
  top: -0.1rem;
  left: 0;
}
#shopFilters .filterSet .bFilterBox .formField label:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #008361;
  border-radius: 0;
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
  opacity: 0;
  transition: 0.3s;
}
#shopFilters .filterSet .bFilterBox .formField label.selected:before {
  border: 0.1rem solid #008361;
}
#shopFilters .filterSet .bFilterBox .formField label.selected:after {
  opacity: 1;
}

.produkt-detail-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 991px) {
  .produkt-detail-header {
    min-height: calc(100vh - 8rem - 7.7rem);
  }
}
@media only screen and (min-width: 1200px) {
  .produkt-detail-header {
    min-height: calc(100vh - 19rem - 7.7rem);
  }
}
@media only screen and (min-width: 1500px) {
  .produkt-detail-header {
    min-height: calc(100vh - 24.3rem - 7.7rem);
  }
}
.produkt-detail-header .container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.produkt-detail-header__top {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  padding: 2rem 0 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-header__top {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .produkt-detail-header__top {
    max-width: 140rem;
    margin: 0 auto;
  }
}
.produkt-detail-header__image {
  order: 1;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .produkt-detail-header__image {
    padding-top: 60%;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .produkt-detail-header__image {
    width: 50%;
  }
}
.produkt-detail-header__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.produkt-detail-header__info {
  order: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-header__info {
    width: 50%;
    order: 2;
  }
}
.produkt-detail-header__texts {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 1.5rem;
  color: #24282b;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-header__texts {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .produkt-detail-header__texts {
    padding: 4rem;
  }
}
.produkt-detail-header__texts &gt; *:last-child {
  margin: 0 !important;
}
.produkt-detail-header__texts h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
@media only screen and (min-width: 500px) {
  .produkt-detail-header__texts h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .produkt-detail-header__texts h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .produkt-detail-header__texts h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1500px) {
  .produkt-detail-header__texts h1 {
    font-size: 7rem;
  }
}

.produkt-detail-panel-place {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-panel-place {
    height: 4.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .produkt-detail-panel-place {
    height: 7.7rem;
  }
}

.produkt-detail-panel {
  background: #efefef;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .produkt-detail-panel.fixed {
    position: fixed;
    z-index: 10;
  }
}
.produkt-detail-panel__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-panel__content {
    flex-direction: row;
    padding: 0;
  }
}
.produkt-detail-panel__left {
  display: flex;
  align-items: center;
}
.produkt-detail-panel__logo {
  height: 5rem;
  width: 12rem;
  position: relative;
  margin: 0 3rem 0 0;
  display: none;
}
@media only screen and (min-width: 991px) {
  .produkt-detail-panel__logo {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .produkt-detail-panel__logo {
    width: 18rem;
  }
}
.produkt-detail-panel__logo:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 4rem;
  background: #a09fa1;
}
.produkt-detail-panel__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.produkt-detail-panel__right {
  position: relative;
}
.produkt-detail-panel__download-link {
  display: block;
  position: relative;
  padding: 1rem 2.5rem 1rem 4rem;
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .produkt-detail-panel__download-link {
    font-size: 1.6rem;
  }
}
.produkt-detail-panel__download-link img {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
}
.produkt-detail-panel__download-link:hover {
  text-decoration: none;
  color: #f15500;
}
.produkt-detail-panel__download-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  filter: brightness(0) saturate(100%) invert(53%) sepia(59%) saturate(7374%) hue-rotate(7deg) brightness(100%) contrast(101%);
  transform: translateY(-50%) rotate(-90deg);
  right: 0rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.produkt-detail-panel__download-link.open:before {
  transform: translateY(-50%) rotate(90deg);
}
.produkt-detail-panel__download {
  position: absolute;
  top: 100%;
  right: 0;
  background: #efefef;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 1rem 3rem 2rem 3rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-panel__download {
    white-space: nowrap;
    padding: 5rem 3rem 2rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .produkt-detail-panel__download {
    width: 100vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.produkt-detail-panel__download a {
  color: #000;
  text-decoration: underline;
}
.produkt-detail-panel__download a:hover {
  text-decoration: none;
}

.produkt-tabs-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .produkt-tabs-list {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .produkt-tabs-list {
    padding: 0 0 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .produkt-tabs-list {
    padding: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .produkt-tabs-list {
    padding: 0;
  }
}
.produkt-tabs-list a {
  position: relative;
  padding: 1rem 3rem 1rem 0;
  margin: 0 0.5rem 0 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
@media only screen and (min-width: 768px) {
  .produkt-tabs-list a {
    padding: 1.5rem 3rem 1.5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .produkt-tabs-list a {
    padding: 3rem 3rem 3rem 1rem;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .produkt-tabs-list a {
    font-size: 1.6rem;
    padding: 3rem 5rem 3rem 0rem;
  }
}
@media only screen and (min-width: 1500px) {
  .produkt-tabs-list a {
    padding: 3rem 5rem;
  }
}
.produkt-tabs-list a:hover {
  text-decoration: none;
  color: #f15500;
}
.produkt-tabs-list a.tab-link--arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  filter: brightness(0) saturate(100%) invert(53%) sepia(59%) saturate(7374%) hue-rotate(7deg) brightness(100%) contrast(101%);
  transform: translateY(-50%) rotate(-90deg);
  right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .produkt-tabs-list a.tab-link--arrow:before {
    right: 2.5rem;
  }
}
.produkt-tabs-list a[data-tab] {
  color: #f15500;
}
.produkt-tabs-list a[data-tab].inactive {
  color: #000;
}
.produkt-tabs-list a[data-tab].inactive:hover {
  color: #f15500;
}

.produkt-detail-content {
  background: #fff;
}
.produkt-detail-content .text-default {
  font-size: 1.4rem;
}
@media only screen and (min-width: 991px) {
  .produkt-detail-content .text-default {
    font-size: 1.4rem;
  }
}
.produkt-detail-content__table {
  margin: 0 auto;
  max-width: 88rem;
}
.produkt-detail-content__box {
  max-width: 106rem;
  margin: 0 auto;
  width: 100%;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-content__box {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .produkt-detail-content__box {
    padding: 10rem 0;
  }
}
.produkt-detail-content__box h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.produkt-detail-content__box .row {
  padding: 0 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-content__box .row {
    padding: 0 0 7rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .produkt-detail-content__box .row {
    padding: 0 0 8rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .produkt-detail-content__box .row {
    padding: 0 0 10rem 0;
  }
}
.produkt-detail-content__box table {
  width: 100%;
  border-spacing: 0;
}
.produkt-detail-content__box table tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}
.produkt-detail-content__box table tbody tr td {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 0.4rem 2rem;
}
.produkt-detail-content__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "first first" "first first" "second third" "four fifth";
  height: 38rem;
  margin: 0 -0.5rem 8rem -0.5rem;
  width: calc(100% + 1rem);
}
@media only screen and (min-width: 768px) {
  .produkt-detail-content__gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "first first second third" "first first four fifth";
    height: 38rem;
    margin: 0 -1.5rem 8rem -1.5rem;
    width: calc(100% + 3rem);
  }
}
.produkt-detail-content__gallery a {
  border: 0.5rem solid #fff;
}
@media only screen and (min-width: 768px) {
  .produkt-detail-content__gallery a {
    border: 1.5rem solid #fff;
  }
}
.produkt-detail-content__gallery a:nth-child(1) {
  grid-area: first;
}
.produkt-detail-content__gallery a:nth-child(2) {
  grid-area: second;
}
.produkt-detail-content__gallery a:nth-child(3) {
  grid-area: third;
}
.produkt-detail-content__gallery a:nth-child(4) {
  grid-area: four;
}
.produkt-detail-content__gallery a:nth-child(5) {
  position: relative;
  grid-area: fifth;
}
@media all and (-ms-high-contrast: none) {
  .produkt-detail-content__gallery {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  .produkt-detail-content__gallery a:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .produkt-detail-content__gallery a:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .produkt-detail-content__gallery a:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
  .produkt-detail-content__gallery a:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .produkt-detail-content__gallery a:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
}
.produkt-detail-content__photo {
  height: 100%;
}
.produkt-detail-content__container {
  max-width: 66rem;
  margin: 0 auto;
  width: 100%;
}
.produkt-detail-content__video {
  max-width: 66rem;
  margin: 0 auto;
  width: 100%;
}
.produkt-detail-content__last {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-weight: 600;
  opacity: 0.7;
  text-decoration: underline;
  text-underline-position: under;
}
.produkt-detail-content__last:hover {
  text-decoration: none;
}

.shop-detail-header__top {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  padding: 2rem 0 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .shop-detail-header__top {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-detail-header__top {
    max-width: 140rem;
    margin: 0 auto;
  }
}
.shop-detail-header__image {
  order: 1;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop-detail-header__image {
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop-detail-header__image {
    width: 50%;
  }
}
.shop-detail-header__info {
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-detail-header__info {
    width: 50%;
    order: 2;
  }
}
.shop-detail-header__tags {
  z-index: 10;
  margin: 0 0 1.5rem 0;
}
.shop-detail-header__tags .tag {
  display: inline-block;
  margin: 0 0.5rem 0.4rem 0;
  padding: 0.4rem 0.8rem;
  line-height: 1.1;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 991px) {
  .shop-detail-header__tags .tag {
    padding: 0.4rem 2rem;
  }
}
.shop-detail-header__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2.5rem 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .shop-detail-header__title {
    font-size: 3rem;
    display: block;
  }
}
.shop-detail-header__mobile {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2.5rem 0;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .shop-detail-header__mobile {
    font-size: 3rem;
    display: none;
  }
}
.shop-detail-header__texts {
  color: #24282b;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  margin: 0 0 3.5rem 0;
}
.shop-detail-header__texts p {
  margin: 0;
}
.shop-detail-header__param {
  color: #717171;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  margin: 0 0 4rem 0;
}
.shop-detail-header__param &gt; div {
  margin: 0 0 0.5rem 0;
}
.shop-detail-header__param strong {
  color: #24282b;
  font-weight: 400;
}
.shop-detail-header__not-avaliable h2 {
  color: red;
  background: #efefef;
  font-size: 1.8rem;
  padding: 3rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop-detail-header__not-avaliable h2 {
    font-size: 2.5rem;
  }
}
.shop-detail-header__show-products {
  width: 100%;
  text-align: center;
}
.shop-detail-header__show-products a {
  font-weight: 700;
  display: inline-block;
  border-radius: 0;
  border: 0.2rem solid #f15500;
  color: #ffffff;
  background: #f15500;
  font-size: 1.4rem;
  padding: 1.1rem 3rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
}
.shop-detail-header__show-products a:hover {
  background: #008361;
  border-color: #008361;
  color: #fff;
}
.shop-detail-header__functions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.shop-detail-header__functions-link {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 0 3rem 0.5rem 2.7rem;
  color: #555;
  font-weight: 400;
  text-decoration: underline;
}
.shop-detail-header__functions-link:hover {
  text-decoration: none;
}
.shop-detail-header__functions-link:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.shop-detail-header__functions-link--print {
  color: #717171;
}
.shop-detail-header__functions-link--print:before {
  background: url(/templates/styles/images/print.svg) center center no-repeat;
}

.shop-detail-box {
  border: 0.1rem solid #c8c8c8;
  padding: 2.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 991px) {
  .shop-detail-box {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-detail-box {
    flex-wrap: wrap;
  }
}
.shop-detail-box__avail {
  color: #000;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .shop-detail-box__avail {
    width: unset;
    text-align: left;
    flex: 1;
    margin: 0;
  }
}
.shop-detail-box__info {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 990px) {
  .shop-detail-box__info {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 991px) {
  .shop-detail-box__info {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-detail-box__info {
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-detail-box__info {
    padding: 0 0 0 3.5rem;
  }
}
.shop-detail-box__quantity .quantityEdit {
  border: 0.1rem solid #bfbfbf;
  background: #fff;
  display: flex;
  width: 5.6rem;
}
.shop-detail-box__quantity .quantityEdit input {
  width: calc(100% - 2.2rem);
  border: none;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0rem;
  height: 4.6rem;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.shop-detail-box__quantity .quantityEdit__buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 2.2rem;
}
.shop-detail-box__quantity .quantityEdit__buttons &gt; div {
  width: 100%;
  height: 50%;
  background: #e9e9e9;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.shop-detail-box__quantity .quantityEdit__buttons &gt; div::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 1.4rem;
  transition: 0.3s;
}
.shop-detail-box__quantity .quantityEdit__buttons &gt; div:hover {
  background: #f15500;
}
.shop-detail-box__quantity .quantityEdit__buttons &gt; div:hover::before {
  color: #ffffff;
}
.shop-detail-box__quantity .quantityEdit__buttons &gt; div:first-child {
  border-bottom: 0.1rem solid #bfbfbf;
}
.shop-detail-box__quantity .quantityEdit__buttons &gt; div:first-child::before {
  content: "+";
}
.shop-detail-box__quantity .quantityEdit__buttons &gt; div:last-child::before {
  content: "-";
}
.shop-detail-box__prices {
  text-align: right;
  padding: 0 0 0 3.5rem;
  white-space: nowrap;
}
.shop-detail-box__prices .base-price {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 1500px) {
  .shop-detail-box__prices .base-price {
    font-size: 2.4rem;
  }
}
.shop-detail-box__prices .original-price {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (min-width: 1500px) {
  .shop-detail-box__prices .original-price {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 990px) {
  .shop-detail-box__controls {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .shop-detail-box__controls {
    padding: 0 0 0 3rem;
  }
}
.shop-detail-box__btn {
  width: 100%;
  line-height: 1.1;
  letter-spacing: 0rem;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: block;
  color: #ffffff;
  background: #f15500;
  position: relative;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.shop-detail-box__btn:hover {
  background: #008361;
  text-decoration: none;
  color: #fff;
}

.shop-detail-help {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 3rem 0;
}
.shop-detail-help__caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .shop-detail-help__caption {
    font-size: 1.6rem;
    width: auto;
    margin: 0;
    padding: 0 2rem 0 0;
  }
}
.shop-detail-help__person {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .shop-detail-help__person {
    width: auto;
  }
}
.shop-detail-help__photo {
  width: 7rem;
}
.shop-detail-help__photo img {
  max-width: 100%;
  /*border-radius: 100%;*/
}
.shop-detail-help__text {
  width: calc(100% - 7rem);
  padding: 0 0 0 1.5rem;
}
.shop-detail-help__title {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 0.6rem 0;
  padding: 0;
}
.shop-detail-help__phone {
  color: #008361;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.shop-detail-help__phone a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.shop-detail-help__phone a img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(71%) saturate(2812%) hue-rotate(153deg) brightness(93%) contrast(101%);
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 1rem 0 0;
}

.produkt-detail-desc-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 4rem auto;
  max-width: 90rem;
}
.produkt-detail-desc-box__photo {
  width: 7rem;
}
@media only screen and (min-width: 550px) {
  .produkt-detail-desc-box__photo {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .produkt-detail-desc-box__photo {
    width: 14rem;
  }
}
.produkt-detail-desc-box__photo img {
  max-width: 100%;
}
.produkt-detail-desc-box__text {
  width: calc(100% - 7rem);
  padding: 0 0 0 1.5rem;
  /*h2 {
      margin: 0 0 2rem 0;
      color:#000;
      font-size: 1.4rem;
      line-height: 1.2;
      font-family: font.$general;
      font-weight: font.$weightBold;
  }*/
}
@media only screen and (min-width: 550px) {
  .produkt-detail-desc-box__text {
    width: calc(100% - 10rem);
    padding: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .produkt-detail-desc-box__text {
    width: calc(100% - 14rem);
    padding: 0 0 0 5rem;
  }
}
.produkt-detail-desc-box__text h2 {
  margin: 0 0 2rem 0;
  color: #008361;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.produkt-detail-desc-box__text &gt; *:last-child {
  margin: 0;
}

/* review panel */
.rating-summary-box__helpers {
  display: flex;
  flex-direction: column;
}
.rating-summary-box__helpers .rating-button {
  max-width: 340px;
  margin: 0 auto;
}

.review-conf-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.review-conf-info i {
  color: #f15500;
  font-size: 1.75rem;
}

.review-conf-info span {
  font-size: 1.2rem;
  cursor: pointer;
  padding-left: 6px;
}

.review-conf-info &gt; * {
  display: inline-block;
  vertical-align: middle;
  cursor: help;
}

/* rating */
.rating-reviews .review-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.rating-reviews .review-rating .stars {
  width: auto;
}
.rating-reviews .review-rating .review-tag {
  color: #749f14;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
}
.rating-reviews .review-rating i {
  color: #749f14;
  margin-right: 5px;
  font-size: 1.35rem;
}
.rating-reviews .review-rating .review-user-info {
  margin-right: 25px;
}

/* rating form popup */
#shopRatingForm .warning {
  border: none;
  background: transparent;
  color: gray;
  font-style: italic;
  font-size: 1.2rem;
  padding: 15px 0;
}

/* cart last edit */
.cart-step-buttons .specialBtn {
  text-transform: none;
  background: #f15500;
  border: none;
  transition: 0.15s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 2rem;
}
.cart-step-buttons .specialBtn:hover {
  background: #008361;
  transition: 0.2s;
}
.cart-step-buttons .specialBtn span:nth-of-type(1) {
  font-size: 2rem;
  text-transform: uppercase;
}
.cart-step-buttons .specialBtn span:nth-of-type(2) {
  font-size: 1.15rem;
}

/* info bublina */
.original-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.original-price span:nth-child(2) {
  margin-left: 3px;
}
.original-price span:nth-child(3) {
  margin-left: 3px;
}

.infoTip {
  /*cursor: default;
  background: #666;
  color: white;
  width: 30px;
  height: 30px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 99%;*/
  cursor: pointer;
  margin-right: 3px;
}
.infoTip i {
  font-size: 1.65rem;
  color: #666;
}

/* slevovy kupon detail */
#discountForm #AjaxForm_DiscountForm_DiscountCode {
  max-width: unset;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  #discountForm #AjaxForm_DiscountForm_DiscountCode {
    max-width: 370px;
  }
}
#discountForm label {
  min-width: 250px;
  text-align: center;
}
#discountForm .edit {
  max-width: unset;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  #discountForm .edit {
    max-width: 279px;
  }
}
#discountForm .edit input {
  width: 100%;
}
#discountForm .label {
  width: 100%;
}
@media only screen and (min-width: 650px) {
  #discountForm .label {
    width: 250px;
  }
}
#discountForm .pldFormBtn {
  padding: 0.9rem 3.5rem;
  width: 100%;
  display: block !important;
}
@media only screen and (min-width: 650px) {
  #discountForm .pldFormBtn {
    width: unset;
    display: inline-block !important;
  }
}

div.thumbGallery {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
}

div.thumbGallery a {
  text-decoration: none;
}

div.thumbGallery &gt; div.detail {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0 0 0px 0;
  text-align: center;
}

div.thumbGallery &gt; div.detail &gt; a {
  display: block;
}

div.thumbGallery &gt; div.detail &gt; a &gt; img {
  margin: 0 auto;
  max-width: 100%;
}

div.thumbGallery &gt; div.thumbnails {
  float: left;
  width: 100%;
  margin: 15px 0 0 -1px;
}

div.thumbGallery &gt; div.thumbnails &gt; div {
  width: 100000px;
}

div.thumbGallery &gt; div.thumbnails &gt; div &gt; a {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  width: 112px;
  height: 110px;
  border: 1px solid #c8c8c8;
  position: relative;
}

div.thumbGallery &gt; div.thumbnails &gt; div &gt; a:hover {
  border: 1px solid #c8c8c8;
}

div.thumbGallery &gt; div.thumbnails &gt; div &gt; a.link {
  /*display: none;*/
  display: block;
  margin: 0;
  background: url("../images/link.png") no-repeat center 30px;
  float: left;
  color: #000;
  line-height: 150px;
  height: 110px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #bababa;
}

div.thumbGallery &gt; div.thumbnails &gt; div &gt; a.link:hover {
  border: 1px solid #c8c8c8;
}

div.thumbGallery &gt; div.thumbnails &gt; div &gt; a.link &gt; div {
  color: #000;
  margin: 0 2px 0 0;
}

div.thumbGallery &gt; div.thumbnails &gt; div &gt; a &gt; img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  padding: 1rem 0;
  margin: 0 -1rem;
}
@media only screen and (min-width: 768px) {
  .gallery {
    padding: 3rem 0;
  }
}
.gallery__item {
  width: 50%;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .gallery__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .gallery__item {
    width: 25%;
  }
}
.gallery__item a {
  background: none !important;
  overflow: hidden;
  display: block;
  position: relative;
}
.gallery__item a img {
  display: block;
  width: 100%;
  transition: 0.3s;
  margin: 0 !important;
}
.gallery__item a:hover img {
  transform: scale(1.2) rotate(5deg);
}

.char-list {
  text-align: left;
  padding: 0 0 4rem 0;
  margin: 0;
  list-style: none;
}
.char-list__item {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #aaa;
  font-weight: 700;
  padding: 0 0.5rem;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 990px) {
  .char-list__item {
    font-size: 2rem;
  }
}
.char-list__item a {
  color: #000;
}
.char-list__item a:hover {
  color: #f15500;
  text-decoration: none;
}

.vyrobci {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.vyrobci__name {
  width: 100%;
}
.vyrobci__item {
  padding: 0 0.5rem;
  margin: 0 0 3rem;
  width: 100%;
}
@media only screen and (min-width: 400px) {
  .vyrobci__item {
    width: 50%;
  }
}
@media only screen and (min-width: 550px) {
  .vyrobci__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .vyrobci__item {
    width: 25%;
  }
}
@media only screen and (min-width: 991px) {
  .vyrobci__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .vyrobci__item {
    width: 16.66%;
  }
}

.vyrobci-card {
  background: #fff;
  display: block;
  padding: 1rem;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.vyrobci-card:hover {
  color: #f15500;
  box-shadow: 0 7px 10px #00000050;
}
.vyrobci-card__image {
  height: 4rem;
  position: relative;
  margin: 0 0 1rem 0;
}
.vyrobci-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.vyrobci-card__title {
  text-align: center;
  margin: 0;
  padding: 0 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1;
  color: inherit;
}

.search-query-list__wrapper {
  margin: 0 0 5rem 0;
}

.search {
  margin: 0 0 3rem 0;
}
.search__title {
  font-size: 2.1rem;
  line-height: 1.2;
  margin: 0 0 1.5Rem 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .search__title {
    font-size: 1.8rem;
  }
}
.search__subtitle {
  font-weight: 700;
  margin: 0 0rem 3rem 0;
}
.search .search-query-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .search-query-list .search-query-item {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 2rem 0;
  padding: 0 0 0 3.5rem;
  position: relative;
}
.search .search-query-list .search-query-item:before {
  left: 0;
  position: absolute;
  top: -0.4rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/folder.png) no-repeat center center;
  background-size: 2.5rem 2.5rem;
  content: "";
}
.search .search-query-list .search-query-item a {
  display: flex;
  align-items: center;
  line-height: 2.1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.search .search-query-list .search-query-item a:hover {
  color: #f15500;
}
.search .search-query-list .search-query-item a:last-child svg {
  display: none;
}
.search .search-query-list .highlighted {
  font-weight: 700;
}
.search .search-query-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .search-query-list svg {
  margin: 0 0.5rem;
}

/*@use "components/_shop.scss";*/
.DEBUG {
  display: none;
}

.Error {
  font-size: 2rem;
  color: red;
  padding: 2rem;
}

.fa-times:after {
  content: "×";
  display: block;
}

/* loga begin */
.brand-logo-slider {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 120rem;
}
.brand-logo-slider #logos {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 5rem;
  padding: 0;
  overflow: hidden;
}
.brand-logo-slider #logos #logosWrap {
  position: relative;
  width: calc(100% - 7rem);
  height: 100%;
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.brand-logo-slider #logos #logosWrap #logosSlider {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000rem;
  height: 100%;
  padding: 0;
}
.brand-logo-slider #logos #logosWrap #logosSlider a {
  display: block;
  float: left;
  margin: 0 3rem;
  height: 100%;
  width: 13rem;
  position: relative;
}
.brand-logo-slider #logos #logosWrap #logosSlider a img {
  max-height: 100%;
  max-width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.brand-logo-slider #logos a.icoBack, .brand-logo-slider #logos a.icoNext {
  position: absolute;
  top: 0rem;
  width: 3rem;
  height: 100%;
  text-align: center;
  background: none;
  color: #a0a0a2;
  text-decoration: none;
  font-size: 4rem;
}
.brand-logo-slider #logos a.icoBack:hover, .brand-logo-slider #logos a.icoNext:hover {
  color: #000;
}
.brand-logo-slider #logos a.icoBack {
  left: 0rem;
}
.brand-logo-slider #logos a.icoNext {
  right: 0rem;
}

.logosAll {
  text-align: center;
  padding: 2rem 0;
}
.logosAll__link {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.6rem;
}

/* loga end */
/* search */
.search--popup {
  overflow: visible !important;
}

.search--item &gt; ul {
  display: flex !important;
  background: white !important;
}

.search--item &gt; ul &gt; li &gt; a {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.expanded {
  opacity: 1 !important;
  visibility: visible !important;
  height: unset !important;
}

.kontakty-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

/* fix */
.content__shop .shop-list {
  flex-direction: unset !important;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>