.blog-section {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .blog-section {
    padding: 0 8px !important;
  }
}
.blog-section .blog-posts + .button {
  border: 1px solid #23262b;
  color: #23262b;
  font-weight: 400;
  margin-top: 15px;
  padding: 9px 15px;
  text-transform: uppercase;
  background: transparent;
  min-width: 166px;
  text-align: center;
  height: auto;
  letter-spacing: 0.3px;
  border-radius: 0px;
  font-size: 1.1em;
  transition: 0.3s;
  top: initial !important;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts + .button {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.blog-section .blog-posts + .button:hover {
  background: #A77A13;
  color: #fff;
  border-color: #A77A13;
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding-top: 0;
  }
}
.blog-section .container {
  max-width: 1690px;
}
@media only screen and (max-width: 480px) {
  .blog-section .slick-prev {
    left: -3px !important;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .slick-next {
    right: -3px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section h4.homepage-group-title,
  .blog-section .h4.homepage-group-title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section h4.homepage-group-title,
  .blog-section .h4.homepage-group-title {
    padding-top: 15px;
  }
}
.blog-section .show-more {
  height: auto;
  margin: 5px auto 0 auto;
  min-width: 185px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0;
  /* float: left; */
  padding: 16px 30px;
  color: #fff !important;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  background: #E61873;
  line-height: 1em;
  display: -ms-flexbox;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.blog-section .show-more:hover {
  background: #12A19A;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .blog-section .show-more {
    margin-top: 0;
  }
}
.blog-section h2 {
  position: relative;
  text-align: center;
  font-size: 2.3em;
  font-weight: 600;
  color: #2f2f30;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .blog-section h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section h2 {
    font-size: 1.6em;
  }
}
.blog-section .button.more {
  padding: 10px 25px;
  border-radius: 4px;
  background: #A77A13;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover {
  background: #333;
}
.blog-section .pagination-wrapper {
  display: none;
}
@media only screen and (max-width: 992px) {
  .blog-section .container {
    padding: 0 !important;
  }
}
.blog-section .blog-posts .content-inner,
.blog-section .case-study-load .content-inner,
.blog-section .magazines-load .content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0px 0;
  position: relative;
}
.blog-section .blog-posts .content-inner > div,
.blog-section .case-study-load .content-inner > div,
.blog-section .magazines-load .content-inner > div {
  width: 100%;
}
.blog-section .blog-posts .content-inner h1,
.blog-section .case-study-load .content-inner h1,
.blog-section .magazines-load .content-inner h1 {
  text-align: center;
  text-transform: none;
  font-family: "Rubik";
  font-size: 2em;
  font-weight: 400;
  margin: 0 auto 35px auto;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner h1,
  .blog-section .case-study-load .content-inner h1,
  .blog-section .magazines-load .content-inner h1 {
    margin-bottom: 30px;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner,
  .blog-section .case-study-load .content-inner,
  .blog-section .magazines-load .content-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts .content-inner,
  .blog-section .case-study-load .content-inner,
  .blog-section .magazines-load .content-inner {
    margin: 30px 0 0 0;
  }
}
.blog-section .blog-posts .content-inner .blog-desc,
.blog-section .case-study-load .content-inner .blog-desc,
.blog-section .magazines-load .content-inner .blog-desc {
  width: 450px;
  padding-right: 10px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc,
  .blog-section .case-study-load .content-inner .blog-desc,
  .blog-section .magazines-load .content-inner .blog-desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.blog-section .blog-posts .content-inner .blog-desc h1,
.blog-section .case-study-load .content-inner .blog-desc h1,
.blog-section .magazines-load .content-inner .blog-desc h1 {
  font-size: 2em;
  font-weight: 500;
  color: #000000B2000B2;
  margin-top: 70px;
  letter-spacing: 1px;
  margin-bottom: 35px;
  max-width: 275px;
  margin-top: 30px;
  line-height: 1.2em;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc h1,
  .blog-section .case-study-load .content-inner .blog-desc h1,
  .blog-section .magazines-load .content-inner .blog-desc h1 {
    text-align: center;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc h1,
  .blog-section .case-study-load .content-inner .blog-desc h1,
  .blog-section .magazines-load .content-inner .blog-desc h1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner .blog-desc h1,
  .blog-section .case-study-load .content-inner .blog-desc h1,
  .blog-section .magazines-load .content-inner .blog-desc h1 {
    font-size: 2em;
    margin-top: 5px;
    text-align: center;
  }
}
.blog-section .blog-posts .content-inner .blog-desc p,
.blog-section .case-study-load .content-inner .blog-desc p,
.blog-section .magazines-load .content-inner .blog-desc p {
  color: #000000B2000B2;
  line-height: 1.6em;
  font-weight: 400;
  font-size: 1em;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc p,
  .blog-section .case-study-load .content-inner .blog-desc p,
  .blog-section .magazines-load .content-inner .blog-desc p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner .blog-desc p,
  .blog-section .case-study-load .content-inner .blog-desc p,
  .blog-section .magazines-load .content-inner .blog-desc p {
    text-align: center;
  }
}
.blog-section .blog-posts .content-inner .blog-desc a,
.blog-section .case-study-load .content-inner .blog-desc a,
.blog-section .magazines-load .content-inner .blog-desc a {
  color: #BFD000;
  font-size: 0.9em;
  text-decoration: underline;
  margin-top: 40px;
  display: block;
}
.blog-section .blog-posts .content-inner .blog-desc a:hover,
.blog-section .case-study-load .content-inner .blog-desc a:hover,
.blog-section .magazines-load .content-inner .blog-desc a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc a,
  .blog-section .case-study-load .content-inner .blog-desc a,
  .blog-section .magazines-load .content-inner .blog-desc a {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner .blog-desc a,
  .blog-section .case-study-load .content-inner .blog-desc a,
  .blog-section .magazines-load .content-inner .blog-desc a {
    text-align: center;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.blog-section .blog-posts .content-inner .blog-desc .slick-dots,
.blog-section .case-study-load .content-inner .blog-desc .slick-dots,
.blog-section .magazines-load .content-inner .blog-desc .slick-dots {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc .slick-dots,
  .blog-section .case-study-load .content-inner .blog-desc .slick-dots,
  .blog-section .magazines-load .content-inner .blog-desc .slick-dots {
    margin-bottom: 30px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.blog-section .blog-posts .content-inner .blog-desc .slick-dots li:first-child button,
.blog-section .case-study-load .content-inner .blog-desc .slick-dots li:first-child button,
.blog-section .magazines-load .content-inner .blog-desc .slick-dots li:first-child button {
  margin-left: 0 !important;
}
.blog-section .blog-posts .content-inner #newsWrapper,
.blog-section .case-study-load .content-inner #newsWrapper,
.blog-section .magazines-load .content-inner #newsWrapper {
  /*width: calc(~'100% - 450px');*/
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px !important;
  width: calc(100% + 50px);
  margin: 0 -25px 0px -25px;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner #newsWrapper,
  .blog-section .case-study-load .content-inner #newsWrapper,
  .blog-section .magazines-load .content-inner #newsWrapper {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 30px !important;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner #newsWrapper,
  .blog-section .case-study-load .content-inner #newsWrapper,
  .blog-section .magazines-load .content-inner #newsWrapper {
    padding-bottom: 0 !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.blog-section .blog-posts .content-inner #newsWrapper .news-item,
.blog-section .case-study-load .content-inner #newsWrapper .news-item,
.blog-section .magazines-load .content-inner #newsWrapper .news-item {
  width: calc(33.333% - 46px);
  margin: 0 23px 0px 23px;
}
.blog-section .blog-posts .content-inner #newsWrapper .news-item:nth-child(n + 4),
.blog-section .case-study-load .content-inner #newsWrapper .news-item:nth-child(n + 4),
.blog-section .magazines-load .content-inner #newsWrapper .news-item:nth-child(n + 4) {
  display: none;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner #newsWrapper .news-item,
  .blog-section .case-study-load .content-inner #newsWrapper .news-item,
  .blog-section .magazines-load .content-inner #newsWrapper .news-item {
    width: calc(50% - 30px);
    margin: 0 15px 0px 15px;
  }
  .blog-section .blog-posts .content-inner #newsWrapper .news-item:nth-child(n + 3),
  .blog-section .case-study-load .content-inner #newsWrapper .news-item:nth-child(n + 3),
  .blog-section .magazines-load .content-inner #newsWrapper .news-item:nth-child(n + 3) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts .content-inner #newsWrapper .news-item,
  .blog-section .case-study-load .content-inner #newsWrapper .news-item,
  .blog-section .magazines-load .content-inner #newsWrapper .news-item {
    width: calc(50% - 20px);
    margin: 0 10px 0px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner #newsWrapper .news-item,
  .blog-section .case-study-load .content-inner #newsWrapper .news-item,
  .blog-section .magazines-load .content-inner #newsWrapper .news-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .blog-section .blog-posts .content-inner #newsWrapper .news-item:nth-child(n + 2),
  .blog-section .case-study-load .content-inner #newsWrapper .news-item:nth-child(n + 2),
  .blog-section .magazines-load .content-inner #newsWrapper .news-item:nth-child(n + 2) {
    display: none;
  }
}
.blog-section #newsWrapper {
  /* display: flex;
    max-width: 1280px;
    justify-content: space-between;
    flex-wrap: wrap;

    @media (max-width: 1440px) {
      max-width: 1138px;
    }

    @media @desktop {
      max-width: 970px;
    }

    @media @tablet-land {
      max-width: 100%;
    }*/
  /*@media @mobile-land {
      flex-direction: column;
    }*/
  /*.slick-arrow {
      position: absolute;
      left: 0;
      bottom: 35%;
      top: inherit;
      width: 46px;
      height: 46px;
      font-size: 0;
      color: transparent;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/duc/img/blog-prev.svg?v2);
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      margin-left: -375px;
      z-index: 2;
      transform: none;
      background-color: #FFFFFF;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

      @media @tablet-land {
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -27px;
      }

      &:hover {
        background-color: @green;
      }

      &.slick-next {
        left: 55px;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/duc/img/blog-next.svg?v2);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;

        @media @tablet-land {
          left: 50%;
          bottom: 5px;
          transform: translateX(-50%);
          margin-left: 27px;
        }
      }
    }*/
}
.blog-section #newsWrapper .slick-list {
  width: 100%;
  overflow: hidden;
}
.blog-section #newsWrapper .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.blog-section #newsWrapper .news-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
  margin: 0 20px;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 0;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  background: transparent;
  border-radius: 0px;
  /*.read-more {
        text-decoration: underline;
        color: @brown;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

        &:hover {
          color: @mainText;
        }
      }*/
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper .news-item {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item {
    margin: 0 5px;
  }
}
.blog-section #newsWrapper .news-item .read-more {
  height: auto;
  line-height: 38px;
  background: transparent;
  border-color: #141414;
  margin-top: 0px;
  min-width: 136px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0;
  /* float: left; */
  padding: 12px 22px 11px 22px;
  color: #000 !important;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  background: #BFD000;
  color: #000;
  line-height: 1em;
  display: -ms-flexbox;
  display: inline-block;
  text-align: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-section #newsWrapper .news-item .read-more img {
  width: 10px;
  margin-left: 14px;
  position: relative;
  top: -1px;
  display: none !important;
}
.blog-section #newsWrapper .news-item .read-more:hover {
  background: #9caa00;
  color: #fff;
}
.blog-section #newsWrapper .news-item .description {
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.blog-section #newsWrapper .news-item .description p {
  margin: 0;
}
.blog-section #newsWrapper .news-item .description img {
  display: none;
}
.blog-section #newsWrapper .news-item .text {
  position: relative;
  text-align: left;
  padding: 20px 0;
  width: 100%;
  /*time {
          font-weight: 500;
          color: #fff;
          font-size: 0.8em;
          letter-spacing: -0.5px;
          margin-top: 5px;
          background: #ef3f3f;
          display: inline-block;
          padding: 7px 15px;
          border-radius: 20px;

          @media @tablet-600 {
            display: none;
          }
        }*/
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .text {
    padding-bottom: 10px;
  }
}
.blog-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text p {
  font-size: 15px;
  color: #000;
  line-height: 1.6em;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .text p {
    text-align: center;
  }
}
.blog-section #newsWrapper .news-item .text .title {
  margin-top: 0;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  line-height: 1.25em;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 22px;
  position: relative;
  color: #000000;
  text-transform: none;
  font-size: 1.25em;
  font-weight: 500;
}
.blog-section #newsWrapper .news-item .text .title:hover {
  text-decoration: underline;
  border: none;
  color: #000000B2000B2;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .text .title {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}
.blog-section #newsWrapper .news-item .text time {
  font-weight: 500;
  margin-bottom: 15px;
  color: #b8b8b8;
  display: none;
}
.blog-section #newsWrapper .news-item .image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.blog-section #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.blog-section #newsWrapper .news-item .image img {
  transition: 0.3s;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image img {
    /* max-width: 100%;
            max-height: 100%;
            min-width: 100%;*/
    min-height: inherit;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding: 0 15px;
  }
}
.banners-section {
  max-width: 100%;
}
.banners-section .banners-posts + .button {
  border: 1px solid #23262b;
  color: #23262b;
  font-weight: 400;
  margin-top: 15px;
  padding: 9px 15px;
  text-transform: uppercase;
  background: transparent;
  min-width: 166px;
  text-align: center;
  height: auto;
  letter-spacing: 0.3px;
  border-radius: 0px;
  font-size: 1em;
  transition: 0.3s;
  top: initial !important;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 45px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .banners-section .banners-posts + .button {
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.banners-section .banners-posts + .button:hover {
  background: #A77A13;
  color: #fff;
  border-color: #A77A13;
}
.banners-section h3 {
  color: #303030;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .banners-section h3 {
    padding: 0 15px;
    line-height: 1.3em;
  }
}
.banners-section #newsWrapper {
  max-width: 100%;
}
.banners-section #newsWrapper .news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.banners-section #newsWrapper .news-item:nth-child(odd) .image {
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item:nth-child(odd) .image {
    -ms-flex-order: 0;
        order: 0;
  }
}
.banners-section #newsWrapper .news-item .image {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .image {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.banners-section #newsWrapper .news-item .text {
  padding: 20px 80px;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item .text {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .text {
    width: 100%;
    padding: 15px;
  }
}
.banners-section #newsWrapper .news-item .text p {
  font-size: 1em;
  color: #303030;
  line-height: 2em;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item .text p {
    line-height: 1.7em;
  }
}
.banners-section #newsWrapper .news-item .text time {
  display: none;
}
.banners-section #newsWrapper .news-item .text .title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 40px;
  position: relative;
  color: #303030;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .text .title {
    margin-bottom: 30px;
  }
}
.banners-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  color: #A77A13;
}
.banners-section #newsWrapper .news-item .text .title:after {
  width: 136px;
  height: 2px;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #303030;
}
.blog-section .listingControls {
  display: none;
}
footer .custom-footer > div.extended.newsletter {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  /*background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/newsletter-bg.svg?v2);
    background-repeat: no-repeat;
    background-position: 100%;*/
  border: none;
  border-radius: 20px;
  margin: 0px;
  /*width: calc(~'100% + 100px') !important;*/
  max-width: inherit;
  background: #12A19A;
  padding: 48px 15px 35px 15px !important;
  /*z-index: 1;*/
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px !important;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
footer .custom-footer > div.extended.newsletter:before {
  width: 100vw;
  height: 100%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #12A19A;
  top: 0;
}
@media (max-width: 1300px) {
  footer .custom-footer > div.extended.newsletter {
    width: 100% !important;
    margin: 0;
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 25px 0px !important;
    text-align: left;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter {
    margin: 0 0px 10px 0px;
    width: 100% !important;
  }
}
footer .custom-footer > div.extended.newsletter > div,
footer .custom-footer > div.extended.newsletter > form {
  width: 100%;
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form {
    max-width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
footer .custom-footer > div.extended.newsletter form h4 {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form h4 {
    width: 100%;
    text-align: center !important;
  }
  footer .custom-footer > div.extended.newsletter form h4 strong {
    text-align: center !important;
  }
}
footer .custom-footer > div.extended.newsletter form fieldset {
  background: transparent;
  border-radius: 3px;
  max-width: 930px;
  position: relative;
  width: 63%;
  margin-right: auto;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form fieldset {
    max-width: 100%;
    width: 100%;
  }
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #fff;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form .form-group.consents-first {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .form-group.consents-first {
    margin-top: 10px;
  }
}
footer .custom-footer > div.extended.newsletter form .form-group.consents-first label {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 0.8px;
}
footer .custom-footer > div.extended.newsletter form .form-group.consents-first label a {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form .form-group.consents-first label a:hover {
  text-decoration: none;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer > div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer > div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter form button:-ms-input-placeholder {
  font-weight: 600;
}
footer .custom-footer > div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 57px;
  line-height: 57px;
  position: relative;
  border-radius: 30px !important;
  padding: 0 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    height: 45px;
    line-height: 45px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input:-ms-input-placeholder {
  color: #fff;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #fff;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input:focus {
  outline: none;
  box-shadow: none;
}
footer .custom-footer > div.extended.newsletter form button {
  left: initial;
  height: 57px;
  top: 0;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  overflow: hidden;
  width: 160px;
  border-radius: 0;
  right: 0;
  opacity: 1;
  background-size: 40px;
  background-color: #fff;
  border: none;
  letter-spacing: 0.4px;
  /*@media @tablet-port {
          height: 44px;
          width: 44px;
          background-size: 18px;
          min-width: auto;
        }*/
  /*@media @mobile-land {
          height: 58px;
          width: 58px;
          background-size: 30px;
        }*/
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form button {
    width: 120px;
    height: 45px;
  }
}
footer .custom-footer > div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  color: #000;
  text-transform: none;
  font-size: 1.1em;
  line-height: 1;
  transition: 0.3s;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  background: #f2f2f2;
  color: #000;
  opacity: 1;
}
footer .custom-footer > div.extended.newsletter form button:hover .sr-only {
  color: #000;
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #fff;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter div.validator-msg-holder {
  width: calc(100% - 145px);
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter div.validator-msg-holder {
    width: calc(100% - 120px);
    margin-right: 0;
  }
}
footer .custom-footer > div.extended.newsletter br + div {
  -ms-flex-order: 3;
      order: 3;
  width: 100%;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1em;
  color: #fff;
  border: none;
  text-align: left;
  letter-spacing: 0.2px;
  text-transform: none !important;
  margin-bottom: 0px !important;
  padding-bottom: 0;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: left !important;
    line-height: 1.4em;
  }
}
footer .custom-footer > div.extended.newsletter h4 a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 1em;
  letter-spacing: 0;
}
footer .custom-footer > div.extended.newsletter h4 a:hover {
  text-decoration: none;
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 400;
  font-size: 1.7em;
  text-transform: none;
  letter-spacing: 1.1px;
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Poppins';
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.4em;
    text-align: left;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.extended.newsletter h4 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    line-height: 1.5em;
    margin-bottom: 15px !important;
  }
}
footer .custom-footer > div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #000;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#content-wrapper {
  background: transparent;
}
.breadcrumbs-wrapper.container {
  max-width: 100% !important;
  background: #fff;
  width: 100% !important;
  position: relative;
  margin-bottom: 0px !important;
  padding-top: 11px !important;
  padding-bottom: 3px !important;
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper.container {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.breadcrumbs-wrapper.container:before {
  height: 100%;
  width: 100vw;
  border-radius: 0px;
  position: absolute;
  left: 50%;
  z-index: 0;
  content: '';
  transform: translateX(-50%);
  top: 0;
  background-color: #FAFAFA;
  display: none;
}
@media (max-width: 1600px) {
  .breadcrumbs-wrapper.container:before {
    width: 100vw !important;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper.container {
    display: none;
  }
}
.breadcrumbs-wrapper.container #navigation-first > span,
.breadcrumbs-wrapper.container #navigation-first > a {
  padding-left: 13px;
  padding: 18px 14px;
}
.breadcrumbs-wrapper.container .navigation-home-icon-wrapper:before {
  left: 0;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/home.svg?v2);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -12px;
}
.breadcrumbs-wrapper.container .breadcrumbs {
  max-width: 1535px;
  margin: 0 auto;
  padding: 0 0 5px 0;
  margin-top: 0px;
}
.type-detail .breadcrumbs-wrapper {
  margin-bottom: 0 !important;
}
/*.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/metis-lab/img/home2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}*/
.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 10px 16px;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 0.8em;
  min-height: inherit;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: #4d4d4d;
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs > span > a::after {
  width: 12px;
  background: transparent;
  height: 12px;
  font-family: 'shoptet';
  color: #4d4d4d;
  right: -10px;
  content: '\e910';
  bottom: unset;
  font-size: 8px;
  font-weight: 400;
  transform: none;
  top: 12px;
  opacity: 1;
}
.breadcrumbs-wrapper .breadcrumbs {
  background: transparent;
  border: none;
}
.breadcrumbs-wrapper .breadcrumbs .sr-only {
  display: none !important;
  overflow: visible;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.type-category .breadcrumbs-wrapper.container:before {
  border-radius: 10px 10px 0 0;
}
.next-to-carousel-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0 auto;
  max-width: 1620px;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    margin: 0 -5px;
    margin-top: 11px;
    padding: 0 !important;
    width: calc(100% + 10px);
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners ul.slick-dots {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.next-to-carousel-banners .slick-arrow {
  /*@media @tablet-port {
      display: none !important;
    }*/
  margin-top: 0 !important;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .slick-arrow {
    background-color: transparent !important;
    filter: invert(1);
    background-size: 11px !important;
  }
}
.next-to-carousel-banners .slick-list {
  padding-bottom: 0px;
}
.next-to-carousel-banners .banner-wrapper {
  margin: 0 0 10px 0;
  margin-top: 0 !important;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: none;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    margin: 0;
    border-radius: 0;
  }
  .next-to-carousel-banners .banner-wrapper:nth-child(n + 2) {
    display: none;
  }
}
.next-to-carousel-banners .banner-wrapper > a {
  width: 100%;
  height: 100%;
}
.next-to-carousel-banners .banner-wrapper > a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  transform-origin: center;
  transform: scale(1) !important;
  border-radius: 0px;
}
.next-to-carousel-banners .banner-wrapper > a:hover img {
  transform: none !important;
}
.next-to-carousel-banners .banner-wrapper .img-wrap {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  /*z-index: 2;*/
  text-align: left;
  padding: 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 17px 0;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  transition: 0.3s;
  box-shadow: none;
  border: none;
  top: initial;
  min-width: 160px;
  padding: 0;
  text-transform: none;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 0px;
  /*&:after {
          position: relative;
          margin-left: 15px;
          width: 44px;
          height: 44px;
          border-radius: 30px;
          content: '';
          display: inline-block;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/banner-arr.svg);
          background-size: 44px;
          background-position: center;
          background-repeat: no-repeat;
          transition: 0.3s;
          margin-bottom: 0;
          float: right;
          margin-left: 35px;
          top: 0px !important;
          position: relative;

          @media (max-width: 1400px) {
            top: -5px;
          }

          @media @tablet-land {
            display: none;
          }
        }*/
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    min-width: unset;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
  color: #000;
  display: block;
  text-align: left;
  position: relative;
  background: transparent;
  box-shadow: none;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.6em;
  margin-top: 0;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
    display: none;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  position: relative;
  letter-spacing: 0.5px;
  background: #fff;
  min-width: inherit;
  font-weight: 400;
  top: 0;
  right: inherit;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
  margin: 18px 0 0 0;
  padding: 12px 7px 11px 7px;
  color: #000 !important;
  margin-top: 13px;
  max-height: 70px;
  opacity: 1;
  width: auto;
  border-radius: 3px;
  text-transform: none;
  box-shadow: none;
  line-height: 1em;
  width: 180px;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none !important;
  /* @media @desktop {
           margin-top: 20px;
           font-size: 0.9em;
           padding: 15px 15px 13px 15px;
         }*/
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 10px;
    display: none;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  background: #BFD000;
  color: #000 !important;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover:before {
  filter: invert(1);
}
.next-to-carousel-banners .banner-wrapper a:hover .extended-banner-texts .extended-banner-title {
  text-decoration: underline;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners.loaded .banner-wrapper:nth-child(n + 2) {
    display: block;
  }
}
.small-banners-line,
.detail-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line,
  .detail-banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .small-banners-line,
  .detail-banners {
    padding: 20px 0 0 0;
  }
}
.small-banners-line .banner-wrapper,
.detail-banners .banner-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 100%;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  border: none;
}
.small-banners-line .small-banner,
.detail-banners .small-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner,
  .detail-banners .small-banner {
    padding-right: 0;
    border: none;
  }
}
.small-banners-line .small-banner .icon-box,
.detail-banners .small-banner .icon-box {
  margin-right: 25px;
}
.small-banners-line .small-banner .icon-box:before,
.detail-banners .small-banner .icon-box:before {
  display: none;
}
.small-banners-line .small-banner .icon-box img,
.detail-banners .small-banner .icon-box img {
  max-height: 66px;
  max-width: 66px;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .icon-box,
  .detail-banners .small-banner .icon-box {
    width: 30px;
    text-align: center;
  }
}
.small-banners-line .small-banner .desc-box,
.detail-banners .small-banner .desc-box {
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner .desc-box,
  .detail-banners .small-banner .desc-box {
    padding-right: 20px;
  }
}
.small-banners-line .small-banner .desc-box h3,
.detail-banners .small-banner .desc-box h3 {
  font-size: 1.3em;
  letter-spacing: 0;
  color: #000000;
  margin: 0px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
}
.small-banners-line .small-banner .desc-box p,
.detail-banners .small-banner .desc-box p {
  font-size: 0.9em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  line-height: 1.8em;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .desc-box p,
  .detail-banners .small-banner .desc-box p {
    max-width: initial;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .detail-banners .small-banner {
    margin-bottom: 20px;
  }
}
.middle-banners-wrapper .col-sm-12,
.body-banners .col-sm-12 {
  padding: 0 15px;
}
@media only screen and (max-width: 480px) {
  .middle-banners-wrapper .col-sm-12,
  .body-banners .col-sm-12 {
    padding: 0;
  }
}
.before-carousel {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}
.before-carousel .banners-row {
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  margin: 0 -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
  /*> div {
      width: 100%;
    }*/
}
@media only screen and (max-width: 767px) {
  .before-carousel .banners-row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0;
  }
}
.before-carousel .banners-row .col-sm-8 {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .before-carousel .banners-row .col-sm-8 {
    width: 100%;
    padding: 0;
  }
}
.before-carousel .banners-row .col-sm-4 {
  margin: 0 auto;
  padding-top: 0px;
  padding-left: 0;
  width: 34.9%;
}
@media only screen and (max-width: 767px) {
  .before-carousel .banners-row .col-sm-4 {
    width: 100%;
    padding: 0;
  }
}
/*@media @tablet-port {
  main {
    > .banners-row {
      .col-sm-4 {
        .banner-wrapper {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .wide-carousel {
    overflow: initial;
  }
  #carousel {
    margin: 0 -5px;
  }
}
#carousel {
  padding: 0 5px;
}
#carousel .video-banner {
  position: relative;
}
#carousel .video-banner video {
  width: 100%;
  height: auto;
}
#carousel .video-banner .video-full {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
#carousel .video-banner .video-full img {
  width: 40px;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
  min-height: initial !important;
}
#carousel .video-banner .video-full:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-play,
#carousel .video-banner .video-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  cursor: pointer;
}
#carousel .video-banner .video-play img,
#carousel .video-banner .video-pause img {
  width: 110px;
  height: auto;
  min-height: initial !important;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #carousel .video-banner .video-play img,
  #carousel .video-banner .video-pause img {
    width: 44px;
  }
}
#carousel .video-banner .video-play:hover img,
#carousel .video-banner .video-pause:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-pause {
  display: none;
}
#carousel .video-banner.played .video-play {
  display: none;
}
#carousel .video-banner.played .video-pause {
  display: block;
  opacity: 0;
}
#carousel .video-banner.played:hover .video-pause {
  opacity: 1;
}
#carousel {
  padding: 0 5px;
  margin: 0 auto;
  margin-top: 0px;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #carousel {
    margin-top: 9px;
  }
}
#carousel .carousel-indicators {
  margin-bottom: 0;
}
#carousel .carousel-indicators li {
  width: 50px;
  height: 3px;
  margin: 0 10px;
  background: #fff;
  border: none;
}
#carousel .carousel-indicators li.active {
  background: #BFD000;
}
#carousel .carousel-inner {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner {
    margin-top: 0;
  }
}
#carousel .carousel-inner .carousel-inner {
  overflow: visible;
}
#carousel .carousel-inner .item {
  border-radius: 3px;
  overflow: hidden;
  /*position: relative;*/
  /*@media @mobile-land {
      position: relative;
      height: 250px;

      > a {
        position: relative;
        height: 250px;
      }

      img {
        position: absolute;
        object-fit: inherit;
        height: 250px;
        max-width: inherit;
        width: auto !important;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        margin-left: 10vw;
      }
    }*/
  /*&:after {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.25%, rgba(0, 0, 0, 0.9) 100%);
    }*/
}
#carousel .carousel-inner .item img {
  margin-left: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item img {
    margin: 0 auto;
  }
}
#carousel .carousel-inner .item a {
  -ms-flex-direction: column;
      flex-direction: column;
}
#carousel .carousel-inner .item .extended-banner-texts {
  z-index: 2;
  background: transparent;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  left: 50% !important;
  color: #fff;
  text-align: left;
  padding: 20px 20px 110px 20px;
  right: initial;
  transform: translate(-50%, -50%);
  max-width: 1470px;
  margin-right: auto;
}
@media (max-width: 1550px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    background: rgba(0, 0, 0, 0.63);
    padding: 20px 30px 30px 30px;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    left: 0 !important;
    transform: none;
    bottom: 0 !important;
    top: unset;
    height: 100%;
    max-width: 100% !important;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
  color: #fff;
  text-shadow: none;
  text-transform: none !important;
  font-size: 2.7em;
  letter-spacing: 1px;
  font-weight: 400 !important;
  max-width: 530px;
  line-height: 1em;
}
@media only screen and (max-width: 1200px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 2em;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 1.8em;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
  color: #fff;
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 300;
  text-shadow: none;
  margin-top: 0px;
  letter-spacing: 0.2px;
  max-width: 520px;
  text-align: left;
  margin-top: 6px;
}
@media only screen and (max-width: 1200px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    font-size: 14px;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
  letter-spacing: 0.6px;
  background: #2A2C41;
  border: none;
  border-radius: 5px;
  padding: 9px 20px 8px 20px;
  min-width: inherit;
  font-weight: 400;
  color: #fff !important;
  margin-top: 27px;
  font-size: 15px;
  text-transform: none;
  min-width: 182px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 1200px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
    padding: 12px 25px;
  }
}
@media only screen and (max-width: 480px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
    padding: 9px 15px;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:hover {
  color: #fff !important;
  background: #12A19A;
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .carousel-control.left:before {
    left: 10px !important;
  }
  .carousel-control.right:before {
    right: 10px !important;
  }
}
.type-detail {
  /*.products-related{
    margin-bottom: 40px;
  }*/
  /*.p-image-wrapper {
    @media @desktop-min {
      width: 58%;
    }
  }

  .p-info-wrapper {
    @media @desktop-min {
      width: 42%;
    }
  }*/
}
.type-detail .shipping-options {
  text-decoration: underline;
}
.type-detail .shipping-options:hover {
  text-decoration: none;
}
.type-detail .sidebar-inner .box-categories {
  padding-top: 0;
}
.type-detail .product-top {
  position: relative;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top {
    padding-top: 0;
  }
}
.type-detail .top-table {
  -ms-flex-order: 1;
      order: 1;
  margin-top: 25px;
  text-align: left;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.type-detail .top-table tr th,
.type-detail .top-table tr td {
  padding: 2px 10px;
  font-size: 15px;
}
.type-detail .top-table tr th a,
.type-detail .top-table tr td a {
  color: #000;
  text-decoration: underline;
}
.type-detail .top-table tr th a:hover,
.type-detail .top-table tr td a:hover {
  text-decoration: none;
}
.type-detail .top-table tr th {
  padding-left: 0;
  font-weight: 500;
}
.type-detail .top-table tr:first-child th,
.type-detail .top-table tr:first-child td {
  padding-top: 10px;
}
.type-detail .top-table tr:last-child th,
.type-detail .top-table tr:last-child td {
  padding-bottom: 10px;
}
.type-detail .logos-load {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
}
.type-detail .logos-load .platby {
  padding: 3px 0;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #BDBDBD;
}
@media only screen and (max-width: 480px) {
  .type-detail .logos-load .platby {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.type-detail #relatedFiles {
  list-style: none;
  padding-left: 10px;
}
.type-detail #relatedFiles li {
  margin-bottom: 10px;
}
.type-detail #relatedFiles li a {
  color: #000;
  text-decoration: underline;
}
.type-detail #relatedFiles li a:hover {
  text-decoration: none;
}
@media (min-width: 1441px) {
  .type-detail .p-image-wrapper {
    width: 53%;
  }
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-freeshipping {
  display: none;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #BFD000;
  display: none;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount span {
  color: #fff;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
  font-size: 1.2em;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
    width: 109px;
    height: 109px;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard {
    font-size: 1.3em;
    font-weight: 300;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
    font-size: 2.3em;
    font-weight: 300;
    margin-top: 0;
  }
}
.type-detail .p-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*> div, > table, > * {
      order: 1;
    }*/
}
@media (min-width: 1441px) {
  .type-detail .p-info-wrapper {
    width: 47%;
    padding-left: 40px;
  }
}
.type-detail .p-info-wrapper .cofidis-wrap #cofidis {
  max-width: unset;
  padding: 18px;
  border-radius: 3px;
  border: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .cofidis-wrap #cofidis {
    margin-bottom: 0;
  }
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.8em;
  font-size: 14px;
  margin-top: 20px !important;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 400;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-info-wrapper .p-short-description {
    margin-top: 15px !important;
  }
}
.type-detail .p-info-wrapper .p-short-description p {
  line-height: 1.6em !important;
  color: #000;
}
.type-detail .p-info-wrapper .p-short-description hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}
.type-detail .p-info-wrapper .p-short-description h2 {
  color: #000;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-info-wrapper .p-short-description h2 {
    font-size: 1.3em;
  }
}
.type-detail .p-info-wrapper .p-short-description .bio-table {
  width: 100%;
}
.type-detail .p-info-wrapper .p-short-description ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .p-short-description ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.type-detail .p-info-wrapper .p-short-description ul li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 5px;
  list-style: none;
}
.type-detail .p-info-wrapper .p-short-description ul li:before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: #12A19A;
  position: absolute;
  top: 8px;
  left: 2px;
  border-radius: 10px;
}
.type-detail .p-info-wrapper .p-short-description ul li p {
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  -ms-flex-order: -1;
      order: -1;
  margin-top: 20px;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #000;
  text-decoration: underline;
  letter-spacing: .2px;
  font-size: 1em;
  position: relative;
  top: -10px;
  font-size: 0;
  display: none;
}
.type-detail .p-info-wrapper .p-short-description + p a:before {
  content: 'Více informací';
  font-size: 15px;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  font-size: 9px;
  margin-left: 8px;
  display: none;
}
.type-detail .p-info-wrapper .p-short-description + p a:hover {
  text-decoration: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header,
.type-detail .p-info-wrapper .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header .stars-label,
.type-detail .p-info-wrapper .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000000B2;
  margin-top: 4px;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default {
  display: block;
  -ms-flex-order: -1;
      order: -1;
  width: 100%;
  margin: 0 0 20px 0;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag {
  border-radius: 3px;
  text-transform: uppercase;
}
.type-detail .p-info-wrapper .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper:before {
  display: none;
}
.type-detail .p-info-wrapper .detail-parameters {
  -ms-flex-order: 0;
      order: 0;
  border-top: 15px solid transparent;
  /*margin-bottom: 30px;*/
  position: relative;
  width: 100%;
  /*&:before {
        width: 100%;
        height: 1px;
        background: #E1E1E1;
        content: '';
        position: absolute;
        top: -30px;
      }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters {
    margin-bottom: 15px !important;
  }
}
.type-detail .p-info-wrapper .detail-parameters.empty {
  margin: 0;
}
.type-detail .p-info-wrapper .detail-parameters.extended {
  margin-bottom: 0;
  border-top: 15px solid transparent;
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 18px;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr:first-child:before {
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th {
  width: 100%;
  color: #000;
  font-weight: 500;
  min-width: 135px;
  float: left;
  font-size: 0.85em;
  padding: 6px 5px 6px 12px;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label .question-tooltip {
  margin-left: 7px;
  font-weight: 400;
  background: #adaaaa;
  border: none;
  padding-top: 1px;
  -ms-flex-order: 2;
      order: 2;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label .row-header-label-colon {
  display: none;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr td {
  font-size: 0.85em;
  padding: 6px 5px 6px 12px;
  border: none;
}
.type-detail .p-info-wrapper .detail-parameters tr {
  width: 100%;
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 100%;
  color: #393939;
  font-weight: 500;
  min-width: 135px;
  float: left;
  font-size: 1em;
  margin-bottom: 3px;
  letter-spacing: 0.1px;
}
.type-detail .p-info-wrapper .detail-parameters tr th .shipping-options {
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}
.type-detail .p-info-wrapper .detail-parameters tr td {
  width: 100%;
}
.type-detail .p-info-wrapper .detail-parameters tr select {
  height: 48px;
  border-radius: 5px;
  padding: 0 50px 0 15px;
  color: #000000B2;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/select-bg.svg?v2);
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: right -1px center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  width: 100% !important;
  max-width: 100% !important;
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 14px 18px 14px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 10px;
  /*&:before {
            width: 100%;
            height: 1px;
            background: #E1E1E1;
            content: '';
            position: absolute;
            top: -11px;
          }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
    padding: 15px 15px 0px;
  }
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td {
    width: 100%;
    padding-bottom: 5px;
    color: #000;
  }
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list th select,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th select,
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td select,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td select {
    width: 100%;
    max-width: 100%;
  }
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list .advanced-parameter,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list .advanced-parameter {
  margin: 6px 12px 6px 0;
  width: 48px;
  height: 48px;
}
.type-detail .p-gifts-wrapper {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
}
.type-detail .p-gifts-wrapper .p-gifts-heading {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.type-detail .p-gifts-wrapper .p-gift-name a {
  color: #333;
}
.type-detail .p-gifts-wrapper .p-gift-name a:hover {
  text-decoration: underline;
}
.type-detail .p-gifts-wrapper .p-gift-image {
  width: 60px;
}
.type-detail .p-gifts-wrapper .p-gift-image img {
  max-width: 60px;
}
.type-detail .p-image-wrapper .shipping-options {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-info > div:not(.stars-wrapper) {
    display: none;
  }
  .type-detail .p-detail-info > .stars-wrapper {
    margin-top: 5px !important;
  }
}
.type-detail .advanced-parameter-inner.yes-before::before {
  background-size: 0px;
}
.type-detail .advanced-parameter-inner {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.type-detail .advanced-parameter-inner img {
  display: none;
}
.type-detail .advanced-parameter-inner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 3px;
  padding-left: 1px;
}
.type-detail .advanced-parameter-inner.yes-before {
  border: 3px solid #000000B2;
}
.type-detail .stars-wrapper .stars-label {
  font-size: 0.9em;
  margin-top: 2px;
  margin-left: 5px;
  text-decoration: underline;
  color: #000000B2;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.type-detail .product-top .cofein {
  border: 1px solid #000000B2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  padding: 12px 18px 12px 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000000B2;
  font-size: 0.9em;
  line-height: 1em;
  -ms-flex-order: -1;
      order: -1;
  margin-top: 20px;
}
.type-detail .product-top .cofein img {
  margin-left: 15px;
}
.type-detail .flags-default .flag {
  margin: 0 8px 0 0;
  padding: 4px 6px 2px 6px;
  max-width: 170px;
  font-size: 12px !important;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.type-detail .p-detail-inner-header .default-variant,
.type-detail .p-detail-inner-header .p-code-label {
  display: inline-block;
}
.type-detail .p-detail-inner-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.type-detail .p-detail-inner-header h1 {
  font-weight: 400;
  color: #000;
  margin-top: 15px;
  margin-bottom: 18px;
  font-family: "Rubik" !important;
  font-size: 2em;
  width: 100%;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 1.8em;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner-header h1 {
    margin-bottom: 12px;
  }
}
.type-detail .p-detail-inner-header .dotaz-btn {
  margin-left: auto;
  border: 1px solid #E0020A;
  color: #E0020A;
  padding: 8px 20px 7px 20px;
  font-weight: 500;
  font-size: 0.9em;
  border-radius: 40px;
  display: none;
}
.type-detail .p-detail-inner-header .dotaz-btn:hover {
  color: #fff;
  background: #BFD000;
}
.type-detail .p-detail-inner-header .p-code {
  color: #000000b2;
  display: block;
  margin-bottom: 20px;
  padding: 1px 6px;
  background: #f5f5f4e6;
  margin-top: -7px;
}
.type-detail .p-detail-inner-header .p-code .p-code-label {
  display: inline-block;
}
.type-detail .responsive-nav .hidden-links > li a {
  padding: 10px 20px;
  color: #000000B2;
  background: #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 25px;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  background: transparent;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs ul {
  padding-left: 0;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a {
  padding: 13px 40px 11px 40px;
  text-transform: none;
  color: #000;
  font-size: 18px;
  background: #f2f2f2;
  border-top: none;
  font-weight: 400;
  border: none;
  margin-left: 10px;
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .type-detail .shp-tabs-row .shp-tabs-holder li a {
    padding: 13px 25px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-row .shp-tabs-holder li a {
    padding: 10px 20px 9px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .shp-tabs-row .shp-tabs-holder li a {
    padding: 10px 15px 9px;
    font-size: 15px;
    margin-left: 5px;
  }
}
.type-detail .shp-tabs-row .shp-tabs-holder li a:hover {
  background: #e6e5e5;
  font-weight: 400;
  color: #000;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  background: #BFD000;
  font-weight: 400;
  color: #000;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.custom-tab {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-row .shp-tabs-holder li.custom-tab {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail .p-switchable .inactive {
  display: block;
}
.type-detail .browse-p {
  display: none !important;
}
.type-detail #tab-content {
  /* #variants, #description {
       display: block;
       opacity: 1;
     }*/
}
@media only screen and (min-width: 1200px) {
  .type-detail #tab-content {
    padding: 0 30px;
  }
}
.type-detail #tab-content #variants {
  margin-bottom: 50px;
}
.type-detail .stars a::before,
.type-detail .stars span::before {
  font-size: 14px;
}
.type-detail .social-buttons-wrapper {
  -ms-flex-order: 1;
      order: 1;
}
.type-detail .social-buttons-wrapper a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #BFD000;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #BFD000;
}
.type-detail .p-final-price-wrapper {
  margin-bottom: 10px;
  width: 100%;
  border-bottom: none;
  margin-top: -2px;
  -ms-flex-order: 1;
      order: 1;
  padding-bottom: 0px;
  padding: 0;
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.4em;
  font-weight: 400;
  color: #1b1b1b;
}
.type-detail .p-final-price-wrapper .price-standard span,
.type-detail .p-final-price-wrapper .price-save span {
  font-weight: 400;
}
.type-detail .p-final-price-wrapper .price-measure {
  margin: 0;
  display: none;
}
.type-detail .p-final-price-wrapper .price-final {
  font-size: 3.3em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-final {
    font-size: 2em;
  }
}
.type-detail .stars-wrapper:before {
  display: none;
}
.type-detail .price-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin-top: 10px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*&:not(.with-discount) {
      align-items: center;

      .availability-value {
        order: 2;
      }

      .price-final {
        width: calc(~'100% - 270px');

        @media @mobile-land {
          width: 100%;
        }
      }

      .availability-value {
        width: 290px;
        margin-top: 0;

        @media @mobile-land {
          margin-top: 14px;
          width: 100%;
        }
      }
    }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line {
    margin-top: 0px;
  }
}
.type-detail .price-line .lhuty-button {
  display: none;
}
.type-detail .price-line .price-side {
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -ms-flex: 1;
      flex: 1;
  max-width: 312px;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .price-side {
    width: 100%;
    text-align: left;
    margin: 0;
    -ms-flex: unset;
        flex: unset;
  }
}
.type-detail .price-line .price-side .price-standard,
.type-detail .price-line .price-side .price-save {
  font-size: 1em;
}
.type-detail .price-line .price-side .price-save {
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  background: #FF6464;
  padding: 7px 5px 5px 5px;
  border-radius: 5px;
  margin-left: 0px;
  -ms-flex-order: 3;
  order: 3;
}
.type-detail .price-line .price-side .price-standard {
  color: #393939;
  font-size: 1.2em;
  font-weight: 600;
  margin-right: 10px;
}
.type-detail .price-line .price-side .price-save + .price-final {
  color: #000;
  margin-top: 10px;
}
.type-detail .price-line .price-side .price-additional {
  -ms-flex-order: 5;
      order: 5;
}
.type-detail .price-line .delivery-line {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  text-transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  letter-spacing: 0.6px;
  text-align: right;
}
.type-detail .price-line .delivery-line .delivery-time-label {
  margin-right: 5px;
  font-size: 0;
}
.type-detail .price-line .delivery-line .delivery-time-label:before {
  content: 'Zboží odešleme do:';
  padding-left: 25px;
  font-size: 14px;
  position: relative;
  top: 3px;
  margin-right: -8px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/del-box.svg?v1);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.type-detail .price-line .delivery-line .delivery-time {
  padding-bottom: 0;
  padding-right: 0;
}
.type-detail .price-line .price-final {
  font-size: 1.9em;
  font-weight: 500;
  margin-right: 18px;
  color: #000;
  min-width: 100px;
  -ms-flex-order: 2;
  order: 3;
  margin-top: 0px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  /*.price-final-holder {
        &:after {
          content: 's DPH';
          display: inline-block;
          margin-left: 0;
          font-size: 14px;
          font-weight: 400;
        }
      }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.type-detail .price-line .availability-value {
  font-size: 1em;
  padding-top: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 17px;
  text-transform: none;
  width: 290px;
  text-align: left;
  line-height: 1em;
  background: transparent;
  padding: 8px 8px 2px 8px;
  margin-top: 0;
  width: auto;
  border-radius: 5px;
  -ms-flex-order: -1;
  order: 1;
  line-height: 1.1em;
  margin-bottom: 20px;
  margin-left: 0;
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .availability-value {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }
}
.type-detail .price-line .availability-value .availability-amount {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  display: none;
}
.type-detail .price-line .availability-value > .parameter-dependent.default-variant {
  font-size: 18px;
}
.type-detail .price-line .availability-value .availability-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: capitalize;
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .availability-value .availability-label {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.type-detail .price-line .availability-value .availability-label[style="color: #000000"]:before {
  width: 22px;
  height: 22px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/av-check.svg?v10);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.type-detail .price-line .p-final-price-wrapper {
  margin: 0 20px 0 0;
  width: 30%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .p-final-price-wrapper {
    width: auto;
    margin-right: 30px;
  }
}
.type-detail .price-line .quantity {
  padding: 0;
  width: 90px;
  height: 40px;
  margin: 15px 0;
  border-radius: 5px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.type-detail .price-line .quantity .increase {
  position: absolute;
  right: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .increase:before {
  margin-top: -4px;
  content: '+';
  font-size: 16px;
  font-weight: 800;
}
.type-detail .price-line .quantity .increase:hover {
  background: #ccc;
}
.type-detail .price-line .quantity .decrease {
  position: absolute;
  left: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .decrease:before {
  margin-top: -8px;
  content: '-';
  font-size: 24px;
  font-weight: 700;
}
.type-detail .price-line .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .price-line .quantity input {
  width: 117px;
  height: 42px;
  text-align: center;
  font-weight: 600;
  color: #000000B2;
  font-size: 1.2em;
}
.type-detail .product-top .stars-wrapper {
  -ms-flex-order: -3;
      order: -3;
  margin-top: 15px;
  margin-bottom: 5px;
  display: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .product-top .stars-wrapper {
    margin: 0;
  }
}
.type-detail .product-top .stars-wrapper .stars {
  width: 95px;
  height: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top .stars-wrapper .stars {
    width: 100px;
  }
}
.type-detail .product-top .stars-wrapper .stars .star {
  width: 19px;
  height: 15px;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top .stars-wrapper .stars .star {
    width: 20px;
  }
}
.type-detail .product-top .stars-wrapper .stars .star:before {
  color: #FEB057 !important;
  font-size: 14px;
  line-height: 30px;
  content: "\e91c" !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top .stars-wrapper .stars .star:before {
    font-size: 16px;
  }
}
.type-detail .add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 0;
  padding: 15px 0;
  margin-top: 25px;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart {
    padding: 0;
    margin-top: 20px;
  }
}
.type-detail .add-to-cart .quantity {
  padding: 0;
  width: 117px;
  height: 49px;
  margin: 0;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart .quantity {
    width: 130px;
    margin-right: 10px;
  }
}
.type-detail .add-to-cart .quantity .increase {
  position: absolute;
  right: 13px;
  left: inherit;
  top: 17px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/luxdekor/img/plus-d.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
}
.type-detail .add-to-cart .quantity .increase:hover {
  background: #ccc;
}
.type-detail .add-to-cart .quantity .increase:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity .decrease {
  position: absolute;
  left: 13px;
  right: inherit;
  width: 22px;
  top: 17px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/luxdekor/img/minus-d.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
}
.type-detail .add-to-cart .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .add-to-cart .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity input {
  width: 100%;
  height: 49px;
  text-align: center;
  font-weight: 200;
  color: #000;
  font-size: 1.4em;
  font-family: 'Rubik', sans-serif;
}
.type-detail .add-to-cart button.add-to-cart-button {
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -ms-flex-align: center;
      align-items: center;
  text-transform: none;
  letter-spacing: 0.5px;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 400;
  color: #000;
  background: #BFD000;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  width: calc(100% - 165px);
  max-width: 206px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.1em;
  /*&:after {
        width: 10px;
        height: 10px;
        position: relative;
        content: '';
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/luxdekor/img/arrow-w.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
      }*/
  /*@media @mobile-land {
        width: auto;
        padding: 0 15px;
      }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart button.add-to-cart-button {
    width: calc(100% - 140px);
    font-size: 1.2em;
  }
}
.type-detail .add-to-cart button.add-to-cart-button:hover {
  background: #9caa00;
}
.type-detail .add-to-cart button.add-to-cart-button:before {
  margin-top: -1px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/cart.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 5px;
}
.type-detail .shp-tabs-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  background: transparent;
  border-radius: 0px;
  margin-top: 30px;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 20px;
      background: #FBFBFB;
      content: '';

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .shp-tabs-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.type-detail .product-bottom-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
  margin-top: 20px;
  display: none !important;
}
.type-detail .product-bottom-wrap > div,
.type-detail .product-bottom-wrap > ul {
  width: calc(50% - 25px);
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  padding: 25px 22px 18px 22px;
  -ms-flex: unset;
      flex: unset;
}
@media only screen and (max-width: 992px) {
  .type-detail .product-bottom-wrap > div,
  .type-detail .product-bottom-wrap > ul {
    width: calc(100% - 25px);
    margin-bottom: 20px;
  }
  .type-detail .product-bottom-wrap > div:last-child,
  .type-detail .product-bottom-wrap > ul:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .product-bottom-wrap > div,
  .type-detail .product-bottom-wrap > ul {
    padding: 17px 15px 10px 15px;
    margin-bottom: 15px;
  }
}
.type-detail .product-bottom-wrap > div h3,
.type-detail .product-bottom-wrap > ul h3 {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
@media only screen and (max-width: 480px) {
  .type-detail .product-bottom-wrap > div h3,
  .type-detail .product-bottom-wrap > ul h3 {
    margin-bottom: 10px !important;
  }
}
.type-detail .product-bottom-wrap .extended-description {
  display: none;
}
.type-detail .product-bottom-wrap #relatedFiles {
  opacity: 1;
  display: block;
  margin-top: 0;
}
.type-detail .product-bottom-wrap #relatedFiles li {
  list-style: none;
  margin-bottom: 10px;
}
.type-detail .product-bottom-wrap #relatedFiles li img {
  display: none;
}
.type-detail .product-bottom-wrap #relatedFiles li a {
  color: #000000B2;
}
.type-detail .product-bottom-wrap #relatedFiles li a:before {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/download.svg?v3);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -6px;
}
.type-detail .product-bottom-wrap #relatedFiles li a:hover {
  text-decoration: underline;
}
.type-detail .product-bottom-wrap #productVideos {
  opacity: 1;
  display: block;
}
.type-detail .product-bottom-wrap #productVideos iframe {
  height: 265px;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .type-detail .product-bottom-wrap #productVideos iframe {
    height: 50vw;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .product-bottom-wrap #productVideos iframe {
    height: 42vw;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .blog-section {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.type-detail .p-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 0px;
}
.type-detail .benefitBanner {
  margin-top: 5px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 480px) {
  .type-detail .benefitBanner {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.type-detail .benefitBanner .benefitBanner__content {
  padding-right: 0;
}
.type-detail .benefitBanner .benefitBanner__item {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .benefitBanner .benefitBanner__item {
    padding-right: 0;
  }
}
.type-detail .video-wrapper {
  display: none;
}
.type-detail .p-thumbnails {
  padding-bottom: 1px;
  height: 102px;
}
@media (min-width: 769px) {
  .type-detail .p-thumbnails {
    height: 162px;
  }
}
.type-detail .p-thumbnails .p-thumbnail {
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.type-detail .p-thumbnails .video-thumb {
  width: 102px;
  height: 102px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 769px) {
  .type-detail .p-thumbnails.overflow-next:after,
  .type-detail .p-thumbnails.overflow-prev:before {
    height: 162px;
  }
}
@media (min-width: 769px) {
  .type-detail .p-thumbnails-wrapper .p-thumbnails-inner {
    height: 122px;
  }
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:not(.cbox-gal) {
  border: 1px solid transparent;
  border-radius: 20px;
  width: 102px;
  height: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:not(.cbox-gal) {
    width: 120px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:not(.cbox-gal) img {
  border: none;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:not(.cbox-gal) img {
    width: 100%;
  }
  .type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:not(.cbox-gal) img.big-loaded {
    width: auto;
  }
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:not(.cbox-gal):before {
  display: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:not(.cbox-gal).highlighted {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.type-detail .social-buttons-wrapper {
  margin-top: 10px;
  width: 100%;
}
.type-detail .social-buttons-wrapper .link-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}
.type-detail .social-buttons-wrapper .link-icons .p-code {
  margin-left: auto;
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.9em;
  margin-top: 6px;
  padding-right: 10px;
}
@media (max-width: 418px) {
  .type-detail .social-buttons-wrapper .link-icons .p-code {
    margin-left: 0;
    -ms-flex-order: -1;
        order: -1;
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.type-detail .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.type-detail .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.type-detail .social-buttons-wrapper a {
  text-transform: none;
  color: #000000B2;
  font-weight: 300;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: revert;
      flex-direction: revert;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  height: 33px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 0;
    padding-right: 20px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
  margin-bottom: 12px;
}
.type-detail .social-buttons-wrapper a span {
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a span {
    font-size: 13px;
  }
}
.type-detail .social-buttons-wrapper a:hover {
  color: #000000B2;
}
.type-detail .social-buttons-wrapper a:hover span {
  text-decoration: underline;
  color: #000000B2;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/dog.svg);
  position: relative;
  top: 2px;
}
.type-detail .social-buttons-wrapper .link-icon.share::before,
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 50px;
  margin-right: 10px;
  color: #d5d6da;
  line-height: 46px;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
  margin-bottom: 10px;
}
.type-detail .social-buttons-wrapper .link-icon.chat:before,
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 34px;
  height: 34px;
  margin: 0 10px 0 0;
}
.type-detail .social-buttons-wrapper .link-icon.print {
  display: none;
}
.type-detail .social-buttons-wrapper .link-icon.share::before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/share.svg?v2);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: "";
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
  background: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/chat.svg?v2) no-repeat center !important;
  background-size: 28px !important;
  top: -2px;
  position: relative;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  content: "";
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
  background: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/dog.svg?v2) no-repeat center !important;
  background-size: 26px !important;
  top: -1px;
  position: relative;
}
.type-detail .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .type-detail .social-buttons-wrapper .link-icon {
    padding-right: 30px;
  }
}
.type-detail .social-buttons-wrapper .link-icon:hover.chat:before,
.type-detail .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.type-detail .social-buttons-wrapper .link-icon:hover.share:before,
.type-detail .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000000B2;
}
.type-detail .basic-description > h3:first-child,
.type-detail h2.products-related-header {
  font-size: 2em;
  font-family: 'Rubik', cursive !important;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail .products-related ~ .alternative-wrap h2.products-related-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .type-detail .p-switchable .related-sm-screen-hide {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .products {
    margin-bottom: 20px;
  }
}
.type-detail .hp-ratings.container {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .type-detail .hp-ratings.container {
    margin-top: 40px;
  }
}
.type-detail #content h2.products-related-header {
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 60px;
  /*&:after {
      content: '';
      position: absolute;
      left: 0;
      background: @green;
      bottom: 0;
      width: 75px;
      height: 5px;
    }

    &:before {
      width: calc(~'100vw - 60px');
      height: 100%;
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #f7f8f9;
      bottom: 0;
      z-index: -1;
      border-radius: 5px 5px 0 0;

      @media (max-width: 1580px) {
        width: 100vw;
        border-radius: 0;
      }

      @media @tablet-port {
        display: none;
      }
    }

    @media @tablet-port {
      font-size: 1.8em;
    }

    @media @mobile-land {
      padding-top: 20px;
      margin-bottom: 0px;
      font-size: 1.6em;
    }*/
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 20px 20px 0 0;
      background: #FBFBFB;
      content: '';
      z-index: -1;

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
@media only screen and (max-width: 480px) {
  .type-detail #content h2.products-related-header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.type-detail #content h2.products-related-header + .products,
.type-detail #content h2.products-related-header + .products-rel-wrap,
.type-detail #content h2.products-related-header + .products-alt-wrap {
  -ms-flex-order: 6;
      order: 6;
}
.type-detail #content h2.products-related-header > * {
  z-index: 2;
}
.type-detail .products-block {
  position: relative;
  padding-bottom: 30px;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 0 0 20px 20px;
      background: #FBFBFB;
      content: '';

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
.type-detail .products-rel-wrap,
.type-detail .products-alt-wrap {
  margin-bottom: 20px;
}
.type-detail .products-rel-wrap .products.products-block.slick-slider,
.type-detail .products-alt-wrap .products.products-block.slick-slider {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .products-rel-wrap .products.products-block.slick-slider,
  .type-detail .products-alt-wrap .products.products-block.slick-slider {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .products-rel-wrap .products.products-block.slick-slider,
  .type-detail .products-alt-wrap .products.products-block.slick-slider {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .products-rel-wrap,
  .type-detail .products-alt-wrap {
    margin-bottom: 0;
  }
}
.type-detail .products-related:after {
  display: none;
}
.type-detail #ratingTab {
  /*display: block;
    opacity: 1;
    margin-top: 70px;
    color: #000000B2;*/
  /* &:before {
      content: 'Hodnocení produktu';
      font-size: 2em;
      font-weight: 500;
      text-align: center;
      display: block;
      margin-bottom: 30px;

      @media @tablet-port {
        font-size: 1.8em;
      }

      @media @mobile-land {
        font-size: 1.6em;
      }
    }*/
}
@media only screen and (max-width: 480px) {
  .type-detail #ratingTab {
    margin-top: 40px;
  }
}
.type-detail #ratingTab .vote-wrap {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.type-detail #ratingTab .votes-wrap.toggled .vote-wrap:nth-child(n + 6) {
  display: none;
}
.type-detail #ratingTab .ratings-toggle {
  display: inline-block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 7px 20px 8px 20px;
  font-weight: 600;
  transition: 0.3s;
}
.type-detail #ratingTab .ratings-toggle:hover {
  background: #f2f2f2;
}
.type-detail #ratingTab .vote-pic {
  display: none;
}
.type-detail #ratingTab .rate-list {
  margin-bottom: 0;
}
.type-detail #ratingTab .rate-list .stars {
  width: 50px;
}
.type-detail #ratingTab .btn,
.type-detail #ratingTab span.link-like {
  border-bottom: 3px solid #0c0302;
  border-radius: 40px;
  background: #BFD000;
  color: #fff;
  text-transform: none;
  font-weight: 600;
  padding: 10px 25px;
  text-align: center;
}
.type-detail #ratingTab .btn:before,
.type-detail #ratingTab span.link-like:before {
  display: none;
}
.type-detail #ratingTab .btn:hover,
.type-detail #ratingTab span.link-like:hover {
  background: #9caa00;
}
.type-detail #ratingTab .stars {
  width: 150px;
  height: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail #ratingTab .stars {
    width: 100px;
  }
}
.type-detail #ratingTab .stars .star {
  width: 30px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .type-detail #ratingTab .stars .star {
    width: 20px;
  }
}
.type-detail #ratingTab .stars .star:before {
  color: #FEB057 !important;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .type-detail #ratingTab .stars .star:before {
    font-size: 16px;
  }
}
.type-detail .tab-content .btn.btn-primary {
  text-transform: none;
  font-size: 1em;
  padding: 11px 15px 11px;
  border-radius: 5px;
  background: #2A2C41;
  border: none;
}
.type-detail .tab-content .btn.btn-primary:hover {
  background: #12A19A;
}
.type-detail .extended-description h3 {
  font-size: 25px;
  font-weight: 600;
}
.type-detail .basic-description {
  /*max-width: 100vw;*/
  /*overflow: auto;*/
  color: #000;
  text-align: left;
  line-height: 1.6em;
  font-size: 14px;
  /*table {
      border: none;
      max-width: 530px;
      text-align: left;
      width: 100% !important;
      margin: 0 auto;

      tr {
        th, td {
          background-color: transparent !important;
          border: none;
          padding: 8px 15px;
          color: #000000B2;

          span {
            color: #000000B2 !important;
          }
        }
        td:first-child {
          padding-right: 20px;
        }
      }
    }*/
}
.type-detail .basic-description > h3:first-child {
  font-size: 2em;
  color: #000;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 0px;
  font-family: "Rubik", sans-serif !important;
  display: none;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.6em;
  }
}
.type-detail .basic-description h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  color: #000000B2;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) {
  .type-detail .basic-description h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description h1 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .basic-description h1 {
    font-size: 1.8em;
  }
}
.type-detail .basic-description h1 + h3 {
  display: none;
}
.type-detail .basic-description .plus-gallery-wrap {
  text-align: left;
}
.type-detail .basic-description hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}
.type-detail .basic-description h2 {
  /*font-size: 2.8em;

      @media @desktop {
        font-size: 2.5em;
      }

      @media @tablet-port {
        font-size: 2em;
      }

      @media @mobile-land {
        font-size: 1.8em;
      }*/
}
.type-detail .basic-description h3 {
  font-size: 1.6em;
  text-transform: uppercase;
  /*text-align: left;
      font-weight: 700;
      margin-top: 30px;
      font-size: 2em;
      margin-bottom: 25px;

      @media @mobile-land {
        font-size: 1.6em;
        margin-bottom: 15px;
      }*/
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description h3 {
    font-size: 1.4em;
  }
}
.type-detail .basic-description h3:first-child + h2 {
  margin-top: 20px;
}
.type-detail .basic-description .desc-bottom-part {
  margin-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 992px) {
  .type-detail .basic-description .desc-bottom-part {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 35px;
  }
  .type-detail .basic-description .desc-bottom-part .table-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .type-detail .basic-description .desc-bottom-part .table-wrap table {
    width: 100%;
  }
  .type-detail .basic-description .desc-bottom-part .img-wrap img {
    max-width: 450px;
  }
}
.type-detail .basic-description #pobo-all-content .widget-typography h2:not(.rc-header-text__header) {
  font-weight: 400;
  color: #BFD000;
}
.type-detail .basic-description #pobo-all-content .widget-typography h2:not(.rc-header-text__header) strong {
  font-weight: 400;
}
.type-detail .basic-description #pobo-all-content .widget-typography {
  margin: 0;
  max-width: 100%;
}
.type-detail .basic-description #pobo-all-content .widget-typography h3 {
  font-weight: 300 !important;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="239"] + div[data-pobo-widget-id="240"] {
  margin-top: 44px;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="70"] {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .type-detail .basic-description #pobo-all-content .rc-image-half-right__text {
    padding-right: 31px;
  }
}
.type-detail .basic-description #pobo-all-content .widget-container {
  padding-top: 0;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description #pobo-all-content .widget-container {
    padding-bottom: 10px;
  }
}
.type-detail .basic-description #pobo-all-content table {
  background: transparent;
  box-shadow: none;
  padding: 0;
  max-width: 100%;
  border: none;
  border-radius: 0;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="70"] + div[data-pobo-widget-id="84"] {
  margin-top: -35px;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="84"] {
  padding-top: 20px;
  padding-bottom: 0;
}
.type-detail .basic-description #pobo-all-content h2 {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description #pobo-all-content h2 {
    font-size: 1.6em  !important;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .basic-description #pobo-all-content h2 {
    font-size: 1.5em  !important;
  }
}
.type-detail .basic-description #pobo-all-content h2 + table.pb-standard-table {
  margin-top: 20px;
}
.type-detail .basic-description #pobo-all-content .rc-interview-photo__wrap {
  background: #fff;
}
.type-detail .basic-description #pobo-all-content .rc-image-half-left,
.type-detail .basic-description #pobo-all-content .rc-video-left,
.type-detail .basic-description #pobo-all-content .rc-image-half-right {
  -ms-flex-align: start;
      align-items: flex-start;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="84"] + div[data-pobo-widget-id="70"] {
  margin-top: 40px;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] {
  padding-bottom: 80px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] strong,
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] b {
  font-weight: 300;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] h2#aktivni-latky + p > strong {
  color: #fff;
  background: #727512;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  padding: 0;
  padding-left: 0;
  padding-top: 7px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] .widget-image-half-right {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] .rc-image-half-right__text {
    padding: 0 0 25px 0;
  }
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] .rc-image-half-right__text.rolled > p:nth-child(n + 8) {
  display: none;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] .rc-image-half-right__text .button.show-more {
  height: auto;
  position: relative;
  width: auto;
  font-size: .9em;
  font-weight: 500;
  color: #000000B2;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  border: 1px solid #727512;
  border-radius: 3px;
  padding: 12px 20px 9px 20px;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="7"] .rc-image-half-right__text .button.show-more:hover {
  background: #727512;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="240"] .rc-image-half-left__text {
    padding: 0;
  }
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="240"] .rc-image-half-left__image {
    padding-top: 10px;
  }
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="241"] .rc-video-left__video {
  width: 50%;
  padding-right: 30px;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="241"] .rc-video-left__text {
  width: 50%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="241"] .rc-video-left__video {
    width: 100%;
    padding-right: 0;
  }
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="241"] .rc-video-left__text {
    width: 100%;
    padding-left: 0px;
    -ms-flex-order: -1;
        order: -1;
    padding-bottom: 5px;
  }
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="242"] .widget-typography {
  text-align: justify;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="242"] strong,
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="242"] b {
  font-weight: 300;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-carousel-container {
  padding: 0;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-carousel-container .pb-carousel-inner {
  padding: 20px 5px;
}
@media (max-width: 1450px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-carousel-container .pb-carousel-inner {
    padding: 0 50px;
  }
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-klara-rott-reference__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 10px;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-carousel-inner__trigger-left {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/car-left.svg?v9);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  left: -60px;
  transform: none;
}
@media (max-width: 1450px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-carousel-inner__trigger-left {
    left: 0;
  }
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-carousel-inner__trigger-right {
  right: -60px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/car-right.svg?v9);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 1450px) {
  .type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="243"] .pb-carousel-inner__trigger-right {
    right: 0;
  }
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="240"] ul {
  list-style: none;
  margin-left: 0;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="240"] ul li {
  font-size: 15px;
  padding-left: 22px;
  position: relative;
  margin-bottom: 5px;
}
.type-detail .basic-description #pobo-all-content div[data-pobo-widget-id="240"] ul li:before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: #727512;
  position: absolute;
  top: 10px;
  left: 2px;
  border-radius: 10px;
}
.type-detail .basic-description #pobo-all-content .widget-typography p {
  font-size: 15px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description #pobo-all-content .rc-interview-photo__text--left:before {
    left: -30px;
    top: 0;
  }
}
.type-detail .basic-description #pobo-all-content table {
  max-width: 700px;
  margin-right: auto;
  margin-left: 0;
}
.type-detail .basic-description #pobo-all-content table tbody tr td:nth-child(2) {
  background: transparent !important;
}
.type-detail .basic-description #pobo-all-content table tbody tr td {
  padding: 10px 15px !important;
  font-size: 15px;
}
.type-detail .basic-description #pobo-all-content table tbody tr td:first-child {
  font-size: 15px;
}
.type-detail .basic-description ul {
  text-align: left;
}
.type-detail .basic-description .row table {
  margin-left: 0;
  margin-right: 0;
}
.type-detail .contact-banner {
  background: #f0f0f0;
  margin-top: 20px;
  text-align: center;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .type-detail .contact-banner {
    margin-bottom: 30px;
  }
}
.type-detail .contact-banner h3 {
  display: block !important;
  margin: 40px 0 30px 0;
  font-size: 1.6em;
  font-weight: 600;
  color: #000000B2;
}
.type-detail .contact-banner p {
  margin-top: 20px;
  font-size: 1.1em;
  color: #000000B2;
}
.type-detail .contact-banner .top-navigation-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 20px;
  max-width: 270px;
  background: transparent;
  margin: 30px auto 20px auto;
  text-align: left;
}
.type-detail .contact-banner .top-navigation-contacts a {
  position: relative;
  padding-left: 50px;
  color: #000000;
  margin-bottom: 25px;
  display: block !important;
  font-size: 1.3em;
}
.type-detail .contact-banner .top-navigation-contacts a span {
  display: inline-block !important;
}
.type-detail .contact-banner .top-navigation-contacts a:before {
  left: 0;
  position: absolute;
  font-size: 34px;
  color: #BFD000;
}
.type-detail .contact-banner .top-navigation-contacts a .open-time {
  display: block;
  font-size: 0.8em;
}
.type-detail .contact-banner .photo img {
  max-width: 110px;
  max-height: 110px;
}
.type-detail #ratingTab {
  /* &:before {
       content: 'Hodnocení';
       font-size: 2.3em;
       font-weight: 600;
       display: block;
       margin-bottom: 25px;
       color: #343434;
 
       @media @tablet-port {
         font-size: 1.5em;
       }
     }
 */
}
.type-detail #ratingTab .votes-wrap {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
}
.type-detail .alternative-wrap {
  -ms-flex-order: 5;
      order: 5;
  margin-bottom: 40px;
  margin-top: 40px;
}
.type-detail .alternative-wrap .products-alternative:after {
  display: none;
}
.type-detail .products-alternative:after {
  display: none;
}
.type-detail .extended-description h3,
.type-detail #relatedFiles h3,
.type-detail #productVideos h3 {
  font-size: 1.4em;
  font-family: 'Rubik' !important;
  color: #000;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin-bottom: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .extended-description h3,
  .type-detail #relatedFiles h3,
  .type-detail #productVideos h3 {
    font-size: 1.3em;
  }
}
.type-detail .extended-description {
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px;
  max-width: 600px;
}
@media only screen and (max-width: 480px) {
  .type-detail .extended-description {
    max-width: 100%;
  }
}
.type-detail .extended-description table {
  width: 100%;
}
.type-detail .extended-description table tr:nth-child(odd) {
  background: #F8F8F8;
}
.type-detail .extended-description table tr:last-child {
  border-bottom: none;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 9px 15px;
  color: #000;
}
.type-detail .extended-description table tr th {
  padding-right: 12px;
  min-width: 180px;
  font-weight: 300;
  width: 185px;
}
@media only screen and (max-width: 1200px) {
  .type-detail .extended-description table tr th {
    width: auto;
    min-width: 120px;
  }
}
.type-detail .extended-description table tr a {
  color: #000000;
  text-decoration: underline;
}
.type-detail .extended-description table tr td {
  font-weight: 300;
}
.type-detail .description-inner {
  padding: 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-detail .description-inner > div {
  width: 100%;
  -ms-flex: unset;
      flex: unset;
}
.type-detail .detail-banners {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
  }
}
.stars .star:before {
  color: #141414 !important;
}
.content-inner {
  max-width: 100%;
}
#colorbox .advanced-order .h1.advanced-order-suggestion {
  padding-left: 40px;
  padding-right: 40px;
}
#colorbox .advanced-order .products .slick-arrow {
  top: -50px;
  right: 5px;
  left: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products .slick-arrow.slick-prev {
  display: block;
  left: 5px;
  right: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products-block {
  margin: 0;
}
#colorbox .advanced-order .products-block.margin {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
#colorbox .advanced-order .products-block.margin .slick-list {
  padding: 0 !important;
}
.fixed-cart-line {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  padding: 10px 0;
  border-bottom: 1px solid #EDEDED;
  display: none;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line {
    top: initial;
    bottom: 0;
    border-bottom: none;
    padding: 6px 0;
    border-top: 1px solid #ccc;
    width: 100%;
  }
}
.fixed-cart-line .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  /*max-width: calc(~'100% - 68px') !important;*/
}
@media only screen and (max-width: 1500px) {
  .fixed-cart-line .container {
    max-width: 100% !important;
  }
}
.fixed-cart-line .fcl-desc {
  width: 100%;
}
.fixed-cart-line .fcl-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-left {
    width: calc(100% - 175px);
  }
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .fcl-left {
    width: calc(100% - 100px);
  }
}
.fixed-cart-line .fcl-image {
  width: 55px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-image {
    display: none;
  }
}
.fixed-cart-line .fcl-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.fixed-cart-line .fcl-title {
  font-size: 1em;
  font-weight: 600;
  /*@media @mobile-land {
      position: absolute;
      left: 15px;
      top: 2px;
      font-size: 0.9em;
      width: calc(~'100% - 172px');
    }*/
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-title {
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.fixed-cart-line .p-final-price-wrapper .price-standard,
.fixed-cart-line .p-final-price-wrapper .price-save {
  display: none;
}
.fixed-cart-line .p-final-price-wrapper strong {
  font-weight: 400;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .p-final-price-wrapper strong {
    font-size: 1em;
  }
}
.fixed-cart-line .p-final-price-wrapper .price-additional {
  display: block;
  font-size: 0.7em;
  opacity: 0.7;
  margin-top: -3px;
}
.fixed-cart-line .fcl-form {
  /*@media @mobile-land {
      width: 100%;
    }*/
}
.fixed-cart-line .fcl-form .quantity {
  display: none !important;
}
.fixed-cart-line .fcl-form .btn {
  height: 40px;
  padding: 0 15px;
  border: none;
  font-weight: 600;
  border-radius: 5px !important;
  font-size: 1.1em;
  color: #fff;
  margin-top: 0;
  letter-spacing: .2px;
  text-transform: none;
  background: #12A19A;
  box-shadow: 0px 8px 16px rgba(30, 30, 28, 0.16);
  cursor: pointer;
  transition: 0.3s;
  width: 100% !important;
  height: 40px !important;
  font-size: 1em !important;
  min-width: 145px !important;
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .fcl-form .btn {
    min-width: 100px !important;
  }
}
.fixed-cart-line .fcl-form .btn:before {
  background-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -1px !important;
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .fcl-form .btn:before {
    display: none !important;
  }
}
.fixed-cart-line .fcl-form .btn:hover {
  background: #2A2C41;
}
.fixed-cart-line .p-final-price-wrapper {
  margin-bottom: 0 !important;
}
.fixed-cart-line .add-to-cart {
  display: none;
}
.fixed-cart-line .fcl-form {
  margin-left: auto;
}
.fixed-cart-line .fcl-form .add-to-cart {
  margin-top: 0 !important;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
}
.fixed-cart-line .price-line {
  margin: 0;
  padding: 0 !important;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 300px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line {
    min-width: 266px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.fixed-cart-line .price-line .price-side {
  max-width: unset;
}
.fixed-cart-line .price-line .availability-value {
  display: none;
}
.fixed-cart-line .price-line .p-final-price-wrapper > span {
  display: none;
}
.fixed-cart-line .price-line .p-final-price-wrapper .price-final {
  display: block;
}
.fixed-cart-line .price-line .price-additional {
  display: none;
}
.fixed-cart-line .price-line .pr-list-unit {
  font-size: 0.8em;
  opacity: 0.6;
}
.fixed-cart-line .price-line .price-final {
  font-size: 1.1em;
  margin-top: 2px !important;
  color: #000 !important;
  margin-bottom: 0;
}
.fixed-cart-line .price-line .add-to-cart {
  display: -ms-flexbox;
  display: flex;
}
.fixed-cart-line .price-line .add-to-cart .quantity {
  margin: 0 20px;
  display: none;
}
.fixed-cart-line .price-line .add-to-cart .btn,
.fixed-cart-line .price-line .add-to-cart button {
  border: none;
  padding: 0 20px;
  cursor: pointer;
  height: 40px;
  margin-left: 30px;
  color: #fff;
  background: #12A19A;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line .add-to-cart .btn,
  .fixed-cart-line .price-line .add-to-cart button {
    padding: 0 15px;
    margin-left: 15px;
  }
}
.fixed-cart-line .price-line .add-to-cart .btn:hover,
.fixed-cart-line .price-line .add-to-cart button:hover {
  background: #2A2C41;
}
@media only screen and (min-width: 768px) {
  .scrolled-up .fixed-cart-line {
    top: -100px;
  }
}
/*
.multiple-columns-body {
  .fixed-cart-line {
    @media @tablet-min {
      width: calc(~'100% - 280px');
    }
  }
}*/
#header .btn.cart-count {
  color: #fff !important;
  text-decoration: none;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1em;
  min-height: 42px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  right: 0;
  border: none;
  padding: 0px;
  background: transparent;
  transition: 0.3s;
  border-radius: 40px;
  position: relative;
  padding-right: 0;
  max-width: 123px;
  min-width: inherit;
  outline: none !important;
  width: 123px;
  border-right: 1px solid #EAEAEB;
  border-radius: 0;
  height: 95px;
  top: 0;
  transform: none;
  -ms-flex-pack: center;
      justify-content: center;
  /*&.full {
    font-size: 16px;

    .cart-price {
      font-size: 14px;
      font-weight: 400;
      padding-right: 25px;
      padding-top: 1px;
    }
  }*/
}
@media (max-width: 1300px) {
  #header .btn.cart-count {
    width: 80px;
  }
}
#header .btn.cart-count .cart-price {
  display: none !important;
  width: 95px;
  margin-right: 19px;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  color: #fff;
}
@media (max-width: 1200px) {
  #header .btn.cart-count .cart-price {
    display: none;
  }
}
#header .btn.cart-count:before {
  font-weight: 500;
  height: 24px;
  width: 24px;
  font-size: 1.1em;
  content: "";
  border-radius: 0;
  text-transform: uppercase;
  color: transparent;
  overflow: hidden;
  line-height: 36px;
  display: inline-block;
  padding: 0;
  position: relative;
  margin-left: 0px;
  z-index: 999;
  letter-spacing: 0;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/cart.svg?v13);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  margin-right: 0;
  min-width: 32px;
}
#header .btn.cart-count i {
  right: auto;
  bottom: auto;
  font-style: normal;
  line-height: 22px;
  border-radius: 20px;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #BFD000 !important;
  color: #000;
  border: none;
  padding: 0;
  box-shadow: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  font-size: 11px;
  padding-top: 2px;
  font-weight: 400;
  position: relative;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #header .btn.cart-count {
    position: relative;
    top: 12px;
    height: 44px !important;
    margin-right: 0;
    min-height: 33px;
    /* border-radius: 10px; */
    z-index: 999;
    transform: none;
    width: 44px;
    transition: 0s;
    position: absolute;
    right: 15px;
    border: none;
  }
  #header .btn.cart-count:before {
    background-size: 24px;
    margin-left: 19px;
  }
  #header .btn.cart-count span {
    display: none;
  }
  #header .btn.cart-count.full:after {
    display: none;
  }
}
.search-whisperer .p-availability {
  height: auto;
}
.search-whisperer .p-availability .p-availability-inner {
  overflow: visible;
  white-space: inherit;
  text-overflow: initial;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  #header .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #header .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    border: none !important;
    position: relative;
    background: #fff;
    z-index: 2;
  }
  #header:before {
    width: 100vw;
    height: 50px;
    background: #edeeee;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-top: none;
  }
  #header .navigation-in > ul > li.ext > ul > li {
    min-height: 40px !important;
  }
  #header .montaz-btn {
    background: #12A19A;
    color: #fff;
    padding: 9px 11px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 60px;
    font-size: 14px;
    letter-spacing: 0.6px;
    border-radius: 0 0 5px 5px;
    font-weight: 300;
  }
  #header .montaz-btn:hover {
    text-decoration: none;
    background: #10958e;
  }
  #header .top-nav-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0;
    font-size: 13px;
    color: #383C43;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    z-index: 9;
    position: absolute;
    transition: none;
    cursor: pointer;
    opacity: 1;
    background-color: transparent;
    top: 0;
    height: 95px;
    width: 98px;
    border-right: 1px solid #EAEAEB;
    border-radius: 0;
    right: 122px;
    border-left: 1px solid #EAEAEB;
  }
  #header .top-nav-button span {
    display: none;
  }
  #header .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/user.svg?v88);
    background-size: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  #header .top-nav-button:hover:before {
    opacity: 0.7;
  }
  #header .nav-fav-cats {
    display: none;
  }
  #header .nav-fav-cats .fav-categories {
    padding-bottom: 0;
  }
  #header .nav-fav-cats .fav-categories .container {
    width: 100%;
  }
  #header .nav-fav-cats .fav-categories h1 {
    font-size: 1.4em;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
    max-width: 100%;
    padding-bottom: 23px;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image {
    margin-right: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image a {
    padding: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .text a {
    padding: 0;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 0;
  }
  #header .dkLabFavHeaderIconBtn {
    position: absolute;
    right: 86px;
    top: 7px;
  }
  #header .dkLabFavHeaderIconBtn:before {
    font-size: 16px;
    position: relative;
    color: #404040;
    font-weight: 600;
  }
  #header .navigation-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 2;
        order: 2;
    padding-top: 0;
  }
  #header .socials {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .socials a {
    margin-right: 13px;
  }
  #header .socials a:hover img {
    opacity: 0.7;
  }
  #header .site-name {
    text-align: left;
    margin: 0;
    z-index: 2;
    position: relative;
    line-height: 0;
    width: 235px;
  }
  #header .site-name a {
    display: block;
  }
  #header .site-name img {
    max-width: 100%;
    height: auto;
    max-height: 84px !important;
    width: auto !important;
  }
  #header .header-top {
    height: 95px;
    padding: 0 !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    /* &:after {
         width: 100vw;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         content: '';
         height: 52px;
         bottom: -52px;
         background: #191A1E;
       }*/
    /*&:before {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 100%;
        top: 0;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/head-bg.jpg);
        background-size: cover;
      }*/
  }
  #header .header-top > div {
    -ms-flex: inherit;
        flex: inherit;
  }
  #header .menu-helper {
    right: 15px;
    top: unset;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    height: 39px;
    bottom: 7px;
    background: transparent;
    /*&:after {
        background: transparent;
        color: #fff;
        content: 'Další';
        width: 80px;
        height: 20px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/menu-helper-w.svg?v4);
        background-size: 19px;
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 18px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 29px;
        font-family: 'Rubik', sans-serif !important;
        font-size: 16px;
        font-weight: 300;
      }*/
  }
  #header .menu-helper a {
    text-transform: none;
    color: #000;
  }
  #header .menu-helper a:hover {
    color: #12A19A;
  }
  #header .menu-helper .menu-level-2 {
    padding-bottom: 10px;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #000;
  }
  #header #navigation {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    height: 50px;
    transition: none;
    margin: 0;
    border-bottom: none;
    width: calc(100% - 30px);
    /*@media (max-width: 1200px) {
        width: calc(~'100% - 530px');
      }*/
  }
  #header #navigation #nav-manufacturers {
    display: none !important;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
    font-size: 16px;
    /*#nav-manufacturers {
          display: none;
        }*/
  }
  #header #navigation .navigation-in ul li a {
    color: #fff;
    background: transparent !important;
  }
  #header #navigation .navigation-in ul li a:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    border: none !important;
    margin: 0;
    padding: 0;
    border-right: 1px solid #EAEAEB !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 20px;
    font-weight: 400;
    margin: 0;
    color: #000;
    border-radius: 0px;
    text-transform: none;
    font-size: 15.5px;
    letter-spacing: 0.1px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #000;
    background: #BFD000 !important;
    text-decoration: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover .submenu-arrow {
    color: #000 !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active {
    color: #000;
    background: #BFD000 !important;
    text-decoration: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active .submenu-arrow {
    color: #000 !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 0px;
    color: #000;
    padding-left: 10px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow:after {
    font-size: 9px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a b {
    font-weight: 400;
  }
  #header #navigation .navigation-in .menu-level-1 > li:not(.splitted):last-child > a {
    border: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 15px;
    -ms-flex-align: start;
        align-items: flex-start;
    background: #fff;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 a {
    color: #000;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.1em;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div {
    margin: auto;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-image {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: inherit;
    margin-top: 5px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 li {
    width: 100%;
    color: #000;
    font-size: 0;
    line-height: 0px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 li a {
    color: #000 !important;
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 18px;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li > div {
    text-align: left;
    width: 100%;
    padding: 3px 0 0 15px;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li > div > a {
    font-size: 1em;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 .menu-image {
    display: block;
    padding: 0;
    width: 76px;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 .menu-image img {
    max-width: 100%;
    height: auto;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 .menu-level-3 li a {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-742 .menu-level-2 .menu-image {
    display: none !important;
  }
  #header .search {
    -ms-flex: initial !important;
        flex: initial !important;
    margin-left: 22px;
    margin-right: auto;
    max-width: 650px;
    width: calc(100% - 890px);
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-left: 1px solid #EAEAEB;
    padding: 0 15px 0 12px;
    border-right: 1px solid #EAEAEB;
    margin-top: -4px;
    /*.search-form {
        position: absolute;
        right: 110px;
        top: 50%;
        width: 50px;
        transform: translateY(-50%);
        cursor: default;
        margin-top: 0;
        z-index: 9999;

        @media (max-width: 1200px) {
          right: 90px;
        }

        .search-toggle {
          overflow: hidden;
          color: transparent;
          content: '';
          right: 0;
          top: -24px;
          height: 44px;
          width: 44px;
          position: absolute;
          z-index: 2;
          transition: none;
          cursor: pointer;
          opacity: 1;
          border-radius: 40px;
          background-color: transparent;

          &:before {
            content: '';
            background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/search.svg?v7);
            background-size: 18px;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 0;
            position: absolute;
            top: 13px;
            left: 13px;
          }

          &:hover {
            &:before {
              opacity: 1;
            }
          }
        }

        fieldset {
          transition: 0.3s;
          position: relative;
          right: 20px;
          padding: 0;

          input {
            padding-left: 15px;
            opacity: 0;
            height: 52px;
            background: #fff;
            float: right;
            width: 300px;
            padding-right: 10px;
            margin-bottom: 0;
          }

          button {
            position: absolute;
            right: 2px;
            top: 2px;
            border: none !important;
            left: unset;
            width: 120px;
            height: 48px;
            font-size: 0.85em;
            overflow: hidden;
            color: #fff;
            padding: 0;
            transition: none;
            background: @brown;
            z-index: 2;
            min-height: 20px;
            border-radius: 0;
            min-width: 0;
            opacity: 0;

            &:focus {
              outline: none;
              border: none;
            }

            &:before {
              color: #fff;
              font-size: 16px;
              content: '\e920';
              font-family: shoptet;
              -moz-transform: scale(-1, 1);
              -webkit-transform: scale(-1, 1);
              -o-transform: scale(-1, 1);
              -ms-transform: scale(-1, 1);
              transform: scale(-1, 1);
              font-weight: 600;
              display: inline-block;
              right: 10px;
              position: absolute;
              display: none;
            }
          }
        }

        fieldset {
          display: none;
        }
        &.hovered {
          position: absolute;
          left: initial;
          right: 110px;
          top: 0px;
          transform: none;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          height: 100%;
          width: calc(~'100% - 450px' );
          z-index: 999999;
          background: transparent;
          padding-right: 35px;

          @media (max-width: 1200px) {
            right: 90px;
          }

          .search-toggle {
            top: 7px;
            opacity: 1;
            right: 0;

            &:before {
              background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/stegu/img/close.svg?v3);
              background-size: 16px;
              background-position: center;
              background-color: transparent;
              border-radius: 40px;
              width: 48px;
              height: 48px;
              opacity: 1;
              left: 0;
              top: 0;
            }
            &:hover {
              &:before {
                opacity: 1;
              }
            }
          }
          .search-whisperer.active {
            display: block;
            top: 48px;
            border-radius: 0 0 4px 4px;
          }
          fieldset {
            opacity: 1;
            display: block;
            width: calc(~'100% - 20px');
            float: right;

            input {
              opacity: 1;
              width: 100%;
              border-radius: 0px;
              height: 46px;
              font-size: 1em;
              color: @mainText;
              padding-left: 20px;
              background: #fff;
              border: 1px solid rgba(0, 0, 0, 0.4);
            }

            button {
              opacity: 1;
              background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/search.svg?v3);
              background-size: 20px;
              width: 44px;
              height: 44px;
              color: transparent;
              font-size: 0;
              border-radius: 40px;
              background-repeat: no-repeat;
              transition: 0.3s;
              background-position: center;
              background-color: transparent;
              top: 1px;
              right: 3px;

              &:before {
                display: none;
              }

              &:hover {
                opacity: 0.7;
              }
            }
          }
        }

        !*&:before {
          width: 25px;
          height: 30px;
          font-size: 20px;
          color: #4f4e4c;
          content: '\e920';
          font-family: shoptet;
          position: absolute;
          right: -11px;
          top: 4px;
          transform: scaleX(-1);
        }*!
      }*/
  }
  #header .search .search-whisperer {
    top: 54px;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
  }
  #header .search .search-form {
    width: 100%;
  }
  #header .search .search-form fieldset {
    position: relative;
    max-width: 100%;
    margin-left: auto;
  }
  #header .search .search-form fieldset button {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/search.svg?v5);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    width: 53px;
    height: 53px;
    opacity: 1;
    left: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    left: inherit;
    transition: 0.3s;
  }
  #header .search .search-form fieldset button:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #header .search .search-form fieldset input {
    background: transparent;
    padding: 0 40px 0 20px;
    height: 54px;
    border: none;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0px;
    border-radius: 3px;
  }
  #header .search .search-form fieldset input:focus,
  #header .search .search-form fieldset input:focus-visible {
    outline: none;
  }
  #header .search .search-form fieldset input:-ms-input-placeholder {
    color: #767676;
  }
  #header .search .search-form fieldset input::placeholder {
    color: #767676;
  }
  .type-index #header {
    border-bottom: none !important;
  }
  /*.fixed-menu {
    #header {
      margin-bottom: 48px;
      z-index: 99;
    }
    #header .menu-helper {
      position: fixed;
      top: 10px;
      z-index: 99;
      right: calc(~'50% - 640px');

      @media (max-width: 1440px) {
        right: 15px;
      }
    }
    #header #navigation {
      position: fixed;
      top: 0;
      margin: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      background: #191A1E;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      border-color: transparent;
      margin-top: -1px;

      .navigation-in {
        max-width: 1280px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1610px) {
  #header .container {
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #header .montaz-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #header .top-nav-button {
    right: 78px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .dkLabFavHeaderIconBtn {
    right: 89px;
    top: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .site-name {
    width: 158px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .site-name {
    width: 124px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .site-name img {
    max-height: 32px !important;
    margin-top: -12px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .site-name img {
    max-height: 26px !important;
    margin-top: -11px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    margin-left: -250px;
    width: calc(100vw - 30px);
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    margin-left: -185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #header .search {
    width: calc(100% - 762px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search {
    width: calc(100% - 605px);
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .search {
    margin-left: 15px;
    width: calc(100% - 544px);
  }
}
.search-whisperer {
  z-index: 100;
  position: absolute;
  display: none;
  width: calc(100% + 230px);
  max-width: 1700px;
  border-style: solid;
  text-align: left;
  font-size: 12px;
  border-radius: 6px;
  top: 55px;
  left: 0;
  line-height: 1.2;
  background: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
  min-width: 330px;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .search-whisperer {
    width: 100%;
    max-width: 100%;
    border: 2px solid #000000B2;
  }
}
.search-whisperer .price {
  width: 100% !important;
}
.search-whisperer > div,
.search-whisperer > ul {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .search-whisperer > div,
  .search-whisperer > ul {
    padding: 20px !important;
  }
}
#header .search-form {
  /*.search-whisperer.active {
      display: flex !important;
      flex-direction: row-reverse;
      align-items: flex-start;
      max-height: calc(~'100vh - 170px');
      overflow: auto;
      flex-wrap: wrap;

      @media (min-width: 768px) {
        left: 50%;
        width: 96vw;
        transform: translateX(-50%);
        max-width: 1440px;
        margin-left: 0px;

        @media (max-width: 1480px) {
          margin-left: 11px;
        }

        @media (max-width: 1200px) {
          margin-left: -70px;
        }
      }

      !*@media (max-width: 992px) {
        flex-wrap: wrap;
        flex-direction: row;
        padding: 18px;
        width: 100%;
        right: 0;
        height: calc(~'100vh - 97px');
        max-height: 100vh;
      }*!

      @media @tablet-port {
        top: 52px;
        left: 0;
        max-width: inherit;
        border: none;
        height: calc(~'100vh - 130px');
        max-height: calc(~'100vh - 130px');
        margin-left: -20px;
        border-radius: 0;
        width: calc(~'100% + 40px');
        display: none !important;
      }

      .search-whisperer-products {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background: #FAFAFA;

        @media (max-width: 992px) {
          width: 100%;
        }

        &:before {
          display: block;
          position: relative;
          margin-bottom: 20px;
          font-size: 1.3em;
          letter-spacing: 0.5px;
          font-weight: 600;
          width: 100%;
          color: @mainText;
          content: 'Produkty';
        }

        li {
          width: 25%;
          border: 1px solid #f7f7f9;
          !*margin-left: -1px;
          margin-top: -1px;*!
          background: #fff;

          @media (max-width: 1300px) {
            width: 33.333%;
          }

          @media (max-width: 992px) {
            width: 33.333%;
          }

          @media @mobile-land {
            width: 50%;
          }

          a {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 25px;
            letter-spacing: 0.5px;


            @media (max-width: 1400px) {
              padding: 20px 15px;
            }

            .search-whisperer-image {
              width: 100px;
              height: 100px;
              max-width: 100px;
              margin-bottom: 25px;
              display: flex;
              align-items: center;
              justify-content: center;
            }

            .p-info {
              width: 100%;
              text-align: left;
              padding: 0;
              margin-bottom: 15px;
              color: @mainText;

              @media @desktop {
                margin-bottom: 10px;
              }

              .p-name {
                width: 100%;
                font-size: 1.3em;
                color: @mainText;
                margin-bottom: 7px;
                font-weight: 600;
                overflow: hidden;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box !important;
                white-space: inherit;
              }


            }

            .price {
              width: 100%;
              text-align: left;
              color: @mainText;
            }

            &:hover {
              background: transparent;

              .p-info {
                .p-name {
                  text-decoration: underline;
                }
              }
            }
          }
        }
      }

      .search-whisperer-documents {
        min-width: 500px;
        max-width: 500px;
        margin-left: auto;
        border-bottom: none;
        margin-right: auto;

        &.text-center {
          z-index: -1;
          width: 100%;
          padding: 20px !important;

          .whisperer-trigger {
            text-align: center;
            align-items: center;
            justify-content: center;
            margin: 0;
            display: block;
            padding: 10px 20px;
            background: transparent;
            border: none;
            font-size: 1.25em;
            color: #333;
            font-weight: 600;

            &:before, &:after {
              display: none !important;
            }

            &:hover {
              color: #000000B2;

              &:after {
                color: #000000B2;
              }
            }
          }
        }

        @media (max-width: 1600px) {
          min-width: 400px;
          width: 400px;
        }

        @media (max-width: 992px) {
          width: 100%;
          margin-left: 0;
          order: 2;
        }

        @media @mobile-land {
          min-width: 100%;
        }

        &.search-whisperer-empty {
          width: 100%;
          margin-left: 0;
          text-align: center;
        }

        &.long {
          width: 100%;
          margin-left: 0;
        }

        a {
          flex-wrap: wrap;
          padding: 0;
          margin-bottom: 8px;
          color: @mainText;
          font-size: 1.2em;
          letter-spacing: 0.5px;

          span {
            display: inline-block;
            max-width: calc(~'100% - 30px');
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
          }

          em {
            font-size: 1em;
            font-style: normal;
            padding-right: 5px;
            display: none;
          }

          span {
            @media @tablet-port {
              width: calc(~'100% - 34px');
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
            }
          }

          &:hover {
            background: transparent;
            span {
              text-decoration: underline;
            }
          }
        }

        .search-whisperer-document{
          &.with-article-title:before {
            display: block;
            position: relative;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
            font-weight: 600;
            width: 100%;
            color: @mainText;
            content: 'Články';
            order: -2;
            margin-top: 20px;
            padding-top: 30px;
            border-top: 1px solid #E4E4E4;
            font-size: 16px;

            @media @mobile-land {
              margin-top: 10px;
              padding-top: 20px;
            }
          }

          &.with-brand-title:before {
            display: block;
            position: relative;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
            font-weight: 600;
            width: 100%;
            color: @mainText;
            content: 'Značky';
            order: -2;
            margin-top: 20px;
            padding-top: 30px;
            border-top: 1px solid #E4E4E4;
            font-size: 16px;

            @media @mobile-land {
              margin-top: 10px;
              padding-top: 20px;
            }
          }

          &:first-child {
            &:before {
              padding-top: 0;
              margin-top: 0;
              border: none;
            }
          }

          &:after {
            width: 24px;
            height: 24px;
            padding: 0;
            margin-right: 6px;
            font-size: 0;
            color: transparent;
            background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/tentino-new/img/icons/search-article.svg') no-repeat center;
            background-size: 24px;
            content: '';
            position: relative;
            display: inline-block;
            order: -1;
            top: -1px;
            filter: grayscale(1);
          }

          &.search-whisperer-category {
            em {
              display: none;
            }

            &:after {
              background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/tentino-new/img/icons/search-category.svg') no-repeat center !important;
              background-size: 24px;
              filter: grayscale(1);
            }
          }
        }

        .search-whisperer-document.search-whisperer-category:first-child {
          &:before {
            display: block !important;
            position: relative;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
            font-weight: 600;
            width: 100%;
            color: @mainText;
            content: 'Kategorie';
            border: none;
            font-size: 16px;
            padding-top: 0;
            margin-top: 0;
            order: -2;
          }
        }
      }

      .search-whisperer-documents + .search-whisperer-products {
        width: calc(~'100% - 500px');
      }

      @media (max-width: 1600px) {
        .search-whisperer-documents + .search-whisperer-products {
          width: calc(~'100% - 400px');
        }
      }

      @media (max-width: 1400px) {
        .search-whisperer-documents + .search-whisperer-products {
          width: calc(~'100% - 400px');
        }
      }

      @media (max-width: 992px) {
        .search-whisperer-documents + .search-whisperer-products {
          width: 100%;
          margin-bottom: 30px;
        }
      }
      @media @tablet-port {
        .search-whisperer-documents + .search-whisperer-products {
          margin-bottom: 10px;
        }
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .overall-wrapper {
    padding-top: 60px;
  }
  #navigation .navigationActions li > a > span {
    padding: 0;
  }
  #navigation .navigation-in > ul > li {
    border: none !important;
  }
  .search-window-visible #header {
    box-shadow: none;
  }
  .type-index .overall-wrapper {
    padding-top: 50px;
  }
  .navigation-in > ul > li > a > b {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .velkoobchod-btn,
  #header .injury-btn,
  #header .montaz-btn {
    display: none;
  }
  #header .top-nav-button {
    color: #2B2C36;
    font-size: 0;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    margin-right: 20px;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    right: 36px;
    top: 22px;
    padding: 0;
  }
  #header .top-nav-button:hover {
    text-decoration: underline;
  }
  #header .top-nav-button:before {
    font-weight: 500;
    height: 22px;
    width: 22px;
    margin-right: 8px;
    font-size: 1.1em;
    background-color: transparent;
    content: "";
    border-radius: 0;
    text-transform: uppercase;
    color: transparent;
    overflow: hidden;
    line-height: 36px;
    display: inline-block;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    letter-spacing: 0;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/user.svg?v3);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  #header .top-nav-button:after {
    content: 'Účet';
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 1px;
    display: none;
  }
  #navigation .navigationActions li {
    margin-bottom: 3px;
  }
  #navigation .navigationActions li .submenu-arrow {
    margin-left: 5px;
  }
  #header {
    margin: 0;
    transition: none !important;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 99;
    background: #ffffff;
  }
  #header .socials {
    display: none !important;
  }
  #header .nav-fav-cats {
    display: none;
  }
  #header a[data-target="search"] {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 99px;
    top: 18px;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/search.svg?v6");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  #header a[data-target="navigation"] {
    position: fixed;
    left: 20px;
    top: 22px;
    background-color: transparent;
    width: 77px;
    height: 24px;
    border-radius: 4px;
    z-index: 999;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/menu3.svg?v1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 77px;
    transition: 0s;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .search {
    display: block;
  }
  #header .search-form {
    position: fixed;
    top: 107px;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 15px;
    margin: 0 !important;
    background: #F1F1F1;
  }
  #header .search-form .search-input {
    border: none;
    border-radius: 10px;
    background: #fff;
    color: #535353;
    font-size: 1em;
    font-weight: 400;
    padding: 13px 60px 12px 20px;
    height: 45px;
    letter-spacing: 0.2px;
  }
  #header .search-form .search-input:focus,
  #header .search-form .search-input:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
  }
  #header .search-form .search-input:-ms-input-placeholder {
    color: #767676;
  }
  #header .search-form .search-input::placeholder {
    color: #767676;
  }
  #header .search-form button {
    border-radius: 0 4px 4px 0;
    background-color: transparent;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/search.svg?v9);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 49px;
    height: 45px;
    border: none;
    top: 14px;
    right: 17px;
  }
  #header .site-name {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 99;
    height: auto;
    transition: none;
    background: transparent;
    border-radius: 200px;
    border-left: none;
    border-right: none;
    padding: 5px;
    overflow: hidden;
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    width: auto;
    height: auto;
    max-height: unset !important;
    padding: 0;
    margin-left: 0px !important;
    max-width: 155px;
    margin-top: 9px !important;
  }
  .search-window-visible #header .search {
    padding: 0;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .site-msg-show #header {
    top: 53px;
  }
  .site-msg-show .top-navigation-bar {
    top: 53px;
  }
  .site-msg-show #header a[data-target="navigation"] {
    top: 75px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 992px) {
  #header .top-nav-button {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #header .top-nav-button {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 992px) {
  #header .top-nav-button:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 420px) {
  #header .site-name {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 420px) {
  #header .site-name img {
    max-width: 120px;
    margin-top: 14px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  #header .site-name img {
    max-width: 90px;
    margin-top: 18px !important;
  }
}
/*
.fixed-search-active {
  #header {
    z-index: 99;
  }
}*/
@media (min-width: 1200px) {
  #header .search .search-form.hovered {
    width: calc(50% + 475px);
    padding-right: 36px;
  }
}
.category-title:before,
.p-detail-inner-header h1:before,
.type-page h1:before {
  width: 65px !important;
}
@media only screen and (max-width: 767px) {
  .category-title,
  .p-detail-inner-header h1,
  .type-page h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
.type-category .category-title {
  text-align: left !important;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 4px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 25px;
  color: #000;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .type-category .category-title {
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .category-title {
    font-size: 1.8em;
    letter-spacing: 0.5px;
  }
}
.type-category .category-title:before {
  height: 100%;
  width: 100vw !important;
  border-radius: 0;
  position: absolute;
  left: 50%;
  z-index: -1;
  content: '';
  transform: translateX(-50%);
  top: 0;
  background-color: #FAFAFA;
  display: none;
}
@media (max-width: 1600px) {
  .type-category .category-title:before {
    width: 100vw !important;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .category-title:before {
    display: none;
  }
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content {
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;*/
}
@media only screen and (max-width: 767px) {
  .type-category #content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > ul,
.type-category #content > * {
  -ms-flex-order: 0;
      order: 0;
}
.type-category #content > h1,
.type-category #content > .category-perex {
  -ms-flex-order: -1;
      order: -1;
}
.type-category #content > h1 {
  -ms-flex-order: -2;
      order: -2;
}
@media (min-width: 992px) {
  .type-category .sidebar-indented .category-content-wrapper {
    width: calc(100% - 370px);
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .type-category .sidebar-indented .category-content-wrapper {
    width: calc(100% - 270px);
    padding-left: 0;
  }
}
.type-category .welcome-load .homepage-box.welcome-wrapper {
  margin-top: 20px;
}
.type-category .benefitBanner {
  margin-bottom: 28px;
}
.type-category .products-top-wrapper {
  display: none;
}
.type-category .perex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .type-category .perex-wrap {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .type-category .perex-wrap {
    margin-bottom: 5px;
  }
}
.type-category .perex-wrap .perex-left {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 992px) {
  .type-category .perex-wrap .perex-left {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .type-category .perex-wrap .perex-left {
    width: 100%;
    padding-right: 0;
  }
}
.type-category .perex-wrap .perex-right {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .type-category .perex-wrap .perex-right {
    width: 100%;
    -ms-flex-order: -1;
        order: -1;
    margin-bottom: 5px;
  }
}
.type-category .perex-wrap .perex-right img {
  width: 100%;
  height: auto;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category .products-block {
  position: relative;
  padding: 0;
  margin-top: 20px;
  /*&:before {
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      background: #fff;
      z-index: -1;
      top: 0;
    }*/
}
.type-category #filters {
  max-width: 650px;
  margin: 0 0 30px;
  background: transparent;
  padding: 25px 18px 20px !important;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 767px) {
  .type-category #filters {
    margin-top: 20px;
    background: transparent;
    display: none;
  }
  .type-category #filters.visible {
    display: -ms-flexbox;
    display: flex;
  }
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #cccccc;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .slider-wrapper {
    width: 100%;
  }
}
.type-category #filters .slider-wrapper > h4 {
  font-size: 1.1em;
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
}
.type-category #filters .slider-wrapper .slider-header {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 0px;
}
.type-category #filters #clear-filters a {
  margin-bottom: 0px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #393939;
  text-transform: none;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 0;
  background: transparent;
  border-radius: 5px;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 0;
  width: 100%;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
  margin-left: auto;
  font-weight: 400;
  color: #7b7b7b;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset > div {
  margin: 4px 0;
}
.type-category #filters .filter-sections form fieldset > div.disabled-option {
  -ms-flex-order: 2;
      order: 2;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters .filter-section-boolean {
  padding-bottom: 17px;
}
.type-category #filters .filter-section h4 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-weight: 500;
  font-size: 1em;
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .filter-section h4 {
    background: transparent;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 0;
  }
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle::after {
  width: 4px;
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0;
  height: 8px;
  left: 8px;
  top: 6px;
  display: none;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 1px 1px #393939;
  background: #393939;
  border-radius: 40px;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !important;
}
.type-category .products-inline > div .p .price strong {
  font-weight: 600;
}
.type-category #content h4 {
  text-transform: none;
  color: #000000B2;
  letter-spacing: 0;
  -ms-flex-order: -1;
      order: -1;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.type-category .category-top > h4 {
  display: inline-block;
  background: #f8f8f8 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 12px 22px 7px;
  border-radius: 5px 5px 0 0;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Rubik', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #000;
}
.type-category .sidebar-inner .box {
  padding-bottom: 0;
  border-color: rgba(22, 22, 22, 0.08);
}
.type-category .sidebar-inner .box .text-center {
  text-align: left !important;
}
.type-category .sidebar-inner .fb_iframe_widget,
.type-category .sidebar-inner .fb_iframe_widget iframe {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.type-category .sidebar-inner > div h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #383C43;
  text-transform: none;
}
.type-category .listSorting {
  z-index: 1 !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .type-category .listSorting {
    position: relative;
    top: 2px;
    display: block !important;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.type-category .listSorting .listSorting__controls {
  padding: 0;
  list-style: none;
  width: 190px;
  position: relative;
  padding-left: 0px;
  height: 32px;
  padding-top: 32px;
  overflow: hidden;
  z-index: 3;
  margin: 0;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .type-category .listSorting .listSorting__controls {
    margin-top: 1px;
  }
}
.type-category .listSorting .listSorting__controls:before {
  width: 24px;
  height: 24px;
  content: "";
  font-size: 18px;
  font-family: icons;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 7px;
  color: #000;
  line-height: 1;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/list2.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 5px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .type-category .listSorting .listSorting__controls:before {
    top: 0px;
  }
}
.type-category .listSorting .listSorting__controls li {
  width: 100%;
  background: #fff;
}
.type-category .listSorting .listSorting__controls li:last-child {
  padding-bottom: 5px;
}
.type-category .listSorting .listSorting__controls li button {
  height: 32px;
  border: none;
  background: transparent;
  text-align: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0;
  padding-left: 47px;
  cursor: pointer;
  font-size: 17px;
  font-family: var(--template-font);
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .type-category .listSorting .listSorting__controls li button {
    font-size: 15px;
  }
}
.type-category .listSorting .listSorting__controls li button:hover {
  text-decoration: underline;
}
.type-category .listSorting .listSorting__controls li button.listSorting__control--current {
  position: absolute;
  top: 0;
  left: 0px;
}
.type-category .listSorting .listSorting__controls li button.listSorting__control--current:hover {
  text-decoration: none;
}
.type-category .listSorting .listSorting__controls li button.listSorting__control--current:after {
  width: 12px;
  height: 10px;
  content: "" !important;
  position: relative;
  display: inline-block !important;
  right: 0;
  top: 0;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-down.svg) no-repeat 50% !important;
  background-size: 8px !important;
  z-index: 2;
  transform: none;
  margin-left: 18px;
}
.type-category .listSorting .listSorting__controls:hover {
  overflow: visible;
}
.type-category #productsTop {
  -ms-flex-order: -1 !important;
  order: -1 !important;
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
  background: #f8f8f8;
  padding: 20px 35px 15px 35px;
  border-radius: 0 0 5px 5px;
}
.type-category #productsTop .button-wrapper {
  display: none !important;
}
.type-category #productsTop .slick-list {
  padding: 0 !important;
}
.type-category #productsTop .product {
  margin: 0 8px;
  padding-bottom: 10px;
  width: calc(17.333%);
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}
.type-category #productsTop .product.inactive {
  position: relative;
  height: auto;
  visibility: initial;
  transform: none;
}
.type-category #productsTop .product .name {
  color: #000;
}
.type-category #productsTop .product .price strong {
  font-size: 19px;
  font-weight: 500;
}
.type-category #productsTop .product .availability {
  font-size: 13px;
  margin: 8px 0;
}
.type-category #productsTop .product .availability span[style="color:#000000"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.type-category #productsTop .product .availability span[style="color:#000000"]:before {
  width: 16px;
  height: 16px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/av-check.svg?v10);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.type-category #productsTop .slick-prev {
  left: 0;
  right: unset;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/car-left.svg?v9);
  background-size: 20px;
}
.type-category .category-perex {
  line-height: 1.6em;
  font-size: 15px;
  color: #000;
  -ms-flex-order: -2 !important;
  order: -2 !important;
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 0px;
}
.type-category .category-perex p {
  color: #000;
}
.type-category .category-perex p a.btn-default {
  border-radius: 5px;
  background: #2A2C41;
  color: #fff;
  border: none;
  text-transform: none;
  text-decoration: none;
}
.type-category .category-perex p a.btn-default:hover {
  background: #12A19A;
}
.type-category .category-perex.empty-content {
  text-align: center;
}
.type-category #content h1 {
  /*@media @tablet-min {
        display: none;
      }*/
}
@media only screen and (max-width: 767px) {
  .type-category #content h1 {
    -ms-flex-order: -3 !important;
        order: -3 !important;
  }
}
.type-category .products-inline .name {
  color: #000000;
}
.type-category .subcategories {
  margin-bottom: 20px;
  margin: 15px -5px 25px -5px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: -1 !important;
      order: -1 !important;
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories {
    margin: 15px -5px 10px -5px;
  }
}
.type-category .subcategories li {
  width: 20%;
  padding: 5px;
}
@media only screen and (max-width: 1200px) {
  .type-category .subcategories li {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 33.333%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li {
    width: 100%;
    padding-bottom: 3px;
    padding-top: 3px;
  }
}
.type-category .subcategories li a {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: none;
  color: #000000B2;
  font-size: 1em;
  padding: 8px 10px 8px 10px;
  height: auto;
  border-radius: 0px;
  border: 1px solid #EEEEEE;
  text-align: left;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a {
    padding: 3px 5px 3px 5px;
  }
}
.type-category .subcategories li a .image {
  width: 74px;
  max-width: 140px;
  height: 66px;
  min-width: 74px;
  border-radius: 12px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a .image {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
.type-category .subcategories li a .image img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}
.type-category .subcategories li a .text {
  font-weight: 500;
  width: 100%;
  padding-left: 15px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-top: 0;
  line-height: 1.1em;
  letter-spacing: 0px;
  padding-top: 0px;
  color: #000;
  max-height: unset;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a .text {
    padding-left: 7px;
  }
}
.type-category .subcategories li a:hover {
  border-color: #BFD000;
  box-shadow: none;
}
.type-category .subcategories li a:hover .text {
  text-decoration: underline;
  color: #000;
}
.type-category .subcategories li a:hover:after {
  display: none;
}
.type-category .subcategories li a:before {
  /*content: '\e910';
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0px;
          width: 22px;
          height: 22px;
          font-size: 8px;
          color: #3d3d3d;
          line-height: 0;
          background: #e7e7e7;
          border-radius: 30px;
          font-weight: 400;*/
  display: none;
}
.type-category.in-typ-pleti .subcategories li a {
  /*border: none;*/
  padding: 20px 5px;
}
.type-category.in-typ-pleti .subcategories li a .image {
  display: none;
}
#productsTop.products .slick-arrow {
  position: absolute;
  right: 0;
  content: "";
  background-color: transparent !important;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 40px;
  height: 40px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/car-right.svg?v9);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 1;
  border-radius: 10px;
  box-shadow: none;
  z-index: 1;
  transition: .3s;
  top: 50%;
  transform: translateY(-50%);
}
#productsTop.products .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(-180deg);
}
.products-block .slick-dots,
.blog-posts .slick-dots,
.next-to-carousel-banners .slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  list-style: none;
  margin-top: -5px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .products-block .slick-dots,
  .blog-posts .slick-dots,
  .next-to-carousel-banners .slick-dots {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .slick-dots,
  .blog-posts .slick-dots,
  .next-to-carousel-banners .slick-dots {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.products-block .slick-dots button,
.blog-posts .slick-dots button,
.next-to-carousel-banners .slick-dots button {
  font-size: 0;
  width: 50px;
  padding: 0;
  height: 3px;
  margin: 0 10px;
  background: #ECECEC;
  border-radius: 8px;
  border: none;
}
@media only screen and (max-width: 480px) {
  .products-block .slick-dots button,
  .blog-posts .slick-dots button,
  .next-to-carousel-banners .slick-dots button {
    width: 32px;
    margin: 0 5px;
  }
}
.products-block .slick-dots button.active,
.blog-posts .slick-dots button.active,
.next-to-carousel-banners .slick-dots button.active {
  background: #000;
}
.products-block .slick-dots li,
.blog-posts .slick-dots li,
.next-to-carousel-banners .slick-dots li {
  padding: 0;
}
.products-block .slick-dots li.slick-active button,
.blog-posts .slick-dots li.slick-active button,
.next-to-carousel-banners .slick-dots li.slick-active button {
  background: #000;
}
.products-block {
  margin: -5px;
  width: calc(100% + 10px);
  /*@media @mobile-land {
    width: calc(~'100% + 10px');
  }*/
}
.products-block .slick-dots {
  margin-top: 5px;
}
.products-block.carousel.products.slick-slider {
  padding: 0 10px !important;
}
@media (max-width: 1790px) {
  .products-block.carousel.products.slick-slider {
    padding: 0 60px !important;
  }
}
@media (max-width: 768px) {
  .products-block.carousel.products.slick-slider {
    padding: 0 45px !important;
  }
}
@media (max-width: 480px) {
  .products-block.carousel.products.slick-slider {
    padding: 0 20px !important;
  }
}
.products-block .product {
  position: relative;
  padding: 10px 12px 12px 12px !important;
  background: #fff;
  transition: 0.3s;
  border-radius: 0;
  border: none !important;
  margin: 0 5px 10px 5px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .products-block .product {
    padding: 0px 0px 10px 0px !important;
  }
}
.products-block .product:not(.slick-slide) {
  width: calc(33.333% - 10px);
}
@media only screen and (max-width: 992px) {
  .products-block .product:not(.slick-slide) {
    margin: 0 5px 10px 5px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product:not(.slick-slide) {
    width: calc(100% - 10px);
  }
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    padding: 15px 3px !important;
    margin: 0 5px 10px 5px;
  }
  .products-block .product .p-in .name {
    font-size: 1.1em !important;
    line-height: 1.4em;
    max-height: 47px !important;
  }
}
.products-block .product .image {
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
}
@media only screen and (max-width: 1200px) {
  .products-block .product .image {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product .image {
    margin-bottom: 0 !important;
    padding: 5px;
  }
}
.products-block .product .image img {
  width: 100%;
  height: auto;
}
.products-block .product .image .old-price-line {
  background: rgba(209, 3, 3, 0.7);
  color: #fff;
  padding: 7px 0;
  font-size: 0.9em;
  letter-spacing: 0.1px;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 500;
  bottom: 0;
}
.products-block .product .image .product-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s;
  opacity: 0;
  padding-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .image .product-buttons {
    display: none !important;
  }
}
.products-block .product .image .product-buttons .button {
  width: 85px;
  height: 88px;
  background: #fff;
  min-width: inherit;
  text-align: center;
  color: #000000B2;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 10px;
  padding-top: 57px;
  transition: 0.3s;
  margin: 4px;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  transform: scale(0.5);
  border-radius: 20px;
}
.products-block .product .image .product-buttons .button:before {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  content: '';
}
.products-block .product .image .product-buttons .button.cart {
  background: #fff;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.cart:hover {
  background: #f2f2f2;
}
.products-block .product .image .product-buttons .button.cart:before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/cart-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail {
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.detail:before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/eye2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail:hover {
  background: #f2f2f2;
}
.products-block .product:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.products-block .product:hover .image .product-buttons {
  opacity: 1;
}
.products-block .product:hover .image .product-buttons .button {
  transform: scale(1);
}
.products-block .product .widget-parameter-wrapper {
  margin-top: auto;
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;*/
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 2px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper {
    margin-top: 0;
    padding-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: auto;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more {
  color: #000000B2;
  margin-top: 3px;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more span {
  font-size: 12px !important;
  display: block;
  color: #000000B2;
  padding: 0 3px;
}
.products-block .product .widget-parameter-wrapper.more-visible .widget-parameter-more {
  display: block !important;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a {
  padding: 5px 9px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  min-width: 29px;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  margin-right: 5px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-value a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-value a {
    padding: 5px 4px;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a:hover {
  background: #EFEFEF;
}
.products-block .product .stars-wrapper {
  display: none;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -7px;
  right: 20px;
  /* @media @tablet-600 {
         left: 50%;
         top: -8px;
         transform: translateX(-50%);
         height: 20px;
       }*/
}
.products-block .product .stars-placeholder .stars,
.products-block .product .p .stars-wrapper .stars {
  width: 70px;
}
.products-block .product .stars-placeholder .stars .star,
.products-block .product .p .stars-wrapper .stars .star {
  width: 14px;
}
.products-block .product .flag-discount {
  margin-left: 0;
}
.products-block .product .image img {
  opacity: 1;
  transition: 0.3s;
}
.products-block .product .p-code {
  padding: 1px 6px;
  background: #f5f5f4e6;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .75em;
  color: #8d8d8d;
  right: 17px;
  top: 19px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-code {
    right: 10px;
    top: 0px;
  }
}
.products-block .product.slick-slide {
  padding: 0 10px;
}
.products-block .product .p-bottom {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.products-block .product .p-bottom .prices {
  margin-top: auto;
}
.products-block .product .p-in {
  /*position: relative;*/
  background: transparent;
  padding: 0;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-in {
    padding: 10px 10px 5px 10px;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-list {
  /*width: 100%;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-list {
    max-height: 23px;
    overflow: hidden;
  }
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags.flags-default {
  left: 0px;
  text-align: right;
  width: auto;
  top: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.products-block .product .flags.flags-default .flag {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 8px 4px 8px;
  width: auto;
  height: auto;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.2px;
}
.products-block .product .flags.flags-default .flag.dkLabFavFlagProduct {
  display: none !important;
}
.products-block .product .flags.flags-extra {
  position: absolute;
  top: 0;
  right: 10px;
  left: inherit;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}
.products-block .product .flags.flags-extra .flag {
  background: #000000B2;
}
.products-block .product .flags.flags-extra .flag.flag-freeshipping {
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 1em;
  background: #C70000;
  color: #fff;
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-standard {
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-save {
  font-size: 12px;
  font-weight: 400;
}
.products-block .product .flags.flags-extra .flag span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags.flags-extra .flag {
    width: 45px;
    height: 45px;
    margin: 0;
    right: -5px;
    opacity: 0.8;
  }
  .products-block .product .flags.flags-extra .flag > span {
    display: none;
  }
  .products-block .product .flags.flags-extra .flag > span.price-save {
    display: block;
    font-size: 11px !important;
    letter-spacing: 0px;
  }
  .products-block .product .flags.flags-extra .flag > span.icon-van {
    display: block;
    font-size: 20px;
  }
}
.products-block .product .stars {
  margin-bottom: 10px;
}
.products-block .product .p {
  /*position: relative;*/
  border: none;
}
.products-block .product .p .name {
  font-weight: 500;
  color: #6B7F34;
  text-decoration: none;
  height: auto;
  min-height: 36px;
  max-height: 36px;
  opacity: 1;
  margin: 0 auto 17px auto;
  overflow: hidden;
  font-family: 'Rubik', sans-serif !important;
  text-align: left;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.2em;
  display: -webkit-box;
  text-transform: uppercase;
  /* @media @tablet-min {
          &:after {
            width: 88px;
            height: 88px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            margin-left: 50px;
            content: 'Detail' !important;
            font-family: "Inter", sans-serif;
            background: #fff;
            color: #000000B2;
            text-align: center;
            padding-top: 55px;
            border-radius: 10px;
            background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/eye.svg);
            background-size: 32px;
            background-repeat: no-repeat;
            background-position: center top 17px;
            bottom: calc(~'100% + 30px');
            font-size: 10px;
            font-weight: 600;
            display: none !important;

            !*&:hover {
              background-color: #f2f2f2;
            }*!
          }
        }*/
  /*@media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
          min-height: 40px;
        }*/
}
.products-block .product .p .name:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p .name {
    font-size: 1em !important;
    min-height: 33px;
  }
}
.products-block .product .ratings-wrapper {
  width: 100%;
  padding: 0;
  min-height: 0;
}
.products-block .product .availability {
  /* margin-bottom: 7px; */
  text-align: left;
  line-height: 1.1em;
  font-size: 13px;
  text-transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 100%;
  margin-top: 0;
  margin: 0 auto 0 0;
  -ms-flex-pack: center;
  justify-content: flex-start;
  letter-spacing: 0.3px;
  width: 100%;
  -ms-flex: unset;
      flex: unset;
  margin-bottom: 2px;
  /* @media @tablet-600 {
         position: relative;
         text-align: center;
         max-width: 100%;
         right: 0;
         top: -6px;
         min-height: 25px;
         display: flex;
         align-items: center;
       }*/
}
.products-block .product .availability span {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .products-block .product .availability {
    margin-top: 0;
  }
}
.products-block .product .availability span[style="color:#000000"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.products-block .product .availability span[style="color:#000000"]:before {
  width: 18px;
  height: 18px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/av-check.svg?v11);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -3px;
}
.products-block .product .availability span[style="color:#cb0000"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #2A2C41 !important;
}
.products-block .product .availability span[style="color:#cb0000"]:before {
  width: 18px;
  height: 18px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/av-cross.svg?v11);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .quantity {
  padding: 0;
  width: 97px;
  height: 45px;
  margin: 0;
  border-radius: 10px;
  margin-right: 6px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .quantity {
    display: none;
  }
}
@media (max-width: 650px) {
  .products-block .product .quantity {
    margin-right: 5px;
  }
}
.products-block .product .quantity[title="Produkt obsahuje varianty"] {
  display: none;
}
.products-block .product .quantity .increase {
  position: absolute;
  right: 0px;
  left: inherit;
  top: 0px;
  width: 36px;
  height: 44px;
  border: none;
  border-radius: 3px;
  background: transparent !important;
  opacity: 1;
}
.products-block .product .quantity .increase:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/bornature/img/plus.svg?v9);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  transform: rotate(-180deg);
}
.products-block .product .quantity .increase:hover {
  background: #ccc;
}
.products-block .product .quantity .increase:hover:before {
  opacity: 1 !important;
}
.products-block .product .quantity .decrease {
  position: absolute;
  left: 0px;
  right: inherit;
  width: 36px;
  top: 0px;
  height: 44px;
  border: none;
  border-radius: 3px;
  background: transparent !important;
  opacity: 1;
}
.products-block .product .quantity .decrease:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/bornature/img/minus.svg?v9);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.products-block .product .quantity .decrease:hover {
  background: #ccc;
}
.products-block .product .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.products-block .product .quantity input {
  width: 100%;
  height: 44px;
  text-align: center;
  font-weight: 200;
  color: #000000B2;
  font-size: 1.4em;
}
.products-block .product .p-desc {
  -ms-flex-order: -1;
      order: -1;
  font-size: 13px;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
  letter-spacing: 0.1px;
  color: #000;
  padding: 0;
  max-height: 98px;
  margin: 0;
  line-height: 1.25em;
  background: #fff;
  padding-top: 0;
  margin-bottom: 8px;
}
.products-block .product .p-desc strong {
  font-weight: 600;
}
.products-block .product .p-desc hr,
.products-block .product .p-desc img,
.products-block .product .p-desc ul,
.products-block .product .p-desc ol {
  display: none;
}
.products-block .product .p-desc * {
  font-size: 13px !important;
}
.products-block .product .p-desc p {
  margin-bottom: 0px;
}
.products-block .product .prices {
  padding: 0px;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  margin-bottom: 9px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: inherit;
  margin-top: 10px !important;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin: 0;
  text-align: left;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex: unset !important;
      flex: unset !important;
  width: 50%;
  -ms-flex-order: 0;
      order: 0;
  min-height: 46px;
  /*.old-price ~ .price-final {
        color: #E0020A !important;

        strong {
          color: #E0020A !important;
        }
      }*/
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #a1a1a1;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1px;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  text-align: right;
  font-size: 11.5px;
  margin-top: 2px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-additional {
    font-size: 0.7em;
  }
}
.products-block .product .prices .price,
.products-block .product .prices .price strong {
  text-transform: none;
}
.products-block .product .prices .price-save {
  color: #fff;
  background: #FF6464;
  border-radius: 3px;
  padding: 5px 7px 4px 7px;
  font-weight: 400;
  margin-left: 0px;
  line-height: 1.1em;
  font-size: 13px;
  margin-bottom: 0px;
}
.products-block .product .prices .old-price {
  color: #393939;
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: 400;
  padding-top: 0px;
  font-size: 13px;
  margin-bottom: 0px;
}
.products-block .product .prices .price-final {
  margin-bottom: 0;
  -ms-flex-order: 2;
      order: 2;
  width: 100%;
  margin-top: 5px;
}
.products-block .product .prices .price-final strong {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 1.2em;
  color: #000;
  font-family: 'Rubik', sans-serif !important;
}
.products-block .product .stars-placeholder {
  position: absolute;
  top: -15px;
}
.products-block .product .flags-default .flag {
  font-weight: 600;
  max-width: 160px;
}
.products-block .product a {
  border: none;
}
.products-block .product a img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-block .product button,
.products-block .product .btn {
  height: auto;
  border-color: #141414;
  margin: 0 auto;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0.5px;
  /* float: left; */
  padding: 12px 5px 10px;
  color: #000 !important;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  min-width: initial;
  background: #BFD000;
  line-height: 1em;
  display: -ms-flexbox;
  display: inline-block;
  text-align: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 152px;
}
.products-block .product button:before,
.products-block .product .btn:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product button,
  .products-block .product .btn {
    /*min-width: 90px;
        font-size: 0.9em;
        position: relative;
        display: block !important;
        height: auto;
        padding: 0 !important;
        background: #f2f2f2 !important;
        width: 100% !important;
        margin: 15px 0 0;
        line-height: 37px !important;*/
    width: 100%;
    max-width: 100%;
  }
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #9caa00;
  color: #000 !important;
}
.products-block .product .p-tools {
  text-align: right;
  margin-top: 12px;
  width: 50%;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}
.products-block .product .p-tools form {
  text-align: right;
}
.products-block .product button {
  /*&:after {
        width: 10px;
        height: 10px;
        position: relative;
        content: '';
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arr-right.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
      }

      &:hover {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product button:after {
  display: none;
}
.products-block .product button:before {
  width: 18px;
  height: 18px;
  position: relative;
  content: '';
  display: inline-block !important;
  margin-right: 8px;
  margin-left: 0;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/cart.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.products-block .product .p-bottom > div {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
.products-block .product:hover {
  height: auto !important;
  /*.p-bottom {
        button, a.btn {
          display: block;
        }
      }*/
  /*button {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product:hover .name:after {
  display: block !important;
}
.products-block .product:hover .image img {
  opacity: 1;
}
body .overall-wrapper .products-block .product {
  border-right-style: none !important;
}
.homepage-products-heading-1 {
  /*@media @tablet-port {
    display: block;
    margin-bottom: -38px !important;
    margin-top: 10px !important;
  }*/
}
.products-block.wide-products .p {
  display: none !important;
}
.products-block.wide-products .p-load .price-line {
  margin-top: 0;
}
.products-block.wide-products .p-load .price-line .price-line {
  margin: 0;
}
.products-block.wide-products .p-load .availability-value {
  font-size: 1.2em;
}
.products-block.wide-products .p-load .social-buttons-wrapper {
  display: none;
}
.products-block.wide-products .p-load a[href="#description"] {
  display: none;
}
.products-block.wide-products .p-load .p-final-price-wrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 3em;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 2.5em;
    margin-top: 20px;
  }
}
.products-block.wide-products .p-load .p-detail-inner-header,
.products-block.wide-products .p-load .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper),
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) {
  color: #000000B2;
  font-size: 0;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper) a,
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) a {
  color: #000000B2;
  font-size: 18px;
  font-weight: 300;
}
.products-block.wide-products .p-load .p-detail-inner-header .stars-label,
.products-block.wide-products .p-load .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000000B2;
  margin-top: 1px;
}
.products-block.wide-products .p-load .p-short-description {
  line-height: 1.6em;
  color: #000000B2;
  font-weight: 300;
  font-size: 1.1em;
}
.products-block.wide-products .p-load .p-detail-info {
  margin-bottom: 5px;
}
.products-block.wide-products .p-load .detail-parameters,
.products-block.wide-products .p-load .p-thumbnails-wrapper {
  display: none;
}
.products-block.wide-products .p-load .p-image {
  margin-bottom: 0;
}
.products-block.wide-products .p-load .product-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load .p-detail-inner .p-detail-inner-header h1 {
    font-size: 2.2em;
  }
}
.products-block.wide-products .p-load .p-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.products-block.wide-products .p-load .p-info-wrapper > * {
  -ms-flex-order: 1;
      order: 1;
}
.products-block.wide-products .p-load .p-info-wrapper .p-short-description {
  -ms-flex-order: 2;
      order: 2;
}
.products-block.wide-products .p-load .p-info-wrapper .p-final-price-wrapper,
.products-block.wide-products .p-load .p-info-wrapper .availability-value,
.products-block.wide-products .p-load .p-info-wrapper .add-to-cart {
  -ms-flex-order: 3;
      order: 3;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load button,
  .products-block.wide-products .p-load .btn {
    margin: 0;
    background: #A9C83E !important;
    width: auto !important;
    padding: 0 20px !important;
  }
}
.products-block.wide-products .p-load .p-detail-inner .add-to-cart button {
  position: relative;
  color: #fff !important;
  left: inherit;
  transform: none;
  margin-left: 0;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1540px) {
  .columns-4 .products-block > div {
    width: 20%;
  }
}
.products {
  /*@media (max-width: 1250px) {
    &.slick-slider {
      padding-bottom: 40px !important;
    }

    .slick-arrow {
      top: inherit;
      bottom: 20px;
      right: calc(~'50% - 50px') !important;

      &.slick-prev {
        left: calc(~'50% - 50px') !important;
      }
    }
  }

  @media (max-width: 400px) {
    .slick-arrow {
      bottom: 13px;
    }
  }*/
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 15px 0 15px 0 !important;
  overflow: hidden;
}
.products .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.products .slick-list .slick-track .product {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .products .slick-list {
    margin: 0 !important;
    padding-bottom: 10px !important;
  }
}
.products .slick-list .product {
  margin-bottom: 0 !important;
}
.products.wide-products {
  position: relative;
  margin-top: 40px;
  /*@media @tablet-port {
      .slick-arrow {
        margin: 0;
        left: initial;
        transform: none;
        z-index: 2;
        top: 75vw;

        &.slick-prev {
          left: 8px;
        }
        &.slick-next {
          right: 8px;
        }
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .products.wide-products {
    margin-top: 0;
    padding-top: 0;
    margin-top: -30px;
  }
}
.products.wide-products .product:hover {
  box-shadow: none;
}
.products.wide-products .slick-prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-prev {
    top: 0;
    transform: none;
    left: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-prev:hover {
  opacity: 1;
}
.products.wide-products .slick-prev.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-prev.slick-disabled:hover {
  opacity: 0.2;
}
.products.wide-products .slick-next {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  left: inherit;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-next {
    top: 0;
    transform: none;
    right: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-next:hover {
  opacity: 1;
}
.products.wide-products .slick-next.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-next.slick-disabled:hover {
  opacity: 0.2;
}
.products .slick-arrow,
.blog-posts .slick-arrow,
.hp-ratings .slick-arrow,
.next-to-carousel-banners .slick-arrow,
.body-banners .slick-arrow,
.page-logos .slick-arrow,
.hotels-tiles .slick-arrow {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 350px;
  content: "";
  background-color: #fff;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 40px;
  height: 40px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/car-right.svg?v10);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 3px;
  box-shadow: none;
}
.products .slick-arrow.slick-disabled,
.blog-posts .slick-arrow.slick-disabled,
.hp-ratings .slick-arrow.slick-disabled,
.next-to-carousel-banners .slick-arrow.slick-disabled,
.body-banners .slick-arrow.slick-disabled,
.page-logos .slick-arrow.slick-disabled,
.hotels-tiles .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover,
.hp-ratings .slick-arrow:hover,
.next-to-carousel-banners .slick-arrow:hover,
.body-banners .slick-arrow:hover,
.page-logos .slick-arrow:hover,
.hotels-tiles .slick-arrow:hover {
  background-color: #f2f2f2;
  opacity: 1;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-arrow,
  .blog-posts .slick-arrow,
  .hp-ratings .slick-arrow,
  .next-to-carousel-banners .slick-arrow,
  .body-banners .slick-arrow,
  .page-logos .slick-arrow,
  .hotels-tiles .slick-arrow {
    margin-left: 150px;
    top: -38px;
    width: 27px;
    height: 27px;
    background-size: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .products .slick-arrow,
  .blog-posts .slick-arrow,
  .hp-ratings .slick-arrow,
  .next-to-carousel-banners .slick-arrow,
  .body-banners .slick-arrow,
  .page-logos .slick-arrow,
  .hotels-tiles .slick-arrow {
    margin-left: 135px;
    top: -38px;
  }
}
.products.carousel + .browse-p,
.blog-posts.carousel + .browse-p,
.hp-ratings.carousel + .browse-p,
.next-to-carousel-banners.carousel + .browse-p,
.body-banners.carousel + .browse-p,
.page-logos.carousel + .browse-p,
.hotels-tiles.carousel + .browse-p {
  display: none !important;
}
.products.products-block.slick-slider,
.blog-posts.products-block.slick-slider,
.hp-ratings.products-block.slick-slider,
.next-to-carousel-banners.products-block.slick-slider,
.body-banners.products-block.slick-slider,
.page-logos.products-block.slick-slider,
.hotels-tiles.products-block.slick-slider,
.products .news-wrapper,
.blog-posts .news-wrapper,
.hp-ratings .news-wrapper,
.next-to-carousel-banners .news-wrapper,
.body-banners .news-wrapper,
.page-logos .news-wrapper,
.hotels-tiles .news-wrapper {
  padding: 0 40px !important;
}
@media only screen and (max-width: 480px) {
  .products.products-block.slick-slider,
  .blog-posts.products-block.slick-slider,
  .hp-ratings.products-block.slick-slider,
  .next-to-carousel-banners.products-block.slick-slider,
  .body-banners.products-block.slick-slider,
  .page-logos.products-block.slick-slider,
  .hotels-tiles.products-block.slick-slider,
  .products .news-wrapper,
  .blog-posts .news-wrapper,
  .hp-ratings .news-wrapper,
  .next-to-carousel-banners .news-wrapper,
  .body-banners .news-wrapper,
  .page-logos .news-wrapper,
  .hotels-tiles .news-wrapper {
    padding: 0 32px !important;
  }
}
.products .slick-list,
.blog-posts .slick-list,
.hp-ratings .slick-list,
.next-to-carousel-banners .slick-list,
.body-banners .slick-list,
.page-logos .slick-list,
.hotels-tiles .slick-list {
  width: 100%;
}
.products .slick-prev,
.blog-posts .slick-prev,
.hp-ratings .slick-prev,
.next-to-carousel-banners .slick-prev,
.body-banners .slick-prev,
.page-logos .slick-prev,
.hotels-tiles .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -350px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/car-left.svg?v10);
  background-size: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  /*@media @tablet-port {
      margin-left: -150px;
    }

    @media @mobile-land {
      margin-left: -135px;
    }*/
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
@media (max-width: 1318px) {
  .products .slick-prev,
  .blog-posts .slick-prev,
  .hp-ratings .slick-prev,
  .next-to-carousel-banners .slick-prev,
  .body-banners .slick-prev,
  .page-logos .slick-prev,
  .hotels-tiles .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products .slick-prev,
  .blog-posts .slick-prev,
  .hp-ratings .slick-prev,
  .next-to-carousel-banners .slick-prev,
  .body-banners .slick-prev,
  .page-logos .slick-prev,
  .hotels-tiles .slick-prev {
    left: 5px;
    background-size: 8px;
  }
}
.products .slick-next,
.blog-posts .slick-next,
.hp-ratings .slick-next,
.next-to-carousel-banners .slick-next,
.body-banners .slick-next,
.page-logos .slick-next,
.hotels-tiles .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: inherit;
}
@media (max-width: 1318px) {
  .products .slick-next,
  .blog-posts .slick-next,
  .hp-ratings .slick-next,
  .next-to-carousel-banners .slick-next,
  .body-banners .slick-next,
  .page-logos .slick-next,
  .hotels-tiles .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products .slick-next,
  .blog-posts .slick-next,
  .hp-ratings .slick-next,
  .next-to-carousel-banners .slick-next,
  .body-banners .slick-next,
  .page-logos .slick-next,
  .hotels-tiles .slick-next {
    right: 5px;
  }
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover,
.hp-ratings .slick-arrow:hover,
.next-to-carousel-banners .slick-arrow:hover,
.body-banners .slick-arrow:hover,
.page-logos .slick-arrow:hover,
.hotels-tiles .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.products .slick-arrow {
  right: -35px;
}
@media (max-width: 1790px) {
  .products .slick-arrow {
    right: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .products .slick-arrow {
    right: 0;
  }
}
.products .slick-arrow.slick-prev {
  left: -35px;
}
@media (max-width: 1790px) {
  .products .slick-arrow.slick-prev {
    left: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .products .slick-arrow.slick-prev {
    left: 0;
  }
}
#category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#category-header > div {
  color: #141414;
  /*display: none;*/
}
.category-header {
  background: transparent;
  padding: 1px 2px 0 2px;
  margin-bottom: 20px;
}
.category-header label {
  color: #000000B2;
  font-weight: 500;
  padding: 14px 18px !important;
  font-size: 15px !important;
  border-right: none;
  background: transparent !important;
  /*@media @tablet-min {
      padding: 14px 25px !important;
      font-size: 15px !important;
      border-right: 2px solid #fff;
    }*/
}
@media only screen and (min-width: 768px) {
  .category-header label {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 480px) {
  .category-header label {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
.category-header label:hover {
  text-decoration: underline;
}
.category-header input[type="radio"] + label {
  color: #000000B2;
  text-decoration: none;
}
.category-header input[type="radio"] + label:hover {
  color: #FF6600;
}
.category-header input[type="radio"]:checked + label {
  color: #000000B2;
}
.category-header input[value="name"] + label {
  display: none !important;
}
.category-header fieldset {
  /*label[for="order1"] {
      padding-left: 0 !important;
    }*/
}
.category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 20px;
    margin-top: -4px;
    margin-left: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .category-header {
    margin-left: 0;
  }
}
.category-header label {
  font-size: 14px !important;
  color: #000000B2 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 13px 25px !important;
  position: relative;
  font-weight: 400;
  z-index: 1;
}
.category-header label:before {
  display: none !important;
}
.category-header form {
  position: relative;
  height: 47px;
  overflow: visible;
  /*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*/
}
@media only screen and (max-width: 767px) {
  .category-header form {
    width: 100%;
  }
}
.category-header > div {
  padding: 0 0 0 25px !important;
  color: #b0b2b3;
  letter-spacing: 0.5px;
  -ms-flex: inherit;
      flex: inherit;
}
.category-header fieldset {
  overflow: hidden;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 400px;
  width: 185px;
  padding-top: 47px;
  height: 47px;
  z-index: 1;
  background: #fff;
  position: relative;
  border: 2px solid #d6d8d9;
  border-radius: 0;
  cursor: pointer;
  /* &:after {
      top: 0;
      left: 0;
      height: 47px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 10px no-repeat !important;
      font-size: 14px !important;
      color: #000000B2 !important;
      border-radius: 0 !important;
      letter-spacing: 0;
      margin-top: 0 !important;
      padding: 8px 15px !important;
      width: 100%;
      position: absolute;
      background-color: transparent;
      z-index: 2;
      content: '';
    }*/
}
.category-header fieldset label {
  font-weight: 500;
  background: #f1f3f7;
  text-align: left !important;
}
.category-header fieldset input[type="radio"]:checked + label {
  position: absolute;
  padding-right: 22px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 25px center !important;
  background-size: 10px !important;
  background-color: #fff !important;
  color: #000000 !important;
  top: 0;
  left: 0;
  border-radius: 25px !important;
  letter-spacing: 0;
  width: 100%;
  z-index: 1;
}
.category-header fieldset input[type="radio"]:checked + label:after {
  width: 12px;
  height: 8px;
  content: '';
  position: absolute;
  right: 15px;
  top: 5px;
}
.category-header fieldset.hovered {
  height: auto;
}
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #BFD000 !important;
  border: none !important;
  text-transform: none;
  font-family: 'Rubik' !important;
}
.filters-unveil-button-wrapper a:hover {
  background: #333 !important;
}
/*
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -87px;

  @media @tablet-port {
    margin-top: -70px;
    width: 100%;
  }

  @media @mobile-land {
    margin: 0 0 20px 0;
  }

  a {
    width: 140px !important;
    background: transparent !important;
    color: #000000B2 !important;
    border: 2px solid #d6d8d9 !important;
    text-transform: none;
    font-weight: 500;
    padding: 11px 15px;
    margin-top: 3px;
    border-radius: 0;
    letter-spacing: 0.5px;

   !* &:before {
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
      margin-right: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/sliders.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 2px;
      margin-bottom: -2px;
    }*!

    &:hover {
      box-shadow: none;
      border-color: #000000B2 !important;
      background: transparent;
    }
  }
}*/
.pagination-wrapper,
.listingControls {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper,
  .listingControls {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination-top,
  .listingControls .pagination-top {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination,
  .listingControls .pagination {
    margin-top: 20px;
  }
}
.pagination-wrapper .pagination-loader,
.listingControls .pagination-loader {
  margin-bottom: 0 !important;
}
.pagination-wrapper .load-products,
.listingControls .load-products,
.pagination-wrapper .loadMore__button,
.listingControls .loadMore__button {
  letter-spacing: 0px;
  text-transform: none;
  padding: 10px 25px;
  color: #000 !important;
  border-radius: 3px;
  border: 2px solid #BFD000;
  font-size: 15px;
  font-weight: 400;
  min-width: initial;
  background: transparent;
  line-height: 1em;
  display: -ms-flexbox;
  display: inline-block;
  text-align: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-wrapper .load-products:hover,
.listingControls .load-products:hover,
.pagination-wrapper .loadMore__button:hover,
.listingControls .loadMore__button:hover {
  color: #000 !important;
  background: #BFD000;
  border-color: #BFD000;
}
.pagination-wrapper .pagination a,
.listingControls .pagination a {
  color: #000000;
}
.pagination-wrapper .pagination-top strong,
.listingControls .pagination-top strong,
.pagination-wrapper .goToTop strong,
.listingControls .goToTop strong {
  display: none;
}
.pagination-wrapper .pagination-top a,
.listingControls .pagination-top a,
.pagination-wrapper .goToTop a,
.listingControls .goToTop a {
  border: none;
  background: transparent;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5px;
  margin: 0;
  font-size: 0;
}
.pagination-wrapper .pagination-top a:before,
.listingControls .pagination-top a:before,
.pagination-wrapper .goToTop a:before,
.listingControls .goToTop a:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: -10px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arrow-top.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination-top a:hover,
.listingControls .pagination-top a:hover,
.pagination-wrapper .goToTop a:hover,
.listingControls .goToTop a:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination > a,
.listingControls .pagination > a,
.pagination-wrapper .pagination-top > a,
.listingControls .pagination-top > a,
.pagination-wrapper .pagination > strong,
.listingControls .pagination > strong,
.pagination-wrapper .pagination-top > strong,
.listingControls .pagination-top > strong {
  font-size: 18px;
}
.pagination-wrapper .pagination a,
.listingControls .pagination a,
.pagination-wrapper .pagination strong,
.listingControls .pagination strong {
  font-size: 1.4em;
  color: #000 !important;
}
.pagination-wrapper .pagination strong,
.listingControls .pagination strong {
  color: #12A19A;
}
.pagination-wrapper .pagination .next.pagination-link,
.listingControls .pagination .next.pagination-link,
.pagination-wrapper .pagination .prev.pagination-link,
.listingControls .pagination .prev.pagination-link,
.pagination-wrapper .pagination .pagination__link--next,
.listingControls .pagination .pagination__link--next,
.pagination-wrapper .pagination .pagination__link--prev,
.listingControls .pagination .pagination__link--prev {
  border: none;
  background: transparent;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5px;
  padding-top: 3px;
  margin: 0;
}
.pagination-wrapper .pagination .next.pagination-link:before,
.listingControls .pagination .next.pagination-link:before,
.pagination-wrapper .pagination .prev.pagination-link:before,
.listingControls .pagination .prev.pagination-link:before,
.pagination-wrapper .pagination .pagination__link--next:before,
.listingControls .pagination .pagination__link--next:before,
.pagination-wrapper .pagination .pagination__link--prev:before,
.listingControls .pagination .pagination__link--prev:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arrow-right.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -2px;
}
.pagination-wrapper .pagination .next.pagination-link:hover,
.listingControls .pagination .next.pagination-link:hover,
.pagination-wrapper .pagination .prev.pagination-link:hover,
.listingControls .pagination .prev.pagination-link:hover,
.pagination-wrapper .pagination .pagination__link--next:hover,
.listingControls .pagination .pagination__link--next:hover,
.pagination-wrapper .pagination .pagination__link--prev:hover,
.listingControls .pagination .pagination__link--prev:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .prev.pagination-link:before,
.listingControls .pagination .prev.pagination-link:before,
.pagination-wrapper .pagination .pagination__link--prev:before,
.listingControls .pagination .pagination__link--prev:before {
  transform: rotate(-180deg);
}
.in-znojemske-pivo .category-top > h4,
.in-specialy .category-top > h4,
.in-lezaky .category-top > h4,
.in-znojemske-pivo .category-top #productsTop,
.in-specialy .category-top #productsTop,
.in-lezaky .category-top #productsTop {
  display: none;
}
.dkLabFavouriteProductDiv.onlyIcon {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .dkLabFavouriteProductDiv.onlyIcon {
    top: -5px;
    right: 13px;
  }
}
.dkLabFavHeaderIconBtn em {
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 2px;
  padding-left: 1px;
  top: -7px;
  right: 1px;
  background: #FF6600;
}
.type-detail #dkLabFavouriteDiv {
  margin-top: 20px;
  margin-bottom: 0;
  -ms-flex-order: -3;
      order: -3;
}
.type-detail #dkLabFavouriteDiv .dkLabFavDetailSpan,
.type-detail #dkLabFavouriteDiv .dkLabFavouriteProductLinkRemove {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .dkLabFavHeaderIconBtn::before {
    font-size: 15px;
  }
}
.type-category #footer .banner-wrapper > img {
  width: auto !important;
  max-width: unset;
}
.products-inline.products-top > div .p .image {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper a {
    background-position: left 0 top 9px !important;
  }
  .filters-unveil-button-wrapper a:hover {
    background-position: left 0 top 9px !important;
  }
  .type-category #filters {
    padding: 15px!important;
  }
}
#filters {
  padding: 0 !important;
}
#filters .slider-wrapper,
#filters .filter-section {
  padding: 0;
}
#filters .slider-wrapper {
  background: transparent;
  padding-bottom: 10px;
  padding: 0 15px 10px 15px;
}
#filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
#filters .filter-section {
  border: none;
}
#filters .ui-slider .ui-slider-range {
  background: #cdcdcd;
}
#filters #clear-filters a {
  margin-top: 15px;
}
#filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
}
#filters .slider-wrapper > h4 {
  font-size: 0 !important;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 25px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: transparent !important;
  padding: 20px 0px 10px 0 !important;
  border-bottom: none;
  text-align: left;
}
#filters .slider-wrapper > h4:before {
  font-size: 16px !important;
  text-transform: uppercase;
  color: #393939;
  content: 'FILTR';
}
#filters .slider-wrapper > h4:after {
  display: none;
}
#filters #clear-filters a {
  display: inline-block;
  margin-bottom: 0 !important;
}
#filters .slider-content {
  margin-bottom: 0;
}
#filters h4 {
  font-size: 1em !important;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 2px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0px;
  background: #fff !important;
  padding: 20px 0px !important;
  position: relative;
  cursor: pointer;
  border-bottom: none;
}
#filters h4:after {
  position: absolute;
  right: 0 !important;
  top: 0;
  display: block;
  height: 100%;
  width: 24px;
  content: '';
  background-color: transparent !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/chevron-down.svg);
  background-size: 21px;
  transform-origin: center;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-position: center;
}
#filters .filter-section.rolled h4:after {
  transform: rotate(0);
}
#filters .filter-section.rolled h4 + form,
#filters .filter-section.rolled h4 + .slider-header,
#filters .filter-section.rolled h4 + .slider-header + .slider-content {
  max-height: 200px;
  padding: 0 15px 15px 15px;
  overflow: visible;
}
#filters .filter-section.rolled h4 + form {
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#filters .filter-section.rolled h4 + .slider-header + .slider-content {
  padding: 0 28px 35px 24px !important;
}
#filters .filter-section.rolled .show-more {
  display: none;
}
#filters .filter-total-count {
  display: none;
}
#filters .filter-section-count {
  padding: 0 !important;
}
#filters #price-filter-form {
  padding: 0 !important;
}
#filters form,
#filters .param-filter-top {
  padding: 15px;
  padding-top: 0;
  background: #f5f5f5;
  border-radius: 0;
}
#filters form form,
#filters .param-filter-top form {
  padding: 0;
}
#filters .param-filter-top {
  padding-top: 15px;
}
#filters .filter-sections {
  background: transparent;
  padding: 0;
}
#filters .filter-sections #manufacturer-filter {
  display: none;
}
#filters .filter-sections #category-filter-hover {
  display: block;
}
@media only screen and (min-width: 768px) {
  #filters .filter-sections .toggle-filters {
    display: none;
  }
}
#filters .filter-sections form fieldset label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 0;
  color: #393939;
}
#filters .filter-sections form fieldset label:hover {
  color: #BFD000;
}
#filters .filter-sections form fieldset label .filter-count {
  background: transparent;
}
#filters .filter-sections form fieldset > div {
  margin: 7px 0;
}
#filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
#filters input[type="checkbox"] + label,
#filters input[type="radio"] + label {
  padding-left: 30px;
}
#filters input[type="checkbox"] + label::before,
#filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
#filters input[type="checkbox"]:checked + label::after,
#filters input[type="radio"]:checked + label::after {
  left: 4px;
}
#filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #BFD000;
}
#filters input[type="checkbox"] + label::before,
#filters input[type="radio"] + label::before {
  border-color: #000;
}
#filters input[type="checkbox"]:checked + label::after,
#filters input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 4px;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/checkbox-checked.svg) no-repeat center !important;
  background-size: 16px;
  background-color: transparent !important;
  background-position: center !important;
}
.filters-wrapper > h4 {
  margin-bottom: -10px !important;
}
.box.box-sm.box-filters {
  border: none !important;
  padding: 0 !important;
}
#content .filter-section fieldset div,
#footer .filter-section fieldset div {
  width: 100%;
}
.filter-section h4 .show-tooltip {
  margin-left: 8px;
  background: #fff;
  color: #000;
  font-weight: 300;
  height: 16px;
  width: 16px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
/*#content #filters {
  position: fixed;
  left: -405px;
  top: 0;
  bottom: 0;
  background: #fff;
  margin-bottom: 0;
  border: none;
  border-right: 1px solid #ccc;
  z-index: 999;
  width: 400px;
  overflow: auto;
  padding-top: 20px !important;
  transition: @transition;
  display: block;

  @media @tablet-port {
    top: 0;
    width: 100%;
    right: inherit;
    margin-top: 0;
    border-radius: 0;
    left: -101%;
    padding: 20px !important;
    z-index: 99999;
  }

  .filters-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 2;

    @media @tablet-port {
      right: 2px;
      top: 5px;
    }

    &:before {
      content: "\e912";
      font-size: 20px;
      right: 10px;
      line-height: 40px;
      position: absolute;
      font-family: shoptet;
      text-indent: 0;
      top: 0;
      color: #787878;
      transition: @transition;
    }

    &:hover {
      &:before {
        color: #000;
      }
    }
  }

  .filter-section {
    .advanced-filters-wrapper {
      >div {
        padding: 0 !important;
        height: 32px;
      }

      label {
        margin: 0 8px 8px 0 !important;
        display: inline-block;

        .advanced-parameter-inner {
          width: 28px;
          height: 28px;
          border-radius: 0;
          padding: 0;
          margin-right: 0;
          border: 1px solid #e4e4e4;

          &.yes-before {
            border: 1px solid #46a603;
          }
        }
      }
    }

    @media @tablet-port {
      fieldset {
        display: flex;
        flex-wrap: wrap;
      }
    }
  }

  @media @tablet-port {
    .param-filter-top form, .param-filter-top form fieldset {
      display: flex;
    }
  }
}*/
#filters .filter-sections form fieldset label {
  font-size: 0.8em;
  line-height: 1.1em;
}
.type-category #filters .filter-section .param-filter-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-category #filters .filter-section .param-filter-top form {
  width: 100%;
}
.type-category #filters .filter-section.filter-section-parametric-id-42 form fieldset .advanced-filters-wrapper {
  display: none;
}
.type-category #filters .filter-section.filter-section-parametric-id-42 form fieldset > div {
  width: 25% !important;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .filter-section.filter-section-parametric-id-42 form fieldset > div {
    width: 33.333% !important;
  }
}
.type-category #filters .filter-section.filter-section-parametric-id-42 form fieldset > div label {
  width: calc(100% - 8px);
  -ms-flex-pack: center;
      justify-content: center;
}
.filters-visible #header {
  z-index: 1;
}
.filters-visible #content-wrapper {
  position: relative;
  z-index: 9;
}
.filters-visible #filters {
  left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .filters-visible .top-navigation-bar {
    z-index: 0;
  }
}
#content .filter-section.filter-section-parametric fieldset div:nth-child(2n),
#footer .filter-section.filter-section-parametric fieldset div:nth-child(2n) {
  clear: unset !important;
}
#content .filter-section fieldset div:nth-child(odd),
#footer .filter-section fieldset div:nth-child(odd) {
  clear: unset !important;
}
#filters {
  padding: 0;
  background: #f2f2f2;
}
#filters .filter-total-count {
  display: none;
}
#filters .filter-section {
  border: none;
}
#filters .filter-section.filter-section-parametric-id-327 {
  display: none !important;
}
#filters .slider-content,
#filters .slider-header {
  padding: 0 0 20px 0;
}
#clear-filters {
  margin: 0 0 10px 0;
}
#clear-filters a {
  padding: 3px 10px;
  border: none;
  color: #fff;
  border-radius: 3px;
  text-transform: none;
}
#clear-filters a:hover {
  text-decoration: none;
  background: #000;
}
.filter-section.clear-section {
  -ms-flex-order: 2;
      order: 2;
}
.filter-sections {
  padding: 0;
}
.filter-sections fieldset {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-sections fieldset > div {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  width: 100%;
}
.filter-sections fieldset > div input {
  margin-right: 10px;
}
.filter-sections input {
  width: 20px;
  margin-left: 0;
  height: 20px;
  position: relative;
  top: -1px;
  border-radius: 4px;
}
.filter-sections input:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.filter-sections input:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
}
#filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#filters .ui-slider-horizontal {
  background: #ccc;
}
#filters #clear-filters {
  margin-top: 0px;
  text-align: left!important;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  #filters #clear-filters {
    top: 5px;
  }
}
#filters #clear-filters a {
  padding: 6px 15px;
  border: 1px solid #cfcfcf !important;
  color: #000000;
  background: transparent;
  transition: .3s;
  display: -ms-flexbox;
  font-size: 0.9em !important;
  font-weight: 400;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0px !important;
  display: inline-block;
  margin-top: 5px;
  border-radius: 4px;
}
#filters #clear-filters a:hover {
  border-color: #000 !important;
}
#filters .from,
#filters .to {
  color: #393939;
  font-size: 0.9em;
}
#filters .filter-section h4,
#filters .filter-section-default h4 {
  padding-right: 50px;
  position: relative;
  /*border-top: 2px solid #f1f3f7;*/
  margin: 0;
  /*font-family: @tempFontTitles;
      font-size: 1.4em;*/
  /*&:after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 100%;
        width: 20px;
        content: '';
        background-color: transparent !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/icons/chevron-down.svg);
        background-size: 16px;
        transform-origin: center;
        transform: rotate(-180deg);
        background-repeat: no-repeat;
        background-position: center;
      }*/
}
#filters #category-filter-hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#filters #category-filter-hover #manufacturer-filter {
  -ms-flex-order: 1;
      order: 1;
}
#filters .filter-section {
  padding-top: 0;
  padding-bottom: 0;
  border: none !important;
}
#filters .filter-section label {
  cursor: pointer;
}
#filters .filter-section label.disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
#filters .filter-section form,
#filters .filter-section-default form {
  padding: 0;
  overflow: inherit;
}
#filters .filter-section h4 + form,
#filters .filter-section-default h4 + form,
#filters .filter-section h4 + .slider-header,
#filters .filter-section-default h4 + .slider-header,
#filters .filter-section h4 + .slider-header + .slider-content,
#filters .filter-section-default h4 + .slider-header + .slider-content {
  padding: 0;
  overflow: hidden;
  margin-top: -15px;
}
#filters .filter-section h4 + form,
#filters .filter-section-default h4 + form {
  /*overflow: visible;
      max-height: 200px;*/
  margin-bottom: 10px;
}
#filters .filter-section.rolled h4:after,
#filters .filter-section-default.rolled h4:after {
  transform: rotate(0);
}
#filters .filter-section.rolled h4 + form,
#filters .filter-section-default.rolled h4 + form,
#filters .filter-section.rolled h4 + .slider-header,
#filters .filter-section-default.rolled h4 + .slider-header,
#filters .filter-section.rolled h4 + .slider-header + .slider-content,
#filters .filter-section-default.rolled h4 + .slider-header + .slider-content {
  max-height: 200px;
  padding: 0 0 15px 0;
  overflow: visible;
}
#filters .filter-section.rolled h4 + form,
#filters .filter-section-default.rolled h4 + form {
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#filters .filter-section.rolled h4 + .slider-header + .slider-content,
#filters .filter-section-default.rolled h4 + .slider-header + .slider-content {
  padding: 0 28px 35px 24px !important;
}
@media only screen and (max-width: 767px) {
  #filters .slider-header {
    padding-bottom: 30px;
  }
}
#filters .slider-wrapper.filter-section-default {
  background: #f2f2f2;
  padding: 0 !important;
  width: calc(100% - 20px);
  max-width: 100%;
  border-radius: 5px;
  margin: 0 !important;
  -ms-flex-order: 3;
      order: 3;
}
#filters .slider-wrapper.filter-section-default .slider-header,
#filters .slider-wrapper.filter-section-default .slider-content {
  max-width: 550px;
  margin: 0 auto;
}
#filters .param-filter-top {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #filters .param-filter-top form fieldset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#filters .ui-widget.ui-widget-content {
  border: none;
}
#filters .filter-section {
  border-color: #e9e9e9;
  border-bottom: 1px solid #E7E7E7 !important;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
#filters .filter-section:last-child,
#filters .filter-section:nth-last-child(2) {
  border-bottom: none !important;
  margin-bottom: 0;
}
#filters .filter-section.filter-section-button {
  display: none !important;
}
#filters .filter-section .show-more {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: 400;
  cursor: pointer;
}
#filters .filter-section .show-more:hover {
  text-decoration: underline;
}
#filters .filter-section .disabled-option {
  display: none;
}
#filters .filter-section.toggled fieldset > div:not(.disabled-option):nth-child(n + 10) {
  display: none;
}
#filters .filter-section.toggled fieldset > .show-more {
  display: block;
}
#filters .filter-section.toggled.filter-section-manufacturer fieldset > div:not(.disabled-option):nth-child(n + 4) {
  display: none;
}
#filters .filter-section.toggled.filter-section-manufacturer fieldset > .show-more {
  display: block;
}
#filters .filter-section .advanced-filters-wrapper > div {
  padding: 0 !important;
  height: 32px;
}
#filters .filter-section .advanced-filters-wrapper label {
  margin: 0 8px 8px 0 !important;
  display: inline-block;
}
#filters .filter-section .advanced-filters-wrapper label .advanced-parameter-inner {
  width: 28px;
  height: 28px;
  border-radius: 0;
  padding: 0;
  margin-right: 0;
  border: 1px solid #e4e4e4;
}
#filters .filter-section .advanced-filters-wrapper label .advanced-parameter-inner.yes-before {
  border: 1px solid #46a603;
}
#filters .filter-section input[type="checkbox"] {
  display: none;
}
#filters .filter-section input[type="checkbox"] + label {
  padding: 4px 0px 4px 30px;
  margin-right: 8px!important;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9em;
  letter-spacing: 0;
  line-height: 1.3em;
  height: auto;
  font-weight: 400!important;
}
#filters .filter-section input[type="checkbox"] + label:hover {
  color: #000;
}
#filters .filter-section input[type="checkbox"] + label:before,
#filters .filter-section input[type="checkbox"] + label:after {
  display: none;
}
#filters .filter-section input[type="checkbox"] + label:before {
  width: 22px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/f-check.svg?v2);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  display: block;
}
#filters .filter-section input[type="checkbox"]:checked + label {
  font-weight: 400 !important;
  position: relative;
  z-index: 0;
}
#filters .filter-section input[type="checkbox"]:checked + label:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/f-check-checked.svg?v2);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
#filters label.no-display {
  display: none !important;
}
@media (max-width: 767px) {
  #filters .filters {
    display: none;
    margin-bottom: 19px;
  }
  #filters .filters.visible {
    display: block;
  }
}
@media (min-width: 768px) {
  #filters .filters,
  #filters .filters {
    display: block;
  }
}
#filters .slider-wrapper {
  padding: 0 !important;
  max-width: 600px;
  margin: 0 !important;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#filters .slider-wrapper h4 {
  padding-top: 0px !important;
}
#filters .slider-wrapper .slider-content {
  margin: 15px 0;
}
#filters .slider-header {
  padding-bottom: 16px;
  -ms-flex-order: 2;
      order: 2;
}
#filters .slider-header:before,
#filters .slider-header:after {
  content: " ";
  display: table;
}
#filters .slider-header:after {
  clear: both;
}
#filters .slider-header:before,
#filters .slider-header:after {
  content: " ";
  display: table;
}
#filters .slider-header:after {
  clear: both;
}
#filters .slider-content,
#filters .ui-slider {
  background: #f2f2f2;
}
#filters .slider-content {
  position: relative;
  padding: 0 13px;
  height: 4px;
  margin-bottom: 20px;
  border-style: none;
  border-width: 0;
}
#filters .ui-slider-horizontal {
  height: 4px;
}
#filters .ui-slider-range {
  border-style: none;
  border-width: 0;
  background-color: #D9D9D9 !important;
  opacity: 1;
}
#filters .ui-slider-horizontal .ui-slider-range,
#filters .ui-slider-horizontal .ui-slider-handle {
  z-index: 2;
}
#filters .ui-slider-horizontal .ui-slider-handle {
  width: 28px;
  height: 28px;
  margin-left: -13px;
  top: -13px;
  border-radius: 50px;
  cursor: pointer;
  background: #000;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 1px #000;
}
#filters .ui-slider-horizontal .ui-slider-handle:hover {
  box-shadow: 0 0 0px 1px #BFD000;
}
#filters .ui-slider-horizontal .ui-slider-handle:focus {
  outline: 0;
}
#filters .slider-wrapper.filter-section-default {
  background: transparent;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
#filters #clear-filters {
  margin-top: 0px;
  position: relative;
  text-align: center !important;
  top: 0;
  margin-bottom: 0;
}
/*
.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
  padding-left: 180px;
  padding-right: 5px;
  border-radius: 3px;
  !*border: 1px solid rgba(0, 0, 0, 0.05);*!
  margin-top: 0px;
  padding-left: 190px;

  @media @tablet-port {
    margin-bottom: 0px;
    margin-top: 0;
    margin-left: 0px;
    padding-left: 0 !important;
  }

  @media @mobile-land {
    padding-left: 155px;
    border: none;
  }

  label {
    font-size: 15px !important;
    color: #000000B2 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 11px 25px !important;
    position: relative;
    font-weight: 500;
    z-index: 1;
    background: #F1F1F1 !important;
    border-radius: 10px !important;
    margin-right: 12px !important;
    border: 1px solid transparent;

    &:before {
      display: none !important;
    }

    @media @tablet-port {
      margin-top: 15px !important;
      font-size: 13px !important;
      padding: 7px 12px !important;
      margin-right: 5px !important;
    }
  }

  input:checked + label {
    border: 1px solid @green;
    background: #fff !important;
  }

  form {
    position: relative;
    overflow: visible;

    @media @mobile-land {
      width: 100%;
    }
  }

  > div {
    padding: 0 0 0 25px !important;
    color: #b0b2b3;
    letter-spacing: 0.5px;
    flex: inherit;
  }

  !*fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    width: 210px;
    padding-top: 34px;
    height: 34px;
    z-index: 2;
    background-color: #fff;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/sort.svg?v2);
    background-position: left 13px top 5px;
    background-size: 24px;
    background-repeat: no-repeat;
    position: relative;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    &:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 50px;
      top: 6px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 2;
      color: #000000B2 !important;
      font-size: 16px;
      font-weight: 700;
    }

    &:after {
      top: -4px;
      left: 0;
      height: 47px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 8px no-repeat !important;
      font-size: 14px !important;
      color: #000000B2 !important;
      border-radius: 0 !important;
      letter-spacing: 0;
      margin-top: 0 !important;
      padding: 6px 15px !important;
      width: 100%;
      position: absolute;
      background-color: transparent;
      z-index: 3;
      content: '';
      width: 213px;
    }

    label {
      font-weight: 500;
      background: transparent;
      text-align: left !important;
      font-size: 16px !important;
      font-weight: 700;

      &:hover {
        color: @green !important;
      }
    }

    input[type="radio"]:checked + label {
      position: absolute;
      padding-right: 22px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 15px center !important;
      background-size: 8px !important;
      background-color: #fff !important;
      color: #141414 !important;
      top: 0;
      left: 40px;
      border-radius: 25px !important;
      letter-spacing: 0;
      width: 100%;
      height: 34px;
      z-index: 3;
      padding-left: 9px !important;

      &:after {
        width: 12px;
        height: 8px;
        content: '';
        position: absolute;
        right: 15px;
        top: 5px;
      }
    }

    &.hovered {
      height: auto;
      border-color: @blue;
      z-index: 4;
    }
  }*!
}

#category-header {
  fieldset {
    label {

    }
  }

  > div {
    z-index: -1;
    padding-right: 0;

    @media @tablet-land {
      display: none;
    }
  }
}

.dkLab-filters-button__item {
  border-radius: 5px;
}

.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  margin-top: 0px;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
  width: 150px;
  display: flex !important;
  margin-top: -58px;

  &.hide {
    display: flex !important;
  }

  @media @tablet-port {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px !important;
    margin-right: 0;
  }

  @media @mobile-land {
    padding-left: 0;
  }

  a {
    width: 200px !important;
    min-width: 200px;
    color: #000000B2 !important;
    text-transform: none;
    font-weight: 500;
    padding: 8px 30px 9px 48px;
    letter-spacing: 0.5px;
    border: none !important;
    border-radius: 100px !important;
    background-color: #fff !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/filters.svg?v2) !important;
    background-position: left 13px top 9px !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    text-align: left;
    font-size: 15px;
    font-weight: 500 !important;
    margin-left: -12px;

    @media @mobile-land {
      background-position: left 0px top 9px !important;
      padding-left: 37px;
      margin-left: 0;
    }

    &:after {
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
      margin-left: 5px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/arrow-down.svg);
      background-size: 8px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 3px;
      margin-bottom: -2px;
    }

    &:hover {
      box-shadow: none;
      border-color: @orange !important;
      background-color: #fff !important;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/filters.svg?v2) !important;
      background-position: left 13px top 9px !important;
      background-size: 24px !important;
      background-repeat: no-repeat !important;

      @media @mobile-land {
        background-position: left 0px top 9px !important;
      }
    }
  }
}

html.dklab-filter-window-active #content .filters-wrapper.dkLab-mobile-window #filters {
  display: block;
  left: 0;
}

html.dklab-filter-window-active body.one-column-body #content #filters-wrapper {
  position: unset;
  width: unset;
  height: unset;
  padding: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #content .filters-unveil-button-wrapper + .dkLab-filters-wrapper > .dkLab-filters-wrapper__button h4 {
    display: none;
  }
  #content .category-header:not(.dkLabTopFiltersHeader) form {
    overflow-x: unset;
  }
  .dkLab-filters-wrapper form fieldset {
    margin-top: 0px;
  }
}*/
.category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
  padding-left: 0px;
  padding-right: 15px;
  border-radius: 3px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
    padding-left: 140px;
    border: none;
  }
}
.category-header label {
  font-size: 14px !important;
  color: #000000B2 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 8px 20px 7px 50px !important;
  position: relative;
  font-weight: 400;
  z-index: 1;
}
.category-header label:before {
  display: none !important;
}
.category-header form {
  position: relative;
  height: 35px;
  overflow: visible;
  margin: 5px 0;
  /*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*/
}
.category-header > div {
  padding: 0 0 0 25px !important;
  color: #b0b2b3;
  letter-spacing: 0px;
  -ms-flex: inherit;
      flex: inherit;
}
.category-header fieldset {
  overflow: hidden;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 400px;
  width: 190px;
  padding-top: 34px;
  height: 34px;
  z-index: 1;
  background-color: #fff;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/sort.svg?v2);
  background-position: left 13px top 5px;
  background-size: 24px;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.category-header fieldset:after {
  top: 0;
  left: 0;
  height: 47px;
  /*background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 10px no-repeat !important;*/
  font-size: 14px !important;
  color: #000000B2 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 8px 15px !important;
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
}
.category-header fieldset label {
  font-weight: 400;
  background: transparent;
  text-align: left !important;
}
.category-header fieldset label:hover {
  color: #12A19A !important;
}
.category-header fieldset input[type="radio"]:checked + label {
  position: absolute;
  padding-right: 22px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 15px center !important;
  background-size: 8px !important;
  background-color: transparent !important;
  color: #000 !important;
  top: 0;
  left: 0;
  border-radius: 25px !important;
  letter-spacing: 0.4px;
  width: 100%;
  height: 34px;
  z-index: 1;
}
.category-header fieldset input[type="radio"]:checked + label:after {
  width: 12px;
  height: 8px;
  content: '';
  position: absolute;
  right: 15px;
  top: 5px;
}
.category-header fieldset.hovered {
  height: auto;
  border-color: #BFD000;
}
#category-header > div {
  z-index: -1;
  padding-right: 0;
}
.filters-unveil-button-wrapper {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
  width: 130px;
  margin-top: 0;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper {
    width: 100%;
    margin-top: -52px;
    margin-bottom: 10px !important;
    margin-right: 0;
  }
}
.filters-unveil-button-wrapper a {
  width: 189px !important;
  color: #000 !important;
  text-transform: none;
  font-weight: 400;
  padding: 8px 30px 9px 48px;
  letter-spacing: 0.5px;
  border: none !important;
  border-radius: 100px !important;
  background-color: #fff !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/filters.svg?v2) !important;
  background-position: left 13px top 9px !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  text-align: left;
  /*@media @tablet-port {
      width: 130px !important;
      padding-right: 0;
      background-color: #ba0101 !important;
      border-radius: 5px !important;
      height: 34px;
      padding-top: 4px;
      color: #fff !important;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/filter.svg?v3) !important;
      background-position: left 13px top 8px !important;
      background-size: 18px !important;
      padding-left: 40px;
    }*/
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper a {
    padding-left: 36px;
    background-position: left 0px top 7px !important;
  }
}
.filters-unveil-button-wrapper a:after {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arrow-down.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: 3px;
  margin-bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper a:after {
    display: none !important;
  }
}
.filters-unveil-button-wrapper a:hover {
  box-shadow: none;
  border-color: #FF6600 !important;
  background-color: #fff !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/filters.svg?v2) !important;
  background-position: left 13px top 9px !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  /*@media @tablet-port {
        background-color: #ba0101 !important;
        border-color: #ba0101 !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/filter.svg?v3) !important;
        background-position: left 13px top 8px !important;
        background-size: 18px !important;
      }*/
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper a:hover {
    background-position: left 0px top 7px !important;
  }
}
/*
.ordering-process {
  @media (min-width: 992px) {
    ol.cart-header {
      margin: -40px -40px 0;
      margin: 0 0 15px 0;
    }
  }
  @media @tablet-port {
    !*padding-top: 75px !important;*!

    .next-step-back {
      display: none !important;
    }

    .top-navigation-bar {
      position: fixed;
    }

    #header, .top-navigation-bar {
      top: 0;
    }
    #header .site-name img {
      margin-top: 23px !important;
    }
    #header a[data-target=navigation] {
      top: 15px !important;
    }
    .overall-wrapper {
      padding-top: 67px !important;
    }
  }
  .cart-table {
    .show-related:after {
      font-weight: 600;
      font-size: 13px;
      color: @brown;
    }
  }

  @media @tablet-min {
    .top-navigation-bar .dropdown {
      top: 46px;
    }
    .top-navigation-bar .top-navigation-contacts {
      top: 34px;
    }

    #hader #navigation, #header .menu-helper, #header:before {
      display: none !important;
    }
  }

  .radio-wrapper input[type="radio"]+label::before,
  .radio-wrapper input[type="radio"]+label::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .form-control {
    border-radius: 40px;
  }

  #content-wrapper {
    padding-top: 10px !important;
  }

  .checkout-box-wrapper, .checkout-box {
    .contact-box {
      color: #000;
      text-align: left;
      font-size: 1em;
      min-height: initial;
      padding-left: 0;

      @media @desktop {
        text-align: left;
      }

      span {
        @media @tablet-port {
          width: 100%;
        }
      }

      img {
        margin: 0 0 15px 0 !important;
        max-width: 100px;
        max-height: 100px;

        @media @tablet-port {
          max-width: 70px;
          max-height: 70px;
        }
      }

      h3 {
        font-size: 1.6em;
        color: #000;
        margin-top: 15px;
        margin-bottom: 20px;
      }

      > img {
        display: none !important;
        position: relative;
        margin: 0 !important;
        left: 0;
      }

      > strong {
        display: none !important;
        margin-bottom: 20px;
      }

      .cellphone, .facebook, .instagram {

      }

      ul {
        display: flex;
        flex-wrap: wrap;
      }

      li {
        font-size: 0.9em;
        display: inline-block;
        width: fit-content !important;

        &:first-child, &:nth-child(2) {
          display: block;
          width: 100% !important;
        }

        .mail, .tel {
          a {
            font-size: 1.1em !important;
            font-weight: 400;
          }
        }

        .cellphone {
          display: none !important;
        }

        span {
          padding-left:  0 !important;
        }
      }

      .youtube {
        &:before {

        }
      }

      .mail {
        &:before {
          display: none;
        }

        a {
          &:before {
            width: 19px;
            height: 19px;
            content: '' !important;
            display: inline-block;
            margin-left: 0;
            background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/luxdekor/img/mail-cart.svg?v3);
            background-size: 19px;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: 2px;
            left: 0;
          }
        }
      }

      .tel, .cellphone {
        margin-bottom: 8px;

        &:before {
          display: none;
        }

        a {
          &:before {
            width: 19px;
            height: 19px;
            content: '' !important;
            display: inline-block;
            margin-left: 0px;
            background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/luxdekor/img/phone-cart.svg?v3);
            background-size: 19px;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            left: 0;
            top: 0px;
          }
        }
      }

      !*.facebook {
        a:before {
          width: 22px;
          height: 24px;
          !*filter: grayscale(1) brightness(2);*!
          content: '' !important;
          display: inline-block;
          margin-left: 5px;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/araven/img/fb.svg?v3);
          background-size: 18px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 0;
        }
      }

      .instagram {
        a:before {
          width: 22px;
         !* filter: grayscale(1) brightness(2);*!
          height: 22px;
          content: '' !important;
          display: inline-block;
          margin-left: 5px;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/araven/img/insta.svg?v3);
          background-size: 22px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 1px;
        }
      }

    *!

      .instagram, .facebook, .youtube, .twitter {
        display: none;

        a {
          font-size: 0;
        }
      }

      .facebook {
        margin-right: 15px;

        &:before {
          display: none;
        }

        a {
          padding-left: 0 !important;
          margin-bottom: 0;

          &:before {
            content: "\e900";
            font-family: shoptet;
            display: inline-block;
            font-size: 20px;
          }
        }
      }

      .instagram {
        margin-right: 15px;

        &:before {
          display: none;
        }

        a {
          padding-left: 0 !important;
          margin-bottom: 0;

          &:before {
            content: "\e909";
            font-family: shoptet;
            display: inline-block;
            font-size: 20px;
          }
        }
      }

      .youtube {
        &:before {
          display: none;
        }

        a {
          padding-left: 0 !important;
          margin-bottom: 0;

          &:before {
            content: "\e903";
            font-family: shoptet;
            display: inline-block;
            font-size: 20px;
          }
        }
      }

      li a {
        padding-left: 25px !important;
      }

      .open-time {
        display: block;
        font-size: 0.8em;
        margin-top: -2px;
      }

      p {
        margin-bottom: 5px;
      }
    }
  }

  &.in-kosik {
    .col-md-8 {
      .cart-content {
        display: flex;
        flex-direction: column;

        .cart-header, .cart-table {
          order: -2;
        }

        .delivery-time {
          order: -1;
          padding-left: 0px;
          color: #243E36;
          margin-bottom: 25px;
          padding-top: 5px;

          @media @mobile-land {
            padding-left: 0;
          }
        }
      }
    }
  }
  @media @tablet-min {
    .top-navigation-bar .top-nav-button {
      right: 0;
    }
  }
  #content-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .quantity {
    padding: 0;
    width: 97px;
    height: 47px;
    margin: 15px 0;
    border-radius: 40px;
    margin-right: 15px;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);

    .increase {
      position: absolute;
      right: 8px;
      top: 15px;
      width: 24px;
      height: 24px;
      border: none;
      border-radius: 0px;
      background: transparent !important;
      opacity: 0.7;

      &:before {
        margin-top: -4px;
        content: '';
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/qronos/img/plus.svg?v2);
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 16px;
        font-weight: 800;
      }

      &:hover {
        background: #ccc;

        &:before {
          opacity: 1 !important;
        }
      }
    }

    .decrease {
      position: absolute;
      left: 8px;
      width: 24px;
      top: 15px;
      height: 24px;
      border: none;
      border-radius: 0px;
      background: transparent !important;
      opacity: 0.7;

      &:before {
        margin-top: -4px;
        content: '';
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/qronos/img/minus.svg?v2);
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 16px;
        font-weight: 800;
      }

      &:hover {
        background: #ccc;

        &:before {
          opacity: 1 !important;
        }
      }
    }

    input {
      width: 117px;
      height: 47px;
      text-align: center;
      font-weight: 400;
      color: #243E36;
      font-size: 1.2em;
    }
  }
}

.cart-inner {
  .mail {
    &:before {
      width: 22px;
      height: 22px;
      content: '' !important;
      display: inline-block;
      margin-left: 5px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/mail2.svg?v2);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 1px;
    }
  }

  .tel, .cellphone {
    &:before {
      width: 22px;
      height: 22px;
      content: '' !important;
      display: inline-block;
      margin-left: 0px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/phone2.svg?v2);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 1px;
    }
  }

  .facebook {
    &:before {
      width: 26px;
      height: 24px;
      content: '' !important;
      display: inline-block;
      margin-left: -5px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/fb.svg?v2);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
    }
  }

  .instagram {
    &:before {
      width: 26px;
      height: 22px;
      content: '' !important;
      display: inline-block;
      margin-left: -5px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/insta.svg?v2);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: -1px;
    }
  }

  .youtube {
    &:before {
      width: 26px;
      height: 22px;
      content: '' !important;
      display: inline-block;
      margin-left: 5px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/yt.svg?v2);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 1px;
    }
  }

  li {
    position: relative;
  }

  li a {
    padding-left: 0px !important;
  }

  .contact-box {
    display: flex;

    !*&:before {
      width: 95px;
      height: 32px;
      min-width: 95px;
      content: '';
      position: relative;
      display: inline-block;
      margin-right: 20px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/cart-logo.svg?v2);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
    }*!

    a {
      &:hover {
        text-decoration: underline;
      }
    }
  }
}

.extras-new {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  justify-content: space-between;

  @media @mobile-land {
    flex-wrap: wrap;
    padding: 10px 0 20px;
  }

  .price-range {

  }

  .extra {
    font-size: 1em;
    display: flex !important;
    align-items: center;
    font-weight: 500;
    max-width: 48%;

    @media @mobile-land {
      width: 100%;
      max-width: 100%;

      &.discount {
        margin-top: 10px;
        padding-left: 50px;
      }
    }
  }
}

.empty-cart-boxes {
  .search {
    fieldset {
      input[type="search"] {
        height: 42px;
        border-radius: 20px;
      }

      .search-whisperer {
        border-radius: 20px;
        padding: 10px;
      }

      .btn {
        height: 42px;
        border-radius: 0 20px 20px 0;
      }
    }
  }
}

.in-kosik {
  .cart-inner.cart-empty {
    @media @tablet-min {
      min-height: 625px;
    }
  }

  .search-whisperer {
    max-height: 400px;
    overflow: auto;
  }

}

.cart-content .cart-header {
  margin-top: 12px;
}

.cart-content .cart-header li a span, .cart-content .cart-header li strong span {
  font-weight: 400;
}



.extras-new-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;

  .cart-summary {
    width: calc(~'50% - 24px');
    margin: 0 12px;
    border: none;
    border-radius: 20px;
    padding: 25px !important;
    background: #f8f9fb;
    display: flex;
    flex-direction: column;
    justify-content: center;

    @media @tablet-port {
      width: 100%;
      padding-bottom: 5px !important;
    }

    h4 {
      font-weight: 500;

      @media @tablet-port {
        text-align: left;
        margin-bottom: 20px;
      }
      &:before {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-right: 10px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/qronos/img/gift.svg);
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: center;
        content: '';
        margin-bottom: -8px;
      }
    }
  }

  .extras-new {
    width: calc(~'50% - 24px');
    margin: 0 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;

    @media @tablet-port {
      width: 100%;
      margin-top: 15px;
    }

    .extra.discount {
      width: 100%;
      max-width: 100%;
      padding: 20px 20px 20px 75px;
      border: none;
      border-radius: 20px;
      margin-top: 20px;
      background: #f8f9fb;

      &:before {
        left: 25px;
      }

      strong {
        font-weight: 700;
      }

      .price-range {
        margin-top: 10px;
        height: 7px;
        margin-bottom: 0;
      }
    }

    .extra.delivery {
      width: 100%;
      max-width: 100%;
      padding: 20px 20px 20px 75px;
      border-radius: 20px;
      background: #f8f9fb;

      &:before {
        left: 25px;
      }

      strong {
        font-weight: 500;
      }

      .price-range {
        margin-top: 10px;
        height: 7px;
        margin-bottom: 0;
      }
    }
  }
}

.cart-content .discount-coupon form {
  @media @mobile-land {
    min-width: 240px;

    input {
      font-size: 1em;
    }
  }
}

.cart-inner.cart-empty {
  background: rgba(250, 212, 0, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  .btn.back-to-shop {
    margin-top: 20px;
    background: @brown;
    color: #fff;
    border-radius: 40px;
    padding: 12px 25px;
    font-weight: 600;

    &:hover {
      opacity: 0.7;
    }
  }

  h1 {
    color: #243E36;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0;

    &:before {
      position: relative;
      display: block;
      width: 175px;
      height: 175px;
      content: '';
      margin-bottom: 30px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/qronos/img/cart.svg?v8);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 175px;
      !*opacity: 0.3;*!
    }
  }

  .cart-row {
    display: none;
  }
}

.price-wrapper .price.price-primary {
  padding-bottom: 4px;
  position: relative;

  !*&:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: 's DPH';
    font-size: 14px;
    font-weight: 500;
  }*!
}

!*@media @tablet-min {
  .ordering-process {
    .top-navigation-bar .top-nav-button {
      top: 66px;
    }
  }
}*!

@media (min-width: 1200px) {
  .in-kosik .cart-content.summary-wrapper.fixed, .in-kosik .cart-row .col-md-4 .cart-content.fixed {
    position: fixed;
    top: 20px;
    width: 422px;
  }

  .cart-items {
    overflow: auto;
    max-height: 250px;
    padding-right: 10px;
  }
}

.cart-table {
  @media @tablet-port {
    margin: 15px -17px;
    width: calc(~'100% + 38px');
  }

  tr {
    @media @tablet-port {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: none !important;
      border-bottom: 2px solid #F7F7F9 !important;
      flex-wrap: wrap;
      padding-bottom: 0;
      !* align-items: flex-start; *!
      flex-direction: row;
      width: 100%;
      padding-bottom: 4px;
      padding-top: 0;

      td.p-total .p-label {
        display: none !important;
      }

      &:after {
        display: none !important;
      }

      td.p-name {
        margin-top: 0;

        .main-link {
          font-size: 1.1em;

          .main-link-variant {
            font-size: 0.8em;
            opacity: 0.7;
            margin-top: 5px;
            margin-bottom: 3px;
          }
        }
      }

      &.related.visible {
        border-bottom: 2px solid #F7F7F9 !important;
        padding-right: 5px;

        .cart-related-product {
          display: flex;
          flex-direction: column;

          .cart-related-button {
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: row;
            padding-bottom: 0;

            .price {
              text-align: left;
            }

            .pr-action {
              margin-left: auto;
            }
          }

          .cart-related-info {
            width: 100%;
            display: flex;
            align-items: center;
            padding-bottom: 0;
            padding-top: 5px;

            .cart-related-img {
              margin-bottom: 0;
            }

            .cart-related-availability {
              line-height: 1.1em;
            }

            .cart-related-name {
              padding-right: 10px;
            }

            .cart-related-availability {
              margin-left: auto;
              padding-right: 2px;
            }
          }
        }
      }
      &.related-visible {
        border-bottom: none !important;
      }
    }
  }
  .p-quantity {
    @media @tablet-port {
      width: 100%;
      order: 3;
      margin-left: 10px;
      padding: 0 !important;
      margin-bottom: 15px;
      align-items: flex-start;
      margin-top: 7px;
    }
  }

  tr td, tr .p-name {
    @media @tablet-port {
      padding: 12px 5px !important;
    }
  }

  .p-name {
    @media @tablet-port {
      text-align: left !important;
    }
  }

  tr td.p-total {
    @media @tablet-port {
      text-align: right;
      min-width: 150px;
      width: 150px;
      margin-right: 10px;
      flex-direction: row;
      position: initial;
      margin-right: 4px;
      text-align: right !important;

      form {
        margin-left: 18px;
        height: 31px;
      }
    }
  }

  .cart-p-image {
    @media @tablet-port {
      margin-left: 0;
      width: 80px;
      height: auto;
      border-radius: 10px;
      width: 60px !important;
      height: 60px;
      padding: 0 !important;
      flex: inherit !important;
      margin-right: 7px;
      margin-left: 8px;

      a {
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: relative;
        text-align: center;

        img {
          width: auto;
          height: auto;
          max-width: 60px;
          max-height:60px;
          min-width: auto;
          min-height: auto;
          border-radius: 5px;
        }
      }
    }


  }

  .related {
    @media @tablet-port {
      background: transparent !important;
      border: none !important;
      padding-bottom: 0;
      margin-bottom: 0;
      padding-left: 0;
    }

    &.visible {
      @media @tablet-port {
        display: block !important;
        max-height: initial;
        animation-name: showup2;
        animation-duration: 1s;
        !* padding: 15px 8px 0;*!
        margin: 15px;
        margin-top: 0;
        !*margin-bottom: 25px;
        border: 1px solid #e9e9e9 !important;*!

        > td {
          padding-bottom: 5px !important;
        }
      }
    }

    .cart-related-button {
      .btn {
        @media @tablet-port {
          float: left;
        }

        &:before {
          display: none;
        }

        &:hover {
          background: @orange;
          color: #fff;
        }
      }
    }
  }


  .related {

    > td {
      @media @tablet-port {
        width: 100%;
        display: block;
        position: relative;
        padding-top: 0 !important;
        padding-left: 0;
      }
    }

    .cart-related-img {
      img {
        @media @tablet-port {
          width: auto;
          height: auto;
          max-width: 35px;
          max-height: 35px;
        }
      }
    }

    .cart-related-product {
      @media @tablet-port {
        background: #f9f9f9;
        padding: 5px 20px 5px 15px;
        border-radius: 10px;
        position: relative;
        margin-top: -8px;
        padding: 10px 15px 10px 15px;
      }
    }
  }

  .p-availability {
    @media @tablet-port {
      display: none !important;
    }
  }

  .remove-item {
    @media @tablet-port {
      width: 21px;
      height: 21px;
      min-height: inherit;
      min-width: 21px !important;
      background: transparent;
      border-radius: 0;
      margin-top: -2px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: none;
      margin-left: 15px;
      top: 7px;

      &:before {
        background-size: 16px;
      }
    }
  }

  tr {
    position: relative;

    &.related-visible {
      border-bottom: 0;

      &:after {
        display: none;
      }
    }

    td {
      &.p-total {
        @media @tablet-port {
          flex-direction: row;
          justify-content: flex-end !important;
          max-width: 100px;
          min-width: 100px;
          position: absolute;
          left: 140px;
          bottom: 13px;
          width: calc(~'100% - 155px');
          max-width: inherit;
        }

        form {
          @media @tablet-port {
            float: right;
            margin-top: -5px;
            !*position: absolute;
            right: 20px;
            bottom: 28px;
            margin: 0;*!
            position: relative;
          }
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .ordering-process .quantity-form .quantity .decrease {
    border-bottom-right-radius: 0;
    border-style: none;
    left: 0;
    right: auto;
  }
}

@media (max-width: 767px) {
  .ordering-process .quantity-form .quantity input {
    text-align: center;
    width: 24px;
  }
}

@media (max-width: 767px) {
  .ordering-process .quantity-form .quantity .decrease {
    border-bottom-right-radius: 0;
    border-style: none;
    left: 8px;
    right: auto;
    width: 24px;
    height: 24px;
    top: 15px;
  }
}

@media (max-width: 767px) {
  .ordering-process .quantity-form .quantity .decrease, .ordering-process .quantity-form .quantity .increase {
    height: 24px;
    top: 15px;
    width: 24px;
  }
}*/
@media (min-width: 992px) {
  ol.cart-header {
    margin: 15px 0 15px 0;
  }
}
.ordering-process #header .montaz-btn {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .ordering-process #header .top-nav-button {
    right: 0;
    margin-right: 0;
  }
  .ordering-process #header a[data-target="search"] {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .ordering-process .overall-wrapper {
    padding-top: 60px;
  }
}
ol.cart-header {
  background: transparent;
  border: none;
  margin-left: -3px;
  margin-right: -4px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  ol.cart-header {
    position: relative;
    margin-top: 5px;
    background: #fff;
  }
}
ol.cart-header li {
  display: inline-block;
  margin: 0;
  position: relative;
  top: 1px;
  width: calc(33.333% - 6px);
  padding-top: 1px;
  background: #ededed;
  border: 2px solid #dfdfdf;
  margin: 3px;
}
@media only screen and (max-width: 767px) {
  ol.cart-header li {
    width: 100%;
    margin: 2px 0;
    font-size: 15px;
    padding: 0 11px;
    text-align: center;
  }
}
ol.cart-header li a,
ol.cart-header li strong {
  border: none;
}
@media only screen and (max-width: 767px) {
  ol.cart-header li a,
  ol.cart-header li strong {
    padding: 9px 0;
  }
}
ol.cart-header li.active {
  background: #c0d000;
  border-color: #a2af03;
}
.cart-table .main-link,
.free-gift-name,
.free-gift-sublabel,
.cart-item > div.cart-item-name {
  text-transform: none;
}
.ordering-process .price-wrapper .price-label.price-primary,
.ordering-process .price-wrapper .price.price-primary {
  font-weight: 500;
}
.ordering-process b,
.ordering-process strong {
  font-weight: 500;
}
.ordering-process .payment-info b {
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
}
.cart-table .p-availability .availability-label {
  font-size: 14px;
}
.content-wrapper.latest-contribution-box {
  display: none;
}
body #footer h4 {
  font-family: "Poppins", serif !important;
}
footer {
  background: #fff;
  margin: 0;
  overflow: hidden;
  color: #000;
  clear: both;
  padding-top: 0px;
}
footer .custom-footer .contact-box .tel {
  /*display: none;*/
}
footer .container {
  padding: 0 !important;
}
footer .footer-socials {
  width: auto;
  -ms-flex-order: -1;
  order: 0;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  footer .footer-socials {
    margin: 20px auto 0 auto;
  }
}
footer .footer-socials .contact-box > strong {
  display: none !important;
}
footer .footer-socials ul {
  display: -ms-flexbox;
  display: flex;
}
footer .footer-socials ul .facebook,
footer .footer-socials ul .instagram,
footer .footer-socials ul .youtube,
footer .footer-socials ul .twitter,
footer .footer-socials ul .tiktok,
footer .footer-socials ul .skype,
footer .footer-socials ul .linkedin {
  display: block;
}
footer .footer-socials li span {
  display: block;
}
footer .footer-socials a {
  display: inline-block;
  float: left;
  padding-left: 30px !important;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  transition: 0.3s;
  color: transparent !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
footer .footer-socials a:before {
  width: 30px;
  content: '';
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
footer .footer-socials a:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  footer .footer-socials a {
    margin: 0 10px;
  }
}
footer .footer-socials .mail {
  display: none;
}
footer .footer-socials .tel {
  display: none;
}
footer .footer-socials .facebook a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/fb.svg?v3");
  background-size: 14px;
}
footer .footer-socials .instagram a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/insta.svg?v3");
  background-size: 30px;
}
footer .footer-socials .youtube a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/yt.svg?v2");
  background-size: 30px;
}
footer .footer-socials .youtube:before {
  display: none;
}
footer .footer-socials .twitter a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/twitter.svg?v2");
  background-size: 36px;
}
footer .footer-socials .tiktok a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/tiktok.svg?v4");
  background-size: 18px;
}
footer .footer-socials .skype a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/skype.svg?v3");
  background-size: 22px;
}
footer .footer-contacts {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts {
    margin: 15px 0;
  }
}
footer .footer-contacts .contact-box {
  margin-right: 0;
}
footer .footer-contacts .contact-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer .footer-contacts .contact-box ul li:first-child {
    margin-bottom: 10px;
  }
}
footer .footer-contacts .contact-box > strong {
  display: none;
}
footer .footer-contacts .contact-box li > * {
  display: none;
}
footer .footer-contacts .contact-box li > .mail,
footer .footer-contacts .contact-box li > .tel {
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li > .mail,
  footer .footer-contacts .contact-box li > .tel {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1em;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }
}
footer .footer-contacts .contact-box li > .mail a,
footer .footer-contacts .contact-box li > .tel a {
  margin-bottom: 0;
  font-weight: 500;
  /* padding-bottom: 2px; */
  padding-left: 0 !important;
  font-size: 1em;
}
footer .footer-contacts .contact-box li .mail:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/pomis/img/mail.svg) no-repeat 50%;
  background-size: 24px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .mail:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
footer .footer-contacts .contact-box li .tel a {
  padding-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*&:after {
              display: block;
              content: 'Volejte Po-Pá: 10:00 - 15:00';
              color: #8f8f8f;
              position: relative;
              bottom: 0;
              font-size: 15px;
              font-weight: 300;

              @media @tablet-port {
                font-size: 11px;
              }
            }*/
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .tel a {
    padding-bottom: 0px;
  }
}
footer .footer-contacts .contact-box li .tel:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/pomis/img/phone.svg) no-repeat 50%;
  background-size: 24px;
  margin-right: 0px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .tel:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
footer .site-name {
  padding-top: 80px;
  padding-bottom: 45px;
  clear: both;
  position: relative !important;
  width: 100%;
  top: 0 !important;
  left: 0px !important;
  display: none !important;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100% !important;
}
@media only screen and (max-width: 992px) {
  footer .site-name {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  footer .site-name {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
footer .site-name > a {
  margin: 0;
}
footer .site-name > a img {
  max-width: 250px;
  max-height: 120px;
  height: 42px;
  max-width: inherit;
  /*filter: grayscale(1) brightness(0);*/
}
@media only screen and (max-width: 767px) {
  footer .site-name > a img {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }
}
footer a {
  color: #000000B2;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .banner-wrapper {
  margin-top: 0;
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #262A36;
}
footer .custom-footer {
  border: none;
  padding: 0;
  border-top: 1px solid #d9d9d9;
}
footer .custom-footer > div {
  width: 25%;
  padding: 60px 15px 60px 50px !important;
  border: none;
  border-right: 1px solid #d9d9d9;
}
footer .custom-footer > div:last-child {
  border: none;
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div:nth-child(1),
  footer .custom-footer > div:nth-child(2) {
    border-bottom: 1px solid #d9d9d9;
  }
}
footer .custom-footer > div .banner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div {
    padding: 40px 15px 20px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    padding: 0px 15px 0px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
  }
  footer .custom-footer > div:last-child {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 25px !important;
  }
}
footer .custom-footer > div:nth-child(5) {
  border-right: none;
}
footer .custom-footer > div.custom-footer__banner16 {
  width: 100%;
  position: relative;
}
footer .custom-footer > div.custom-footer__banner16:before {
  width: 100vw;
  height: 1px;
  background: #4c4c4c;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.custom-footer__banner16:before {
    display: none;
  }
}
footer .custom-footer > div.custom-footer__banner71 {
  width: 300px;
  border: none;
}
@media (max-width: 1300px) {
  footer .custom-footer > div.custom-footer__banner71 {
    width: 100% !important;
    text-align: center;
    padding-bottom: 0 !important;
  }
}
footer .custom-footer > div.custom-footer__banner136 {
  width: auto !important;
  padding: 22px 0 35px 0!important;
  margin-left: auto;
  padding-right: 33px !important;
  border: none !important;
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.custom-footer__banner136 {
    width: 100% !important;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
  }
}
footer .custom-footer > div.custom-footer__banner137 {
  width: auto !important;
  padding: 0 40px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: none !important;
  position: relative;
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.custom-footer__banner137 {
    width: 100% !important;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 !important;
  }
  footer .custom-footer > div.custom-footer__banner137:before,
  footer .custom-footer > div.custom-footer__banner137:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.custom-footer__banner137 {
    padding: 20px 0 !important;
  }
}
footer .custom-footer > div.custom-footer__banner137:before {
  width: 1px;
  background: #BDBDBD;
  height: 39px;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
footer .custom-footer > div.custom-footer__banner137:after {
  width: 1px;
  background: #BDBDBD;
  height: 39px;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
footer .custom-footer > div.custom-footer__banner138 {
  width: auto !important;
  padding: 0 !important;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 40px !important;
  border: none !important;
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.custom-footer__banner138 {
    width: 100% !important;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0 !important;
    padding-top: 15px !important;
  }
}
footer .custom-footer > div.custom-footer__banner16 {
  border: none;
}
footer .custom-footer > div.custom-footer__banner16 ul li a {
  margin-bottom: 9px;
}
footer .custom-footer > div.custom-footer__banner11 {
  width: 32% !important;
  padding: 20px 0 35px 0 !important;
  border: none;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.custom-footer__banner11 {
    margin: 0 auto;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    width: 100% !important;
    text-align: center;
  }
}
footer .custom-footer > div.custom-footer__onlinePayments .text-center {
  text-align: left !important;
}
footer .custom-footer > div.custom-footer__contact h4 + p {
  font-size: 0.85em;
  margin-top: 20px;
  margin-bottom: 4px;
  font-weight: 300;
}
footer .custom-footer > div.custom-footer__contact h4 + p strong {
  font-size: 1em !important;
  font-weight: 400 !important;
}
footer .custom-footer > div.custom-footer__contact strong {
  font-weight: 500;
  font-size: 1.4em;
  display: none !important;
  /*&:after {
            display: block;
            content: 'Potřebujete s něčím poradit? Jsme tu pro vás!';
            font-size: 14px;
            font-weight: 400;
            margin-top: 10px;
          }*/
}
footer .custom-footer > div iframe {
  height: 170px;
  max-width: 300px;
  width: 100%;
}
footer .custom-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer h3,
footer h3.pageElement__heading {
  margin-top: 20px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
  color: #1E1E1C !important;
  text-transform: none !important;
  font-weight: 400;
  font-size: 1.4em;
  letter-spacing: 0;
  padding-top: 0;
  /*  &:before {
        width: 50px;
        height: 1px;
        background: #000000B2;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
      }*/
}
@media only screen and (max-width: 992px) {
  footer h3,
  footer h3.pageElement__heading {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  footer h3,
  footer h3.pageElement__heading {
    font-size: 1.3em;
  }
}
footer p {
  color: #000 !important;
}
footer #signature {
  text-align: center;
  font-size: 0.9em;
  -ms-flex: 1;
      flex: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  footer #signature {
    margin: 10px;
  }
}
footer #signature a {
  letter-spacing: 0;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #000;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
footer .copyright strong {
  font-weight: 400;
}
footer .copyright a {
  font-weight: 400;
  color: #000;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
  color: #000;
}
footer .cart-overview .btn {
  background: transparent;
  width: 180px;
  border: 1px solid #f2f2f2;
}
footer .cart-overview .btn:hover {
  border: 1px solid #b8b8b8 !important;
}
footer h5 {
  font-size: 1.2em;
  color: #000;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer #formLogin .password-helper {
    padding-right: 0;
  }
}
footer .search-form .btn {
  text-transform: none;
  line-height: 38px;
}
footer #formLogin input,
footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  footer #formLogin input,
  footer .search input {
    width: 100%;
  }
}
footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #262A36;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #262A36;
}
footer .rate-wrapper .votes-wrap .vote-wrap .stars .star {
  top: 6px;
}
footer ul {
  margin-bottom: 0;
  line-height: unset;
  padding-left: 0 !important;
  margin-top: 0;
}
footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #000;
  letter-spacing: 0px;
}
footer ul li a {
  color: #000 !important;
  font-size: 13.8px;
  font-weight: 300;
  margin-bottom: 11px;
  letter-spacing: 0.3px;
}
footer ul li a:hover {
  color: #6B7F34 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer ul li a {
    width: 100%;
    font-size: 13px;
  }
}
footer ul span {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  footer .footer-logo {
    display: none;
  }
}
footer .footer-logo img {
  max-width: 250px;
}
footer .contact-box ul li > span::before {
  color: #000000B2;
}
footer .socials {
  margin-bottom: 10px;
  margin-top: 20px;
}
footer .socials a {
  margin: 0 7px;
}
footer .socials a img {
  filter: grayscale(1) brightness(5);
}
footer .socials a:hover img {
  opacity: 0.5;
}
footer .contact-box {
  color: #000000B2;
  text-align: left;
  font-size: 1em;
  min-height: initial;
  /*.facebook {
      a:before {
        width: 22px;
        height: 24px;
        !*filter: grayscale(1) brightness(2);*!
        content: '' !important;
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/pomis/img/fb.svg?v3);
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
      }
    }

    .instagram {
      a:before {
        width: 22px;
       !* filter: grayscale(1) brightness(2);*!
        height: 22px;
        content: '' !important;
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/pomis/img/insta.svg?v3);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 1px;
      }
    }

  */
  /*.facebook {
      margin-right: 22px;

      &:before {
        display: none;
      }

      a {
        padding-left: 0 !important;
        margin-bottom: 0;

        &:before {
          content: "\e900";
          font-family: shoptet;
          display: inline-block;
          color: @brown;
          font-size: 17px;
        }
      }
    }

    .instagram {
      margin-right: 25px;

      &:before {
        display: none;
      }

      a {
        padding-left: 0 !important;
        margin-bottom: 0;

        &:before {
          content: "\e909";
          font-family: shoptet;
          display: inline-block;
          color: @brown;
          font-size: 17px;
        }
      }
    }

    .youtube {
      &:before {
        display: none;
      }

      a {
        padding-left: 0 !important;
        margin-bottom: 0;

        &:before {
          content: "\e903";
          font-family: shoptet;
          display: inline-block;
          color: @brown;
          font-size: 17px;
        }
      }
    }*/
}
@media only screen and (max-width: 1200px) {
  footer .contact-box {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  footer .contact-box {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  footer .contact-box span {
    width: 100%;
  }
}
footer .contact-box img {
  margin: 0 0 15px 0 !important;
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 767px) {
  footer .contact-box img {
    max-width: 70px;
    max-height: 70px;
  }
}
footer .contact-box h4 {
  font-size: 1.6em;
  color: #000000B2;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .contact-box > img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
footer .contact-box > strong {
  display: block !important;
  margin-bottom: 20px;
}
footer .contact-box ul {
  /*display: flex;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .contact-box ul > li:first-child {
  width: 100%;
}
footer .contact-box ul > li:nth-child(2) {
  -ms-flex-order: -1;
      order: -1;
  width: 100%;
}
footer .contact-box li {
  font-size: 0.9em;
  display: block;
  width: auto;
}
footer .contact-box li:first-child {
  display: block;
  width: 100%;
}
footer .contact-box li .mail a,
footer .contact-box li .tel a {
  font-size: 1em !important;
  font-weight: 300;
}
footer .contact-box li .socials-title {
  font-size: 1.1em;
  margin-top: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .contact-box .facebook:before,
footer .contact-box .instagram:before,
footer .contact-box .youtube:before,
footer .contact-box .tiktok:before,
footer .contact-box .linkedin:before {
  display: none;
}
footer .contact-box li > span,
footer .contact-box li {
  display: block;
}
footer .contact-box .mail {
  /*a {
        &:before {
          width: 27px;
          height: 27px;
          content: '' !important;
          display: inline-block;
          margin-left: 0;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/pomis/img/mail-f.svg?v3);
          background-size: 26px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 2px;
          left: 0;
          display: none;
        }
      }*/
}
footer .contact-box .mail:before {
  display: none !important;
}
footer .contact-box .tel,
footer .contact-box .cellphone {
  margin-bottom: 2px;
  /*a {
        &:before {
          width: 27px;
          height: 27px;
          content: '' !important;
          display: inline-block;
          margin-left: 0px;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/pomis/img/phone-f.svg?v3);
          background-size: 26px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          left: 0;
          top: 0px;
          display: none;
        }
      }*/
}
footer .contact-box .tel:before,
footer .contact-box .cellphone:before {
  display: none;
}
footer .contact-box li a {
  padding-left: 0px !important;
}
footer .contact-box .open-time {
  display: block;
  margin-top: -2px;
  color: #626262;
}
footer .contact-box p {
  margin-bottom: 5px;
}
footer .container.footer-links-icons {
  border-top: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .container.footer-links-icons {
    border: none !important;
  }
}
footer .footer-links {
  margin-bottom: 0px;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-links {
    border-top: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-links {
    padding: 25px 0;
  }
}
footer .footer-links a {
  margin: 0 25px;
  color: #4b4c49 !important;
}
footer .footer-links a:hover {
  color: #12A19A;
}
footer #categories {
  display: block !important;
  height: inherit !important;
}
footer #categories #cat-manufacturers {
  display: none;
}
footer #categories .categories a {
  padding-bottom: 0;
}
footer #categories .categories:nth-child(n + 6) {
  display: none;
}
footer #categories .topic a {
  background: transparent !important;
  color: #fff;
  padding-bottom: 1px;
  font-weight: 300;
}
footer #categories .topic a:hover {
  text-decoration: underline;
  color: #A77A13;
}
footer #categories .categories .topic > a {
  padding-left: 0px;
}
footer #categories ul {
  display: none !important;
}
footer #categories .cat-trigger {
  display: none !important;
}
footer #categories .expandable ul {
  display: none;
}
footer #categories .expandable:hover ul {
  display: block;
  padding-left: 12px !important;
  font-size: 0.9em;
  margin-top: -5px;
  margin-bottom: 10px;
}
footer #categories .expandable:hover ul li a {
  margin-bottom: 4px;
}
@media (min-width: 1320px) {
  footer .container {
    padding: 0;
  }
}
footer .container {
  background: transparent !important;
  border: none !important;
}
footer a {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-size: 0.9em;
  font-weight: 400;
  /*@media @tablet-port {
      margin-bottom: 1px;
    }*/
}
footer a:hover {
  text-decoration: underline;
  color: #12A19A;
}
footer .custom-footer > div.extended {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.extended {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended {
    width: 100% !important;
  }
}
footer p {
  margin-bottom: 12px;
  font-size: 0.9em;
  letter-spacing: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer p {
    margin-bottom: 8px;
  }
}
html[lang="sk"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Volajte Pon-Pia 10:00 - 15:00';
}
html[lang="en"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00';
}
html[lang="hu"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
html[lang="pl"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
html[lang="ro"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
html[lang="de"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
body footer .container.footer-bottom {
  padding: 25px 0 !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: transparent !important;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  flex-direction: column-reverse;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: none;
  /*&:before {
    width: 100vw;
    height: 1px;
    background: #4c4c4c;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    z-index: -1;
  }*/
}
@media only screen and (max-width: 1200px) {
  body footer .container.footer-bottom {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom {
    height: auto;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 0px !important;
    padding: 10px 15px 40px 15px !important;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
body footer .container.footer-bottom #signature {
  font-size: 12px;
  -ms-flex: 1;
      flex: 1;
  max-width: 145px;
  font-weight: 400;
  max-width: initial;
  text-align: center !important;
  max-width: 660px;
  margin: 0;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 17px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom #signature {
    width: 50%;
    max-width: 660px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom #signature {
    margin-top: 15px;
  }
}
body footer .container.footer-bottom #signature img {
  width: 18px;
  margin-right: 0;
}
body footer .container.footer-bottom #signature img.eu {
  width: 24px;
  margin-left: 10px;
}
body footer .container.footer-bottom #signature .title,
body footer .container.footer-bottom #signature .podpis {
  color: #000000B2;
}
body footer .container.footer-bottom #signature .podpis {
  font-weight: 300;
  padding-right: 7px;
  border-right: 1px solid #adaeb5;
}
body footer .container.footer-bottom #signature .title {
  display: none !important;
}
body footer .container.footer-bottom #signature a {
  display: inline-block !important;
  margin: 0 5px;
  font-weight: 300;
  font-size: 1em;
  color: #000000B2;
}
body footer .container.footer-bottom .copyright {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  max-width: 710px;
  margin: 0;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom .copyright {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom .copyright {
    text-align: center;
    margin-top: 0;
  }
}
body footer .container.footer-bottom .copyright strong {
  font-weight: 300;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 300;
  color: #000;
}
body footer .container.footer-bottom .copyright .cookies-settings {
  margin-top: 7px;
  display: none;
}
body footer .container.footer-bottom .copyright a.eu {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-left: 5px;
}
body footer .container.footer-bottom .copyright a.eu img {
  margin-right: 5px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #000;
  text-transform: none;
  font-weight: 300;
  display: block;
  margin: 10px 0;
  font-size: 11px;
  letter-spacing: 0.8px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #000;
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  text-decoration: underline;
}
body footer .container.footer-bottom .copyright .podpis a:hover {
  text-decoration: none;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
  /*.slick-arrow {
    display: inline-block;
    color: transparent;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    top: 50% !important;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    background: url(https://shoptetak.cz/modul/kodl/pomis/build/img/arrow-left-b.svg) no-repeat center;
    background-size: 15px;

    @media @desktop {
      left: 10px;
      background-size: 14px;
      background-color: #ccc;
      border-radius: 20px;
      z-index: 3;
    }

    &.slick-next {
      right: 0;
      left: inherit;
      background: url(https://shoptetak.cz/modul/kodl/pomis/build/img/arrow-right-b.svg) no-repeat center;
      background-size: 15px;

      @media @desktop {
        right: 10px;
        background-color: #ccc;
        background-size: 14px;
      }
    }

    &:hover {
      opacity: 1;
    }

    &:focus {
      outline: none;
    }
  }*/
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  -ms-flex: inherit;
      flex: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
}
.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.footer-banners .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-banners .slick-list {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-list {
    max-width: 1440px;
  }
}
.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.footer-banners .slick-list a img {
  /*filter: grayscale(100%);*/
  display: inline;
  transition: 0.3s;
}
.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
#hc-hlaska {
  display: none;
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 320px !important;
    right: -322px !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation .navigation-in > ul > li > a .navigationActions__flagWrapper .shp-flag {
    display: none;
  }
  #navigation ul.menu-level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #navigation ul.menu-level-1 > li {
    -ms-flex-order: 2;
        order: 2;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    -ms-flex-order: 1;
        order: 1;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -50px;
    background: #fff;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    left: 0;
    right: initial;
    width: 20px;
    height: 15px;
    top: 14px;
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: -4px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 .all-items {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    margin: 8px 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
    font-family: 'shoptet' !important;
    content: '\e90e';
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a:after {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    height: 100%;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 21px;
    position: absolute;
    right: 15px;
    color: #000000;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
  }
  #navigation li a {
    padding: 12px 15px !important;
    background: #f1f3f7;
    margin: 4px 15px;
    border-radius: 0;
    color: #000000 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 15px;
  }
  #navigation li a b {
    font-weight: 500;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .container > .top-navigation-menu {
    -ms-flex: 1 1 20% !important;
        flex: 1 1 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-search-active .top-navigation-bar .dropdown,
  .fixed-search-active .top-navigation-bar .languagesMenu {
    display: none;
  }
  .top-navigation-bar {
    border-bottom: none;
    padding: 0;
    background: #000000B2;
    border: none;
    padding-top: 0px;
    /*.dropdown {
      margin-right: 15px;
      display: flex;
      align-items: center;

      &:before {
        content: '' !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/wallet.svg?v2);
        background-size: 16px;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
        opacity: 1;
        margin-right: 5px;
        display: inline-block;
        top: 0px;
        float: left;
        margin-top: -2px;
        margin-bottom: 0;
      }

      button {
        display: none;
      }

      .caret {
        color: #b2b2b2;
      }

      .dropdown-menu {
        display: flex;
        right: 0;
        min-width: initial;
        position: relative;
        background: transparent;
        border: none;
        box-shadow: none;
        font-size: 0.9em;
        font-weight: 500;
        padding: 0;
        margin: 0;

        li {
          a {
            font-weight: 500;
            &:before {
              display: none;
            }

            padding: 0 5px;
          }
        }
      }
    }*/
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #000000;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 13px;
  }
  .top-navigation-bar .register-btn:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/key.svg);
    background-size: 18px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 7px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0;
    font-size: 13px;
    color: #383C43;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    z-index: 9;
    position: absolute;
    transition: none;
    cursor: pointer;
    opacity: 1;
    background-color: transparent;
    top: 0;
    height: 95px;
    width: 98px;
    border-right: 1px solid #EAEAEB;
    border-radius: 0;
    right: 138px;
    border-left: 1px solid #EAEAEB;
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/user.svg?v7);
    background-size: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button:hover:before {
    opacity: 0.7;
  }
  .top-navigation-bar .language-switcher {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/globe.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    font-size: 0.9em;
    padding: 0 4px;
    font-weight: 500;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    right: 229px;
    left: initial;
    top: 0px;
    z-index: 3;
    height: 95px;
    width: 112px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #EAEAEB;
    /*@media (max-width: 1610px) {
        right: 140px;
      }*/
    /*@media (max-width: 1200px) {
        right: 152px;
      }*/
  }
  .top-navigation-bar .dropdown:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/wallet.svg?v3);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: -1px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
    display: none;
  }
  .top-navigation-bar .dropdown > span {
    display: none;
    color: #fff;
  }
  .top-navigation-bar .dropdown button {
    color: #2B2C36;
    font-weight: 500;
    padding-left: 3px;
    padding-right: 14px;
    font-size: 14px;
  }
  .top-navigation-bar .dropdown button .caret {
    font-size: 9px;
    color: #000000B2;
    margin-left: 6px;
  }
  .top-navigation-bar .dropdown button:hover {
    color: #2B2C36;
    text-decoration: underline;
  }
  .top-navigation-bar .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%;
    min-width: unset;
    top: 100%;
    margin: 0;
  }
  .top-navigation-bar .dropdown .dropdown-menu li {
    list-style: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a {
    padding: 8px 13px;
    color: #000000;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:before {
    display: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:hover {
    color: #FF6600;
  }
  .top-navigation-bar .socials {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
  }
  .top-navigation-bar .socials a {
    margin-right: 15px;
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .top-navigation-bar .socials a:hover img {
    opacity: 1;
  }
  .top-navigation-bar .socials a img {
    width: 16px;
    height: auto;
    opacity: 0.5;
  }
  .top-navigation-bar .container {
    padding: 0 15px;
    position: relative;
    width: 100%;
    /*&:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .top-navigation-menu {
    padding-right: 15px;
    /*max-width: 450px;*/
    background: transparent;
    margin-left: auto;
    -ms-flex: 1;
        flex: 1;
  }
  .top-navigation-bar .top-navigation-menu a {
    color: #969696 !important;
    letter-spacing: 0px;
    font-weight: 300 !important;
  }
  .top-navigation-bar .top-navigation-menu a b {
    font-weight: 300;
  }
  .top-navigation-bar .top-navigation-menu a:hover {
    text-decoration: none !important;
    color: #fff !important;
  }
  .top-navigation-bar .top-navigation-menu li:first-child a {
    padding-left: 0;
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 0px;
    min-width: 266px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    min-width: 0;
    -ms-flex: 0 !important;
        flex: 0 !important;
    /*.register-btn {
        margin-left: 20px;
        @media @tablet-port {
          display: none;
        }
        &:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/lock.svg);
          background-size: 16px;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          z-index: 1;
          opacity: 1;
          margin-right: 5px;
          display: inline-block;
          top: 0px;
          margin-top: 0px;
          margin-bottom: -3px;
        }
      }*/
  }
  .top-navigation-bar .top-navigation-tools a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-tools a:hover {
    color: #12A19A;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #000000;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-menu {
    display: block !important;
    height: auto;
  }
  .top-navigation-bar .top-navigation-bar-menu {
    text-align: right;
    display: none !important;
  }
  .top-navigation-bar .top-navigation-bar-menu li:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu li a {
    text-transform: none;
    color: #0c1833;
    font-size: 13px;
    padding: 4px 13px;
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-bar-menu li a:hover {
    text-decoration: underline;
    color: #12A19A;
  }
  .top-navigation-bar .top-navigation-bar-menu li:last-child a {
    padding-right: 0;
  }
  .top-navigation-bar .top-navigation-contacts {
    /*flex: 0 0 !important;*/
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    background: transparent;
    z-index: 9;
    /*display: none !important;*/
    padding-left: 0px;
    margin-left: auto;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: start;
        align-items: flex-start;
    width: auto !important;
    -ms-flex-direction: revert;
        flex-direction: revert;
    text-align: right !important;
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    position: absolute;
    left: unset;
    right: 400px;
    top: 29px;
    -ms-flex-direction: column;
        flex-direction: column;
    /*@media (max-width: 1200px) {
        flex-direction: row;
        align-items: center;
        top: 41px;
        left: 300px;
      }*/
  }
  .top-navigation-bar .top-navigation-contacts:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/person.png?v3);
    background-size: 42px;
    width: 42px;
    margin-right: 5px;
    text-align: center;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    margin-top: -3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts > strong {
    font-weight: 400;
    color: #000;
    font-size: 0;
    display: block;
    margin-top: -4px;
  }
  .top-navigation-bar .top-navigation-contacts > strong:before {
    content: 'Poradíme vám!';
    font-size: 13.5px;
    font-weight: 600;
  }
  .top-navigation-bar .top-navigation-contacts > strong:after {
    content: 'Volejte Po-Pá: 7:30-15:30';
    font-size: 13.5px;
    margin-left: 5px;
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials {
    margin-left: 15px;
    padding-left: 20px;
    position: relative;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials:before {
    width: 1px;
    height: 10px;
    content: '';
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-navigation-bar .top-navigation-contacts .head-socials a {
    padding: 0 8px;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials a:hover img {
    opacity: 0.5;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #000;
    font-size: 1em;
    letter-spacing: 0px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #BFD000;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #000;
    background: transparent;
    border-radius: 9px;
    padding: 0px 12px 0 3px;
    font-size: 1em;
    letter-spacing: 0;
    padding-top: 2px;
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/amadea/img/mail.svg?v3);
    background-size: 24px;
    width: 24px;
    margin-right: 5px;
    text-align: center;
    height: 24px;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:hover {
    color: #12A19A;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #000;
    font-size: 1.3em;
    padding-left: 22px;
    padding-top: 2px;
    position: relative;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 600;
    display: block;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/phone-head.svg?v5);
    background-size: 19px;
    width: 18px;
    margin-right: 5px;
    text-align: center;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    margin-top: -4px;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone .open-time {
    opacity: 0.5;
    font-size: 13px;
    margin-left: 5px;
    color: #000 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover {
    color: #BFD000;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
  .site-msg-show .top-navigation-bar .top-navigation-contacts {
    top: 73px;
  }
  .site-msg-show .top-navigation-bar .dropdown {
    top: 44px;
  }
  .site-msg-show .top-navigation-bar .languagesMenu {
    top: 74px;
  }
  .site-msg-show .top-navigation-bar .top-nav-button {
    top: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .top-navigation-bar .top-nav-button {
    right: 78px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .top-navigation-bar .dropdown {
    width: 80px;
    right: 166px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .dropdown > span {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .top-navigation-bar .top-navigation-contacts {
    right: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts {
    -ms-flex: unset;
        flex: unset;
    width: 175px !important;
    right: 252px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .top-navigation-contacts {
    width: 164px !important;
    right: 248px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts > strong:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts > strong:after {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    padding: 6px 18px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar,
  .scrolled-down #header .search-form {
    top: -80px;
  }
  #header {
    transition: 0.3s;
  }
  .scrolled-down #header,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count,
  .scrolled-down #header a[data-target="navigation"] {
    top: -80px;
  }
  .site-msg-show.type-index .overall-wrapper {
    padding-top: 112px;
  }
  .site-msg-show .overall-wrapper {
    padding-top: 112px;
  }
  .top-navigation-bar {
    position: fixed;
    top: 36px;
    width: 100%;
    z-index: 99;
    background: #fff;
    height: 0px;
    padding-top: 4px;
    transition: none;
  }
  .top-navigation-bar .responsive-tools > a {
    width: 30px;
    height: 40px;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 205px;
    top: 15px;
    display: none;
  }
  .top-navigation-bar .dropdown button {
    color: #000000B2;
    padding-right: 12px;
  }
  .top-navigation-bar .dropdown button .caret:before {
    font-size: 8px;
  }
  .top-navigation-bar .top-navigation-tools .socials {
    display: none;
  }
  .top-navigation-bar .responsive-tools {
    padding-top: 13px;
    padding-bottom: 5px;
    margin-left: auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 61px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex: 0;
    flex: 0;
    min-width: 160px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"] {
    margin-right: 6px;
    margin-top: 0px;
    transform: scaleX(-1);
    visibility: visible;
    padding-right: 0;
    padding-left: 0;
    display: none;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #000000B2;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 11px;
    left: unset;
    margin-right: -44px;
    width: 36px;
    height: 36px;
    color: #000000B2;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    right: initial;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 20px;
    color: transparent;
    background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/menu-sm.svg?v4);
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"] {
    position: relative;
    display: block;
    display: none;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"]:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/user.svg?v3);
    background-size: 21px;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    top: 4px;
    margin-top: 0px;
    margin-bottom: -3px;
  }
}
.benefitBanner {
  background: #fff;
  margin-top: 40px;
  padding: 40px 40px 40px 60px;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: visible;
  position: relative;
  margin-bottom: 0;
  max-width: 1600px;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  /*&:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, #ffffff 0%, #f6f8f9 50%, #ffffff 100%);
    top: 0;
  }*/
}
@media only screen and (max-width: 1200px) {
  .benefitBanner {
    padding: 40px 0px 40px 10px;
  }
}
@media only screen and (max-width: 992px) {
  .benefitBanner {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 5px 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner {
    margin-top: 35px;
  }
}
@media (max-width: 450px) {
  .benefitBanner {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 15px 0 15px 0;
    margin: 30px auto 0px auto;
  }
}
.benefitBanner .benefitBanner__picture {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  margin-right: 13px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1300px) {
  .benefitBanner .benefitBanner__picture {
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
  }
}
.benefitBanner .benefitBanner__picture img {
  width: auto;
}
.benefitBanner .benefitBanner__item {
  margin: 0;
  position: relative;
  overflow: visible;
  -ms-flex: initial !important;
  flex: initial !important;
  width: 25%;
  color: #000;
  padding: 1px 0;
  padding-left: 18px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #E5E5E5;
  /*&:before {
      width: 1px;
      height: 26px;
      background: rgba(196, 196, 196, 0.5);
      content: '';
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%);

      @media @desktop {
        display: none;
      }
    }*/
}
.benefitBanner .benefitBanner__item:last-child {
  border-right: none;
}
@media (max-width: 1500px) {
  .benefitBanner .benefitBanner__item {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
    margin: 10px 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
    max-width: 100%;
    padding-bottom: 0px;
    padding-right: 0;
    /*&:after {
        width: 68px;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: block;
      }*/
  }
  .benefitBanner .benefitBanner__item:last-child:after {
    display: none;
  }
}
@media (max-width: 450px) {
  .benefitBanner .benefitBanner__item {
    width: 100%;
  }
}
.benefitBanner .benefitBanner__item:first-child:before {
  display: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.1em;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.3em;
  padding-top: 0px;
  display: block;
}
@media (max-width: 1500px) {
  .benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 15px;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__data {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 7px;
  font-weight: 400;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item .benefitBanner__data {
    margin-top: 3px;
  }
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: transparent;
  padding-bottom: 0px !important;
  max-width: 1540px;
  margin: 60px auto 50px auto;
}
@media only screen and (max-width: 480px) {
  .instagram-line {
    padding: 0 10px !important;
    margin-top: 40px;
    margin-bottom: 5px;
  }
}
.instagram-line h4 {
  margin: 0 0 20px 0;
  padding: 0;
  height: auto;
  font-size: 1em;
  color: #2A2C41;
  letter-spacing: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
  text-transform: none;
  font-size: 2em;
  font-weight: 400;
  padding-bottom: 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Rubik", sans-serif;
  /*&:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #B3C83A;
      bottom: 0;
      width: 75px;
      height: 2px;
    }*/
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    text-align: center;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line h4 {
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 15px !important;
  }
}
.instagram-line h4 strong {
  font-weight: 700;
}
.instagram-line h4 span {
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Rubik", sans-serif !important;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 7px;
  margin-top: -9px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.8em;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line h4 {
    font-size: 1.6em;
    padding-left: 0;
    padding-right: 0;
  }
}
.instagram-line h4:before {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  display: inline-block !important;
  position: relative;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/deliziosa/img/ig-title.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  top: 0px;
  min-width: 50px;
}
@media only screen and (max-width: 480px) {
  .instagram-line h4:before {
    margin-right: 0px;
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget {
    padding: 0;
  }
}
.instagram-line .instagram-widget > a {
  width: calc(20% - 20px);
  margin: 0 10px;
  padding-bottom: calc(20% - 20px);
  height: auto;
  margin-bottom: 0 !important;
  border-radius: 5px;
}
.instagram-line .instagram-widget > a:nth-child(n+6) {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget > a {
    width: calc(20% - 10px);
    margin: 0 5px;
    padding-bottom: calc(20% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget > a {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px 5px !important;
    padding-bottom: calc(33.333% - 10px);
  }
  .instagram-line .instagram-widget > a:nth-child(n+6) {
    display: block;
  }
  .instagram-line .instagram-widget > a:nth-child(n+7) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget > a {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px !important;
    padding-bottom: calc(50% - 10px);
  }
  .instagram-line .instagram-widget > a:nth-child(n+5) {
    display: none;
  }
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
  /*order: -1;*/
  color: #000;
  display: none;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    margin-bottom: 10px;
  }
  .instagram-line .instagram-widget .instagram-follow-btn img {
    height: 55px;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0px;
  -ms-flex-align: center;
      align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  content: '\e909';
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 1em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: #A77A13;
  color: #fff !important;
  text-transform: none;
  padding: 10px 17px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn a:before {
  width: 24px;
  height: 24px;
  position: relative;
  content: '';
  margin-right: 10px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/deliziosa/img/ig-w.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.instagram-line .instagram-widget .instagram-follow-btn a:hover {
  background: #12A19A;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.1em;
  }
}
body .hp-ratings.container {
  padding-bottom: 80px !important;
  padding-top: 60px !important;
  background: #eeeeee;
  border-radius: 6px;
  max-width: 1560px;
  margin-top: 0px;
  position: relative;
}
body .hp-ratings.container:before {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: #eeeeee;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  body .hp-ratings.container {
    padding-bottom: 50px !important;
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container {
    padding-bottom: 45px !important;
    padding-top: 20px !important;
    margin-top: 0px;
  }
}
body .hp-ratings.container .listingControls {
  display: none;
}
body .hp-ratings.container #ratingWrapper {
  display: none !important;
}
body .hp-ratings.container h1 {
  text-align: center;
  text-transform: none;
  font-size: 2em;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  font-family: Rubik;
  display: none;
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container h1 {
    margin-bottom: 0px;
    font-size: 1.5em;
  }
}
body .hp-ratings.container h1 .col-sm-6 {
  width: auto;
  padding: 0;
}
body .hp-ratings.container h1 .rate-average {
  margin-left: 7px;
}
body .hp-ratings.container h1 .rate-average:before {
  content: '(';
}
body .hp-ratings.container h1 .rate-star-wrap:after {
  content: ')';
  display: inline-block;
  margin-left: -5px;
}
body .hp-ratings.container h1 .rate-wrap {
  display: inline-block;
  margin: 0;
  text-transform: none;
  font-weight: 600;
  position: relative;
  top: 5px;
}
body .hp-ratings.container h1 .rate-wrap .stars {
  display: none;
}
body .hp-ratings.container h1 .rate-wrap .rate-average-wrap + div {
  display: none;
}
body .hp-ratings.container h1 .rate-wrap .stars-label {
  color: #000000B2;
}
body .hp-ratings.container .pagination-wrapper {
  display: none;
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container .rate-average-inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    font-size: 0.9em;
  }
  body .hp-ratings.container .rate-average-inner .rate-star-wrap {
    -ms-flex-positive: unset;
        flex-grow: unset;
    margin-left: 0px;
    margin-top: 0;
  }
}
body .hp-ratings.container .button {
  width: auto;
  margin-top: 10px;
  height: auto;
  margin: 10px auto 0;
  min-width: 185px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0.7px;
  padding: 12px 30px 11px 30px;
  color: #000 !important;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  background: #BFD000;
  line-height: 1em;
  display: -ms-flexbox;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
body .hp-ratings.container .button:hover {
  background: #9caa00;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  body .hp-ratings.container .button {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  body .hp-ratings.container .button {
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container .button {
    margin-top: 0;
  }
}
body .hp-ratings.container .h4.homepage-group-title,
body .hp-ratings.container h4.homepage-group-title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 10px;
}
body .hp-ratings.container .h4.homepage-group-title:before,
body .hp-ratings.container h4.homepage-group-title:before {
  display: none;
}
body .hp-ratings.container #ratingWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 5px;
}
body .hp-ratings.container #ratingWrapper .rate-average-wrap + div {
  display: none;
}
body .hp-ratings.container #ratingWrapper .add-comment {
  display: none;
}
body .hp-ratings.container #ratingWrapper .rate-average {
  font-size: 22px;
  color: #fff;
  background: #BFD000;
  padding: 13px 20px 12px 20px;
  border-radius: 10px;
  line-height: 1em;
  font-weight: 400;
}
body .hp-ratings.container #ratingWrapper .rate-average-wrap .rate-star-wrap .stars {
  display: none;
}
body .hp-ratings.container #ratingWrapper .rate-average-wrap .rate-star-wrap .stars-label {
  font-size: 1.4em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #000000B2;
}
body .hp-ratings.container .show-more {
  text-align: center;
  width: 100%;
  margin: 25px auto 0 auto;
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
  color: #000000B2;
  font-size: 1em;
  letter-spacing: 0px;
  transition: 0.3s;
  border: 1px solid #BFD000;
  border-radius: 3px;
}
body .hp-ratings.container .show-more:hover {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  body .hp-ratings.container .show-more {
    margin-top: 10px;
  }
}
body .hp-ratings.container .slick-list {
  width: 100%;
  padding: 20px 0;
}
body .hp-ratings.container .slick-arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 10px;
  left: unset;
  margin: 0;
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container .slick-arrow {
    right: 0;
  }
}
body .hp-ratings.container .slick-arrow.slick-prev {
  left: -20px;
  right: unset;
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 1800px) {
  body .hp-ratings.container .slick-arrow.slick-prev {
    left: -10px;
  }
}
body .hp-ratings.container .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 1800px) {
  body .hp-ratings.container .slick-arrow.slick-next {
    right: -10px;
  }
}
body .hp-ratings.container .ratings-list {
  margin-bottom: 0;
}
body .hp-ratings.container .ratings-list .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
body .hp-ratings.container .ratings-list .votes-wrap {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin: 0 -30px;
  padding: 0;
  width: calc(100% + 60px);
  max-width: unset;
}
@media (max-width: 1800px) {
  body .hp-ratings.container .ratings-list .votes-wrap {
    margin: 0;
    padding: 0 30px;
    width: 100%;
    max-width: unset;
  }
}
body .hp-ratings.container .ratings-list .votes-wrap:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  body .hp-ratings.container .ratings-list .votes-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container .ratings-list .votes-wrap {
    padding: 0 25px;
  }
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
  margin: 0 25px 8px 25px;
  width: calc(50% - 40px);
  background: #f6f8f9;
  border: none;
  padding: 18px 24px;
  border-radius: 3px;
  height: unset;
  /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);*/
}
@media only screen and (max-width: 992px) {
  body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
    margin: 0 15px 8px 15px;
  }
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-summary {
  margin-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .votes-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
    width: 100%;
    margin: 0 10px 8px 10px;
    padding: 16px;
  }
}
@media only screen and (max-width: 600px) {
  body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
    margin: 0 6px 8px 6px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
  }
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-order: -1;
      order: -1;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-product-name {
  padding-top: 15px;
  margin-bottom: -10px;
  font-weight: 600;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content {
  background: transparent;
  padding: 0;
  position: relative;
  border-radius: 0;
  margin: 10px auto 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6em;
  font-size: 13px;
  color: #000;
  letter-spacing: 0px;
  max-width: 570px;
  display: -webkit-box;
  overflow: hidden;
  /*&:before {
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 25px solid #f5f6f8;
            position: absolute;
            top: -13px;
            left: 50%;
            transform: translateX(-50%);
            content: '';
          }*/
}
@media only screen and (max-width: 350px) {
  body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content {
    min-height: auto;
    font-size: 1em;
  }
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content p {
  margin-bottom: 0;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content + .vote-content {
  display: none !important;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: center;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-delimeter {
  display: none;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-pic {
  padding: 0;
  min-width: 70px;
  height: 70px;
  margin-bottom: 6px;
  display: none;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-pic img,
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-pic svg {
  margin-left: -2px;
  width: 51px;
  margin-top: -2px;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-pic .vote-initials {
  width: 70px;
  padding-top: 0px;
  height: 70px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  background: #BFD000 !important;
  color: #000000B2;
  line-height: 68px;
  font-family: 'Rubik', sans-serif;
  padding-left: 1px;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-name {
  color: #000;
  margin: 10px 0 1px;
  display: block;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars {
  width: 110px;
  display: inline-block;
  margin: 0 auto;
  height: 23px;
}
@media only screen and (max-width: 480px) {
  body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars {
    margin-bottom: 5px;
  }
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars .star {
  width: 22px;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars .star:before {
  margin-top: 5px;
  font-size: 13px !important;
  color: #E1A800 !important;
  content: "\e91c" !important;
}
body .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-time {
  display: none;
}
#rate-form label a {
  color: #000000;
}
#rate-form label a:hover {
  text-decoration: none;
}
#rate-form form .js-validator-msg,
#rate-form form .validator-msg {
  top: 0;
}
#rate-form .col-xs-12:not(.col-sm-6) {
  width: 100%;
}
#rate-form .form-control {
  background: #fff;
}
#rate-form .stars {
  width: 96px;
}
#rate-form .stars .star {
  width: 19px;
}
#rate-form .stars .star:before {
  font-size: 16px;
  color: #ffc200;
}
#ratingWrapper .link-like {
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #2A2C41;
  color: #2A2C41;
  font-weight: 400;
}
#ratingWrapper .link-like:hover {
  background: #f2f2f2;
  color: #2A2C41;
}
.content-inner .votes-wrap {
  margin-top: 30px;
}
.content-inner .votes-wrap .vote-wrap {
  width: 100%;
  background: #fff;
  border: none;
  padding: 24px;
  margin-bottom: 8px;
}
.in-hodnoceni-obchodu .votes-wrap .vote-wrap .vote-pic {
  display: none;
}
.in-hodnoceni-obchodu .votes-wrap .vote-wrap .stars {
  margin-bottom: 3px;
  margin-right: 15px;
}
.type-detail .detail-parameters .custom-variants-list select {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
  padding: 11px 15px;
  background: #F4F4F4;
  border: 2px solid transparent;
  border-radius: 3px;
  margin-right: 10px;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #000;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
    padding: 5px 11px;
  }
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant[data-index="0"] {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant:hover {
  background-color: #fafafa;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.active {
  border: 2px solid #000000B2;
}
:root {
  --template-font: 'Rubik';
  --template-headings-font: "Rubik";
  --colors-foregrounds-headlines-primary: #000000B2;
}
body,
.external-fonts-loaded .vote-name,
.blank-mode .vote-name {
  font-family: 'Rubik', sans-serif !important;
}
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6 {
  font-family: "Rubik", sans-serif !important;
}
.external-fonts-loaded h4.homepage-group-title,
.external-fonts-loaded .h4.homepage-group-title,
.external-fonts-loaded .category-title,
.external-fonts-loaded .type-detail h2.products-related-header,
.external-fonts-loaded .type-page h1 {
  font-family: "Rubik", sans-serif !important;
}
.question-tooltip {
  background: #000;
  border-color: #000;
  font-weight: 300;
  padding-top: 1px;
}
.btn,
.next-step,
.price-additional,
.price-final,
.price-measure,
.price-save,
.price-standard,
.price-wrapper,
.products .name,
ol.cart-header {
  font-family: var(--template-font), sans-serif;
}
body {
  background: #fff;
  color: #000;
}
body h2,
body h3,
body h4,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #000;
}
body p {
  color: #000;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1550px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .row {
    margin: 0 -15px;
  }
}
@media (max-width: 1550px) and (max-width: 768px) {
  .container {
    padding: 0 15px !important;
  }
}
.container {
  padding: 0 15px !important;
}
.sidebar {
  background-color: transparent;
  width: 350px;
  margin-right: 30px;
  margin-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .sidebar-inner {
  padding: 0;
  background: transparent;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 0px;
  /*.topic + ul.active {
      padding-bottom: 10px;
      a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar-inner {
    margin-top: 0;
  }
}
.sidebar .sidebar-inner .categories .topic.active > a {
  background: transparent;
  color: #000;
  text-decoration: underline;
}
.sidebar .sidebar-inner .categories li.active > a {
  background: transparent;
  text-decoration: underline;
  color: #000;
}
.sidebar .sidebar-inner #categories .categories {
  margin: 0;
}
.sidebar .sidebar-inner #categories .categories a {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 15px;
  padding-left: 25px;
}
.sidebar .sidebar-inner #categories .categories a .cat-trigger {
  position: absolute;
  right: 12px;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.sidebar .sidebar-inner #categories .categories a .cat-trigger:before {
  width: 12px;
  height: 12px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/mincemistr/img/arrow-right-b.svg?v3);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.2;
  content: '';
}
.sidebar .sidebar-inner #categories .categories .topic > a {
  border-top: 1px solid #f5f5f5;
  position: relative;
  font-weight: 500;
  color: #000;
  padding-left: 15px;
  font-size: 16px;
}
.sidebar .sidebar-inner .box-categories {
  margin-top: 20px;
  border: 1px solid #eceeee;
  border-radius: 6px;
  overflow: hidden;
}
.sidebar .sidebar-inner .box-categories h3 {
  margin: 0;
  background: #bfd000;
  padding: 13px 15px;
  font-size: 15px;
}
.sidebar .sidebar-inner .categories > ul {
  padding-bottom: 0 !important;
}
.sidebar .sidebar-inner .categories > ul > li > a {
  border-top: 1px solid #f5f5f5;
  position: relative;
  font-weight: 500;
  color: #000;
}
.sidebar .sidebar-inner .categories > ul > li > a:hover {
  text-decoration: underline !important;
}
.sidebar .sidebar-inner .categories > ul > li ul {
  padding-bottom: 10px;
}
.sidebar .sidebar-inner .categories > ul > li ul li a {
  padding-left: 60px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 0.9em;
}
.sidebar .sidebar-inner .categories > ul > li ul li a:hover {
  text-decoration: underline !important;
}
.sidebar .sidebar-inner .categories ul ul li a {
  padding-left: 37px !important;
}
.sidebar .sidebar-inner > div h4 {
  font-size: 1.1em;
  margin-bottom: 15px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #000;
  text-transform: none;
}
.sidebar .sidebar-inner #categories {
  background: #fff;
  border-radius: 10px;
}
.sidebar .box-filters {
  padding: 0 !important;
}
.type-category .sidebar .box-categories {
  display: none;
}
.overall-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1570px;
    padding: 0 15px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container.wide {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-backdrop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .popup-widget.cart-widget {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  /*.admin-logged .popup-widget.cart-widget {
    top: 90px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 70px;
  }*/
  .popup-widget.cart-widget {
    top: 10px;
  }
  .popup-widget.login-widget {
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 140px !important;
    margin-top: 0 !important;
  }
}
.ordering-process #content {
  margin-top: 0px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process #header .site-name {
  display: block;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .products-block {
    padding-bottom: 25px !important;
  }
}
.type-index .content-wrapper-in #widget-container.ekomi-widget-container {
  /*display: none;*/
  margin: 80px 0 20px 0;
}
@media only screen and (max-width: 480px) {
  .type-index .content-wrapper-in #widget-container.ekomi-widget-container {
    margin: 65px 0 0;
  }
  .type-index .content-wrapper-in #widget-container.ekomi-widget-container #ekw100 .wrapper-right {
    width: 100% !important;
    height: 100px;
  }
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
  display: none;
}
.type-index .latest-contribution-box {
  display: block;
}
.type-index .latest-contribution-box .latest-contribution-discussion {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
  font-size: 3em !important;
  font-family: 'Crimson Text', serif;
  color: black;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating h2 {
    font-size: 2em !important;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating > a {
    width: 100%;
    margin-top: 20px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a:nth-child(n + 5) {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info {
  color: #000000B2000B2;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author,
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author + i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-date {
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-description {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #000000B2000B2;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product:hover {
  color: #12A19A;
}
.homepage-box.welcome-wrapper {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  /*.container {
    max-width: 100%;
    width: 100%;
  }*/
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    margin-bottom: 0;
    margin-top: 20px !important;
  }
}
.homepage-box.welcome-wrapper .welcome > div {
  max-width: 100%;
}
.homepage-box.welcome-wrapper .welcome-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.homepage-box.welcome-wrapper .welcome-row img {
  width: 60% !important;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-row img {
    width: 100% !important;
  }
}
.homepage-box.welcome-wrapper .welcome-row > div {
  text-align: left;
  width: 40% !important;
  padding-left: 75px;
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-row > div {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-row > div {
    width: 100% !important;
    padding-left: 0;
    padding-top: 25px;
    text-align: center;
  }
}
.homepage-box.welcome-wrapper .welcome-row > div h2 {
  font-family: "Rubik", sans-serif;
  color: #000;
  font-size: 2em;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-row > div h2 {
    margin-bottom: 15px;
  }
}
.homepage-box.welcome-wrapper .welcome-row > div p {
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-row > div p {
    margin-top: 20px;
  }
}
.homepage-box.welcome-wrapper .welcome-row > div .btn {
  height: auto;
  margin: 5px 0 0 0;
  min-width: 185px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0;
  /* float: left; */
  padding: 16px 20px;
  color: #fff !important;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  background: #12A19A;
  line-height: 1em;
  display: -ms-flexbox;
  display: inline-block;
  text-decoration: none;
}
.homepage-box.welcome-wrapper .welcome-row > div .btn:hover {
  background: #12A19A;
}
.homepage-box.welcome-wrapper .welcome {
  padding: 65px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome {
    padding: 20px 0 0 0;
  }
}
.homepage-box.welcome-wrapper .welcome img {
  max-width: 60%;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome img {
    max-width: 100%;
  }
}
.homepage-box.welcome-wrapper .welcome div {
  max-width: initial;
}
.homepage-box.welcome-wrapper .welcome h1 {
  font-size: 2.6em;
  color: #2A2C41;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: none;
  font-family: "Rubik";
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome h1 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome h1 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .welcome h1 {
    font-size: 1.6em;
    margin-bottom: 5px;
  }
}
.homepage-box.welcome-wrapper .welcome p {
  margin: 30px auto 20px auto;
  max-width: 930px;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 400;
  color: #2A2C41;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome p {
    margin-top: 15px;
  }
}
.homepage-box.welcome-wrapper .welcome .button {
  letter-spacing: 0.2px;
  background: #591312;
  border: none;
  border-radius: 60px;
  padding: 20px 40px;
  min-width: inherit;
  font-weight: 700;
  color: #fff !important;
  margin-top: 0px;
  font-size: 1.3em;
  text-transform: none;
  border-bottom: 3px solid #0c0302;
  display: inline-block;
}
.homepage-box.welcome-wrapper .welcome .button:hover {
  background: #9caa00;
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .welcome .button {
    font-size: 1.1em;
    padding: 12px 25px 10px 25px;
    line-height: 1.3em;
  }
}
.homepage-box.welcome-wrapper .row {
  max-width: 100% !important;
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1500px) {
  .homepage-box.welcome-wrapper .row {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.homepage-box.welcome-wrapper .row > div {
  padding: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .row > div {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.homepage-box.welcome-wrapper .welcome-float-box {
  padding: 50px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -70px;
  top: inherit;
  left: -200px;
  z-index: 2;
  background: #fff;
  max-width: 680px !important;
}
@media (max-width: 1500px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    left: 40%;
    position: relative;
    top: 50%;
    transform: translateX(-50%);
    bottom: inherit;
    padding: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    max-width: 100% !important;
    text-align: center;
    padding: 35px;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    padding: 17px;
    margin-bottom: 20px;
  }
}
.homepage-box.welcome-wrapper .welcome-float-box h1 {
  font-size: 3.5em;
  text-transform: none;
  color: #262A36;
  margin-bottom: 35px;
  font-family: 'Rubik', sans-serif !important;
}
@media (max-width: 1500px) {
  .homepage-box.welcome-wrapper .welcome-float-box h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-float-box h1 {
    font-size: 2em;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .welcome-float-box h1 {
    font-size: 1.6em;
  }
}
.homepage-box.welcome-wrapper .welcome-float-box p {
  font-size: 1.15em;
  color: #262A36;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-float-box p {
    font-size: 0.9em;
  }
}
.homepage-box.welcome-wrapper .welcome-float-box .button {
  padding: 10px 30px 10px 30px;
  background: transparent;
  border: none;
  color: #fff;
  background: #A77A13;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: 20px;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.2em;
  display: inline-block;
  /*&:after {
        width: 16px;
        height: 16px;
        position: relative;
        content: '';
        display: inline-block;
        top: 3px;
        margin-left: 3px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arr-right.svg);
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        transition: @transition;
      }*/
}
.homepage-box.welcome-wrapper .welcome-float-box .button:hover {
  background: #a9803f;
  color: #fff;
  /*&:after {
          filter: invert(1);
        }*/
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .row > div {
    width: 100%;
  }
}
.homepage-box.welcome-wrapper .col-md-7 img {
  width: 100%;
  height: auto;
}
.page-head {
  position: relative;
  margin-top: -120px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-head {
    display: none;
  }
}
.page-head .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-head .container h1 {
  color: #313130;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/banner-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 75px 45px 70px 75px;
  min-height: 210px;
  margin-left: -50px;
  font-size: 2.5em;
}
@media only screen and (max-width: 1200px) {
  .page-head .container h1 {
    margin-left: 0;
  }
}
.page-head .bg-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.page-head .bg-image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media only screen and (max-width: 1200px) {
  .page-head .bg-image img {
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
  }
}
.type-detail .page-head .bg-image,
.ordering-process .page-head .bg-image {
  height: 128px;
}
.type-detail .page-head .bg-image img,
.ordering-process .page-head .bg-image img {
  transform: translateX(-50%);
  margin-top: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .scrolled-down .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  /*body {
    padding-top: 10px;
  }*/
  .popup-widget {
    top: 123px !important;
    padding-top: 0 !important;
    bottom: 0;
    z-index: 9999;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
  .ekw150.pos-bottom_left {
    display: none !important;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 380px) {
  /*.top-navigation-bar {
    .dropdown {
      font-size: 0.9em;
      right: 167px;
    }

    .responsive-tools {
      padding-right: 83px;

      a {
        width: 35px;
      }
    }
  }*/
  #header .site-name {
    /*left: 11px;*/
    /* img {
       max-height: 20px !important;
       top: 7px;
       position: relative;
       left: -2px;
     }*/
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 292px;
  }
  .popup-widget.login-widget {
    margin-left: -20px !important;
  }
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 85px !important;
    right: 148px;
    left: inherit;
    border-radius: 5px;
  }
  .popup-widget.cart-widget {
    margin-top: 129px;
    margin-left: unset;
    right: 15px;
    left: unset;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .popup-widget.login-widget {
    right: 95px;
  }
}
.cart-widget-product-name > strong {
  display: block;
  font-weight: 400;
}
.user-action .container {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-menu {
    -ms-flex: 1 1 25% !important;
        flex: 1 1 25% !important;
  }
  #header .navigation-buttons .socials {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .search {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .header-top {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.categories-banners-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.categories-banners-line .banner-wrapper {
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
  .categories-banners-line .banner-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper .category-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.categories-banners-line .banner-wrapper .category-banner .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 390px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.8em;
  padding: 0;
  margin: 20px auto 0 auto;
}
.categories-banners-line .banner-wrapper .category-banner .links:nth-line(n + 1) li:first-child::marker {
  display: none;
  visibility: hidden;
  color: transparent;
}
.categories-banners-line .banner-wrapper .category-banner .links a {
  margin: 0 13px;
  color: #000000;
  text-decoration: underline;
  /*&:first-of-type {
            &::marker {
              display: none;
              visibility: hidden;
              color: transparent;
            }
          }*/
}
.categories-banners-line .banner-wrapper .category-banner .links a:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000000;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #12A19A;
}
.categories-banners-line .banner-wrapper .category-banner .img-box {
  position: relative;
}
.categories-banners-line .banner-wrapper .category-banner .img-box:after {
  position: absolute;
  border: 1px solid #fff;
  content: '';
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.categories-banners-line .banner-wrapper .category-banner .img-box span {
  position: absolute;
  left: 35px;
  bottom: 25px;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.categories-banners-line .banner-wrapper .category-banner .img-box span:after {
  position: relative;
  width: 22px;
  content: '';
  display: inline-block;
  margin-left: 6px;
  height: 12px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arrow-right-long-w.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
}
.logos-banner {
  padding: 30px 0 10px 0;
}
.logos-banner .logos-banner-inner {
  padding: 0 30px;
}
.logos-banner .logos-banner-inner a img {
  transition: 0.3s;
}
.logos-banner .logos-banner-inner a:hover img {
  opacity: 0.4;
}
.logos-banner .logos-banner-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  color: rgba(45, 50, 57, 0);
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arrow-right-b.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.logos-banner .logos-banner-inner .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.logos-banner .logos-banner-inner .slick-prev {
  left: 0px;
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arrow-right-b.svg);
}
.logos-banner .logos-banner-inner .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.homepage-box {
  background: transparent !important;
  border: none !important;
  margin: 0;
}
.homepage-box.before-carousel {
  overflow: visible;
  /*.container {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
  }*/
}
.next-to-carousel-banners > .banner-wrapper > .small-banner {
  display: none;
}
.homepage-box.before-carousel .container {
  padding-bottom: 30px;
  position: relative;
  /* &:before {
     width: 100%;
     height: calc(~'100% - 450px');
     position: absolute;
     left: 0;
     bottom: 0;
     content: '';
     background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/compik/img/banners-bg.png) no-repeat center;
     background-size: cover;
     background-position: center bottom;

     @media (max-width: 1730px) {
       height: calc(~'100% - 300px');
     }
   }*/
}
@media only screen and (max-width: 767px) {
  #carousel,
  .middle-banners-wrapper,
  .type-category,
  .body-banners,
  .footer-banners {
    margin-bottom: 0;
    border-radius: 10px;
  }
}
#carousel .carousel-control:before,
.middle-banners-wrapper .carousel-control:before,
.type-category .carousel-control:before,
.body-banners .carousel-control:before,
.footer-banners .carousel-control:before {
  background-color: #ffffff;
  content: '' !important;
  width: 40px;
  height: 40px;
}
#carousel .carousel-control.right:before,
.middle-banners-wrapper .carousel-control.right:before,
.type-category .carousel-control.right:before,
.body-banners .carousel-control.right:before,
.footer-banners .carousel-control.right:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/car-right.svg?v1);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
#carousel .carousel-control.right:hover:before,
.middle-banners-wrapper .carousel-control.right:hover:before,
.type-category .carousel-control.right:hover:before,
.body-banners .carousel-control.right:hover:before,
.footer-banners .carousel-control.right:hover:before {
  background-color: #fff;
}
#carousel .carousel-control.left:before,
.middle-banners-wrapper .carousel-control.left:before,
.type-category .carousel-control.left:before,
.body-banners .carousel-control.left:before,
.footer-banners .carousel-control.left:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/car-left.svg?v1);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
#carousel .carousel-control.left:hover:before,
.middle-banners-wrapper .carousel-control.left:hover:before,
.type-category .carousel-control.left:hover:before,
.body-banners .carousel-control.left:hover:before,
.footer-banners .carousel-control.left:hover:before {
  background-color: #fff;
}
#carousel .item,
.middle-banners-wrapper .item,
.type-category .item,
.body-banners .item,
.footer-banners .item,
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
.footer-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category,
.footer-banners .banner-category,
#carousel .footer-banner,
.middle-banners-wrapper .footer-banner,
.type-category .footer-banner,
.body-banners .footer-banner,
.footer-banners .footer-banner {
  /*> a {
      width: 100%;

      img {
        width: 100%;
      }
    }*/
}
#carousel .item > a,
.middle-banners-wrapper .item > a,
.type-category .item > a,
.body-banners .item > a,
.footer-banners .item > a,
#carousel .banner-wrapper > a,
.middle-banners-wrapper .banner-wrapper > a,
.type-category .banner-wrapper > a,
.body-banners .banner-wrapper > a,
.footer-banners .banner-wrapper > a,
#carousel .banner-category > a,
.middle-banners-wrapper .banner-category > a,
.type-category .banner-category > a,
.body-banners .banner-category > a,
.footer-banners .banner-category > a,
#carousel .footer-banner > a,
.middle-banners-wrapper .footer-banner > a,
.type-category .footer-banner > a,
.body-banners .footer-banner > a,
.footer-banners .footer-banner > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #carousel .item > a,
  .middle-banners-wrapper .item > a,
  .type-category .item > a,
  .body-banners .item > a,
  .footer-banners .item > a,
  #carousel .banner-wrapper > a,
  .middle-banners-wrapper .banner-wrapper > a,
  .type-category .banner-wrapper > a,
  .body-banners .banner-wrapper > a,
  .footer-banners .banner-wrapper > a,
  #carousel .banner-category > a,
  .middle-banners-wrapper .banner-category > a,
  .type-category .banner-category > a,
  .body-banners .banner-category > a,
  .footer-banners .banner-category > a,
  #carousel .footer-banner > a,
  .middle-banners-wrapper .footer-banner > a,
  .type-category .footer-banner > a,
  .body-banners .footer-banner > a,
  .footer-banners .footer-banner > a {
    -ms-flex-align: center;
        align-items: center;
  }
}
#carousel .item > img,
.middle-banners-wrapper .item > img,
.type-category .item > img,
.body-banners .item > img,
.footer-banners .item > img,
#carousel .banner-wrapper > img,
.middle-banners-wrapper .banner-wrapper > img,
.type-category .banner-wrapper > img,
.body-banners .banner-wrapper > img,
.footer-banners .banner-wrapper > img,
#carousel .banner-category > img,
.middle-banners-wrapper .banner-category > img,
.type-category .banner-category > img,
.body-banners .banner-category > img,
.footer-banners .banner-category > img,
#carousel .footer-banner > img,
.middle-banners-wrapper .footer-banner > img,
.type-category .footer-banner > img,
.body-banners .footer-banner > img,
.footer-banners .footer-banner > img,
#carousel .item > a > img,
.middle-banners-wrapper .item > a > img,
.type-category .item > a > img,
.body-banners .item > a > img,
.footer-banners .item > a > img,
#carousel .banner-wrapper > a > img,
.middle-banners-wrapper .banner-wrapper > a > img,
.type-category .banner-wrapper > a > img,
.body-banners .banner-wrapper > a > img,
.footer-banners .banner-wrapper > a > img,
#carousel .banner-category > a > img,
.middle-banners-wrapper .banner-category > a > img,
.type-category .banner-category > a > img,
.body-banners .banner-category > a > img,
.footer-banners .banner-category > a > img,
#carousel .footer-banner > a > img,
.middle-banners-wrapper .footer-banner > a > img,
.type-category .footer-banner > a > img,
.body-banners .footer-banner > a > img,
.footer-banners .footer-banner > a > img {
  width: 100% !important;
  height: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  #carousel .item > img,
  .middle-banners-wrapper .item > img,
  .type-category .item > img,
  .body-banners .item > img,
  .footer-banners .item > img,
  #carousel .banner-wrapper > img,
  .middle-banners-wrapper .banner-wrapper > img,
  .type-category .banner-wrapper > img,
  .body-banners .banner-wrapper > img,
  .footer-banners .banner-wrapper > img,
  #carousel .banner-category > img,
  .middle-banners-wrapper .banner-category > img,
  .type-category .banner-category > img,
  .body-banners .banner-category > img,
  .footer-banners .banner-category > img,
  #carousel .footer-banner > img,
  .middle-banners-wrapper .footer-banner > img,
  .type-category .footer-banner > img,
  .body-banners .footer-banner > img,
  .footer-banners .footer-banner > img,
  #carousel .item > a > img,
  .middle-banners-wrapper .item > a > img,
  .type-category .item > a > img,
  .body-banners .item > a > img,
  .footer-banners .item > a > img,
  #carousel .banner-wrapper > a > img,
  .middle-banners-wrapper .banner-wrapper > a > img,
  .type-category .banner-wrapper > a > img,
  .body-banners .banner-wrapper > a > img,
  .footer-banners .banner-wrapper > a > img,
  #carousel .banner-category > a > img,
  .middle-banners-wrapper .banner-category > a > img,
  .type-category .banner-category > a > img,
  .body-banners .banner-category > a > img,
  .footer-banners .banner-category > a > img,
  #carousel .footer-banner > a > img,
  .middle-banners-wrapper .footer-banner > a > img,
  .type-category .footer-banner > a > img,
  .body-banners .footer-banner > a > img,
  .footer-banners .footer-banner > a > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#carousel .item .extended-banner-texts,
.middle-banners-wrapper .item .extended-banner-texts,
.type-category .item .extended-banner-texts,
.body-banners .item .extended-banner-texts,
.footer-banners .item .extended-banner-texts,
#carousel .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts,
.type-category .banner-wrapper .extended-banner-texts,
.body-banners .banner-wrapper .extended-banner-texts,
.footer-banners .banner-wrapper .extended-banner-texts,
#carousel .banner-category .extended-banner-texts,
.middle-banners-wrapper .banner-category .extended-banner-texts,
.type-category .banner-category .extended-banner-texts,
.body-banners .banner-category .extended-banner-texts,
.footer-banners .banner-category .extended-banner-texts,
#carousel .footer-banner .extended-banner-texts,
.middle-banners-wrapper .footer-banner .extended-banner-texts,
.type-category .footer-banner .extended-banner-texts,
.body-banners .footer-banner .extended-banner-texts,
.footer-banners .footer-banner .extended-banner-texts {
  /*left: calc(~'50% - 640px');*/
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 45px 50px;
  box-shadow: none;
  width: 100%;
  left: calc(50% - 640px) !important;
}
@media (max-width: 1440px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  .footer-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  .footer-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts,
  .footer-banners .banner-category .extended-banner-texts,
  #carousel .footer-banner .extended-banner-texts,
  .middle-banners-wrapper .footer-banner .extended-banner-texts,
  .type-category .footer-banner .extended-banner-texts,
  .body-banners .footer-banner .extended-banner-texts,
  .footer-banners .footer-banner .extended-banner-texts {
    left: calc(50% - 590px) !important;
  }
}
@media (max-width: 1300px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  .footer-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  .footer-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts,
  .footer-banners .banner-category .extended-banner-texts,
  #carousel .footer-banner .extended-banner-texts,
  .middle-banners-wrapper .footer-banner .extended-banner-texts,
  .type-category .footer-banner .extended-banner-texts,
  .body-banners .footer-banner .extended-banner-texts,
  .footer-banners .footer-banner .extended-banner-texts {
    left: 40px !important;
  }
}
#carousel .item .extended-banner-texts.empty,
.middle-banners-wrapper .item .extended-banner-texts.empty,
.type-category .item .extended-banner-texts.empty,
.body-banners .item .extended-banner-texts.empty,
.footer-banners .item .extended-banner-texts.empty,
#carousel .banner-wrapper .extended-banner-texts.empty,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts.empty,
.type-category .banner-wrapper .extended-banner-texts.empty,
.body-banners .banner-wrapper .extended-banner-texts.empty,
.footer-banners .banner-wrapper .extended-banner-texts.empty,
#carousel .banner-category .extended-banner-texts.empty,
.middle-banners-wrapper .banner-category .extended-banner-texts.empty,
.type-category .banner-category .extended-banner-texts.empty,
.body-banners .banner-category .extended-banner-texts.empty,
.footer-banners .banner-category .extended-banner-texts.empty,
#carousel .footer-banner .extended-banner-texts.empty,
.middle-banners-wrapper .footer-banner .extended-banner-texts.empty,
.type-category .footer-banner .extended-banner-texts.empty,
.body-banners .footer-banner .extended-banner-texts.empty,
.footer-banners .footer-banner .extended-banner-texts.empty {
  display: none;
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  .footer-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  .footer-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts,
  .footer-banners .banner-category .extended-banner-texts,
  #carousel .footer-banner .extended-banner-texts,
  .middle-banners-wrapper .footer-banner .extended-banner-texts,
  .type-category .footer-banner .extended-banner-texts,
  .body-banners .footer-banner .extended-banner-texts,
  .footer-banners .footer-banner .extended-banner-texts {
    padding: 20px;
    left: 20px !important;
    max-width: calc(100% - 40px) !important;
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    top: initial;
    transform: none;
  }
}
#carousel .item .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
.type-category .item .extended-banner-texts .extended-banner-title,
.body-banners .item .extended-banner-texts .extended-banner-title,
.footer-banners .item .extended-banner-texts .extended-banner-title,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
#carousel .banner-category .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
.type-category .banner-category .extended-banner-texts .extended-banner-title,
.body-banners .banner-category .extended-banner-texts .extended-banner-title,
.footer-banners .banner-category .extended-banner-texts .extended-banner-title,
#carousel .footer-banner .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-title,
.type-category .footer-banner .extended-banner-texts .extended-banner-title,
.body-banners .footer-banner .extended-banner-texts .extended-banner-title,
.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000000;
  padding-left: 0;
  font-size: 1.6em;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
  .type-category .item .extended-banner-texts .extended-banner-title,
  .body-banners .item .extended-banner-texts .extended-banner-title,
  .footer-banners .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
  .type-category .banner-category .extended-banner-texts .extended-banner-title,
  .body-banners .banner-category .extended-banner-texts .extended-banner-title,
  .footer-banners .banner-category .extended-banner-texts .extended-banner-title,
  #carousel .footer-banner .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-title,
  .type-category .footer-banner .extended-banner-texts .extended-banner-title,
  .body-banners .footer-banner .extended-banner-texts .extended-banner-title,
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
  .type-category .item .extended-banner-texts .extended-banner-title,
  .body-banners .item .extended-banner-texts .extended-banner-title,
  .footer-banners .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
  .type-category .banner-category .extended-banner-texts .extended-banner-title,
  .body-banners .banner-category .extended-banner-texts .extended-banner-title,
  .footer-banners .banner-category .extended-banner-texts .extended-banner-title,
  #carousel .footer-banner .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-title,
  .type-category .footer-banner .extended-banner-texts .extended-banner-title,
  .body-banners .footer-banner .extended-banner-texts .extended-banner-title,
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.4em;
  }
}
#carousel .item .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-text,
.type-category .item .extended-banner-texts .extended-banner-text,
.body-banners .item .extended-banner-texts .extended-banner-text,
.footer-banners .item .extended-banner-texts .extended-banner-text,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-text,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
#carousel .banner-category .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-text,
.type-category .banner-category .extended-banner-texts .extended-banner-text,
.body-banners .banner-category .extended-banner-texts .extended-banner-text,
.footer-banners .banner-category .extended-banner-texts .extended-banner-text,
#carousel .footer-banner .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-text,
.type-category .footer-banner .extended-banner-texts .extended-banner-text,
.body-banners .footer-banner .extended-banner-texts .extended-banner-text,
.footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #141414;
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 10px;
  text-transform: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.8em;
  margin-top: 5px;
}
#carousel .item .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link,
.type-category .item .extended-banner-texts .extended-banner-link,
.body-banners .item .extended-banner-texts .extended-banner-link,
.footer-banners .item .extended-banner-texts .extended-banner-link,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
#carousel .banner-category .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link,
.type-category .banner-category .extended-banner-texts .extended-banner-link,
.body-banners .banner-category .extended-banner-texts .extended-banner-link,
.footer-banners .banner-category .extended-banner-texts .extended-banner-link,
#carousel .footer-banner .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-link,
.type-category .footer-banner .extended-banner-texts .extended-banner-link,
.body-banners .footer-banner .extended-banner-texts .extended-banner-link,
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
  position: relative !important;
  background: transparent;
  box-shadow: none;
  border: none;
  margin-top: 20px;
  padding: 10px 15px;
  color: #313130 !important;
  min-width: 148px;
  text-align: center;
  height: auto;
  border: 1px solid #313130;
  letter-spacing: 0.3px;
  border-radius: 0px;
  transition: 0.3s;
  top: initial !important;
  background: #2B2B2B;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  /*&:after {
          width: 16px;
          height: 16px;
          position: relative;
          content: '';
          display: inline-block;
          margin-left: 12px;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/arr-right2.svg);
          background-size: 22px;
          background-repeat: no-repeat;
          background-position: center;
          margin-bottom: -4px;
         }*/
}
@media only screen and (max-width: 480px) {
  #carousel .item .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-link,
  .type-category .item .extended-banner-texts .extended-banner-link,
  .body-banners .item .extended-banner-texts .extended-banner-link,
  .footer-banners .item .extended-banner-texts .extended-banner-link,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-link,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
  .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
  #carousel .banner-category .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link,
  .type-category .banner-category .extended-banner-texts .extended-banner-link,
  .body-banners .banner-category .extended-banner-texts .extended-banner-link,
  .footer-banners .banner-category .extended-banner-texts .extended-banner-link,
  #carousel .footer-banner .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-link,
  .type-category .footer-banner .extended-banner-texts .extended-banner-link,
  .body-banners .footer-banner .extended-banner-texts .extended-banner-link,
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
    min-width: 170px;
  }
}
#carousel .item .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link:hover,
.type-category .item .extended-banner-texts .extended-banner-link:hover,
.body-banners .item .extended-banner-texts .extended-banner-link:hover,
.footer-banners .item .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-category .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-category .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-category .extended-banner-texts .extended-banner-link:hover,
.footer-banners .banner-category .extended-banner-texts .extended-banner-link:hover,
#carousel .footer-banner .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-link:hover,
.type-category .footer-banner .extended-banner-texts .extended-banner-link:hover,
.body-banners .footer-banner .extended-banner-texts .extended-banner-link:hover,
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover {
  background: transparent;
  color: #000000B2000B2 !important;
}
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
.footer-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category,
.footer-banners .banner-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.type-category .banner-category .extended-banner-texts {
  left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .type-category .banner-category .extended-banner-texts {
    left: 20px !important;
  }
}
.body-banners {
  margin-top: 70px !important;
}
@media only screen and (max-width: 992px) {
  .body-banners {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .body-banners {
    margin-top: 25px !important;
  }
}
body .middle-banners-wrapper,
body .body-banners,
body .footer-banners {
  padding: 0 0;
  background: transparent !important;
  margin-top: 0;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper,
  body .body-banners,
  body .footer-banners {
    padding: 0 1px;
  }
}
@media only screen and (max-width: 480px) {
  body .middle-banners-wrapper,
  body .body-banners,
  body .footer-banners {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
body .middle-banners-wrapper .container,
body .body-banners .container,
body .footer-banners .container {
  margin: 0 auto;
}
body .middle-banners-wrapper .banner-wrapper,
body .body-banners .banner-wrapper,
body .footer-banners .banner-wrapper,
body .middle-banners-wrapper .footer-banner,
body .body-banners .footer-banner,
body .footer-banners .footer-banner {
  border-radius: 0px;
  overflow: hidden;
  background: #EEEEEE;
  padding: 0;
}
body .middle-banners-wrapper .banner-wrapper a,
body .body-banners .banner-wrapper a,
body .footer-banners .banner-wrapper a,
body .middle-banners-wrapper .footer-banner a,
body .body-banners .footer-banner a,
body .footer-banners .footer-banner a {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper a,
  body .body-banners .banner-wrapper a,
  body .footer-banners .banner-wrapper a,
  body .middle-banners-wrapper .footer-banner a,
  body .body-banners .footer-banner a,
  body .footer-banners .footer-banner a {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
body .middle-banners-wrapper .banner-wrapper a img,
body .body-banners .banner-wrapper a img,
body .footer-banners .banner-wrapper a img,
body .middle-banners-wrapper .footer-banner a img,
body .body-banners .footer-banner a img,
body .footer-banners .footer-banner a img {
  width: 50% !important;
  float: none;
  border-radius: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper a img,
  body .body-banners .banner-wrapper a img,
  body .footer-banners .banner-wrapper a img,
  body .middle-banners-wrapper .footer-banner a img,
  body .body-banners .footer-banner a img,
  body .footer-banners .footer-banner a img {
    width: 100% !important;
    height: auto;
    -ms-flex-order: 2;
        order: 2;
  }
}
body .middle-banners-wrapper .banner-wrapper a:hover img,
body .body-banners .banner-wrapper a:hover img,
body .footer-banners .banner-wrapper a:hover img,
body .middle-banners-wrapper .footer-banner a:hover img,
body .body-banners .footer-banner a:hover img,
body .footer-banners .footer-banner a:hover img {
  transform: none !important;
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
body .body-banners .banner-wrapper .extended-banner-texts,
body .footer-banners .banner-wrapper .extended-banner-texts,
body .middle-banners-wrapper .footer-banner .extended-banner-texts,
body .body-banners .footer-banner .extended-banner-texts,
body .footer-banners .footer-banner .extended-banner-texts {
  background: transparent !important;
  padding: 30px;
  padding-left: 40px;
  position: relative;
  width: 50% !important;
  max-width: unset !important;
  left: 0 !important;
  -ms-flex-order: -1;
      order: -1;
  transform: none;
  top: 0 !important;
  /*.extended-banner-text {
        font-size: 0.9em;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 1.8em;
        margin-top: 15px;
        max-width: 565px;
      }*/
}
@media only screen and (max-width: 1200px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  body .body-banners .banner-wrapper .extended-banner-texts,
  body .footer-banners .banner-wrapper .extended-banner-texts,
  body .middle-banners-wrapper .footer-banner .extended-banner-texts,
  body .body-banners .footer-banner .extended-banner-texts,
  body .footer-banners .footer-banner .extended-banner-texts {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  body .body-banners .banner-wrapper .extended-banner-texts,
  body .footer-banners .banner-wrapper .extended-banner-texts,
  body .middle-banners-wrapper .footer-banner .extended-banner-texts,
  body .body-banners .footer-banner .extended-banner-texts,
  body .footer-banners .footer-banner .extended-banner-texts {
    width: 100% !important;
    padding: 25px;
    -ms-flex-order: 1;
        order: 1;
    bottom: 0;
  }
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-title,
body .body-banners .footer-banner .extended-banner-texts .extended-banner-title,
body .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  font-family: "Rubik", sans-serif;
  display: inline-table;
  letter-spacing: 0;
  text-transform: none !important;
  font-size: 1.6em;
  color: #000;
  font-weight: 500 !important;
  line-height: 1.2em;
  max-width: 520px;
}
@media only screen and (max-width: 1200px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-title,
  body .body-banners .footer-banner .extended-banner-texts .extended-banner-title,
  body .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-title,
  body .body-banners .footer-banner .extended-banner-texts .extended-banner-title,
  body .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    margin-top: 5px;
    padding-bottom: 0;
    max-width: 100%;
    margin-bottom: 0px;
    width: 100%;
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-title,
  body .body-banners .footer-banner .extended-banner-texts .extended-banner-title,
  body .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.6em;
  }
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-text,
body .body-banners .footer-banner .extended-banner-texts .extended-banner-text,
body .footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
  margin-top: 20px;
  max-width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.65em;
  max-width: 505px;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
  body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
  body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-text,
  body .body-banners .footer-banner .extended-banner-texts .extended-banner-text,
  body .footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
    margin-top: 15px;
    max-width: 100%;
  }
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-link,
body .body-banners .footer-banner .extended-banner-texts .extended-banner-link,
body .footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
  height: auto;
  margin: 25px 0 0 0;
  min-width: 237px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0.6px;
  /* float: left; */
  padding: 12px 20px 11px 20px;
  color: #000 !important;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  line-height: 1em;
  display: -ms-flexbox;
  display: inline-block;
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-link:hover,
body .body-banners .footer-banner .extended-banner-texts .extended-banner-link:hover,
body .footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover {
  background: #BFD000;
  color: #000 !important;
}
@media only screen and (max-width: 1200px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
  body .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
  body .middle-banners-wrapper .footer-banner .extended-banner-texts .extended-banner-link,
  body .body-banners .footer-banner .extended-banner-texts .extended-banner-link,
  body .footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper,
  body .body-banners .banner-wrapper,
  body .footer-banners .banner-wrapper,
  body .middle-banners-wrapper .footer-banner,
  body .body-banners .footer-banner,
  body .footer-banners .footer-banner {
    margin-top: 0;
  }
}
body .middle-banners-wrapper .banner-wrapper > span,
body .body-banners .banner-wrapper > span,
body .footer-banners .banner-wrapper > span,
body .middle-banners-wrapper .footer-banner > span,
body .body-banners .footer-banner > span,
body .footer-banners .footer-banner > span {
  display: block;
  width: 100%;
}
body .middle-banners-wrapper .banner-wrapper .slick-slider,
body .body-banners .banner-wrapper .slick-slider,
body .footer-banners .banner-wrapper .slick-slider,
body .middle-banners-wrapper .footer-banner .slick-slider,
body .body-banners .footer-banner .slick-slider,
body .footer-banners .footer-banner .slick-slider {
  width: 100% !important;
}
body .middle-banners-wrapper .banner-wrapper .slick-arrow,
body .body-banners .banner-wrapper .slick-arrow,
body .footer-banners .banner-wrapper .slick-arrow,
body .middle-banners-wrapper .footer-banner .slick-arrow,
body .body-banners .footer-banner .slick-arrow,
body .footer-banners .footer-banner .slick-arrow {
  left: 10px;
  right: unset;
}
body .middle-banners-wrapper .banner-wrapper .slick-arrow.slick-next,
body .body-banners .banner-wrapper .slick-arrow.slick-next,
body .footer-banners .banner-wrapper .slick-arrow.slick-next,
body .middle-banners-wrapper .footer-banner .slick-arrow.slick-next,
body .body-banners .footer-banner .slick-arrow.slick-next,
body .footer-banners .footer-banner .slick-arrow.slick-next {
  right: 10px;
  left: unset;
}
body .middle-banners-wrapper .banner-wrapper .button,
body .body-banners .banner-wrapper .button,
body .footer-banners .banner-wrapper .button,
body .middle-banners-wrapper .footer-banner .button,
body .body-banners .footer-banner .button,
body .footer-banners .footer-banner .button {
  height: auto;
  position: relative;
  width: auto;
  font-size: 0.9em;
  font-weight: 400;
  color: #000000B2000B2;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 40px;
  border: 1px solid #727512;
  border-radius: 3px;
  padding: 12px 20px 9px 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
body .middle-banners-wrapper .banner-wrapper .button:hover,
body .body-banners .banner-wrapper .button:hover,
body .footer-banners .banner-wrapper .button:hover,
body .middle-banners-wrapper .footer-banner .button:hover,
body .body-banners .footer-banner .button:hover,
body .footer-banners .footer-banner .button:hover {
  background: #BFD000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .button,
  body .body-banners .banner-wrapper .button,
  body .footer-banners .banner-wrapper .button,
  body .middle-banners-wrapper .footer-banner .button,
  body .body-banners .footer-banner .button,
  body .footer-banners .footer-banner .button {
    margin-top: 20px;
  }
}
body .middle-banners-wrapper .banner-wrapper .slider,
body .body-banners .banner-wrapper .slider,
body .footer-banners .banner-wrapper .slider,
body .middle-banners-wrapper .footer-banner .slider,
body .body-banners .footer-banner .slider,
body .footer-banners .footer-banner .slider {
  padding: 0 50px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .slider,
  body .body-banners .banner-wrapper .slider,
  body .footer-banners .banner-wrapper .slider,
  body .middle-banners-wrapper .footer-banner .slider,
  body .body-banners .footer-banner .slider,
  body .footer-banners .footer-banner .slider {
    margin-top: 0;
  }
}
body .middle-banners-wrapper .banner-wrapper .item,
body .body-banners .banner-wrapper .item,
body .footer-banners .banner-wrapper .item,
body .middle-banners-wrapper .footer-banner .item,
body .body-banners .footer-banner .item,
body .footer-banners .footer-banner .item {
  line-height: 0;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 25px;
}
@media only screen and (max-width: 992px) {
  body .middle-banners-wrapper .banner-wrapper .item,
  body .body-banners .banner-wrapper .item,
  body .footer-banners .banner-wrapper .item,
  body .middle-banners-wrapper .footer-banner .item,
  body .body-banners .footer-banner .item,
  body .footer-banners .footer-banner .item {
    margin: 0 15px;
  }
}
body .middle-banners-wrapper .banner-wrapper .item iframe,
body .body-banners .banner-wrapper .item iframe,
body .footer-banners .banner-wrapper .item iframe,
body .middle-banners-wrapper .footer-banner .item iframe,
body .body-banners .footer-banner .item iframe,
body .footer-banners .footer-banner .item iframe {
  aspect-ratio: 1.77777778;
  width: 100%;
  height: auto;
}
body .middle-banners-wrapper .container,
body .body-banners .container,
body .footer-banners .container,
body .middle-banners-wrapper .col-sm-12,
body .body-banners .col-sm-12,
body .footer-banners .col-sm-12 {
  /* max-width: 100% !important;
    width: 100% !important;*/
}
body .middle-banners-wrapper .container .row,
body .body-banners .container .row,
body .footer-banners .container .row,
body .middle-banners-wrapper .col-sm-12 .row,
body .body-banners .col-sm-12 .row,
body .footer-banners .col-sm-12 .row {
  margin: 0;
}
body .middle-banners-wrapper .container .row > div,
body .body-banners .container .row > div,
body .footer-banners .container .row > div,
body .middle-banners-wrapper .col-sm-12 .row > div,
body .body-banners .col-sm-12 .row > div,
body .footer-banners .col-sm-12 .row > div {
  padding: 0;
}
body .footer-banners {
  margin: 80px 0 70px 0;
}
@media only screen and (max-width: 767px) {
  body .footer-banners {
    margin: 30px 0 40px 0 !important;
  }
  body .footer-banners .footer-banner {
    padding: 0 !important;
  }
}
.header-top-msg {
  text-align: center;
  padding: 7px 15px;
  background: #393839;
  color: #fff;
  height: 36px;
}
@media only screen and (max-width: 480px) {
  .header-top-msg {
    font-size: 0.85em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1.2em;
  }
}
.header-top-msg p {
  margin: 0;
}
.header-top-msg p a {
  color: #fff;
  text-decoration: underline;
}
.header-top-msg p a:hover {
  text-decoration: none;
}
.header-top-msg h1 {
  display: none;
}
.site-msg.information {
  background: #1C203C;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #fff;
  box-shadow: none;
  font-size: 1em;
  padding: 4px 0;
  height: 44px;
  top: 0px;
  opacity: 1;
  letter-spacing: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.site-msg.information .text {
  font-weight: 300;
  letter-spacing: 0.8px;
  font-size: 13px;
  padding-right: 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .site-msg.information .text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.site-msg.information .text strong {
  font-weight: 500;
}
.site-msg.information .close {
  margin-top: -9px;
  display: none;
}
.site-msg.information .close:before,
.site-msg.information .close:after {
  /* display: none;*/
  color: #fff !important;
}
@media (max-width: 1600px) {
  .site-msg.information .close {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .site-msg.information .close {
    right: 10px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .site-msg.information {
    font-size: 12px;
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.3em;
    height: auto;
    margin-bottom: 20px;
    position: fixed;
    bottom: unset;
    left: 0;
    top: 0px;
    width: 100%;
    min-height: 53px;
  }
}
@media only screen and (max-width: 767px) {
  html.scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name {
    top: -10px !important;
  }
  .scrolled-down .site-msg.information {
    top: -50px;
  }
}
.type-page,
.type-posts-listing,
.type-post {
  /*main > .content-inner:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: -1;
  }*/
}
.type-page h2,
.type-posts-listing h2,
.type-post h2 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 1.7em;
}
@media only screen and (max-width: 767px) {
  .type-page h2,
  .type-posts-listing h2,
  .type-post h2 {
    font-size: 1.4em;
  }
}
.type-page h1,
.type-posts-listing h1,
.type-post h1 {
  text-align: left !important;
  font-size: 2em !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  margin-top: 0px !important;
  position: relative;
  padding-bottom: 5px !important;
  margin-bottom: 25px !important;
  color: #000 !important;
  /*&:before {
      height: 100%;
      width: 100vw !important;
      border-radius: 0;
      position: absolute;
      left: 50%;
      z-index: -1;
      content: '';
      transform: translateX(-50%);
      top: 0;
      background-color: #FAFAFA;

      @media (max-width: 1600px) {
        width: 100vw !important;
        border-radius: 0;
      }

      @media @tablet-port {
        display: none;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .type-page h1,
  .type-posts-listing h1,
  .type-post h1 {
    padding-top: 17px;
    font-size: 1.7em !important;
  }
}
.type-page main,
.type-posts-listing main,
.type-post main {
  padding-bottom: 40px;
}
.type-page main h2,
.type-posts-listing main h2,
.type-post main h2 {
  font-weight: 700;
  color: #383C43;
}
.type-page h1,
.type-posts-listing h1,
.type-post h1,
.type-page h2,
.type-posts-listing h2,
.type-post h2,
.type-page h3,
.type-posts-listing h3,
.type-post h3,
.type-page h4,
.type-posts-listing h4,
.type-post h4 {
  font-weight: 400;
}
.type-page h1 strong,
.type-posts-listing h1 strong,
.type-post h1 strong,
.type-page h2 strong,
.type-posts-listing h2 strong,
.type-post h2 strong,
.type-page h3 strong,
.type-posts-listing h3 strong,
.type-post h3 strong,
.type-page h4 strong,
.type-posts-listing h4 strong,
.type-post h4 strong {
  font-weight: 400;
}
.type-page blockquote,
.type-posts-listing blockquote,
.type-post blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.type-page main > .content-inner,
.type-posts-listing main > .content-inner,
.type-post main > .content-inner {
  /*background: #fff;*/
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0;
  }
}
.popup-widget.cart-widget {
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .popup-widget.cart-widget {
    border-radius: 0;
  }
}
.popup-widget.cart-widget .cart-widget-button {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  background: #f2f2f2;
  border-radius: 0 0 10px 10px;
  padding-top: 60px;
  overflow: hidden;
}
.popup-widget.cart-widget .cart-widget-button #continue-order-button {
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  font-size: 1em;
  background: #BFD000;
  border: none;
  text-transform: none;
  color: #000;
}
.popup-widget.cart-widget .cart-widget-button #continue-order-button:hover {
  background: #9caa00;
}
.popup-widget.cart-widget .cart-widget-product-name a {
  color: #000;
}
.popup-widget.cart-widget .cart-free-shipping:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  width: var(--bar-percentage);
  height: 5px;
  z-index: 2;
  background-color: #12A19A;
  transition: width 400ms ease-out;
}
.popup-widget.cart-widget .cart-free-shipping {
  font-size: 13.5px;
  color: #000000B2000B2;
  /* background: #f2f2f2;
     position: relative;
     padding-top: 5px;*/
}
.popup-widget.cart-widget .cart-free-shipping strong {
  color: #000000B2000B2;
}
.popup-widget.cart-widget .cart-widget-products {
  overflow: auto;
}
.popup-widget.cart-widget .cart-widget-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 45px;
  border-bottom-color: #efefef;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-image {
  margin-right: 15px;
  width: 54px;
  height: 54px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount {
  position: absolute;
  left: 76px;
  bottom: 10px;
  z-index: 1;
  padding: 0;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity {
  padding: 0;
  width: 70px;
  height: 28px;
  margin: 0;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
  border: none;
  background: transparent;
  overflow: hidden;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase {
  position: absolute;
  right: 1px;
  left: inherit;
  top: 3px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:before {
  margin-top: 0;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/plus.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:hover {
  background: #ccc;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:hover:before {
  opacity: 1 !important;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease {
  position: absolute;
  left: 2px;
  right: inherit;
  width: 22px;
  top: 3px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:before {
  margin-top: 0;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/furnituro/img/minus.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:hover {
  background: #ccc;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity input {
  width: 70px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  color: #000000B2000B2;
  font-size: 1.2em;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-unit {
  display: none;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-name {
  width: calc(100% - 87px);
  padding-bottom: 30px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-name span[data-testid="cartWidgetProductPrice"] {
  display: block;
  min-height: 30px;
  text-align: right;
  padding-top: 6px;
  position: absolute;
  left: 160px;
  font-weight: 400;
  color: #000;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  height: 30px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button {
  opacity: 0.5;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/furnituro/img/trash.svg?v3);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button:hover {
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product[data-testid="cartTitle"] {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1.2em;
  margin: 0;
  color: #000000B2;
  padding: 30px;
}
.popup-widget.cart-widget .cart-widget-product[data-testid="cartTitle"]:before {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  content: '';
  margin-bottom: 20px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/furnituro/img/cart.svg?v8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px;
  opacity: 0.3;
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1 {
  font-weight: 500;
  color: #000;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Rubik", sans-serif !important;
  font-size: 2.3em;
  font-weight: 700;
  /* &:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @green;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .category-title,
  .type-detail h2.products-related-header,
  .type-page h1 {
    font-size: 1.8em;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title {
  max-width: 100%;
  text-align: center;
  width: 100%;
  padding: 65px 45px 20px 45px;
  text-transform: none;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0px;
  color: #000;
  font-family: "Rubik", sans-serif !important;
  position: relative;
  z-index: 1;
  /*&:before {
    width: 100vw;
    height: 100%;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #FAFAFA;
    bottom: 0;
    z-index: -1;
  }*/
}
@media only screen and (max-width: 480px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    padding: 45px 45px 10px 45px;
  }
}
.type-index .products-block {
  position: relative;
  /*&:before {
      width: 100vw;
      height: 100%;
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #FAFAFA;
      bottom: 0;
    }*/
}
.table-section {
  text-align: center;
  margin: 70px 0;
}
@media only screen and (max-width: 480px) {
  .table-section {
    margin: 60px 0 20px 0;
  }
}
.table-section h2 {
  font-size: 2em;
  color: #000000B2;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.table-section p {
  color: #000000B2;
  max-width: 930px;
  margin: 0 auto;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.table-section table,
.type-detail .basic-description table {
  width: 100% !important;
  max-width: 1070px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  margin: 45px auto 0 auto;
  border: 30px solid #fff;
  overflow: hidden;
  color: #000000B2;
}
@media only screen and (max-width: 480px) {
  .table-section table,
  .type-detail .basic-description table {
    border: 10px solid #fff;
  }
}
.table-section table th,
.type-detail .basic-description table th,
.table-section table td,
.type-detail .basic-description table td {
  border: none !important;
}
.table-section table thead th,
.type-detail .basic-description table thead th {
  font-size: 1.3em;
  font-weight: 400;
  color: #000000B2;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
  text-align: center;
}
.table-section table thead th img,
.type-detail .basic-description table thead th img {
  margin-right: 25px;
}
@media only screen and (max-width: 992px) {
  .table-section table thead th img,
  .type-detail .basic-description table thead th img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .table-section table thead th,
  .type-detail .basic-description table thead th {
    font-size: 1.2em;
    vertical-align: bottom;
  }
  .table-section table thead th span,
  .type-detail .basic-description table thead th span {
    display: block;
    max-width: 110px;
    margin: 5px auto 0 auto;
  }
}
.table-section table tbody tr td,
.type-detail .basic-description table tbody tr td {
  padding: 20px 0;
}
@media only screen and (max-width: 480px) {
  .table-section table tbody tr td,
  .type-detail .basic-description table tbody tr td {
    padding: 15px 0;
  }
}
.table-section table tbody tr td:first-child,
.type-detail .basic-description table tbody tr td:first-child {
  text-align: left;
  padding-left: 20px;
  font-weight: 600;
  font-size: 1.1em;
}
@media only screen and (max-width: 480px) {
  .table-section table tbody tr td:first-child,
  .type-detail .basic-description table tbody tr td:first-child {
    padding-left: 5px;
    min-width: 120px;
  }
}
.table-section table tbody tr td:nth-child(2),
.type-detail .basic-description table tbody tr td:nth-child(2) {
  width: 100% !important;
  max-width: 320px;
  background: #edfaed !important;
  display: inline-block;
}
.table-section table tbody tr:first-child td:nth-child(2),
.type-detail .basic-description table tbody tr:first-child td:nth-child(2) {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.table-section table tbody tr:last-child td:nth-child(2),
.type-detail .basic-description table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.fav-categories {
  padding-bottom: 40px;
  position: relative;
  /*&:after {
    width: 100vw;
    height: 1px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.08);
    bottom: 0;
  }*/
}
@media only screen and (max-width: 480px) {
  .fav-categories {
    padding-bottom: 0;
  }
}
.fav-categories .pagination-wrapper {
  display: none;
}
.fav-categories .slick-list {
  width: 100%;
}
.fav-categories .slick-arrow {
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 200px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 32px;
  height: 32px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/slider-right.svg?v4);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 30px;
}
.fav-categories .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.fav-categories .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 0.21);
  opacity: 1;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .fav-categories .slick-arrow {
    margin-left: 150px;
    top: -63px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .slick-arrow {
    margin-left: 135px;
  }
}
.fav-categories.carousel + .browse-p {
  display: none !important;
}
.fav-categories .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -200px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/compik/img/slider-left.svg?v3);
  background-size: 18px;
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
@media only screen and (max-width: 767px) {
  .fav-categories .slick-prev {
    margin-left: -150px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .slick-prev {
    margin-left: -135px;
  }
}
.fav-categories .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
}
.fav-categories .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.fav-categories h1 {
  max-width: 350px;
  text-align: center;
  width: 100%;
  padding: 0 45px;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 auto;
  color: #000000B2;
  padding: 80px 45px 34px 45px;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .fav-categories h1 {
    max-width: inherit;
    margin: 0 auto !important;
    padding: 40px 0 20px 0;
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}
.fav-categories .news-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}
.fav-categories .news-wrapper .news-item {
  width: calc(25% - 40px);
  margin: 0 20px 20px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item {
    width: calc(33.333% - 30px);
    margin: 0 15px 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item {
    padding-bottom: 0px;
    margin-bottom: 15px;
    width: calc(50% - 30px);
  }
}
.fav-categories .news-wrapper .news-item .image {
  width: 100%;
  position: relative;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item .image {
    margin-bottom: 7px;
  }
}
.fav-categories .news-wrapper .news-item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.fav-categories .news-wrapper .news-item .image .overlay .button {
  padding: 9px 20px 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.fav-categories .news-wrapper .news-item .image .overlay .button:hover {
  background: #fff;
  color: #000000B2;
}
.fav-categories .news-wrapper .news-item .image img {
  transition: 0.3s;
  transform: scale(1);
  transform-origin: center;
}
.fav-categories .news-wrapper .news-item:hover .image .overlay {
  opacity: 1;
}
.fav-categories .news-wrapper .news-item:hover .image img {
  transform: scale(1.02);
}
.fav-categories .news-wrapper .news-item .text .title {
  text-align: center;
  width: 100%;
  color: #000000B2;
  text-transform: none;
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item .text .title {
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item .text .title {
    margin-top: 0;
  }
}
.fav-categories .news-wrapper .news-item .text .title:hover {
  text-decoration: underline;
  color: #FF6600;
}
.fav-categories .news-wrapper .news-item .text .description {
  display: none;
}
.fav-categories .news-wrapper .news-item .text time {
  display: none;
}
.type-posts-listing h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: #000000B2;
  margin-top: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .type-posts-listing h1 {
    font-size: 1.8em;
  }
}
.type-posts-listing .news-wrapper {
  margin: 0 -15px;
  width: calc(100% + 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .type-posts-listing .news-wrapper {
    width: calc(100% + 20px);
  }
}
.type-posts-listing .news-wrapper .news-item {
  background: #fff;
  margin: 0 15px 40px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(33.333% - 30px);
  /*&:first-child {
        @media @tablet-min {
          width: calc(~'100% - 20px');
          margin-bottom: 40px;
          flex-direction: row;
          align-items: center;

          .image {
            width: 50%;
          }
        }
      }*/
}
@media only screen and (max-width: 992px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item {
    padding-bottom: 0;
  }
}
.type-posts-listing .news-wrapper .news-item .image {
  width: 100%;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.type-posts-listing .news-wrapper .news-item .image img {
  width: 100%;
  height: auto;
}
.type-posts-listing .news-wrapper .news-item .text {
  padding: 20px 0;
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item .text {
    padding: 15px 0;
  }
}
.type-posts-listing .news-wrapper .news-item .text .title {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: #000;
}
.type-posts-listing .news-wrapper .news-item .text time {
  color: #000000B2;
  font-size: 0.85em;
  background: #F3F3F3;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 500;
  display: none;
}
.type-posts-listing .news-wrapper .news-item .text .description {
  color: #141414;
}
.type-posts-listing .news-wrapper .news-item .text .description .button {
  width: 197px;
  display: inline-block;
  text-align: center;
  background: #000000B2;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  text-transform: uppercase;
}
.type-posts-listing .news-wrapper .news-item .text .description .button:hover {
  background: #333;
}
.type-posts-listing .news-wrapper .news-item .text .button {
  height: auto;
  position: relative;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  color: #000000b2;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 20px;
  border: 1px solid #727512;
  border-radius: 3px;
  padding: 12px 20px 9px;
  transition: .3s;
}
.type-posts-listing .news-wrapper .news-item .text .button:hover {
  background: #727512;
  color: #fff !important;
}
.type-post time {
  color: #000000B2;
  font-size: 0.85em;
  background: #F3F3F3;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 500;
}
.type-post .text {
  color: #000;
  line-height: 1.8em;
}
.type-page h1 {
  text-align: left;
}
.category-title {
  margin-top: 0;
}
.ordering-process .cart-inner .row {
  margin: 0 !important;
}
.middle-banners-wrapper .container:not(.wide) {
  max-width: 100%;
}
.middle-banners-wrapper .banner-wrapper .extended-banner-texts {
  max-width: 450px;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  border-color: #000000B2;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 2px;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/checkbox-checked.svg) no-repeat center !important;
  background-size: 16px;
  background-color: transparent !important;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  border-color: #000000B2;
  background: #000000B2;
}
.head-banner.rc-header-top-image-bottom {
  position: relative;
  border-top: 30px solid #fff;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom {
    margin-top: -25px;
  }
}
.head-banner.rc-header-top-image-bottom .rc-gallery__image-title {
  display: none;
}
.head-banner.rc-header-top-image-bottom h1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 40px 50px !important;
  font-size: 3em !important;
  background: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom h1 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 25px 30px !important;
    font-size: 2.2em !important;
    background: #fff;
    margin: 0;
    max-width: calc(100% - 40px);
  }
}
.head-banner.rc-header-top-image-bottom h1:before {
  display: none;
}
@media (min-width: 992px) {
  body.admin-logged #header,
  body.admin-logged.sticky-mobile:not(.ordering-process) #header,
  body.admin-logged .top-navigation-bar {
    top: 0px!important;
  }
}
@media screen and (max-width: 767px) {
  .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #dkLabFavHeaderWrapper {
    transform: none;
    top: -47px;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .languagesMenu {
    right: 162px !important;
    /* position: absolute; */
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .languagesMenu .caret {
    display: block !important;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .languagesMenu.open .languagesMenu__content {
    display: -ms-flexbox !important;
    display: flex !important;
    right: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 60px;
  }
}
@media (max-width: 992px) {
  .popup-widget.cart-widget {
    z-index: 100000011;
  }
}
html[lang="de"] .blog-section,
html[lang="pl"] .blog-section,
html[lang="hu"] .blog-section,
html[lang="ro"] .blog-section,
html[lang="en"] .blog-section {
  display: none !important;
}
.welcome-benefits .news-wrapper,
.welcome-benefits .benefits-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.welcome-benefits .news-wrapper .news-item,
.welcome-benefits .benefits-wrapper .news-item,
.welcome-benefits .news-wrapper .benefit-item,
.welcome-benefits .benefits-wrapper .benefit-item {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
  padding: 20px 20px 15px 20px;
  background: #F6F7F9;
  border: 1px solid #EAEAEB;
  border-radius: 3px;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .welcome-benefits .news-wrapper .news-item,
  .welcome-benefits .benefits-wrapper .news-item,
  .welcome-benefits .news-wrapper .benefit-item,
  .welcome-benefits .benefits-wrapper .benefit-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .welcome-benefits .news-wrapper .news-item,
  .welcome-benefits .benefits-wrapper .news-item,
  .welcome-benefits .news-wrapper .benefit-item,
  .welcome-benefits .benefits-wrapper .benefit-item {
    padding: 15px 15px 12px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .welcome-benefits .news-wrapper .news-item,
  .welcome-benefits .benefits-wrapper .news-item,
  .welcome-benefits .news-wrapper .benefit-item,
  .welcome-benefits .benefits-wrapper .benefit-item {
    margin: 0 0px 10px 0px;
    width: 100%;
  }
}
.welcome-benefits .news-wrapper .news-item:hover,
.welcome-benefits .benefits-wrapper .news-item:hover,
.welcome-benefits .news-wrapper .benefit-item:hover,
.welcome-benefits .benefits-wrapper .benefit-item:hover {
  border-color: #BFD000;
}
.welcome-benefits .news-wrapper .news-item .title,
.welcome-benefits .benefits-wrapper .news-item .title,
.welcome-benefits .news-wrapper .benefit-item .title,
.welcome-benefits .benefits-wrapper .benefit-item .title {
  text-transform: uppercase;
  color: #000000B2;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
  .welcome-benefits .news-wrapper .news-item .title,
  .welcome-benefits .benefits-wrapper .news-item .title,
  .welcome-benefits .news-wrapper .benefit-item .title,
  .welcome-benefits .benefits-wrapper .benefit-item .title {
    margin-bottom: 3px;
  }
}
.welcome-benefits .news-wrapper .news-item .description,
.welcome-benefits .benefits-wrapper .news-item .description,
.welcome-benefits .news-wrapper .benefit-item .description,
.welcome-benefits .benefits-wrapper .benefit-item .description {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.4em;
  color: #000000B2;
}
.welcome-benefits .news-wrapper .news-item .image,
.welcome-benefits .benefits-wrapper .news-item .image,
.welcome-benefits .news-wrapper .benefit-item .image,
.welcome-benefits .benefits-wrapper .benefit-item .image {
  width: 40px;
  margin-right: 15px;
  min-width: 40px;
}
@media only screen and (max-width: 767px) {
  .welcome-benefits .news-wrapper .news-item .image,
  .welcome-benefits .benefits-wrapper .news-item .image,
  .welcome-benefits .news-wrapper .benefit-item .image,
  .welcome-benefits .benefits-wrapper .benefit-item .image {
    margin-right: 15px;
  }
}
.welcome-benefits .news-wrapper .news-item .image img,
.welcome-benefits .benefits-wrapper .news-item .image img,
.welcome-benefits .news-wrapper .benefit-item .image img,
.welcome-benefits .benefits-wrapper .benefit-item .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.welcome-benefits .benefits-wrapper {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.type-page.id-712,
.type-page.id-844 {
  margin: 0;
  padding: 0;
  z-index: unset;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 main,
  .type-page.id-844 main {
    padding-bottom: 0;
  }
}
.type-page.id-712 h1,
.type-page.id-844 h1 {
  display: none;
}
.type-page.id-712 .instagram-line,
.type-page.id-844 .instagram-line {
  display: none;
}
@media only screen and (max-width: 992px) {
  .type-page.id-712 .container,
  .type-page.id-844 .container {
    padding: 0 15px !important;
  }
}
.type-page.id-712 h4.homepage-group-title,
.type-page.id-844 h4.homepage-group-title,
.type-page.id-712 .h4.homepage-group-title,
.type-page.id-844 .h4.homepage-group-title {
  font-size: 1.5em !important;
}
.type-page.id-712 .faq,
.type-page.id-844 .faq {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .faq,
  .type-page.id-844 .faq {
    margin-bottom: 50px;
  }
}
.type-page.id-712 .faq > p,
.type-page.id-844 .faq > p {
  text-align: center;
}
.type-page.id-712 .faq .faq-item,
.type-page.id-844 .faq .faq-item {
  background: #F6F7F9;
  margin-bottom: 10px;
  border: 1px solid #EAEAEB;
  padding: 0 40px;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .type-page.id-712 .faq .faq-item,
  .type-page.id-844 .faq .faq-item {
    padding: 0 20px;
  }
}
.type-page.id-712 .faq .faq-item h4,
.type-page.id-844 .faq .faq-item h4 {
  font-size: 1.1em;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 0;
  padding: 19px 0 16px 0;
  font-family: 'Rubik', sans-serif !important;
}
.type-page.id-712 .faq .faq-item h4:hover,
.type-page.id-844 .faq .faq-item h4:hover {
  text-decoration: underline;
}
.type-page.id-712 .faq .faq-item h4 + div,
.type-page.id-844 .faq .faq-item h4 + div {
  border-top: 1px solid #D9D9D9;
  padding-top: 18px;
  line-height: 1.7em;
  letter-spacing: 0.6px;
  display: none;
}
.type-page.id-712 .faq .faq-item.show h4 + div,
.type-page.id-844 .faq .faq-item.show h4 + div {
  display: block;
}
.type-page.id-712 .bottom-contacts,
.type-page.id-844 .bottom-contacts {
  background: #fff;
  max-width: 400px;
  margin: 0 0 0 auto;
  padding: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .bottom-contacts,
  .type-page.id-844 .bottom-contacts {
    margin-top: 40px;
    margin-left: 0;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100%;
  }
}
.type-page.id-712 .bottom-contacts a,
.type-page.id-844 .bottom-contacts a {
  font-size: 18px;
  text-decoration: none;
  margin: 0 20px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .bottom-contacts a,
  .type-page.id-844 .bottom-contacts a {
    margin: 7px 0;
    display: block;
  }
}
.type-page.id-712 .bottom-contacts a:first-child,
.type-page.id-844 .bottom-contacts a:first-child {
  margin-bottom: 5px;
  margin-top: 5px;
}
.type-page.id-712 .bottom-contacts a:hover,
.type-page.id-844 .bottom-contacts a:hover {
  color: #BFD000;
}
.type-page.id-712 #formContact + p + .h4,
.type-page.id-844 #formContact + p + .h4 {
  margin-bottom: 40px !important;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 #formContact + p + .h4,
  .type-page.id-844 #formContact + p + .h4 {
    margin-bottom: 25px !important;
  }
}
.type-page.id-712 #formContact textarea,
.type-page.id-844 #formContact textarea {
  border-radius: 3px;
}
.type-page.id-712 #formContact .submit-wrapper .btn,
.type-page.id-844 #formContact .submit-wrapper .btn {
  letter-spacing: 1px;
  background: transparent;
  border: 1px solid #727512;
  border-radius: 3px;
  padding: 14px 20px 13px 20px;
  min-width: inherit;
  font-weight: 400;
  color: #000000B2 !important;
  margin-top: 15px;
  font-size: 1em;
  text-transform: none;
  min-width: 150px;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .type-page.id-712 #formContact .submit-wrapper .btn,
  .type-page.id-844 #formContact .submit-wrapper .btn {
    width: 100%;
  }
}
.type-page.id-712 #formContact .submit-wrapper .btn:hover,
.type-page.id-844 #formContact .submit-wrapper .btn:hover {
  background: #BFD000;
  color: #fff !important;
}
.type-page.id-712 .video + .h4,
.type-page.id-844 .video + .h4 {
  margin-bottom: 10px !important;
  margin-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .video + .h4,
  .type-page.id-844 .video + .h4 {
    margin-bottom: 0 !important;
  }
}
.type-page.id-712 .main-banner + .h4,
.type-page.id-844 .main-banner + .h4 {
  margin-bottom: 30px !important;
  padding-bottom: 5px;
}
.type-page.id-712 .main-banner,
.type-page.id-844 .main-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .type-page.id-712 .main-banner,
  .type-page.id-844 .main-banner {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .main-banner,
  .type-page.id-844 .main-banner {
    margin-top: 15px;
  }
}
.type-page.id-712 .main-banner > img,
.type-page.id-844 .main-banner > img {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .main-banner > img,
  .type-page.id-844 .main-banner > img {
    width: 100%;
    -ms-flex-order: -1;
        order: -1;
    margin-bottom: 25px;
  }
}
.type-page.id-712 .main-banner .text,
.type-page.id-844 .main-banner .text {
  position: relative;
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .main-banner .text,
  .type-page.id-844 .main-banner .text {
    width: 100%;
  }
}
.type-page.id-712 .main-banner .text .title,
.type-page.id-844 .main-banner .text .title {
  text-transform: uppercase;
  font-size: 2.6em;
  letter-spacing: 1.5px;
  line-height: 1.2em;
  margin-bottom: 25px;
  color: #BFD000;
}
@media only screen and (max-width: 1200px) {
  .type-page.id-712 .main-banner .text .title,
  .type-page.id-844 .main-banner .text .title {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 992px) {
  .type-page.id-712 .main-banner .text .title,
  .type-page.id-844 .main-banner .text .title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .type-page.id-712 .main-banner .text .title,
  .type-page.id-844 .main-banner .text .title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
}
.type-page.id-712 .main-banner .text .description,
.type-page.id-844 .main-banner .text .description {
  line-height: 1.6em;
  letter-spacing: 0.5px;
  color: #000000B2;
  font-size: 15px;
  text-align: justify;
}
.type-page.id-712 .main-banner .text .button,
.type-page.id-844 .main-banner .text .button {
  letter-spacing: 1px;
  background: transparent;
  border: 1px solid #727512;
  border-radius: 3px;
  padding: 14px 20px 13px 20px;
  min-width: inherit;
  font-weight: 400;
  color: #000000B2 !important;
  margin-top: 25px;
  font-size: 1em;
  text-transform: none;
  min-width: 150px;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .type-page.id-712 .main-banner .text .button,
  .type-page.id-844 .main-banner .text .button {
    margin-top: 15px;
  }
}
.type-page.id-712 .main-banner .text .button:hover,
.type-page.id-844 .main-banner .text .button:hover {
  background: #BFD000;
  color: #fff !important;
}
.type-page.id-712 .hotels-tiles,
.type-page.id-844 .hotels-tiles {
  width: calc(100% + 20px);
  margin: 0 -10px;
  position: relative;
}
@media (max-width: 1460px) {
  .type-page.id-712 .hotels-tiles,
  .type-page.id-844 .hotels-tiles {
    padding: 0 55px;
  }
}
.type-page.id-712 .hotels-tiles .slick-slide,
.type-page.id-844 .hotels-tiles .slick-slide {
  margin: 0 10px;
  position: relative;
}
.type-page.id-712 .hotels-tiles .slick-slide > a,
.type-page.id-844 .hotels-tiles .slick-slide > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.type-page.id-712 .hotels-tiles .slick-slide:hover .title,
.type-page.id-844 .hotels-tiles .slick-slide:hover .title {
  text-decoration: underline;
}
.type-page.id-712 .hotels-tiles .image,
.type-page.id-844 .hotels-tiles .image {
  width: 100%;
  height: 205px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.type-page.id-712 .hotels-tiles .image img,
.type-page.id-844 .hotels-tiles .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 155px;
  filter: grayscale(1);
}
.type-page.id-712 .hotels-tiles .title,
.type-page.id-844 .hotels-tiles .title {
  text-align: center;
  padding: 12px 10px 0 10px;
  display: none;
}
.type-page.id-712 .hotels-tiles .slick-arrow,
.type-page.id-844 .hotels-tiles .slick-arrow {
  z-index: 1;
}
.type-page.id-712 .hotels-tiles .slick-arrow.slick-prev,
.type-page.id-844 .hotels-tiles .slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 1460px) {
  .type-page.id-712 .hotels-tiles .slick-arrow.slick-prev,
  .type-page.id-844 .hotels-tiles .slick-arrow.slick-prev {
    left: 10px;
  }
}
.type-page.id-712 .hotels-tiles .slick-arrow.slick-next,
.type-page.id-844 .hotels-tiles .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1460px) {
  .type-page.id-712 .hotels-tiles .slick-arrow.slick-next,
  .type-page.id-844 .hotels-tiles .slick-arrow.slick-next {
    right: 10px;
  }
}
.type-page.id-712 .h4.homepage-group-title + .welcome-benefits .benefits-wrapper,
.type-page.id-844 .h4.homepage-group-title + .welcome-benefits .benefits-wrapper {
  margin-top: 0;
}
.type-page.id-712 .case-study-load + .h4.homepage-group-title,
.type-page.id-844 .case-study-load + .h4.homepage-group-title {
  margin-bottom: 15px !important;
}
.type-page.id-712 .benefits-wrapper,
.type-page.id-844 .benefits-wrapper {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .benefits-wrapper,
  .type-page.id-844 .benefits-wrapper {
    margin: 40px 0 0 0;
    width: 100%;
  }
}
.type-page.id-712 .ratings-list,
.type-page.id-844 .ratings-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.type-page.id-712 .ratings-list .ratings-item,
.type-page.id-844 .ratings-list .ratings-item {
  width: calc(33.333% - 40px);
  margin: 0 20px;
  text-align: center;
}
.type-page.id-712 .ratings-list .ratings-item .image,
.type-page.id-844 .ratings-list .ratings-item .image {
  max-width: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .ratings-list .ratings-item,
  .type-page.id-844 .ratings-list .ratings-item {
    width: 100%;
    margin: 0 20px 35px 20px;
  }
}
.type-page.id-712 .ratings-list .ratings-item .title,
.type-page.id-844 .ratings-list .ratings-item .title {
  font-size: 18px;
  color: #000000B2;
  margin: 20px 0;
  line-height: 1.2em;
}
.type-page.id-712 .ratings-list .ratings-item .title span,
.type-page.id-844 .ratings-list .ratings-item .title span {
  display: block;
  font-size: 16px;
  margin-top: 7px;
}
.type-page.id-712 .ratings-list .ratings-item .description,
.type-page.id-844 .ratings-list .ratings-item .description {
  font-size: 15px;
  color: #000000;
  line-height: 1.7em;
  text-align: justify;
}
.type-page.id-712 .welcome-benefits + .h4,
.type-page.id-844 .welcome-benefits + .h4 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 480px) {
  .type-page.id-712 .welcome-benefits + .h4,
  .type-page.id-844 .welcome-benefits + .h4 {
    margin-bottom: 10px !important;
    margin-top: 15px !important;
  }
}
.type-page.id-712 .form-wrap,
.type-page.id-844 .form-wrap {
  font-size: 15px;
}
.type-page.id-712 .form-wrap .h4.homepage-group-title,
.type-page.id-844 .form-wrap .h4.homepage-group-title {
  margin-bottom: 0 !important;
}
.type-page.id-712 .form-wrap .h4.homepage-group-title + p,
.type-page.id-844 .form-wrap .h4.homepage-group-title + p {
  text-align: center;
}
.type-page.id-712 .form-wrap > p,
.type-page.id-844 .form-wrap > p {
  margin-bottom: 50px;
}
.type-page.id-712 .form-wrap .form-box,
.type-page.id-844 .form-wrap .form-box {
  margin-top: 0px;
  max-width: 393px;
}
.type-page.id-712 .form-wrap .form-box p,
.type-page.id-844 .form-wrap .form-box p {
  display: none;
}
.type-page.id-712 .form-wrap .row,
.type-page.id-844 .form-wrap .row {
  max-width: 1000px;
  position: relative;
}
@media (min-width: 1040px) {
  .type-page.id-712 .form-wrap .row,
  .type-page.id-844 .form-wrap .row {
    left: 50%;
    transform: translateX(-50%);
  }
}
.type-page.id-712 .form-wrap + .h4.homepage-group-title,
.type-page.id-844 .form-wrap + .h4.homepage-group-title {
  margin-bottom: 0 !important;
}
.type-page.id-712 .half-banners .banner-item,
.type-page.id-844 .half-banners .banner-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .half-banners .banner-item,
  .type-page.id-844 .half-banners .banner-item {
    margin-bottom: 40px;
  }
}
.type-page.id-712 .half-banners .banner-item .text,
.type-page.id-844 .half-banners .banner-item .text {
  width: 50%;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .half-banners .banner-item .text,
  .type-page.id-844 .half-banners .banner-item .text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .type-page.id-712 .half-banners .banner-item .text,
  .type-page.id-844 .half-banners .banner-item .text {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .half-banners .banner-item .text,
  .type-page.id-844 .half-banners .banner-item .text {
    padding-right: 0;
  }
}
.type-page.id-712 .half-banners .banner-item .text .title,
.type-page.id-844 .half-banners .banner-item .text .title {
  /*text-transform: uppercase;*/
  font-size: 25px;
  color: #727512;
  letter-spacing: 1px;
  margin-bottom: 25px;
  line-height: 1.2em;
  font-family: "Rubik";
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .half-banners .banner-item .text .title,
  .type-page.id-844 .half-banners .banner-item .text .title {
    margin-bottom: 15px;
  }
}
.type-page.id-712 .half-banners .banner-item .text .subtitle,
.type-page.id-844 .half-banners .banner-item .text .subtitle {
  margin-top: -22px;
  margin-bottom: 20px;
  font-size: 1.2em;
  letter-spacing: 0.3px;
  color: #000000B2;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .half-banners .banner-item .text .subtitle,
  .type-page.id-844 .half-banners .banner-item .text .subtitle {
    margin-top: -13px;
  }
}
.type-page.id-712 .half-banners .banner-item .text .description,
.type-page.id-844 .half-banners .banner-item .text .description {
  max-width: 600px;
  color: #404040;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  text-align: justify;
  font-size: 15px;
}
.type-page.id-712 .half-banners .banner-item .text .description p,
.type-page.id-844 .half-banners .banner-item .text .description p {
  color: #404040;
}
.type-page.id-712 .half-banners .banner-item .image,
.type-page.id-844 .half-banners .banner-item .image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .half-banners .banner-item .image,
  .type-page.id-844 .half-banners .banner-item .image {
    width: 100%;
    -ms-flex-order: -1;
        order: -1;
    margin-bottom: 20px;
  }
}
.type-page.id-712 .half-banners .banner-item .image img,
.type-page.id-844 .half-banners .banner-item .image img {
  width: 100%;
  height: auto;
}
.type-page.id-712 .half-banners .banner-item:nth-child(even) .text,
.type-page.id-844 .half-banners .banner-item:nth-child(even) .text {
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  .type-page.id-712 .half-banners .banner-item:nth-child(even) .text,
  .type-page.id-844 .half-banners .banner-item:nth-child(even) .text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .half-banners .banner-item:nth-child(even) .text,
  .type-page.id-844 .half-banners .banner-item:nth-child(even) .text {
    padding-left: 0;
  }
}
.type-page.id-712 .video,
.type-page.id-844 .video {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .video,
  .type-page.id-844 .video {
    margin-top: 45px;
  }
}
.type-page.id-712 .video iframe,
.type-page.id-844 .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
}
.type-page.id-712 .video video,
.type-page.id-844 .video video {
  width: 100%;
  height: auto;
}
.type-page.id-712 .ratings-list + .h4,
.type-page.id-844 .ratings-list + .h4 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .ratings-list + .h4,
  .type-page.id-844 .ratings-list + .h4 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}
.type-page.id-712 .case-study-load h1,
.type-page.id-844 .case-study-load h1,
.type-page.id-712 .magazines-load h1,
.type-page.id-844 .magazines-load h1 {
  display: block;
  text-align: center !important;
  max-width: 100%;
  width: 100%;
  padding: 55px 45px 25px 45px;
  text-transform: uppercase;
  font-size: 22px !important;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 1.5px;
  color: #000000B2;
  font-family: "Rubik", sans-serif !important;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .type-page.id-712 .case-study-load h1,
  .type-page.id-844 .case-study-load h1,
  .type-page.id-712 .magazines-load h1,
  .type-page.id-844 .magazines-load h1 {
    padding: 0px 45px 5px 45px !important;
  }
}
.type-page.id-712 .case-study-load #newsWrapper,
.type-page.id-844 .case-study-load #newsWrapper,
.type-page.id-712 .magazines-load #newsWrapper,
.type-page.id-844 .magazines-load #newsWrapper {
  padding: 0 !important;
}
@media only screen and (max-width: 480px) {
  .type-page.id-712 .case-study-load #newsWrapper .news-item,
  .type-page.id-844 .case-study-load #newsWrapper .news-item,
  .type-page.id-712 .magazines-load #newsWrapper .news-item,
  .type-page.id-844 .magazines-load #newsWrapper .news-item {
    margin-bottom: 30px;
  }
  .type-page.id-712 .case-study-load #newsWrapper .news-item:nth-child(2),
  .type-page.id-844 .case-study-load #newsWrapper .news-item:nth-child(2),
  .type-page.id-712 .magazines-load #newsWrapper .news-item:nth-child(2),
  .type-page.id-844 .magazines-load #newsWrapper .news-item:nth-child(2) {
    margin-bottom: 0px;
  }
}
.type-page.id-712 .case-study-load #newsWrapper .news-item .text,
.type-page.id-844 .case-study-load #newsWrapper .news-item .text,
.type-page.id-712 .magazines-load #newsWrapper .news-item .text,
.type-page.id-844 .magazines-load #newsWrapper .news-item .text {
  padding-bottom: 0;
}
.type-page.id-712 .container.content-wrapper {
  max-width: 100%;
  padding: 0 !important;
}
.type-page.id-712 .container.content-wrapper .container {
  max-width: 1340px;
  padding: 0 15px !important;
}
.type-page.id-712 .h4.homepage-group-title {
  font-size: 22px !important;
}
.type-page.id-712 .case-study-load .news-wrapper .news-item .image a {
  display: block;
  text-align: center;
}
.type-page.id-712 .case-study-load .news-wrapper .news-item .image a img {
  max-height: 96px !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
  min-width: unset !important;
}
.type-page.id-712 .case-study-load .news-wrapper .news-item .text .title {
  text-align: center !important;
  font-size: 18px !important;
}
.type-page.id-712 .page-wide-banner {
  margin-bottom: 0 !important;
}
.type-page.id-712 .page-wide-banner .caption .button {
  letter-spacing: 1px;
  background: transparent;
  border: 1px solid #727512;
  border-radius: 3px;
  padding: 14px 20px 13px 20px;
  min-width: inherit;
  font-weight: 400;
  color: #000000B2 !important;
  margin-top: 25px;
  font-size: 1em;
  text-transform: none;
  min-width: 150px;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .type-page.id-712 .page-wide-banner .caption .button {
    margin-top: 15px;
  }
}
.type-page.id-712 .page-wide-banner .caption .button:hover {
  background: #BFD000;
  color: #fff !important;
}
.type-page.id-712 .page-wide-banner + .container > .h4.homepage-group-title {
  margin-bottom: 0 !important;
}
.type-page.id-712 .hotels-tiles {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.type-page.id-712 .hotels-tiles .slick-slide {
  margin: 0 25px;
}
.type-page.id-712 .hotels-tiles .slick-arrow.slick-prev {
  left: -40px;
}
@media (max-width: 1460px) {
  .type-page.id-712 .hotels-tiles .slick-arrow.slick-prev {
    left: 20px;
  }
}
.type-page.id-712 .hotels-tiles .slick-arrow.slick-next {
  right: -40px;
}
@media (max-width: 1460px) {
  .type-page.id-712 .hotels-tiles .slick-arrow.slick-next {
    right: 20px;
  }
}
.page-logos {
  padding: 0 55px;
}
.page-logos .logo {
  padding: 0 15px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.page-logos {
  margin-top: 50px;
}
.page-logos.slick-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.page-logos.slick-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.page-logos.slick-slider .logo img {
  max-height: 30px;
  max-width: 125px;
  transition: 0.3s;
}
.page-logos.slick-slider .logo:hover img {
  opacity: 0.7;
}
.type-page.id-844 .magazines-load {
  margin-top: 85px;
}
.type-page.id-844 .magazines-load h1 {
  display: none;
}
.type-page.id-844 .magazines-load .news-wrapper .news-item {
  display: -ms-flexbox !important;
  display: flex !important;
}
.type-page.id-844 .magazines-load .news-wrapper .news-item .text .description {
  display: none !important;
}
.type-page.in-o-nas #content-wrapper.container {
  max-width: 100%;
  padding: 0 !important;
}
.type-page.in-o-nas #content-wrapper.container article .container {
  max-width: 1340px;
  padding: 0 15px !important;
}
@media only screen and (max-width: 992px) {
  .type-page.in-o-nas .half-banners .banner-item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .half-banners .banner-item {
    margin-bottom: 30px;
  }
}
.type-page.in-o-nas .simple-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 992px) {
  .type-page.in-o-nas .simple-logos {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .simple-logos {
    margin-top: 20px;
  }
}
.type-page.in-o-nas .simple-logos a {
  width: 12.5%;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .type-page.in-o-nas .simple-logos a {
    width: 25%;
    margin: 10px 0;
  }
}
.type-page.in-o-nas .simple-logos a img {
  max-height: 80px;
  max-width: 90%;
  filter: grayscale(1);
}
.type-page.in-o-nas .simple-logos + .h4.homepage-group-title {
  margin-top: 30px !important;
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 992px) {
  .type-page.in-o-nas .simple-logos + .h4.homepage-group-title {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .simple-logos + .h4.homepage-group-title {
    margin-top: 30px!important;
  }
}
.type-page.in-o-nas .welcome-benefits {
  margin-bottom: 50px;
}
.type-page.in-o-nas .half-banners .banner-item .text .title {
  text-transform: none !important;
  font-family: "Rubik" !important;
  font-size: 25px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .type-page.in-o-nas .half-banners .banner-item .image {
    padding-right: 30px;
  }
  .type-page.in-o-nas .half-banners .banner-item .text + .image {
    padding-left: 30px;
    padding-right: 0;
  }
}
.type-page.in-o-nas .half-banners .banner-item .text {
  padding-right: 30px;
}
.type-page.in-o-nas .half-banners .banner-item .text .description {
  text-align: justify;
  max-width: 100%;
}
.type-page.in-o-nas .half-banners .banner-item .image iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
}
@media only screen and (min-width: 768px) {
  .type-page.in-o-nas .half-banners .banner-item:nth-child(2n) .text {
    padding-left: 30px;
    padding-right: 0;
  }
}
.type-page.in-o-nas .half-banners + .h4.homepage-group-title {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 25px;
  color: #BFD000;
  text-transform: none;
}
.type-page.in-o-nas .page-wide-banner.bottom {
  margin-bottom: 25px;
}
.type-page.in-o-nas .page-wide-banner.bottom .caption p {
  margin-left: auto;
  color: #fff;
  font-weight: 200;
  font-size: 15px;
  /*max-width: 475px;*/
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .page-wide-banner.bottom .caption p {
    color: #000;
    margin-left: 0;
    max-width: 100%;
  }
}
.type-page.in-o-nas main {
  padding-bottom: 5px;
}
.type-page.in-o-nas main > .content-inner {
  padding-bottom: 0;
}
.type-page.in-o-nas .bottom-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .type-page.in-o-nas .bottom-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
}
.type-page.in-o-nas .bottom-buttons a {
  height: auto;
  position: relative;
  width: auto;
  font-size: .9em;
  font-weight: 400;
  color: #000000B2;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 10px;
  border: 1px solid #727512;
  border-radius: 3px;
  padding: 12px 20px 9px;
  margin: 0 20px;
}
.type-page.in-o-nas .bottom-buttons a:hover {
  background: #727512;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .type-page.in-o-nas .bottom-buttons a {
    margin-top: 12px;
    width: 200px;
    text-align: center;
  }
}
.type-page.in-o-nas .page-wide-banner,
.type-page.id-712 .page-wide-banner {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .page-wide-banner,
  .type-page.id-712 .page-wide-banner {
    margin-bottom: 50px;
  }
}
.type-page.in-o-nas .page-wide-banner img,
.type-page.id-712 .page-wide-banner img {
  width: 100%;
  height: auto;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .page-wide-banner img,
  .type-page.id-712 .page-wide-banner img {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.3;
  }
}
.type-page.in-o-nas .page-wide-banner .caption,
.type-page.id-712 .page-wide-banner .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1340px;
  text-align: left;
}
@media (max-width: 1390px) {
  .type-page.in-o-nas .page-wide-banner .caption,
  .type-page.id-712 .page-wide-banner .caption {
    padding: 0 15px;
  }
}
.type-page.in-o-nas .page-wide-banner .caption h2,
.type-page.id-712 .page-wide-banner .caption h2 {
  text-align: left;
  max-width: 50%;
  color: #727512;
  font-size: 1.8em;
  font-family: "Rubik" !important;
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .page-wide-banner .caption h2,
  .type-page.id-712 .page-wide-banner .caption h2 {
    max-width: 100%;
  }
}
.type-page.in-o-nas .page-wide-banner .caption p,
.type-page.id-712 .page-wide-banner .caption p {
  font-size: 15px;
  max-width: 40%;
  margin-bottom: 30px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .type-page.in-o-nas .page-wide-banner .caption p,
  .type-page.id-712 .page-wide-banner .caption p {
    max-width: 100%;
  }
}
.type-page.in-o-nas .page-wide-banner .caption p:last-child,
.type-page.id-712 .page-wide-banner .caption p:last-child {
  margin-bottom: 0;
}
.type-page.in-o-nas .page-wide-banner .caption i,
.type-page.id-712 .page-wide-banner .caption i {
  color: #727512;
  display: block;
  margin-bottom: 10px;
}
.price-range > div {
  background: #12A19A;
}
.social-login-buttons .form-group {
  margin-bottom: 10px;
}
.social-login-buttons a.login-btn {
  font-weight: 500;
}
.social-login-buttons a.login-btn strong {
  font-weight: 500;
}
.login-wrapper .btn-login {
  background: #2A2C41;
  color: #fff;
  border-radius: 5px;
  text-transform: none;
  border: none;
}
.login-wrapper .btn-login:hover {
  background: #12A19A;
}
.login-wrapper .password-helper a {
  text-decoration: underline;
}
.login-wrapper .password-helper a:hover {
  text-decoration: none;
}
.loga {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.vyhody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.vyhody .vyhoda {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  width: 33%;
  text-align: center;
}
.vyhody .vyhoda img {
  max-width: 150px;
}
#footer .instagram-widget {
  display: -ms-flexbox !important;
  display: flex !important;
}
/*.instagram-widget > a img {max-width: 155%;width: 155%;left: 50%;top: 50%;transform: translate(-50%, -50%);}*/
@media (max-width: 991px) {
  .in-kamenne-prodejny .prodejny {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .in-kamenne-prodejny .prodejny > div {
    width: 100%;
  }
  .loga {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .loga img {
    margin: 10px;
  }
}
@media (min-width: 992px) {
  .in-kamenne-prodejny .prodejny > div {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .vyhody .vyhoda {
    width: 50%;
  }
}
@media (max-width: 579px) {
  .vyhody .vyhoda {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .vyhody .vyhoda {
    width: 16%;
  }
}
p.floatRight:not(.bigFloat) {
  margin: 0px 0% 0px 20px;
}
body > .ekomi-widget-container:not(.div_undefined) ~ .ekomi-widget-container:not(.div_undefined) {
  display: none !important;
}
.scroll-to-top {
  background: #12a19a;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 46px;
  height: 45px;
  z-index: 3;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    right: 15px;
    bottom: 15px;
    width: 38px;
    height: 38px;
  }
}
.scroll-to-top:hover {
  background: #2A2C41;
}
.scroll-to-top:before {
  font-size: 16px;
  font-family: shoptet;
  content: "\e90e";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-180deg);
  color: #fff;
  transform-origin: center;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
body div.widget-visible:not(#a):not(#b) {
  z-index: 1000001 !important;
}
.green-info {
  position: fixed;
  left: 25px;
  bottom: 25px;
  background: #BFD000;
  padding: 15px;
  max-width: 504px;
  width: calc(100% - 50px);
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  padding-right: 40px;
  line-height: 1.3em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10000001;
}
@media only screen and (max-width: 767px) {
  .green-info {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 10px;
    padding-right: 30px;
    font-size: 13px;
  }
}
.green-info .info-close {
  position: absolute;
  right: 15px;
  top: 11px;
  padding: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .green-info .info-close {
    right: 5px;
    top: 3px;
  }
}
.green-info .info-close:before {
  content: "\e912";
  font-size: 10px;
  font-family: shoptet;
  color: #000;
}
.green-info .info-close:hoveR:before {
  color: darkred;
}
.ordering-process .green-info {
  display: none !important;
}
