<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-section {
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 40px 0 70px 0;
  background: #F1F2F6;
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding: 20px 0 20px 0;
  }
}
.blog-section .button {
  color: #00b2d0;
  position: relative;
  display: inline-block !important;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-section .button {
    margin-top: 20px;
  }
}
.blog-section .button:hover {
  color: #000;
  background: transparent;
}
.blog-section .h4 {
  margin-top: 20px !important;
  text-align: center !important;
  padding: 0 15px;
  font-size: 2.3em !important;
  color: #262947;
  padding-right: 15px !important;
}
@media only screen and (max-width: 767px) {
  .blog-section .h4 {
    font-size: 2em !important;
  }
}
.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: #87AF1D;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover {
  background: #333;
}
.blog-section #newsWrapper {
  margin: 0 auto;
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper {
    max-width: 1138px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper {
    padding: 0 20px;
    max-width: 970px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper {
    flex-direction: column;
    max-width: 744px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper {
    padding: 0 15px;
  }
}
.blog-section #newsWrapper .news-item {
  display: flex;
  margin-bottom: 0;
  background-color: transparent !important;
  align-items: flex-start;
  flex-direction: column;
  overflow: auto;
  width: 50%;
  max-width: calc(33.33% - 15px);
  z-index: 2;
  position: relative;
  border-radius: 0;
  padding-bottom: 0;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  /*.read-more {
        text-decoration: underline;
        color: @green;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

        &amp;:hover {
          color: @mainText;
        }
      }*/
}
.blog-section #newsWrapper .news-item:nth-child(n + 4) {
  display: none;
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .news-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .blog-section #newsWrapper .news-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.blog-section #newsWrapper .news-item .description {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.7em;
  color: #0c0c0c;
  max-height: 135px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
  padding-top: 0;
  /*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;
          }
        }*/
}
.blog-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text .title {
  font-size: 1.3em;
  font-weight: 700;
  color: #262947 !important;
  margin-top: 14px;
  padding-bottom: 0px;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  line-height: 1.25em;
}
.blog-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  border: none;
  color: #87AF1D;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .text .title {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 600px) {
  .blog-section #newsWrapper .news-item .text .title {
    margin-top: 15px;
    font-size: 1.2em;
  }
}
.blog-section #newsWrapper .news-item .text time {
  font-weight: 500;
  margin-bottom: 15px;
  display: none;
  color: #b8b8b8;
}
.blog-section #newsWrapper .news-item .read-more {
  font-size: 1.1em;
  border: 1px solid #262947;
  padding: 10px 25px;
  border-radius: 5px;
  margin-top: 15px;
  letter-spacing: 0.2px;
}
.blog-section #newsWrapper .news-item .read-more img {
  margin-left: 9px;
  transition: 0.3s;
}
.blog-section #newsWrapper .news-item .read-more:hover {
  background: #87AF1D;
  border-color: #87AF1D;
  color: #fff !important;
}
.blog-section #newsWrapper .news-item .read-more:hover img {
  filter: invert(1) brightness(2);
}
.blog-section #newsWrapper .news-item .image {
  width: 100%;
  height: 210px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper .news-item .image {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image {
    margin: 0 0 5px 0;
    width: 100%;
    height: auto;
  }
}
.blog-section #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.blog-section #newsWrapper .news-item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 300%;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
footer .custom-footer &gt; div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #262947;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: #fff;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.extended.newsletter {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
footer .custom-footer &gt; div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 570px;
  z-index: 2;
}
footer .custom-footer &gt; div.extended.newsletter form label {
  font-weight: 400;
  color: #262947;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer &gt; div.extended.newsletter form label a {
  display: inline-block;
  color: #262947 !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer &gt; div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer &gt; div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer &gt; div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer &gt; div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  padding: 0 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1em;
  color: #262947;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(196, 196, 196, 0.5);
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input {
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input {
    padding: 0 20px;
  }
}
footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #262947;
}
footer .custom-footer &gt; div.extended.newsletter form button {
  left: initial;
  height: 72px;
  top: 0;
  font-weight: 500;
  font-size: 1.1em;
  color: transparent;
  overflow: hidden;
  width: 72px;
  border-radius: 40px;
  right: 0;
  opacity: 1;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/next.svg) no-repeat center;
  background-size: 30px;
  background-color: #87AF1D;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.extended.newsletter form button {
    height: 44px;
    width: 44px;
    background-size: 18px;
    min-width: auto;
  }
}
footer .custom-footer &gt; div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}
footer .custom-footer &gt; div.extended.newsletter form button:hover {
  opacity: 0.7;
}
footer .custom-footer &gt; div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #262947;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer &gt; div.extended.newsletter label a {
  display: inline-block;
  color: #262947;
}
footer .custom-footer &gt; div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer &gt; div.extended.newsletter br {
  display: none;
}
footer .custom-footer &gt; div.extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1.3em;
  color: #383C43;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
footer .custom-footer &gt; div.extended.newsletter h4 strong {
  font-weight: 700;
  font-size: 1.8em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.extended.newsletter h4 {
    font-size: 1.2em;
  }
  footer .custom-footer &gt; div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
footer .custom-footer &gt; div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
footer .custom-footer &gt; div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer &gt; div.extended.newsletter h3 {
  position: relative;
  color: #262947;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer &gt; div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  content: '';
  background: #F1F2F6;
}
.breadcrumbs-wrapper {
  max-width: 100% !important;
  background: transparent;
  width: 100% !important;
  margin-bottom: 20px !important;
  padding-top: 15px !important;
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper.container {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumbs-wrapper #navigation-first &gt; span,
.breadcrumbs-wrapper #navigation-first &gt; a {
  padding-left: 13px;
  padding: 18px 14px;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  left: 0;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/home.svg?v2);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
}
@media (max-width: 1440px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 932px;
  }
}
/*.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 &gt; span &gt; a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span {
  align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a,
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; span {
  padding: 10px 16px;
  color: #939393;
  font-weight: 400;
  font-size: 0.9em;
  min-height: inherit;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; span {
  color: #939393;
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a::after {
  width: 12px;
  background: transparent;
  height: 12px;
  font-family: 'shoptet';
  color: #939393;
  right: -8px;
  content: '\e90e';
  bottom: unset;
  font-size: 7px;
  transform: rotate(-90deg);
  font-weight: 400;
  top: 10px;
  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;
}
/*.next-to-carousel-banners {
  position: relative;
  width: calc(~'100% + 2%');
  justify-content: space-between;
  margin-top: 0;
  margin-left: -1%;
  margin-right: auto;
  display: flex;
  margin-right: auto;
  flex-wrap: wrap;

  @media @desktop {
    padding-bottom: 0;
  }

  @media @tablet-port {
    margin: 0 !important;
    width: 100%;
  }

  @media @mobile-land {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: none !important;
    background-size: 22px !important;
    opacity: 0.5;

    @media @desktop {
      background-size: 18px !important;
    }

    &amp;.slick-disabled {
      opacity: 0.15;
    }

    &amp;:hover {
      opacity: 1;
    }

    &amp;.slick-prev {
      left: -10px;
      right: inherit;
      transform: rotate(-180deg) translateX(50%);
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zena-v-kuchyni/img/arrow-right.svg?v2) !important;
      background-position: center;

      @media @desktop {
        bottom: -5px;
        left: 30px;
        top: inherit;
      }
    }

    &amp;.slick-next {
      right: -25px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zena-v-kuchyni/img/arrow-right.svg?v2) !important;
      background-position: center;

      @media @desktop {
        bottom: -20px;
        right: 15px;
        top: inherit;
      }
    }
  }

  @media @desktop {
    margin-left: -0.8%;
    margin-right: -0.8%;
  }

  @media @tablet-land {
    flex-direction: row;
    justify-content: space-between;
  }

  @media @tablet-port {
    margin-top: 0;
  }

  @media @tablet-600 {
    flex-direction: column;
    align-items: center;
    margin: 0 0 15px 0 !important;
    width: 100%;
  }

  .banner-wrapper {
    width: 32.33%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0 !important;
    transition: @transition;
    border-radius: 0;

    @media @tablet-600 {
      width: 100%;
      margin: 0 0 10px 0;
    }
  }

  .banner-wrapper {
    @media @tablet-600 {
      min-height: 100px;
      height: auto;
    }

    @media @mobile-land {
      margin-bottom: 15px;
    }

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

    &gt; a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .extended-banner-texts {
      position: absolute;
      width: 100%;
      height: 100%;
      background: transparent;
      padding: 30px 35px 30px 57%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      top: 0;

      @media @desktop {
        padding: 25px;
        background: rgba(255, 234, 224, 0.75);
      }

      @media @tablet-port {
       !* justify-content: center !important;
        align-items: center !important;
        text-align: center;*!
        padding: 20px;
      }

      @media (max-width: 600px) {
        padding: 20px 20px 20px 50%;
      }

      @media @mobile-port {
        padding: 20px 20px 20px 45%;
      }

      .button {
        min-width: 145px;
        min-height: 0;
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
      }
    }

    &amp;:hover {
      img {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
      }

      .extended-banner-texts {
        .extended-banner-title {
          &amp;:after {
            right: -5px;
          }
        }
      }
    }

    img {
      display: block;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100% !important;
      max-width: 150%;
      transition: @transition;

      @media @tablet-port {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: auto;
        min-height: 120px !important;
        object-fit: cover;
      }
    }

    .extended-banner-link {
      position: relative;
      top: inherit;
      margin: 17px 0 0 0;
      box-shadow: none;
      color: #000;
      border: 1px solid #000;
      font-size: 11px;
      text-transform: uppercase;
      padding: 8px 20px;
      height: auto;
      text-align: center;
      background: transparent;

      &amp;:hover {
        color: @green;
        border-color: @green;
      }
    }

    .extended-banner-title {
      transition: 0.3s;
      font-size: 2em;
      color: #000;
      text-transform: none;
      font-weight: 500;
      position: relative;
      margin: 0;
      line-height: 1em;
      font-family: 'Crimson Text', serif;
      text-align: left;
      letter-spacing: 0;
      padding: 0;
      border: none;
      padding-right: 0;
      box-shadow: none;
      width: 100%;
      background: transparent;
      padding-bottom: 7px;

      @media @tablet-port {
        font-size: 1.5em !important;
      }

      !*&amp;:after {
        width: 42px;
        height: 42px;
        border-radius: 50px;
        background: @green;
        content: '\e90f';
        font-family: 'shoptet' !important;
        transform: rotate(180deg);
        font-size: 20px;
        font-weight: 100;
        color: #fff;
        transition: @transition;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: -0px;

        @media @tablet-port {
          width: 30px;
          height: 30px;
          font-size: 11px;
          bottom: 6px;
        }

        @media @mobile-land {
          bottom: 0;
        }
      }*!

      &amp;:before {
        width: 50px;
        height: 1px;
        background: @green;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
      }

      strong {
        text-transform: uppercase;
        margin-top: 5px;
        display: block;
      }

      @media @tablet-land {
        font-size: 1.3em;

        span {
          font-size: 0.8em;
        }
      }
    }

    a {
      &amp;:hover {
        .banner-caption {
          h3 {
            &amp;:after {
              right: -5px;
            }
          }
        }
      }
    }

    p {
      font-size: 1em;
      transition: @transition;
      font-weight: 500;
      line-height: 1.6em;
      max-width: 400px;
      margin: 20px 0 30px 0;

      @media @mobile-land {
        font-size: 0.9em;
        margin: 15px 0;
      }
    }

    &amp;.big {
      .banner-caption {
        h2, p {
          color: #000;
        }
      }

      @media @tablet-port {
        img {
          min-height: 300px !important;
        }
      }
    }
  }
}*/
.small-banners-line,
.detail-banners {
  display: flex;
  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 {
    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: flex;
  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: #262947;
  margin: 0px 0 1px 0;
  font-weight: 700;
  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;
  max-width: 200px;
  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;
  }
}
@media only screen and (max-width: 992px) {
  .detail-banners .small-banner {
    margin-bottom: 20px;
  }
}
.type-index .row.banners-row {
  position: relative;
  overflow: visible;
  padding-top: 20px;
  margin-bottom: 20px;
}
.type-index .row.banners-row:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #F1F2F6;
  transform: translateX(-50%);
}
.middle-banners-wrapper .col-sm-12 {
  padding: 0 15px;
}
.before-carousel {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}
.before-carousel .banners-row {
  display: flex;
  padding-top: 0;
  margin: 0;
  flex-wrap: wrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .before-carousel .banners-row {
    margin: 0 -20px;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  main &gt; .banners-row .col-sm-4 .banner-wrapper img {
    width: 100%;
  }
}
#carousel {
  margin-bottom: 20px;
}
#carousel img {
  width: 100%;
  height: auto;
}
.next-to-carousel-banners .banner-wrapper img {
  min-height: 155px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  left: 20px;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  bottom: 20px;
  top: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0px;
  background: #fff;
  padding: 15px 30px 20px 30px;
  max-width: 573px;
  width: auto;
  right: initial;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.empty {
  display: none;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    top: initial;
    transform: none;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #262947;
  padding-left: 0;
  font-size: 2.5em;
  text-transform: none;
  padding-top: 0;
  line-height: 1em;
  font-weight: 700;
  margin-top: 10px;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
    font-size: 1.8em;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #141414;
  font-size: 1.6em;
  font-weight: 700;
  margin: 5px 0 0 0;
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 1.2em;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  position: relative !important;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
  padding: 6px 20px;
  text-transform: none;
  background: #87AF1D;
  min-width: inherit;
  text-align: center;
  height: auto;
  letter-spacing: 0.5px;
  border-radius: 30px;
  font-size: 1em;
  top: initial !important;
}
.type-detail .p-detail-inner &gt; form {
  position: relative;
}
.type-detail .p-detail-inner &gt; form:before {
  width: 100vw;
  height: 100%;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
  background: #F1F2F6;
}
.type-detail .breadcrumbs-wrapper {
  background: #F1F2F6;
  margin-bottom: 0 !important;
  padding-bottom: 25px;
}
.type-detail .shp-tabs-wrapper {
  margin-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-wrapper {
    margin-top: 25px !important;
  }
}
.type-detail .p-image-wrapper {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-image-wrapper {
    padding-bottom: 20px;
  }
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #87AF1D;
  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: flex;
  flex-direction: column;
  /*&gt; div, &gt; table, &gt; * {
      order: 1;
    }*/
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.7em;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  order: -1;
  margin-top: 0;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 0;
  margin-bottom: 15px;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #87AF1D;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header,
.type-detail .p-info-wrapper .p-detail-info {
  order: -1 !important;
}
.type-detail .p-info-wrapper .p-detail-inner-header &gt; div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info &gt; div:not(.stars-wrapper) {
  font-size: 0.9em;
  color: #262947;
}
.type-detail .p-info-wrapper .p-detail-inner-header &gt; div:not(.stars-wrapper) a,
.type-detail .p-info-wrapper .p-detail-info &gt; div:not(.stars-wrapper) a {
  color: #262947;
}
.type-detail .p-info-wrapper .p-detail-inner-header &gt; div:not(.stars-wrapper) a:hover,
.type-detail .p-info-wrapper .p-detail-info &gt; div:not(.stars-wrapper) a:hover {
  text-decoration: underline;
}
.type-detail .p-info-wrapper .p-detail-inner-header .stars-label,
.type-detail .p-info-wrapper .p-detail-info .stars-label {
  margin-left: 5px;
  color: #000;
}
.type-detail .p-info-wrapper .flags {
  margin-right: 10px;
}
.type-detail .p-info-wrapper .p-detail-info {
  order: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper:before {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars {
  width: 76px;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars .star {
  width: 15px;
}
.type-detail .p-info-wrapper .detail-parameters {
  margin-bottom: 30px;
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 175px;
  color: #313a43;
}
.type-detail .stars-wrapper .stars-label {
  font-size: 0.8em;
}
.type-detail .flags-default .flag {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  max-width: 140px;
}
@media only screen and (min-width: 1200px) {
  .type-detail .flags-default .flag {
    margin: 0 5px 0 0;
    padding: 7px 9px;
    font-size: 0.75em !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  }
}
.type-detail #tab-content {
  display: flex;
  flex-direction: column;
}
.type-detail .p-detail-inner-header h1 {
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 1.8em;
  }
}
.type-detail .p-detail-inner-header .p-code {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  background: transparent;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a {
  padding: 12px 30px;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  background: transparent;
  border-right: 2px solid #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  border-color: transparent;
  background: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail #tab-content #productsAlternative {
  display: block !important;
  opacity: 1;
  order: 3;
  margin-top: 40px;
}
.type-detail #tab-content #productsAlternative:before {
  display: block;
  position: relative;
  content: 'Podobné produkty';
  font-size: 1.7em;
  font-family: 'Poppins';
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
.type-detail .social-buttons-wrapper {
  margin-top: -5px !important;
}
.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: #00b2d0;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #00b2d0;
}
.type-detail .p-final-price-wrapper {
  margin-top: 25px;
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.1em;
  font-weight: 400;
  color: #262947 !important;
}
.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-final {
  font-size: 3.3em;
  color: #262947;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-final {
    font-size: 2em;
  }
}
.type-detail .price-line {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 5px;
}
.type-detail .price-line .price-final {
  font-size: 3em;
  font-weight: 700;
  margin-right: 50px;
}
@media only screen and (max-width: 992px) {
  .type-detail .price-line .price-final {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line {
    flex-wrap: wrap;
  }
}
.type-detail .price-line .availability-value {
  font-size: 1.2em;
  padding-top: 0;
  font-weight: 600;
  margin-bottom: 0;
}
.type-detail .price-line .availability-label[style="color: #009901"] {
  color: #64B32E !important;
}
.type-detail .price-line .p-final-price-wrapper {
  margin: 25px 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: 118px;
  height: 42px;
  margin: 15px 0;
  border-radius: 40px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #e7e7e7;
}
.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: #000;
  font-size: 1.2em;
}
.type-detail .add-to-cart button {
  display: flex;
  width: 216px;
  height: 48px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  justify-content: center;
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 1em;
}
.type-detail .add-to-cart button:before {
  display: none;
}
.type-detail .add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(38, 41, 71, 0.2) !important;
  border-bottom: 1px solid rgba(38, 41, 71, 0.2) !important;
}
.type-detail .add-to-cart .quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 15px 0;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
  border: 1px solid #e7e7e7;
  background: #fff;
  overflow: hidden;
}
.type-detail .add-to-cart .quantity .increase {
  position: absolute;
  left: 8px;
  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/nakupnet/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.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;
  right: 8px;
  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/nakupnet/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.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: 117px;
  height: 50px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.5em;
}
.type-detail .add-to-cart button {
  display: flex;
  width: 230px;
  height: 48px;
  align-items: center;
  text-transform: none;
  letter-spacing: 0.5px;
  justify-content: center;
  font-weight: 600;
  background: #87AF1D;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2em;
}
.type-detail .add-to-cart button:hover {
  background: #2f2f30;
}
.type-detail .add-to-cart button:before {
  /*font-size: 20px;
        !* float: right; *!
        content: '';
        margin-right: -5px;
        width: 16px;
        order: 2;
        height: 16px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/arrow-right-long-w.svg);
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -2px;
        margin-left: 8px;*/
  display: none;
}
.type-detail .add-to-cart 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/nakupnet/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a img {
  border: 1px solid transparent;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:before {
  display: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a.highlighted img {
  border: 1px solid #87AF1D;
}
.type-detail .social-buttons-wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .type-detail .social-buttons-wrapper {
    margin-top: 20px;
  }
}
.type-detail .social-buttons-wrapper .link-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.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: #000;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  flex-direction: revert;
  text-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 15px;
    padding-right: 15px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
  margin-bottom: 20px;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  color: #262947;
  font-weight: 400;
  font-size: 15px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #87AF1D;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #87AF1D;
}
.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: 22px;
  line-height: 25px;
  margin-bottom: 3px;
  color: #929498;
  font-weight: 100;
}
.type-detail .social-buttons-wrapper .link-icon.chat:before,
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 26px;
  height: 24px;
  margin: 0 10px 0 0;
}
.type-detail .social-buttons-wrapper .link-icon.share::before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/share.svg);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/chat.svg);
}
.type-detail .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
.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: #000;
}
.type-detail .basic-description &gt; h3:first-child,
.type-detail h2.products-related-header,
.type-detail .extended-description h3 {
  font-size: 2.2em;
  font-family: 'Poppins';
  color: #262947;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description &gt; h3:first-child,
  .type-detail h2.products-related-header,
  .type-detail .extended-description h3 {
    font-size: 1.8em;
  }
}
.type-detail #content h2.products-related-header {
  font-size: 1.7em;
  font-family: 'Poppins';
  color: #262947;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.6em;
  }
}
.type-detail .basic-description {
  max-width: 100vw;
  overflow: auto;
}
@media only screen and (min-width: 1200px) {
  .type-detail .basic-description {
    padding: 0 20px;
  }
}
.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: #000;
}
.type-detail .contact-banner p {
  margin-top: 20px;
  font-size: 1.1em;
  color: #000;
}
.type-detail .contact-banner .top-navigation-contacts {
  display: flex;
  flex-direction: column;
  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: #262947;
  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: #87AF1D;
}
.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 {
  /* &amp;: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 .extended-description h3 {
  margin-bottom: 13px;
}
.type-detail .extended-description table {
  width: 100%;
}
.type-detail .extended-description table tr:nth-child(odd) {
  background: #f0f0f0;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 13px 17px;
  color: #000;
}
.type-detail .extended-description table tr th {
  font-weight: 600;
}
.type-detail .extended-description table tr td {
  font-weight: 400;
}
.type-detail .description-inner {
  padding: 0;
}
.type-detail .detail-banners {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.content-inner {
  max-width: 100%;
}
@media (min-width: 992px) {
  #colorbox .advanced-order .products-block .product:not(.slick-slide) {
    width: 33.33% !important;
  }
}
.products-block.products-alternative &gt; div:nth-child(4n),
.products-block.products-related &gt; div:nth-child(4n) {
  border: none !important;
}
.delivery-line {
  font-weight: 400;
  flex-wrap: wrap;
  display: flex;
  margin-top: 7px;
  font-size: 0.8em;
  margin-left: auto;
  color: #262947;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .delivery-line {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .delivery-line {
    margin-left: 0;
  }
}
.delivery-line .delivery-time-label {
  min-width: 135px;
  margin-right: 10px;
}
.delivery-line .default-variant {
  display: block;
}
.delivery-line .default-variant.noDisplay {
  display: none;
}
#header .cart-count {
  margin-left: 30px;
  display: flex;
  align-items: flex-start;
  font-family: Poppins;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 45px;
  height: 45px;
}
#header .cart-count:before {
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/cart.svg?v3);
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background-color: transparent;
  background-size: 28px;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.3s;
  margin-top: -2px;
}
#header .cart-count:hover:before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    position: fixed;
    top: 3px;
    z-index: 99;
    right: 51px;
  }
  #header .cart-count:before {
    background-size: 20px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
  }
}
#header .cart-count .sr-only {
  display: none;
  position: relative;
  width: auto;
  height: auto;
  text-transform: none;
  font-family: 'Poppins';
  letter-spacing: 0.5px;
  font-size: 0.9em;
  color: #262947;
}
@media only screen and (max-width: 767px) {
  #header .cart-count .sr-only {
    display: none;
  }
}
#header .cart-count .cart-price {
  font-family: Poppins;
  font-size: 0.9em;
  font-weight: 400;
  color: #262947;
  letter-spacing: 0.7px;
  text-align: right;
  line-height: 1.2em;
  text-transform: none;
  width: 80px;
  margin-top: 10px;
  height: 100%;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /*&amp;:after {
      position: relative;
      width: 10px;
      height: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/arrow-down.svg);
      opacity: 0.5;
      background-position: center;
      margin-left: 10px;
      display: inline-block;
      content: '';
      background-size: 7px;
      background-repeat: no-repeat;
    }*/
}
@media only screen and (max-width: 767px) {
  #header .cart-count .cart-price {
    display: none !important;
  }
}
#header .cart-count i {
  background: #87AF1D;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  left: initial;
  padding-top: 2px;
  font-size: 11px;
  padding-left: 2px;
  position: relative;
  margin-left: 2px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    position: absolute;
    border-radius: 20px;
    top: 5px;
    right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  #header .container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    border: none !important;
    position: relative;
  }
  #header .navigation-buttons {
    display: flex;
    align-items: center;
    flex: 1 0 0 !important;
    justify-content: flex-end;
  }
  #header .site-name {
    text-align: left;
    margin: 0;
  }
  #header .site-name img {
    max-height: 80px !important;
  }
  #header .header-top {
    height: 100px;
    padding: 0 !important;
    position: relative;
    border: none;
  }
  #header .header-top:before {
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 53px;
    bottom: -53px;
    background: #3A4957;
  }
  #header .header-top &gt; div {
    flex: 0 1 33%;
  }
  #header .menu-helper {
    top: 110px;
    right: 0;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #fff;
  }
  #header #navigation {
    height: 53px;
    transition: none;
    margin: 0;
    border-bottom: none;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
  }
  #header #navigation .navigation-in ul li {
    color: #262947;
  }
  #header #navigation .navigation-in ul li a {
    color: #262947;
    background: transparent !important;
  }
  #header #navigation .navigation-in ul li a:hover {
    text-decoration: underline;
    background: transparent;
  }
  #header #navigation .navigation-in #nav-manufacturers {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li {
    border: none !important;
    margin: 0;
    padding: 8px 10px;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li:first-child {
    padding-left: 0;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a {
    text-transform: uppercase;
    padding: 12px 14px 11px 14px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    position: relative;
    letter-spacing: 0.5px;
    color: #fff;
    border: none;
    /*&amp;:first-child {
                &gt; a {
                  padding-left: 0;
                }
              }*/
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a:after {
    width: 1px;
    height: 10px;
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a:hover {
    color: #87AF1D;
    background: transparent !important;
    text-decoration: none;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a.active {
    color: #fff;
    background: #87AF1D !important;
    text-decoration: none;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a.active b {
    font-weight: 300 !important;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a b {
    font-weight: 400;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li:last-child {
    padding-right: 0;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li:last-child &gt; a:after {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 &gt; li &gt; div &gt; a {
    font-weight: 500;
  }
  #header .search {
    flex: 0 1 46% !important;
  }
  #header .search .search-whisperer {
    top: 48px;
    max-height: 500px;
    width: 430px;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
  }
  #header .search .search-form {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(78, 46, 173, 0.1);
    border-radius: 4px;
    border: none;
    max-width: 430px;
    margin: 0 0 0 auto;
  }
  #header .search .search-form input {
    height: 48px;
    width: calc(100% - 50px);
    border: none;
    background: transparent;
    padding: 17px 5px 17px 20px;
    letter-spacing: 0.5px;
    font-size: 0.9em;
    color: #262947;
  }
  #header .search .search-form input::placeholder {
    color: #262947;
  }
  #header .search .search-form fieldset {
    display: flex;
  }
  #header .search .search-form button {
    width: 48px;
    margin-right: 0;
    height: 48px;
    border: none;
    border-left: none;
    color: transparent;
    position: relative;
    border-radius: 4px;
    background: #87AF1D;
    right: -2px;
  }
  #header .search .search-form button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/search.svg?v3);
    background-size: 22px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
  }
  #header .search .search-form button:hover:before {
    opacity: 0.7;
  }
  .fixed-menu #header {
    margin-bottom: 50px;
  }
  .fixed-menu #header .menu-helper {
    position: fixed;
    top: 10px;
    z-index: 99;
    right: calc(50% - 640px);
  }
  .fixed-menu #header #navigation {
    position: fixed;
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #3A4957;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    margin-top: 0px;
  }
  .fixed-menu #header #navigation .navigation-in {
    max-width: 1280px !important;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .site-name img {
    max-height: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search .search-form {
    margin: 0 0% 0 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .fixed-menu #header .menu-helper {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0;
  }
  #header .socials {
    display: none !important;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .search-form {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 20px;
    margin: 0 !important;
    background: #f2f2f2;
  }
  #header .search-form fieldset {
    position: relative;
  }
  #header .search-form button {
    background: #87AF1D;
    font-family: Poppins;
    border-color: #87AF1D;
  }
  #header .site-name {
    position: fixed;
    left: 20px;
    top: 3px;
    z-index: 99;
    height: 46px;
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 32px !important;
    margin-top: 5px !important;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.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;
  }
}
.category-title {
  text-align: left !important;
  margin-bottom: 15px;
  margin-top: 20px;
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content-wrapper #content &gt; .category-perex,
.type-category #content-wrapper #content &gt; .category-title,
.type-category #content-wrapper #content &gt; .subcategories {
  display: none;
}
.type-category .category-head {
  background: #F1F2F6;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content &gt; div,
.type-category #content &gt; h1,
.type-category #content &gt; ul,
.type-category #content &gt; * {
  order: 0;
}
.type-category #content &gt; h1,
.type-category #content &gt; .category-perex {
  order: -1;
}
.type-category .sidebar-inner &gt; div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.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: #cdcdcd;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
}
.type-category #filters .slider-wrapper &gt; h4 {
  font-size: 1.3em;
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .slider-wrapper &gt; h4 {
    font-size: 1.5em;
  }
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 10px !important;
  margin-top: 25px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.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: 15px;
  background: #f0f0f0;
  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: flex;
  justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
}
.type-category #filters .filter-sections form fieldset &gt; div {
  margin: 4px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
}
.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 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #87AF1D;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !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 &gt; div h4 {
  font-size: 2em;
  margin-bottom: 25px !important;
  padding-bottom: 10px;
  font-weight: 500;
  margin-top: 0 !important;
  border-bottom: 1px solid #ededed;
  color: #000;
  text-transform: none;
}
.type-category .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #262947;
  margin-bottom: 0;
  text-align: left;
}
.type-category .subcategories {
  margin-bottom: 20px;
  justify-content: flex-start;
}
.type-category .subcategories li {
  width: 25%;
  padding: 7px;
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 33.33%;
  }
}
@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-top: 5px;
    padding-bottom: 5px;
  }
}
.type-category .subcategories li a {
  display: flex;
  align-items: center;
  padding-left: 7px;
  background: #fff;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #000;
  font-size: 1em;
  padding: 5px;
  height: 68px;
  border: 1px solid transparent;
}
.type-category .subcategories li a .image {
  width: 60px;
}
.type-category .subcategories li a .image img {
  max-height: 60px;
}
.type-category .subcategories li a .text {
  font-weight: 500;
}
.type-category .subcategories li a:hover {
  border-color: #87AF1D !important;
}
.type-category .subcategories li a:hover .text {
  color: #87AF1D;
}
.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;
}
.products-block {
  /* margin: -10px;
   width: calc(~'100% + 20px');
   padding: 10px;*/
}
.products-block .product {
  border: none !important;
  position: relative;
  padding: 20px !important;
  background: #fff;
  transition: 0.3s;
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .products-block .product {
    width: 48%;
  }
}
@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;
  }
  .products-block .product .p-in {
    padding: 0 !important;
  }
  .products-block .product .p-in .p-desc {
    display: none !important;
  }
  .products-block .product .p-in .name {
    font-size: 0.95em !important;
    line-height: 1.4em;
  }
}
.products-block .product .image {
  margin-bottom: 30px;
}
.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;
  display: none;
}
.products-block .product .image img {
  opacity: 1;
  transition: 0.3s;
}
.products-block .product .p-code {
  padding: 1px 6px;
  background: #f5f5f4;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75em;
  color: #a7a7a7;
  right: 10px;
  top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-code {
    display: none;
  }
}
.products-block .product.slick-slide {
  padding: 0 10px;
}
.products-block .product .p-in {
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .products-block .product .p-in {
    padding: 10px 10px 15px 10px;
  }
}
.products-block .product .p-in:before {
  width: 100%;
  height: 20px;
  background: #fff;
  top: -20px;
  content: '';
  left: 0;
  position: absolute;
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags.flags-extra {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: inherit;
  display: flex;
  width: auto !important;
}
.products-block .product .flags.flags-extra .flag {
  background: #000;
}
.products-block .product .flags.flags-extra .flag.flag-discount {
  padding: 0;
}
.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: 1.7em;
  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 &gt; span {
    display: none;
  }
  .products-block .product .flags.flags-extra .flag &gt; span.price-save {
    display: block;
    font-size: 11px !important;
    letter-spacing: 0px;
  }
  .products-block .product .flags.flags-extra .flag &gt; 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 {
  text-align: left;
  font-weight: 400;
  font-size: 1.05em;
  color: #262947;
  letter-spacing: 0.2px;
  text-decoration: none;
  height: 56px;
  max-height: 56px;
  opacity: 1;
  margin: 0 auto 5px auto;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  /*@media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
          min-height: 40px;
        }*/
}
.products-block .product .ratings-wrapper {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  top: -15px;
  position: absolute;
  right: 0;
  min-height: 0;
}
.products-block .product .availability {
  min-height: 35px;
  /* margin-bottom: 7px; */
  text-align: left;
  line-height: 1.1em;
  position: absolute;
  left: 0;
  font-size: 1em;
  display: flex;
  top: -20px;
  align-items: center;
  font-weight: 600;
  text-transform: none;
  max-width: 160px;
  /* @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[style="color:#009901"] {
  color: #719910 !important;
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .p-desc {
  order: 3;
  font-size: 0.9em;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
  letter-spacing: 0.5px;
  color: #000;
  padding: 0;
  max-height: 80px;
  margin: 0;
  line-height: 1.7em;
  display: none !important;
  background: #fff;
  padding-top: 20px;
}
.products-block .product .prices {
  order: 2;
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices {
    margin-bottom: 10px;
  }
}
.products-block .product .prices .old-price {
  text-decoration: line-through;
  color: #262947;
  margin-right: 4px;
}
.products-block .product .prices .price-save {
  color: #262947;
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1px;
  display: none;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices .price-additional {
    text-align: center;
  }
}
@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-final {
  margin-bottom: 0;
}
.products-block .product .prices .price-final strong {
  font-weight: 700;
  letter-spacing: 0;
  color: #262947;
  font-size: 1.6em;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices .price-final strong {
    font-size: 1.3em;
  }
}
.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: 38px;
  line-height: 36px;
  background: transparent;
  margin: 0 auto;
  min-width: 140px;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: 1px;
  /* float: left; */
  padding: 0;
  font-weight: 400;
  font-size: 1em;
  color: #262947 !important;
  border: 1px solid #262947;
}
.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 {
    width: 110px !important;
    min-width: 90px;
    padding: 0;
    font-size: 0.9em;
    line-height: 33px !important;
  }
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #87AF1D;
  border-color: #87AF1D;
  color: #fff !important;
}
.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/nakupnet/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.products-block .product .p-bottom &gt; div {
  flex-direction: row-reverse;
  align-items: flex-end;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
.products-block .product:hover {
  height: auto !important;
  z-index: 3;
  /*.btn, button {
        background: #009901;
        border-color: #009901;
      }*/
}
.products-block .product:hover .image img {
  opacity: 0.7;
}
.products {
  /*@media (max-width: 1250px) {
    &amp;.slick-slider {
      padding-bottom: 40px !important;
    }

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

      &amp;.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: 0 0 30px 0 !important;
}
@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 .slick-dots {
  display: none !important;
}
.products .slick-arrow {
  position: absolute;
  top: -60px;
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 28px;
  height: 28px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/arr-right.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
.products .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.products .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 0.21);
  opacity: 1;
  border: none !important;
}
.products.carousel + .browse-p {
  display: none !important;
}
.products .slick-prev {
  right: 35px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/arr-left.svg);
  background-size: 10px;
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
.products .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
}
.products .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.category-header {
  background: #ededed;
  padding: 1px 2px 0 2px;
}
.category-header label {
  color: #373737;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .category-header label {
    padding: 14px 25px !important;
    font-size: 15px !important;
    border-right: 2px solid #fff;
  }
}
.category-header input[type="radio"]:checked + label {
  color: #373737;
}
/*.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: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;

  @media @tablet-port {
    margin-bottom: 20px;
    margin-top: -4px;
    margin-left: 150px;
  }

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

  label {
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 13px 25px !important;
    position: relative;
    font-weight: 400;
    z-index: 1;

    &amp;:before {
      display: none !important;
    }
  }

  form {
    position: relative;
    height: 47px;
    overflow: visible;

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

    !*&amp;: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;
    }*!
  }

  &gt; 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: 185px;
    padding-top: 47px;
    height: 47px;
    z-index: 3;
    background: #fff;
    position: relative;
    border: 2px solid #d6d8d9;
    border-radius: 0;
    cursor: pointer;

    &amp;: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: #000 !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: '';
    }

    label {
      font-weight: 500;
      background: #f1f3f7;
      text-align: left !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 25px center !important;
      background-size: 10px !important;
      background-color: #fff !important;
      color: @mainText !important;
      top: 0;
      left: 0;
      border-radius: 25px !important;
      letter-spacing: 0;
      width: 100%;
      z-index: 1;

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

    &amp;.hovered {
      height: auto;
    }
  }
}*/
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #87AF1D !important;
  border: none !important;
  text-transform: none;
  font-family: Poppins !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: #000 !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;

   !* &amp;: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/nakupnet/img/sliders.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 2px;
      margin-bottom: -2px;
    }*!

    &amp;:hover {
      box-shadow: none;
      border-color: #000 !important;
      background: transparent;
    }
  }
}*/
.pagination-wrapper {
  margin-bottom: 30px;
}
.pagination-wrapper .pagination-loader {
  margin-bottom: 0 !important;
}
.pagination-wrapper .load-products {
  background: transparent;
  border-radius: 25px;
  color: #262947;
  padding: 10px 30px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif !important;
  border-color: #262947;
}
.pagination-wrapper .load-products:hover {
  background-color: #262947;
  color: #fff;
  border-color: #262947;
}
.pagination-wrapper .pagination a {
  color: #262947;
}
.pagination-wrapper .pagination-top strong {
  display: none;
}
.pagination-wrapper .pagination-top a {
  border: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  margin: 0;
}
.pagination-wrapper .pagination-top a:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/film-technika/img/arr-right.svg);
  transform: rotate(-90deg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination-top a:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .next.pagination-link,
.pagination-wrapper .pagination .prev.pagination-link {
  border: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-top: 3px;
  margin: 0;
}
.pagination-wrapper .pagination .next.pagination-link:before,
.pagination-wrapper .pagination .prev.pagination-link:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/film-technika/img/arr-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination .next.pagination-link:hover,
.pagination-wrapper .pagination .prev.pagination-link:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .prev.pagination-link:before {
  transform: rotate(-180deg);
}
.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: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }
}
.category-header label {
  font-size: 14px !important;
  color: #000 !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: 50px;
  overflow: visible;
  /*&amp;: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: 480px) {
  .category-header form {
    width: 100%;
  }
}
.category-header &gt; div {
  padding: 0 0 0 25px !important;
  color: #262947;
  letter-spacing: 0.5px;
  flex: inherit;
  margin-left: auto;
}
.category-header fieldset {
  overflow: hidden;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  width: 203px;
  padding-top: 44px;
  height: 43px;
  z-index: 3;
  background: #fafafa;
  position: relative;
  border: 1px solid #ECECEC;
  border-radius: 25px;
  cursor: pointer;
}
.category-header fieldset:after {
  top: 0;
  left: 0;
  height: 47px;
  font-size: 14px !important;
  color: #000 !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: #87AF1D !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 35px center !important;
  background-size: 8px !important;
  background-color: #fafafa !important;
  color: #262947 !important;
  top: 0;
  left: 0;
  border-radius: 25px !important;
  letter-spacing: 0;
  width: 100%;
  height: 44px;
  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: #87AF1D;
}
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -90px;
  padding-left: 220px;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper {
    margin-top: -61px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper {
    margin: 0 0 20px 0;
    padding-left: 0;
  }
}
.filters-unveil-button-wrapper a {
  width: 189px !important;
  background: #fafafa !important;
  color: #000 !important;
  border: 1px solid #ECECEC !important;
  text-transform: none;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}
.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/nakupnet/img/arrow-down.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: 3px;
  margin-bottom: -2px;
}
.filters-unveil-button-wrapper a:hover {
  box-shadow: none;
  border-color: #87AF1D !important;
  background: #fafafa !important;
}
.instagram-line {
  width: 100% !important;
  padding: 30px 0 30px 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    padding: 20px 0 !important;
  }
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1.7em;
  display: none;
  letter-spacing: 2px;
  padding-right: 20px;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget &gt; a {
  width: 19%;
  margin: 0.5%;
  padding-bottom: 19%;
  height: auto;
  margin-bottom: 0 !important;
}
.instagram-line .instagram-widget &gt; a:nth-child(n+8) {
  display: none;
}
.instagram-line .instagram-widget &gt; a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget &gt; a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.instagram-line .instagram-widget .instagram-follow-btn &gt; span {
  display: flex;
  position: relative;
  padding-left: 30px;
  align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn &gt; 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: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-right: 10px;
}
@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: 2.2em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  color: #262947 !important;
  text-transform: none;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.1em;
    text-align: left;
  }
}
@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 ul.menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  #navigation ul.menu-level-1 &gt; li {
    order: 2;
  }
  #navigation ul.menu-level-1 &gt; li.appended-category {
    order: 1;
  }
  #navigation ul.menu-level-1 &gt; li {
    border: none;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a .submenu-arrow {
    top: -50px;
    background: #fff;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; 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 &gt; 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 &gt; li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li a {
    margin: 8px 15px !important;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level &gt; div &gt; a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level &gt; div &gt; 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 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div &gt; a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div &gt; a:after {
    display: none;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 &gt; li &gt; a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 &gt; li &gt; 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 &gt; li &gt; a .submenu-arrow:after {
    top: 21px;
    position: absolute;
    right: 15px;
    color: #262947;
  }
  #navigation ul.menu-level-1 &gt; li &gt; 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: #262947 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 15px;
  }
  #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;
  }
}
.ordering-process .quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 15px 0;
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.ordering-process .quantity .increase {
  position: absolute;
  left: 8px;
  top: 17px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .increase:hover {
  background: #ccc;
}
.ordering-process .quantity .increase:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity .decrease {
  position: absolute;
  right: 8px;
  width: 24px;
  top: 17px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .decrease:hover {
  background: #ccc;
}
.ordering-process .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity input {
  width: 117px;
  height: 48px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.5em;
}
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: #fff;
  margin: 0;
  overflow: hidden;
  color: #464646;
  clear: both;
}
footer a {
  color: #464646;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #464646;
}
footer .custom-footer {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer {
    padding: 30px 0 0 0;
  }
}
footer .custom-footer &gt; div {
  width: 25%;
  padding: 40px 15px 40px 0 !important;
}
footer .custom-footer &gt; div .banner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer &gt; div {
    padding: 30px 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div {
    padding: 0px 15px 0px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer &gt; div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div {
    width: 100% !important;
    padding-bottom: 15px !important;
    padding-right: 0 !important;
  }
  footer .custom-footer &gt; div img {
    max-width: 100px;
    height: auto;
    margin-bottom: -15px;
  }
  footer .custom-footer &gt; div:last-child {
    border: none;
  }
}
footer .custom-footer {
  display: flex;
  flex-wrap: wrap;
}
footer .site-name {
  display: none !important;
}
footer h4 {
  letter-spacing: 0;
  margin-top: 20px;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
  color: #262947;
  text-transform: none !important;
  font-weight: 700;
  font-size: 1.4em;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
footer h4:before {
  width: 50px;
  height: 1px;
  background: #87AF1D;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
footer #signature {
  text-align: center;
  font-size: 0.9em;
  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: #464646;
  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: #464646;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
}
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: #464646;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: flex;
  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: #f2f2f2;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #fff;
}
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: #464646;
  letter-spacing: 0px;
}
footer ul li a {
  color: #464646 !important;
  font-weight: 400;
}
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 &gt; span::before {
  color: #87AF1D;
  /*filter: grayscale(1) brightness(0);*/
}
footer .socials {
  margin-bottom: 10px;
}
footer .socials a {
  margin-right: 8px;
}
footer .socials a:hover img {
  opacity: 0.5;
}
footer .contact-box {
  color: #464646;
  text-align: left;
  font-size: 1.1em;
}
@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;
  }
}
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 h3 {
  font-size: 1.6em;
  color: #464646;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .contact-box &gt; img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
footer .contact-box &gt; strong {
  display: block !important;
  margin-bottom: 20px;
}
footer .contact-box .mail:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/mail2.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box .tel:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/phone2.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box .facebook:before {
  width: 22px;
  height: 24px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/fb.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
footer .contact-box .instagram:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/insta.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box li a {
  padding-left: 38px !important;
}
footer .contact-box .open-time {
  display: block;
  font-size: 0.8em;
  margin-top: -2px;
}
footer .contact-box p {
  margin-bottom: 5px;
}
footer #categories {
  display: block !important;
  height: inherit !important;
}
footer #categories #cat-manufacturers {
  display: none;
}
footer #categories .categories a {
  padding-bottom: 0;
}
footer #categories .topic a {
  background: transparent !important;
  color: #000;
}
footer #categories .topic a:hover {
  text-decoration: underline;
}
footer #categories .categories .topic &gt; a {
  padding-left: 20px;
}
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;
}
footer a {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0px;
  font-size: 0.9em;
  font-weight: 400;
}
footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer a {
    margin-bottom: 8px;
  }
}
footer .custom-footer &gt; div.extended {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div.extended {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer &gt; div.extended {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; 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;
  }
}
body footer .container.footer-bottom {
  padding: 35px 20px 20px 20px !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: #fff !important;
  z-index: 2;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1320px) {
  body footer .container.footer-bottom {
    padding: 35px 0 20px 0 !important;
  }
}
body footer .container.footer-bottom:before {
  width: 100vw;
  height: 1px;
  background: rgba(196, 196, 196, 0.5);
  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: 767px) {
  body footer .container.footer-bottom {
    height: auto;
    flex-direction: column-reverse;
    margin-top: 25px;
    padding: 40px 15px 40px 15px !important;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
body footer .container.footer-bottom #signature {
  font-size: 12px;
  flex: 1;
  max-width: 145px;
  font-weight: 400;
  max-width: initial;
  max-width: 660px;
  margin: 0;
}
@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 .title,
body footer .container.footer-bottom #signature .podpis {
  color: #464646;
}
body footer .container.footer-bottom #signature .podpis {
  font-weight: 400;
  padding-right: 7px;
  border-right: 1px solid #adaeb5;
}
body footer .container.footer-bottom #signature a {
  display: inline-block !important;
  margin: 0 5px;
  font-weight: 300;
  font-size: 1em;
  color: #464646;
}
body footer .container.footer-bottom .copyright {
  color: #464646;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  max-width: 710px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom .copyright {
    width: 50%;
    max-width: 710px;
  }
}
@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: 400;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 600;
  color: #464646;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #464646;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 10px 0;
  font-size: 11px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #87AF1D;
  display: inline-block;
  font-weight: 500;
}
.instagram-line {
  width: 100% !important;
  padding: 0 0 30px 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    padding: 20px 0 !important;
  }
}
.instagram-line h4 {
  display: none;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget &gt; a {
  width: 16.2666%;
  height: auto;
  margin-bottom: 0 !important;
  padding-bottom: 16.2666%;
  margin: 0.2%;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget &gt; a {
    width: 32.9333%;
    padding-bottom: 32.9333%;
  }
}
.instagram-line .instagram-widget &gt; a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget &gt; a:hover img {
  opacity: 0.8;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  margin: 20px auto 10px auto;
}
.instagram-line .instagram-widget .instagram-follow-btn span {
  padding-left: 0;
}
.instagram-line .instagram-widget .instagram-follow-btn span:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
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 &gt; 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 &gt; .box &gt; span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator &gt; div {
  background-color: #656565;
}
.poll-result &gt; div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  flex: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  padding: 13px;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    &gt; img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
@media only screen and (max-width: 767px) {
  .footer-banners .footer-banner {
    width: 50% !important;
  }
}
@media (max-width: 440px) {
  .footer-banners .footer-banner {
    width: 100% !important;
  }
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
  opacity: 1;
  min-height: 125px !important;
}
.footer-banners .footer-banner a .extended-banner-texts {
  transition: 0.3s;
  max-width: 90%;
}
.footer-banners .footer-banner a .extended-banner-texts .extended-banner-title {
  transition: 0.3s;
}
.footer-banners .footer-banner a:hover .extended-banner-texts {
  background: #262947 !important;
}
.footer-banners .footer-banner a:hover .extended-banner-texts .extended-banner-title {
  color: #fff !important;
}
.footer-banners .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/speed-weaponry/build/img/arrow-left-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow {
    left: 10px;
    background-size: 14px;
    background-color: #ccc;
    border-radius: 20px;
    z-index: 3;
  }
}
.footer-banners .slick-arrow.slick-next {
  right: 0;
  left: inherit;
  background: url(https://shoptetak.cz/modul/kodl/speed-weaponry/build/img/arrow-right-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow.slick-next {
    right: 10px;
    background-color: #ccc;
    background-size: 14px;
  }
}
.footer-banners .slick-arrow:hover {
  opacity: 1;
}
.footer-banners .slick-arrow:focus {
  outline: none;
}
.footer-banners .slick-track {
  display: flex;
  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;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
.benefitBanner {
  background: transparent;
  max-width: 1280px;
  margin-top: 0px;
  padding: 12px 0 8px 40px;
  flex-wrap: wrap !important;
  justify-content: space-between;
  overflow: visible;
  position: relative;
}
.benefitBanner.position--benefitCategory {
  display: none;
}
@media only screen and (max-width: 767px) {
  .benefitBanner {
    width: calc(100% - 40px);
    margin-top: 0;
    margin-left: 0px;
    margin-right: 20px;
    flex-wrap: wrap !important;
    padding: 0 30px 10px 0;
  }
}
.benefitBanner .benefitBanner__picture {
  flex: 0 0 35px;
}
.benefitBanner .benefitBanner__picture img {
  width: auto;
}
.benefitBanner .benefitBanner__item {
  margin: 15px 0;
  position: relative;
  overflow: visible;
  flex: initial !important;
  width: auto;
  width: 20%;
  color: #262947;
}
@media only screen and (max-width: 992px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.benefitBanner .benefitBanner__item:before {
  width: 1px;
  height: 68px;
  background: rgba(196, 196, 196, 0.5);
  content: '';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .benefitBanner .benefitBanner__item:before {
    display: none;
  }
}
.benefitBanner .benefitBanner__item:first-child:before {
  display: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.2em;
  color: #262947;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar {
    border-bottom: none;
    padding: 0;
    background: transparent;
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #262947;
    margin-left: auto;
    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/nakupnet/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 {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: 0;
    font-size: 13px;
    color: #262947;
    text-transform: none;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    right: 154px;
    top: 37px;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/user.svg?v2);
    background-size: 16px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 3px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button:hover {
    color: #87AF1D;
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu {
    display: flex;
    z-index: 9999;
    color: #000;
    position: relative;
    width: 30px;
    padding-left: 6px;
    padding-top: 4px;
    height: 30px;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu.moved {
    right: 200px;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .shp-flag {
    width: 20px;
    height: 20px;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu #topNavigationDropdown {
    height: 30px;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    padding-top: 3px;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu #topNavigationDropdown:focus {
    outline: none;
    border: none;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu #topNavigationDropdown &gt; svg.shp-flag {
    width: 18px;
    margin-top: -3px;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu #topNavigationDropdown .caret:before {
    display: inline-block;
    speak: none;
    vertical-align: middle;
    font-family: 'shoptet' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 0;
    text-transform: none;
    color: #000;
    margin-left: 8px;
    font-size: 10px;
    text-decoration: none;
    content: '\e90e';
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content {
    display: none;
    position: absolute;
    -ms-flex-direction: column;
    background: #fff;
    padding: 0;
    top: 20px;
    border: 1px solid #3b3b3b;
    width: 170px;
    flex: 1;
    right: -15px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box {
    border-right: 1px solid #f2f2f2;
    width: 100%;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box[data-target="currency"] .languagesMenu__header {
    position: relative;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box[data-target="currency"] .languagesMenu__header:after {
    height: 100%;
    width: 1px;
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    background: #ccc;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header {
    padding: 6px 9px;
    font-weight: 600;
    background: #f2f2f2;
    text-align: center;
    font-size: 0.9em;
    border-bottom: none;
    border-bottom: 1px solid #ccc;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header[data-toggle="dropdown"] {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content ul li a {
    padding: 4px 10px;
    border-bottom: 1px solid #f2f2f2;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    min-height: 30px;
    align-items: center;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content ul li a span {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content ul li a img,
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content ul li a svg {
    margin-right: 0;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu .languagesMenu__content ul li a:hover {
    background: #f2f2f2;
  }
  .top-navigation-bar .top-navigation-bar .languagesMenu:hover .languagesMenu__content {
    display: flex;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    right: 210px;
    top: 45px;
    left: initial;
    z-index: 9;
    color: #000;
  }
  .top-navigation-bar .dropdown button {
    color: #262947;
  }
  .top-navigation-bar .socials {
    margin-right: 30px;
    display: flex;
  }
  .top-navigation-bar .socials a {
    margin-right: 15px;
    border-radius: 30px;
    display: flex;
    align-items: 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;
    position: relative;
    /*&amp;:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .top-navigation-menu {
    padding-right: 25px;
    /*max-width: 450px;*/
    display: none !important;
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 20px;
    min-width: 266px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    /*.register-btn {
        margin-left: 20px;
        @media @tablet-port {
          display: none;
        }
        &amp;:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nakupnet/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: #262947;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-tools a:hover {
    color: #87AF1D;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #262947;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu {
    text-align: left;
  }
  .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: #87AF1D;
  }
  .top-navigation-bar .top-navigation-contacts {
    flex: 0 0 !important;
    flex-basis: 29% !important;
    background: transparent;
    display: none !important;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #262947;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #87AF1D;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #262947;
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    font-weight: 500;
    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/nakupnet/img/mail.svg);
    background-size: 22px;
    width: 28px;
    margin-right: 5px;
    text-align: center;
    height: 28px;
    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: #87AF1D;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #000;
    font-size: 1em;
    padding-right: 40px;
    position: absolute;
    z-index: 9;
    left: 245px;
    top: 45px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 500;
  }
  .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/nakupnet/img/phone.svg);
    background-size: 20px;
    width: 28px;
    margin-right: 5px;
    text-align: center;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    margin-top: -2px;
  }
  .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: #87AF1D;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-bar .languagesMenu.moved {
    right: 155px !important;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-bar .languagesMenu {
    top: 0;
    right: 0;
    position: relative;
    order: -1;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-bar .languagesMenu #topNavigationDropdown .caret:before {
    font-size: 8px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .dropdown {
    right: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-contacts a &gt; span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    left: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 180px;
    top: 15px;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    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: 5px;
    padding-bottom: 5px;
    justify-content: flex-end;
    padding-right: 82px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #262947;
    font-weight: 600;
    margin-top: 0;
    font-size: 17px;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 0;
    right: 8px;
    width: 50px;
    height: 50px;
    color: #262947;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 20px;
    color: #262947;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"] {
    position: relative;
  }
  .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/nakupnet/img/user.svg?v2);
    background-size: 16px;
    width: 20px;
    height: 20px;
    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;
  }
}
body {
  font-family: 'Poppins', sans-serif !important;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 15px !important;
  }
  .row {
    margin: 0 -15px;
  }
}
.sidebar {
  background-color: transparent;
  width: 335px;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 250px;
  }
}
.sidebar .sidebar-inner {
  background: transparent;
  padding: 0;
}
.overall-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}
@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: 50px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 75px;
  }
  .popup-widget.cart-widget {
    top: 25px;
  }
  .popup-widget.login-widget {
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 153px !important;
    margin-top: 0 !important;
  }
}
.ordering-process #content {
  margin-top: 20px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process #header .site-name {
  display: block;
}
.ordering-process .cart-header {
  display: none;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
.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: flex;
  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 &gt; a {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating &gt; a {
    width: 100%;
    margin-top: 20px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a:nth-child(n + 5) {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info {
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .latest-contribution-author,
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .latest-contribution-author + i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .latest-contribution-date {
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-description {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-product {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-product:hover {
  color: #87AF1D;
}
@media only screen and (max-width: 767px) {
  .fixed-menu-mobile .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  body {
    padding-top: 60px;
  }
  .popup-widget {
    top: 50px !important;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
}
.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;
  }
  #header .site-name img {
    max-height: 26px !important;
    top: 4px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 210px;
  }
  .popup-widget.login-widget {
    margin-left: 77px !important;
  }
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 50px;
  }
  .popup-widget.cart-widget {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .popup-widget.login-widget {
    margin-left: 28px !important;
  }
  .top-navigation-bar .top-navigation-menu {
    flex: 1 1 25% !important;
  }
  #header .navigation-buttons .socials {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .search {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .search {
    max-width: 270px;
  }
  #header .header-top {
    justify-content: space-between;
  }
}
.categories-banners-line {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line {
    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: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.categories-banners-line .banner-wrapper .category-banner .links {
  display: flex;
  flex-wrap: wrap;
  max-width: 390px;
  text-align: center;
  align-items: 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: #262947;
  text-decoration: underline;
  /*&amp;:first-of-type {
            &amp;::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: #262947;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #87AF1D;
}
.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/nakupnet/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/tahoun/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/tahoun/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;
}
.next-to-carousel-banners &gt; .banner-wrapper &gt; .small-banner {
  display: none;
}
@media (min-width: 992px) {
  .welcome .col-md-6:last-child {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .welcome .row {
    margin: 0 !important;
  }
  .welcome .row &gt; div {
    padding: 0 !important;
  }
  .welcome .row &gt; div img {
    margin: 0;
    width: 100% !important;
    height: auto;
    max-width: initial;
  }
}
.welcome .row {
  display: flex;
  flex-wrap: wrap;
}
.welcome strong {
  font-size: 1.2em;
  color: #383C43;
}
.welcome div {
  max-width: 100%;
  padding: 0;
}
.welcome div h1 {
  font-weight: 500;
  font-size: 2.4em;
  line-height: 1.2em;
  margin: 0 0 25px 0 !important;
  color: #383C43;
}
@media (max-width: 1440px) {
  .welcome div h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
@media only screen and (max-width: 992px) {
  .welcome div h1 {
    margin-top: 25px;
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .welcome div h1 {
    font-size: 1.5em;
  }
}
.welcome div h1 strong {
  color: #1E1F22;
  font-size: 1em;
  font-weight: 700;
}
.welcome div p {
  line-height: 1.8em;
  color: #262947;
  font-size: 1.1em;
}
.welcome div .button {
  border: none;
  color: #262947;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 20px;
  text-transform: none;
  background: transparent;
  text-align: center;
  border: 1px solid #262947;
  height: auto;
  width: 145px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  font-size: 1em;
  transition: 0.3s;
  display: inline-block;
  top: initial !important;
}
.welcome div .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/dobrej-koberec/img/arr-right.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  top: 1px;
}
.welcome div .button:hover {
  background: #87AF1D;
  border-color: #87AF1D;
  color: #fff;
}
.welcome div .button:hover:after {
  filter: invert(1) brightness(2);
}
.welcome div ul {
  padding: 0;
  color: #262947;
  margin: 20px 0;
}
.welcome div ul li {
  list-style: none;
  position: relative;
  padding: 10px 0 10px 35px;
  font-size: 1.1em;
}
.welcome div ul li:before {
  width: 25px;
  height: 25px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/dobrej-koberec/img/check.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 6px;
  content: '';
  background-position: center;
}
.homepage-box.welcome-wrapper {
  margin: 60px 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    margin: 30px 0;
  }
}
.homepage-box.welcome-wrapper .container {
  max-width: 100%;
  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;
  top: 50%;
  transform: translateY(-50%);
  left: -258px;
  max-width: 740px;
  z-index: 2;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    padding: 30px;
    margin-bottom: 0px;
    position: relative;
    max-width: 100%;
    top: 0;
    transform: none;
    box-shadow: none;
    border: 1px solid #ececec;
    border-top: none;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .row &gt; div {
    width: 100%;
  }
}
.homepage-box.welcome-wrapper .col-md-7 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #carousel,
  .body-banners,
  .footer-banners {
    margin-bottom: 0;
  }
}
#carousel .carousel-control:before,
.body-banners .carousel-control:before,
.footer-banners .carousel-control:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: '' !important;
}
#carousel .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/nakupnet/img/arr-right.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#carousel .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,
.body-banners .carousel-control.left:before,
.footer-banners .carousel-control.left:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/nakupnet/img/arr-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#carousel .carousel-control.left:hover:before,
.body-banners .carousel-control.left:hover:before,
.footer-banners .carousel-control.left:hover:before {
  background-color: #fff;
}
#carousel .item &gt; img,
.body-banners .item &gt; img,
.footer-banners .item &gt; img,
#carousel .banner-wrapper &gt; img,
.body-banners .banner-wrapper &gt; img,
.footer-banners .banner-wrapper &gt; img,
#carousel .footer-banner &gt; img,
.body-banners .footer-banner &gt; img,
.footer-banners .footer-banner &gt; img,
#carousel .item &gt; a &gt; img,
.body-banners .item &gt; a &gt; img,
.footer-banners .item &gt; a &gt; img,
#carousel .banner-wrapper &gt; a &gt; img,
.body-banners .banner-wrapper &gt; a &gt; img,
.footer-banners .banner-wrapper &gt; a &gt; img,
#carousel .footer-banner &gt; a &gt; img,
.body-banners .footer-banner &gt; a &gt; img,
.footer-banners .footer-banner &gt; a &gt; img {
  min-height: 330px;
  object-fit: cover;
}
#carousel .item .extended-banner-texts,
.body-banners .item .extended-banner-texts,
.footer-banners .item .extended-banner-texts,
#carousel .banner-wrapper .extended-banner-texts,
.body-banners .banner-wrapper .extended-banner-texts,
.footer-banners .banner-wrapper .extended-banner-texts,
#carousel .footer-banner .extended-banner-texts,
.body-banners .footer-banner .extended-banner-texts,
.footer-banners .footer-banner .extended-banner-texts {
  left: 50px;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  bottom: 50px;
  top: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: #fff;
  padding: 17px 30px 30px 30px;
  max-width: 573px;
  width: auto;
  right: initial;
}
#carousel .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,
.body-banners .banner-wrapper .extended-banner-texts.empty,
.footer-banners .banner-wrapper .extended-banner-texts.empty,
#carousel .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,
  .body-banners .item .extended-banner-texts,
  .footer-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  .footer-banners .banner-wrapper .extended-banner-texts,
  #carousel .footer-banner .extended-banner-texts,
  .body-banners .footer-banner .extended-banner-texts,
  .footer-banners .footer-banner .extended-banner-texts {
    padding: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    top: initial;
    transform: none;
  }
}
#carousel .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,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
#carousel .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: #262947;
  padding-left: 0;
  font-size: 2em;
  text-transform: none;
  padding-top: 0;
  line-height: 1em;
  font-weight: 700;
  margin-top: 10px;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  #carousel .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,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
  .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
  #carousel .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 {
    font-size: 1.8em;
  }
}
#carousel .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,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
#carousel .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;
  text-transform: uppercase;
  border: none;
  color: #262947;
  font-size: 1.3em;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #carousel .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,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  .footer-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .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.2em;
  }
}
#carousel .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,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
#carousel .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;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
  padding: 15px 30px;
  text-transform: uppercase;
  background: #87AF1D;
  min-width: inherit;
  text-align: center;
  height: auto;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 1em;
  top: initial !important;
}
.body-banners .banner-wrapper &gt; img,
.body-banners .banner-wrapper &gt; a &gt; img {
  min-height: 200px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.body-banners .banner-wrapper a {
  width: 100%;
}
.body-banners .banner-wrapper .extended-banner-texts {
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
}
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  font-weight: 700;
  font-size: 1.6em;
  text-transform: none;
}
.footer-banners {
  flex-wrap: wrap;
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .footer-banners {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 440px) {
  .footer-banners {
    padding: 0;
  }
}
.footer-banners .footer-banner &gt; img,
.footer-banners .footer-banner &gt; a &gt; img {
  min-height: 100px;
  object-fit: cover;
}
.footer-banners .footer-banner .extended-banner-texts {
  bottom: initial;
  top: 50%;
  border-radius: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-banners .footer-banner .extended-banner-texts {
    padding: 12px 20px !important;
  }
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.2em;
  }
}
.type-page main {
  padding-bottom: 40px;
}
.type-page .breadcrumbs-wrapper {
  position: relative;
  margin-bottom: 0 !important;
}
.type-page .breadcrumbs-wrapper:before {
  width: 100vw;
  height: 100%;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
  background: #F1F2F6;
}
.type-page h1 {
  position: relative;
  z-index: 1;
  padding: 12px 0 40px 0 !important;
  margin: 0 0 30px 0 !important;
}
@media only screen and (max-width: 767px) {
  .type-page h1 {
    padding: 20px 0 20px 0 !important;
  }
}
.type-page h1:before {
  width: 100vw !important;
  height: 100%;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
  background: #F1F2F6;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1,
.type-detail h1 {
  color: #262947;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: left;
  font-size: 2.3em;
  font-weight: 700;
  /* &amp;: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,
  .type-detail h1 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    padding-right: 70px;
  }
}
.type-page h1 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .category-title {
    margin-top: 0;
  }
}
.ordering-process .cart-inner .row {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .banners-row .col-sm-8 {
    width: 68.3%;
  }
  .banners-row .col-sm-4 {
    width: 31.65%;
  }
}
</pre></body></html>