.blog-section {
  margin: 40px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 0 30px 0 ;
  background: transparent;
}
.blog-section .h4.homepage-group-title:after {
  max-width: 1418px;
}
@media (max-width: 1300px) {
  .blog-section .h4.homepage-group-title:after {
    max-width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 1200px) {
  .blog-section {
    padding: 0 0 60px 0;
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding-bottom: 0px;
    margin-top: 30px;
    padding-top: 0;
  }
}
.blog-section .button {
  color: #ED1B24;
  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;
  font-size: 2.2em !important;
}
@media only screen and (max-width: 767px) {
  .blog-section .h4 {
    font-size: 1.8em !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: #333;
  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: 1418px;
  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;*/
}
.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.6em;
  color: #000;
  max-height: 135px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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: #000;
  margin-top: 15px;
  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: #333;
}
@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;
  color: #b8b8b8;
  display: none;
}
.blog-section #newsWrapper .news-item .read-more {
  text-decoration: none;
  color: #141414;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 11px 20px;
  border: 1px solid #141414;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
.blog-section #newsWrapper .news-item .read-more img {
  width: 9px;
  margin-left: 9px;
  position: relative;
  top: 0;
}
.blog-section #newsWrapper .news-item .read-more:hover {
  background: #141414;
  color: #fff;
}
.blog-section #newsWrapper .news-item .read-more:hover img {
  filter: invert(1) brightness(3);
}
.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 > div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #141414;
  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 > div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 570px;
  z-index: 2;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #141414;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #141414 !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer > div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer > div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer > 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: #141414;
  margin-bottom: 0;
  background: #fafafa;
  border: 1px solid rgba(196, 196, 196, 0.5);
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    padding: 0 20px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #141414;
}
footer .custom-footer > 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/hugo/img/next.svg) no-repeat center;
  background-size: 30px;
  background-color: #ED1B24;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form button {
    height: 44px;
    width: 44px;
    background-size: 18px;
    min-width: auto;
  }
}
footer .custom-footer > div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.7;
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #141414;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1.3em;
  color: #141414;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
footer .custom-footer > 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 > div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    font-size: 1.2em;
  }
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
footer .custom-footer > div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #141414;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer > div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  content: '';
  background: #F6F6F6;
}
.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 > span,
.breadcrumbs-wrapper #navigation-first > 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/hugo/img/home.svg?v2);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1418px;
  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 > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 10px 16px;
  color: #939393;
  font-weight: 400;
  font-size: 0.9em;
  min-height: inherit;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: #939393;
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs > span > 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;
    }

    &.slick-disabled {
      opacity: 0.15;
    }

    &:hover {
      opacity: 1;
    }

    &.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;
      }
    }

    &.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;
    }

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

    > 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;
      }
    }

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

      .extended-banner-texts {
        .extended-banner-title {
          &: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;

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

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

      &: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 {
      &:hover {
        .banner-caption {
          h3 {
            &: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;
      }
    }

    &.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: 55px;
  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: #141414;
  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 {
  overflow: hidden;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .type-index .row.banners-row {
    margin-top: 0;
  }
}
.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 > .banners-row .col-sm-4 .banner-wrapper img {
    width: 100%;
  }
}
#carousel {
  margin-bottom: 20px;
}
#carousel img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control {
    display: none;
  }
}
.next-to-carousel-banners .banner-wrapper > a {
  width: 100%;
}
.next-to-carousel-banners .banner-wrapper img {
  min-height: 155px;
  width: 100%;
  height: auto;
}
.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: 0;
  background: #fff;
  padding: 15px 20px 20px 20px;
  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: #141414;
  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.35em;
  font-weight: 400;
  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: #4F4E4E;
  min-width: inherit;
  text-align: center;
  height: auto;
  letter-spacing: 0.5px;
  border-radius: 5px;
  font-size: 1em;
  top: initial !important;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  background: #141414;
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #333;
}
.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 .detail-contact {
  position: relative;
  padding-bottom: 22px;
}
.type-detail .detail-contact .contact-inner {
  max-width: 450px;
  padding-left: 235px;
  padding-right: 70px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .type-detail .detail-contact .contact-inner {
    padding-left: 161px;
    max-width: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-contact .contact-inner {
    padding-left: 115px;
    max-width: 325px;
  }
}
.type-detail .detail-contact .contact-inner:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  content: '';
  display: inline-block;
  margin-right: 8px;
  height: 40px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/phone2.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
}
.type-detail .detail-contact:before {
  width: 100%;
  height: 4px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/detail-sep.png);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
@media only screen and (max-width: 1200px) {
  .type-detail .detail-contact {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-contact {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-contact .first-box {
    display: flex;
    align-items: center;
  }
}
.type-detail .detail-contact .first-box img {
  position: absolute;
  left: 86px;
  top: 0;
  width: 60px;
  /* @media @mobile-land {
          position: relative;
          left: 0;
          margin-right: 25px;
          margin-left: 20px;
        }*/
}
@media only screen and (max-width: 1200px) {
  .type-detail .detail-contact .first-box img {
    left: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-contact .first-box img {
    width: 56px;
    left: 26px !important;
    top: 2px;
  }
}
.type-detail .detail-contact .title {
  font-size: 1em;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 3px;
  margin-top: 0px;
  max-width: 150px;
  /*@media @mobile-land {
        max-width: 175px;
      }*/
}
.type-detail .detail-contact .phone {
  color: #000;
  font-size: 1em;
  transition: 0.3s;
  font-weight: 700;
  border-radius: 5px;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  /*@media @mobile-land {
        padding: 7px 25px 6px 25px;
        margin-top: 10px;
        width: 100%;
      }*/
}
.type-detail .detail-contact .phone:hover {
  background: transparent !important;
  text-decoration: none;
  color: #ED1B24;
}
.type-detail .detail-contact .phone:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
}
.type-detail .detail-contact .phone:hover {
  background: #f2f2f2;
}
.type-detail .detail-contact a:not(.phone) {
  width: 285px;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  color: #000;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-contact a:not(.phone) {
    width: 100%;
  }
}
.type-detail .detail-contact a:not(.phone):hover {
  text-decoration: none;
}
.type-detail .dkLabFavDiv {
  display: none;
}
.type-detail .social-buttons-wrapper {
  display: none;
}
.type-detail .shp-tabs-row {
  display: none;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-short-description:before {
    font-size: 1.7em;
    font-family: 'Poppins';
    color: #141414;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 20px;
    content: 'Popis produktu';
    display: block;
  }
  .type-detail .p-thumbnails a img {
    width: 70px;
  }
}
.type-detail .p-info-wrapper {
  display: flex;
  flex-direction: column;
  /*> div, > table, > * {
      order: 1;
    }*/
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.7em;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-info-wrapper .p-short-description {
    order: 10 !important;
  }
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  order: -1;
  margin-top: 0px;
  color: rgba(56, 60, 67, 0.9);
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 0px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-info-wrapper .p-short-description + p {
    display: none;
  }
}
.type-detail .p-info-wrapper .p-short-description + p:after {
  width: 100%;
  height: 4px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/detail-sep.png);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #141414;
  float: right;
  font-weight: 700;
  font-size: 1.1em;
  text-decoration: none;
  letter-spacing: 0;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  display: none;
}
.type-detail .p-info-wrapper .p-short-description + p a:hover {
  color: #ED1B24;
}
.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 > div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) {
  font-size: 0.9em;
  color: #141414;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper) a,
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) a {
  color: #141414;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper) a:hover,
.type-detail .p-info-wrapper .p-detail-info > 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: 15px;
}
.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: 0px;
  margin-top: 20px;
}
.type-detail .p-info-wrapper .detail-parameters.empty {
  margin-top: 0;
}
.type-detail .p-info-wrapper .detail-parameters .variant-list {
  border-bottom: 15px solid transparent;
}
.type-detail .p-info-wrapper .detail-parameters .variant-list select {
  border: 1px solid #000000;
  border-radius: 4px;
  height: 48px;
  width: 285px;
  padding-left: 15px;
  font-weight: 700;
  color: #000;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/select-bg.png);
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-color: transparent;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters .variant-list select {
    width: 100%;
    font-size: 1em;
  }
}
.type-detail .p-info-wrapper .detail-parameters .variant-list select:after {
  width: 48px;
  height: 48px;
  border-left: 1px solid #000;
  border-radius: 4px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-info-wrapper .detail-parameters {
    margin-left: 0;
  }
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 160px;
  color: #141414;
  font-weight: 700;
  font-size: 1.1em;
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-info-wrapper .detail-parameters tr th {
    width: 235px;
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr th {
    width: 115px;
    min-width: 115px;
  }
}
.type-detail .stars-wrapper .stars-label {
  font-size: 0.8em;
}
.type-detail .flags-default .flag {
  margin: 0 5px 5px 0;
  padding: 7px 9px;
  font-size: 0.9em !important;
  letter-spacing: 0.2px;
  text-transform: none;
  border-radius: 15px;
}
@media only screen and (max-width: 480px) {
  .type-detail .flags-default .flag {
    margin: 0 5px 5px 0;
    padding: 4px 8px;
    font-size: 0.8em !important;
  }
}
.type-detail #tab-content {
  display: flex;
  flex-direction: column;
}
.type-detail #tab-content #description {
  display: block;
  background: rgba(226, 226, 226, 0.5);
  padding: 10px;
  margin-bottom: 20px;
}
.type-detail #tab-content #description .detail-parameters tr th {
  max-width: 180px;
  width: 180px;
  font-weight: 700;
}
.type-detail #tab-content #description .detail-parameters tr td {
  color: #000;
}
.type-detail #tab-content #description .detail-parameters tr td a {
  color: #000;
}
.type-detail #tab-content #description .benefitBanner {
  width: 33.333%;
  flex-direction: column;
  background: transparent;
  align-self: center;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .type-detail #tab-content #description .benefitBanner {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .type-detail #tab-content #description .benefitBanner {
    width: 100%;
    flex-direction: row;
    margin-top: 30px;
  }
}
.type-detail #tab-content #description .benefitBanner .benefitBanner__item {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .type-detail #tab-content #description .benefitBanner .benefitBanner__item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail #tab-content #description .benefitBanner .benefitBanner__item {
    width: 100%;
  }
}
.type-detail .p-detail-inner-header h1 {
  font-size: 2.3em;
  font-weight: 700;
  color: #141414;
  margin-top: 0px;
}
@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: #4F4E4E;
  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;
  /*&: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: 0 !important;
  justify-content: center;
}
.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: #ED1B24;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #ED1B24;
}
.type-detail .p-final-price-wrapper {
  margin-bottom: 0px;
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.4em;
  font-weight: 400;
  color: #4F4E4E;
}
.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;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-final-price-wrapper .price-final {
    width: 235px;
    margin-right: 0 !important;
    text-align: center;
  }
}
@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;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line {
    padding-bottom: 26px;
  }
}
.type-detail .price-line .delivery-line {
  color: #141414;
}
.type-detail .price-line:after {
  width: 100%;
  height: 4px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/detail-sep.png);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.type-detail .price-line .price-final {
  font-size: 2.5em;
  font-weight: 700;
  margin-right: 50px;
  color: #141414;
}
@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;
    margin-top: 30px;
  }
}
.type-detail .price-line .availability-value {
  font-size: 1.2em;
  padding-top: 0;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .availability-value {
    margin-top: 25px;
  }
}
.type-detail .price-line .availability-value .default-variant {
  width: 215px;
  display: inline-block;
  text-align: center;
  color: #ED1B24;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .availability-value .default-variant {
    text-align: left;
  }
}
.type-detail .price-line .availability-value .default-variant .availability-label {
  text-transform: lowercase;
}
.type-detail .price-line .availability-value .default-variant:before {
  display: inline-block;
  content: 'Pro zjištění dostupnosti';
  margin-right: 5px;
  font-weight: 400;
  position: relative;
  color: #ED1B24;
}
.type-detail .price-line .availability-value .delivery-line .default-variant {
  width: auto;
  text-align: left;
}
.type-detail .price-line .availability-value .delivery-line .default-variant:before {
  display: none;
}
.type-detail .price-line .availability-label[style="color: #009901"] + .availability-amount {
  color: #009846 !important;
}
.type-detail .price-line .availability-label[style="color: #009901"] {
  color: #009846 !important;
}
.type-detail .price-line .p-final-price-wrapper {
  margin: 0 20px 0 0;
  width: 30%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .p-final-price-wrapper {
    width: auto;
    margin-right: 30px;
  }
}
.type-detail .price-line .quantity {
  padding: 0;
  width: 146px;
  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;
  left: 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;
  right: 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: 5px 0 20px 0;
  position: relative;
  /*@media @desktop-min {
      padding-left: 60px;
    }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart {
    padding: 0px 0 26px 0;
  }
}
.type-detail .add-to-cart:after {
  width: 100%;
  height: 4px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/detail-sep.png);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.type-detail .add-to-cart .quantity {
  padding: 0;
  width: 131px;
  height: 50px;
  margin: 15px 0;
  border-radius: 40px;
  margin-right: 30px;
  position: relative;
  border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 1200px) {
  .type-detail .add-to-cart .quantity {
    margin-left: 52px;
    margin-right: 52px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart .quantity {
    width: 107px;
    margin: 7px 0;
    margin-right: 8px;
  }
}
.type-detail .add-to-cart .quantity .increase {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart .quantity .increase {
    right: 11px;
  }
}
.type-detail .add-to-cart .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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;
  left: 20px;
  width: 22px;
  top: 17px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart .quantity .decrease {
    left: 11px;
  }
}
.type-detail .add-to-cart .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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: 100%;
  height: 50px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.5em;
}
.type-detail .add-to-cart button {
  display: flex;
  width: 285px;
  height: 48px;
  align-items: center;
  text-transform: none;
  letter-spacing: 0px;
  background: #141414;
  justify-content: center;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3em;
}
@media only screen and (max-width: 1200px) {
  .type-detail .add-to-cart button {
    width: 275px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart button {
    width: calc(100% - 115px);
    font-size: 1.1em;
  }
}
.type-detail .add-to-cart button:hover {
  background: #009901;
}
.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/hugo/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/hugo/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 #333;
}
.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;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper .link-icons {
    margin-top: 0;
  }
}
.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 (min-width: 1200px) {
  .type-detail .social-buttons-wrapper a {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 0;
    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: #141414;
  font-weight: 400;
  font-size: 15px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #333;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #333;
}
.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/hugo/img/share.svg);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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 > h3:first-child,
.type-detail h2.products-related-header {
  font-size: 2em;
  font-weight: 600;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail #content h2.products-related-header {
  font-size: 2.2em;
  font-family: 'Poppins';
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  width: auto;
  display: inline-block;
  position: relative;
  left: 50%;
  padding-left: 25px;
  padding-right: 25px;
  transform: translateX(-50%);
}
.type-detail #content h2.products-related-header:before {
  width: 100%;
  height: 50px;
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.type-detail #content h2.products-related-header:after {
  width: 100vw;
  height: 4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/title-bg.svg);
  background-size: 441px;
  background-repeat: repeat;
  background-position: left 4px center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -2;
  max-width: 1280px;
}
@media (max-width: 1300px) {
  .type-detail #content h2.products-related-header:after {
    max-width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail .basic-description {
  max-width: 100vw;
  overflow: auto;
  width: 33.3333%;
  color: rgba(56, 60, 67, 0.9);
  padding: 0 20px;
}
@media only screen and (max-width: 1200px) {
  .type-detail .basic-description {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .type-detail .basic-description {
    width: 100%;
  }
}
.type-detail .basic-description > h3:first-child {
  font-size: 1.7em;
  font-family: 'Poppins';
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 25px;
}
.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: #141414;
  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: #333;
}
.type-detail .contact-banner .top-navigation-contacts a .open-time {
  display: block;
  font-size: 0.8em;
}
.type-detail .contact-banner .photo img {
  max-width: 110px;
  max-height: 110px;
}
.type-detail #ratingTab {
  /* &:before {
      content: 'Hodnocení';
      font-size: 2.3em;
      font-weight: 600;
      display: block;
      margin-bottom: 25px;
      color: #343434;

      @media @tablet-port {
        font-size: 1.5em;
      }
    }
*/
}
.type-detail #ratingTab .votes-wrap {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
}
.type-detail .extended-description > h3 {
  font-size: 1.7em;
  font-family: 'Poppins';
  color: #4F4E4E;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
  display: none;
}
.type-detail .extended-description table {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .type-detail .extended-description table {
    margin-top: 60px;
  }
}
.type-detail .extended-description table tr:nth-child(odd) {
  background: #f0f0f0;
}
.type-detail .extended-description table tr a {
  color: #4F4E4E;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 7px 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;
  }
}
.type-detail .p-detail > .benefitBanner {
  display: none;
}
.content-inner {
  max-width: 100%;
}
@media (min-width: 992px) {
  #colorbox .advanced-order .products-block .product:not(.slick-slide) {
    width: 33.33% !important;
  }
}
#colorbox .advanced-order #productsTop {
  display: none !important;
}
#colorbox .advanced-order .extra.step .btn {
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 30px;
}
.products-block.products-alternative > div:nth-child(4n),
.products-block.products-related > 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;
}
@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/hugo/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;
    z-index: 99;
    top: 88px !important;
    right: 10px;
  }
  #header .cart-count:before {
    background-size: 26px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    color: #E33C37;
  }
}
#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: #141414;
}
@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: 700;
  color: #141414;
  letter-spacing: 0.5px;
  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: flex-end;
  /*&:after {
      position: relative;
      width: 10px;
      height: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/hugo/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: #333;
  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: 0;
    right: 0;
    display: flex;
    padding-top: 3px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  #header .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  header .header-top .oblibeneBtn {
    position: fixed;
    top: 43px !important;
    right: 139px !important;
    z-index: 99;
  }
  .fixed-menu-mobile header .header-top .oblibeneBtn {
    top: 12px !important;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    border: none !important;
    position: relative;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  }
  #header .navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 275px;
  }
  #header .oblibeneBtn {
    position: absolute;
    right: 128px;
    transition: 0s;
  }
  #header .oblibeneBtn:before {
    font-size: 28px;
  }
  #header .site-name {
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
  }
  #header .site-name .sublogo {
    margin-top: 10px;
    margin-left: 13.5%;
  }
  #header .site-name .sublogo img {
    max-width: 90%;
    max-height: 88px !important;
  }
  #header .site-name img {
    max-height: 80px !important;
  }
  #header .header-top {
    height: 110px;
    padding: 0 !important;
    position: relative;
    border: none;
    /*&:before {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 1px;
        bottom: 0;
        background: #ededed;
      }*/
  }
  #header .header-top > div {
    flex: auto;
  }
  #header .header-top > div:first-child {
    width: 30%;
  }
  #header .menu-helper {
    top: 118px;
    right: 0;
  }
  #header .menu-helper .splitted.show {
    border-bottom: 1px solid #dadada;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #000;
  }
  #header .menu-helper .menu-level-1 > li.splitted:nth-last-child(3) {
    display: block !important;
  }
  #header #navigation {
    height: 45px;
    transition: none;
    margin: 0 0 7px 0;
    border-bottom: none;
  }
  #header #navigation .dle-veku .menu-level-3 > li {
    display: block;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
  }
  #header #navigation .navigation-in ul li {
    color: #141414;
  }
  #header #navigation .navigation-in ul li a {
    color: #141414;
    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 > li {
    border: none !important;
    margin: 0 12px 0 0;
    padding: 8px 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    text-transform: none;
    padding: 9px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    position: relative;
    letter-spacing: 0.5px;
    color: #141414;
    border: none;
    /*&:first-child {
                > a {
                  padding-left: 0;
                }
              }*/
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {
    display: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #ED1B24;
    background: transparent !important;
    text-decoration: none;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active {
    color: #ED1B24;
    background: transparent !important;
    text-decoration: none;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active b {
    font-weight: 400 !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a b {
    font-weight: 400;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0 0;
    box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.2);
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {
    font-weight: 500;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    /* Docasne upravy */
    /*&:nth-child(n + 2) {
              .menu-level-2 {
                padding: 40px 20px 20px 20px;
                align-items: stretch;

                @media (max-width: 1200px) {
                  max-height: calc(~'100vh - 270px');
                  overflow: auto;
                }

                .submenu-filter-items {
                  width: 19%;
                  border-left: 1px solid #C4C4C4;
                  padding: 0 40px;

                  @media (max-width: 1200px) {
                    width: 30%;
                    padding: 0 30px;
                  }

                  .hidden-items, .hidden-brands {
                    display: none;
                  }

                  .brands {
                    h5 {
                      color: @red;
                      margin-top: 30px;
                    }

                    .show-brands {
                      overflow: auto;
                      max-height: 292px;
                      a {
                        padding: 0;
                        font-size: 0.9em;
                        margin-bottom: 8px;
                        display: block;

                        &:hover {
                          color: @red;
                        }
                      }
                    }
                  }

                  .show-items {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    a {
                      display: inline-block;
                      padding: 6px 12px;
                      background: #DADADA !important;
                      border-radius: 20px;
                      font-size: 0.9em;
                      margin-bottom: 4px;

                      &:hover {
                        background: @red !important;
                        color: #fff !important;
                        text-decoration: none;
                      }
                    }
                  }
                }

                .submenu-top-selling {
                  width: 20%;
                  border-left: 1px solid #C4C4C4;
                  padding: 0 30px;

                  @media (max-width: 1200px) {
                    width: 30%;
                  }

                  .product {
                    text-align: center;

                    .name {
                      font-weight: 700;
                      line-height: 1.3em;
                    }

                    .ratings-wrapper {
                      .availability {
                        font-size: 0.9em;
                      }

                      .p-code {
                        display: none;
                      }
                    }

                    .image {
                      img {
                        width: 150px;
                        height: auto;
                      }
                    }

                    .prices {
                      margin-top: 12px;

                      .price-final {
                        strong {
                          font-weight: 500;
                          font-size: 1.3em;
                        }
                      }
                    }
                  }
                }

                .submenu-main-categories {
                  display: flex;
                  justify-content: flex-start;
                  flex-wrap: wrap;
                  width: 61%;
                  padding-right: 40px;

                  @media (max-width: 1200px) {
                    width: 40%;
                  }

                  > li {
                    width: 50%;

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

                > .submenu-main-categories > li {
                  display: flex;
                  align-items: flex-start;
                  margin-bottom: 28px;

                  .menu-image {
                    padding: 0 15px;

                    img {
                      max-height: 80px;
                      margin-right: 0 !important;
                      max-width: 100px;
                    }
                  }

                  > div {
                    > a {
                      font-size: 1.2em;
                      font-weight: 400;
                      color: #EF3E3A;
                      margin-bottom: 10px;
                      margin-top: 0;
                      padding-left: 0;
                      padding-bottom: 0;
                      padding-top: 0;
                    }

                    > ul {
                      max-height: initial;
                      padding-left: 0;

                      .more-items-trigger {
                        display: none;
                      }

                      > li {
                        margin-right: 4px;

                        > a {
                          color: #000;
                          margin-bottom: 3px;
                          display: inline-block;
                          font-size: 0.95em;
                          padding: 0;

                          &:hover {
                            color: @red;
                          }
                        }
                      }
                    }
                  }

                  &.without-submenu {
                    > div {
                      > a {
                        padding: 0;
                        margin: 27px 0 0 0;
                      }
                    }
                  }
                }
              }
            }*/
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 {
    padding-top: 20px;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li.without-submenu {
    align-items: center;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li.without-submenu > div > a {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li > div > a {
    color: #ED1B24;
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 400;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li .menu-image {
    padding-top: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li > div .menu-level-3 {
    max-height: initial;
  }
  #header #navigation .navigation-in .menu-level-1 > li .menu-level-2 > li > div .menu-level-3 > li a {
    margin-bottom: 3px;
    display: inline-block;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 {
    justify-content: space-between;
    padding: 30px 20px 45px 20px;
    align-items: flex-start;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li {
    flex-direction: column;
    text-align: center;
    width: 16.666%;
    flex-basis: inherit;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li .menu-image {
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li .menu-image img {
    max-width: 120px;
    max-height: 120px;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li > div {
    width: 100%;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li > div > a {
    font-size: 1.2em;
    font-weight: 400;
    color: #EF3E3A;
    margin-bottom: 10px;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li > div > ul {
    max-height: initial;
    display: flex;
    flex-direction: column;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li > div > ul > li {
    font-size: 0;
    line-height: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li > div > ul > li > a {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
    line-height: 1.3em;
  }
  #header .search {
    flex: auto !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: #F1F1F1;
    border-radius: 30px;
    border: 1px solid transparent;
    max-width: 460px;
    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;
    font-size: 0.9em;
    color: #141414;
  }
  #header .search .search-form input::placeholder {
    color: #141414;
  }
  #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: 40px;
    transition: none;
    background: #141414;
    right: -2px;
  }
  #header .search .search-form button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/hugo/img/search.svg?v3);
    background-size: 22px;
    width: 22px;
    height: 22px;
    transition: none;
    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 {
    padding-top: 242px;
  }
  .fixed-menu.in-index {
    padding-top: 202px;
  }
  .fixed-menu.ordering-process {
    padding-top: 202px;
  }
  .fixed-menu .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
  }
  .fixed-menu .top-navigation-bar .top-navigation-contacts,
  .fixed-menu .top-navigation-bar .top-navigation-menu,
  .fixed-menu .top-navigation-bar #google_translate_element,
  .fixed-menu .top-navigation-bar .dropdown {
    display: none !important;
  }
  .fixed-menu .top-navigation-bar .top-nav-button {
    right: 65px;
    top: 11px;
  }
  .fixed-menu .top-navigation-bar .top-nav-button:before {
    background-size: 22px;
  }
  .fixed-menu .breadcrumbs-wrapper .breadcrumbs {
    position: fixed;
    left: calc(50% - 530px);
    z-index: 99;
    top: 8px;
  }
  .fixed-menu #header {
    margin-bottom: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    height: 60px;
  }
  .fixed-menu #header .oblibeneBtn {
    right: 112px;
  }
  .fixed-menu #header #navigation {
    display: none;
  }
  .fixed-menu #header .menu-helper {
    visibility: visible;
    display: block;
    position: absolute !important;
    left: 80px !important;
    top: 15px !important;
    right: initial !important;
  }
  .fixed-menu #header .menu-helper .splitted.show {
    border-bottom: none;
  }
  .fixed-menu #header .menu-helper:after {
    font-size: 30px;
  }
  .fixed-menu #header .menu-helper .menu-level-1 {
    left: -50px;
    margin-top: 13px;
    border-top: none;
  }
  .fixed-menu #header .menu-helper .menu-level-1 > li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
  }
  .fixed-menu #header .menu-helper .menu-level-1 > li ul {
    padding-bottom: 7px;
  }
  .fixed-menu #header .menu-helper .menu-level-1 .appended-category {
    display: none;
  }
  .fixed-menu #header .site-name .sublogo,
  .fixed-menu #header .cart-count .cart-price {
    display: none !important;
  }
  .fixed-menu #header .cart-count i {
    display: block;
    position: absolute;
    border-radius: 20px;
    padding-top: 5px;
    font-size: 13px;
    text-align: center;
    padding-left: 4px;
  }
  .fixed-menu #header .header-top {
    height: 60px;
  }
  .fixed-menu #header .search .search-form {
    background: transparent;
    position: absolute;
    right: 172px !important;
    top: 5px;
    margin-right: 0 !important;
  }
  .fixed-menu #header .search .search-form .search-whisperer {
    display: none;
    width: 352px;
  }
  .fixed-menu #header .search .search-form input {
    margin-right: 3px;
    border: 1px solid;
    display: none;
    width: 300px;
  }
  .fixed-menu #header .search .search-form button {
    background: transparent;
  }
  .fixed-menu #header .search .search-form button:before {
    filter: invert(1);
    background-size: 24px;
    width: 24px;
    height: 24px;
  }
  .fixed-menu #header .search .search-form:hover input {
    display: block;
  }
  .fixed-menu #header .search .search-form:hover .search-whisperer.active {
    display: block;
  }
  .fixed-menu #header .site-name {
    margin-top: -3px;
  }
  .fixed-menu #header .site-name img {
    max-height: 46px !important;
  }
  .fixed-menu .popup-widget.cart-widget {
    position: fixed;
    top: 35px !important;
    z-index: 999;
    margin-left: 303px;
  }
  .fixed-menu .popup-widget.login-widget {
    position: fixed;
    top: 42px !important;
    z-index: 999;
    margin-left: 236px !important;
  }
  .fixed-menu #header .menu-helper {
    position: fixed;
    top: 5px;
    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: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      border-color: transparent;
      margin-top: -3px;*/
  }
  .fixed-menu #header #navigation .navigation-in {
    max-width: 1418px !important;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fixed-menu #header #navigation .navigation-in .menu-level-2 {
    margin-top: -3px;
  }
  .navigation-in > ul > li.ext > a > span {
    display: inline-block;
    top: -1px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  #header .site-name .sublogo {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .site-name .sublogo {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .site-name .sublogo img {
    max-width: 100%;
  }
}
@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: 992px) {
  #header .header-top > div:first-child {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header #navigation .navigation-in .menu-level-1 > li.dle-veku .menu-level-2 > li {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search .search-form {
    margin: 0 14% 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .search .search-form {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .fixed-menu .top-navigation-bar .top-nav-button {
    right: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .fixed-menu .breadcrumbs-wrapper .breadcrumbs {
    left: calc(50% - 440px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .fixed-menu .breadcrumbs-wrapper .breadcrumbs {
    left: calc(50% - 340px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .fixed-menu .popup-widget.cart-widget {
    margin-left: 183px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .fixed-menu .popup-widget.cart-widget {
    margin-left: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fixed-menu .popup-widget.cart-widget {
    top: 60px !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .fixed-menu .popup-widget.login-widget {
    margin-left: 116px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .fixed-menu .popup-widget.login-widget {
    margin-left: -1px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fixed-menu .popup-widget.login-widget {
    top: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .fixed-menu .t-kontakt {
    position: fixed;
    right: 20px;
    top: 12px;
    z-index: 999;
  }
}
@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 .sublogo {
    display: none;
  }
  #header .socials {
    display: none !important;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .search-form {
    position: fixed;
    top: 91px;
    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: #333;
    font-family: Poppins;
    border-color: #333;
  }
  #header .site-name {
    position: fixed;
    left: 20px;
    top: 33px;
    z-index: 99;
    height: 46px;
    transition: 0.3s;
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 52px !important;
    margin-top: 0px !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;
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > ul,
.type-category #content > * {
  order: 0;
}
.type-category #content > h1,
.type-category #content > .category-perex {
  order: -2;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category #filters {
  background: #F0F0F0;
  border-radius: 20px;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .type-category #filters {
    padding: 15px;
  }
}
.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 .filter-section.filter-section-manufacturer {
  display: none !important;
}
.type-category #filters .filter-section h4 .show-tooltip {
  background: transparent;
  border: 1px dotted #ef4747;
  border-radius: 30px;
  color: #ef4747;
  width: 18px;
  height: 18px;
  margin-left: 9px;
  position: relative;
  top: -2px;
}
.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 > 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 > h4 {
    font-size: 1.5em;
  }
}
.type-category #filters #clear-filters {
  text-transform: none;
  font-size: 1.1em;
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters #clear-filters a:after {
  font-size: 12px;
  margin-left: 10px;
}
.type-category #filters .param-filter-top > form:first-child {
  display: none;
}
.type-category #filters h4,
.type-category #filters .param-filter-top:before {
  font-size: 1.2em;
  color: #EF3E3A;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  text-transform: none;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
}
.type-category #filters .param-filter-top:before {
  content: 'Štítky';
  position: relative;
  width: 100%;
  display: block;
}
.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 form form fieldset > div,
.type-category #filters .param-filter-top form fieldset > div {
  max-width: initial;
  min-width: initial;
}
.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 > div {
  margin: 6px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters .filter-section {
  margin-bottom: 30px;
  margin-right: 50px;
}
.type-category #filters .filter-section.filter-section-parametric-id-360 {
  order: -3;
  display: inline-block !important;
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
  color: #777777;
  padding-right: 7px;
  line-height: 1.2em;
}
.type-category #filters input[type="checkbox"] + label.disabled,
.type-category #filters input[type="radio"] + label.disabled {
  opacity: 0.5;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 22px;
  height: 22px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters input[type="checkbox"]:checked + label {
  font-weight: 400;
}
.type-category #filters input[type="checkbox"]:checked + label:before {
  border-color: #dadada;
}
.type-category #filters input[type="checkbox"]:checked + label:after {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/filters-check.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 14px;
  height: 12px;
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}
.type-category #filters .slider-wrapper {
  display: none;
}
.type-category #filters #category-filter-hover {
  display: flex;
  flex-wrap: wrap;
}
.type-category #filters #category-filter-hover .filter-section-count {
  width: 100%;
  margin-bottom: 0;
}
.type-category #filters #category-filter-hover .filter-section-boolean,
.type-category #filters #category-filter-hover .separator {
  order: -1;
}
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 {
  order: -2;
}
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 {
  order: -3;
}
.type-category #filters #category-filter-hover .show-more {
  width: 100%;
  color: #ED1B24;
  text-align: center;
  order: -1;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  justify-content: center;
  cursor: pointer;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .type-category #filters #category-filter-hover .show-more {
    order: 999;
    margin-top: 0;
  }
}
.type-category #filters #category-filter-hover .show-more:hover {
  text-decoration: underline;
}
.type-category #filters #category-filter-hover .show-more:after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  content: '';
  height: 15px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/filters-arr.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.type-category #filters #category-filter-hover .separator {
  width: 100%;
  display: none;
  height: 30px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/filters-sep.svg);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .type-category #filters #category-filter-hover .separator {
    margin-bottom: 10px;
  }
}
.type-category #filters #category-filter-hover .filter-section {
  display: none;
}
@media only screen and (max-width: 767px) {
  .type-category #filters #category-filter-hover.visible {
    display: flex !important;
  }
}
.type-category #filters #category-filter-hover .filter-section-boolean,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .type-category #filters #category-filter-hover .filter-section-boolean,
  .type-category #filters #category-filter-hover .filter-section-parametric-id-357,
  .type-category #filters #category-filter-hover .filter-section-parametric-id-182,
  .type-category #filters #category-filter-hover .filter-section-parametric-id-360 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .type-category #filters #category-filter-hover .filter-section-boolean,
  .type-category #filters #category-filter-hover .filter-section-parametric-id-357,
  .type-category #filters #category-filter-hover .filter-section-parametric-id-182,
  .type-category #filters #category-filter-hover .filter-section-parametric-id-360 {
    width: 100% !important;
    margin-right: 0;
  }
}
.type-category #filters #category-filter-hover .filter-section-boolean input,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 input,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 input,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 input {
  display: none !important;
}
.type-category #filters #category-filter-hover .filter-section-boolean input + label,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 input + label,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 input + label,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 input + label {
  color: #000;
  padding: 12px 15px;
  border: 1px solid #a8a8a8;
  border-radius: 40px;
}
.type-category #filters #category-filter-hover .filter-section-boolean input + label:not(.disabled):hover,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 input + label:not(.disabled):hover,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 input + label:not(.disabled):hover,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 input + label:not(.disabled):hover {
  border-color: #ED1B24;
}
.type-category #filters #category-filter-hover .filter-section-boolean input + label:before,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 input + label:before,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 input + label:before,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 input + label:before,
.type-category #filters #category-filter-hover .filter-section-boolean input + label:after,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 input + label:after,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 input + label:after,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 input + label:after {
  display: none;
}
.type-category #filters #category-filter-hover .filter-section-boolean input:checked + label,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 input:checked + label,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 input:checked + label,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 input:checked + label {
  border-color: #ED1B24;
  background: #ED1B24;
  color: #fff;
  font-weight: 400;
}
.type-category #filters #category-filter-hover .filter-section-boolean .advanced-filters-wrapper,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 .advanced-filters-wrapper,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 .advanced-filters-wrapper,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 .advanced-filters-wrapper {
  margin: 0 !important;
}
.type-category #filters #category-filter-hover .filter-section-boolean .param-filter-top,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 .param-filter-top,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 .param-filter-top,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 .param-filter-top {
  display: flex;
  flex-wrap: wrap;
}
.type-category #filters #category-filter-hover .filter-section-boolean form fieldset,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 form fieldset,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 form fieldset,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 form fieldset {
  display: flex;
  flex-wrap: wrap;
}
.type-category #filters #category-filter-hover .filter-section-boolean form fieldset > div,
.type-category #filters #category-filter-hover .filter-section-parametric-id-357 form fieldset > div,
.type-category #filters #category-filter-hover .filter-section-parametric-id-182 form fieldset > div,
.type-category #filters #category-filter-hover .filter-section-parametric-id-360 form fieldset > div {
  width: auto;
  min-width: auto;
  margin-right: 12px;
}
.type-category #filters #category-filter-hover.more-shown .show-more:after {
  transform: rotate(-180deg);
}
.type-category #filters #category-filter-hover.more-shown .filter-section {
  display: block;
}
.type-category #filters #category-filter-hover.more-shown .separator {
  display: block;
}
@media only screen and (max-width: 767px) {
  .type-category #filters #category-filter-hover.more-shown .separator {
    order: 99;
    margin-top: 0;
  }
}
.type-category .filter-sections form fieldset > div {
  margin: 4px 0;
  min-width: 50%;
  max-width: 100px;
  width: auto !important;
}
@media only screen and (max-width: 1200px) {
  .type-category .filter-sections form fieldset > div {
    min-width: 160px;
  }
}
.type-category .filter-sections form fieldset > div .filter-count {
  display: none;
}
.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 > 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 main > h4 {
  display: none;
}
.type-category .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #141414;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .type-category .category-perex {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .category-perex p,
  .type-category .category-perex div {
    font-size: 14px;
  }
  .type-category .category-perex p span,
  .type-category .category-perex div span {
    font-size: 14px !important;
  }
}
.type-category .category-perex .our-tip {
  background: #E9E9E9;
  padding: 20px;
  float: right;
  display: inline-block;
  max-width: 480px;
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
  margin-top: -51px;
}
@media only screen and (max-width: 1200px) {
  .type-category .category-perex .our-tip {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .type-category .category-perex .our-tip {
    float: none;
    order: 2;
    margin-top: 10px;
    margin-left: 0;
  }
}
.type-category .category-perex .our-tip h3 {
  margin-top: 5px;
  font-weight: 700;
  color: #D7141A;
  padding-bottom: 13px;
  border-bottom: 2px dotted #D7141A;
}
.type-category .category-perex .our-tip .description {
  width: calc(100% - 158px);
}
@media (max-width: 400px) {
  .type-category .category-perex .our-tip .description {
    width: calc(100% - 113px);
  }
}
.type-category .category-perex .our-tip .description p {
  margin-bottom: 0;
  font-size: 0.95em;
}
.type-category .category-perex .our-tip .photo {
  width: 145px;
  margin-left: 13px;
}
@media (max-width: 400px) {
  .type-category .category-perex .our-tip .photo {
    width: 100px;
  }
}
.type-category .category-perex .our-tip .photo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.type-category .category-content-wrapper {
  display: flex;
  flex-direction: column;
}
.type-category .category-content-wrapper #filters-wrapper {
  order: -1;
}
.type-category .category-content-wrapper #filters-wrapper #filters {
  margin-bottom: 0;
}
.type-category .category-top > h4 {
  display: none;
}
.type-category #productsTop {
  display: none;
}
.type-category #productsTop.product {
  display: none;
  position: relative;
}
.type-category #productsTop.product .p-in {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.product {
    order: -2;
  }
  .type-category #productsTop.product .p-in {
    padding-left: 0;
  }
}
.type-category #productsTop.product:before {
  position: absolute;
  left: 22px;
  top: 20px;
  color: #fff;
  content: 'Nejprodávanější produkty';
  background: #0078D7;
  padding: 3px 7px;
  border-radius: 20px;
  font-size: 11px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.product:before {
    left: 11px;
    top: 16px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop.product:before {
    font-size: 8px;
  }
}
.type-category #productsTop.product .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: -47px;
  padding: 0 15px;
  position: relative;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.product .slick-dots {
    margin-top: -32px;
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop.product .slick-dots {
    padding: 0 10px;
    margin-top: -40px;
  }
}
.type-category #productsTop.product .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 3px 6px 3px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.product .slick-dots li {
    width: 14px;
    height: 14px;
  }
}
.type-category #productsTop.product .slick-dots li::marker {
  display: none;
}
.type-category #productsTop.product .slick-dots li button {
  display: inline-block;
  opacity: 1;
  width: 18px;
  height: 18px;
  font-size: 0;
  color: transparent;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: none !important;
  background: #efeeee;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.product .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop.product .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none !important;
    background: #efeeee;
  }
}
.type-category #productsTop.product .slick-dots li button:before {
  display: none;
}
.type-category #productsTop.product .slick-dots li.slick-active button {
  background: #C4C4C4;
}
.type-category #productsTop.product .slick-arrow {
  display: none !important;
}
.type-category #productsTop.product .slick-list {
  display: block;
  border: 1px dashed #EF3E3A !important;
  box-sizing: border-box;
  border-radius: 20px;
  padding-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.product .slick-list {
    border-radius: 14px;
    padding-bottom: 0;
  }
}
.type-category #productsTop.product .product {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop.product .product {
    padding-top: 5px !important;
  }
}
.type-category #productsTop.product .product .p .p-in .p-in-in {
  padding-right: 0 !important;
}
.type-category #productsTop.product .product .p .p-in .p-bottom > div {
  flex-direction: row !important;
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop.product .product .p {
    padding-top: 0;
  }
}
.type-category #productsTop.product .product .p .p-in {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop.product .product .name {
    height: 61px;
    display: -webkit-box;
  }
}
.type-category #productsTop.product .product .image {
  width: initial !important;
  height: 308px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .type-category #productsTop.product .product .image {
    height: 248px;
  }
}
@media (max-width: 1200px) {
  .type-category #productsTop.product .product .image {
    height: 189px;
  }
}
@media only screen and (max-width: 992px) {
  .type-category #productsTop.product .product .image {
    height: 193px;
  }
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.product .product .image {
    height: 40vw;
  }
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop.product .product .image {
    align-items: flex-start;
  }
}
@media (max-width: 350px) {
  .type-category #productsTop.product .product .image {
    height: 125px;
  }
}
.type-category #productsTop.product .product .image img {
  width: 150px;
  height: auto;
}
.type-category #productsTop.product .product.slick-slide {
  height: auto;
}
.type-category .filters-wrapper {
  order: -1 !important;
}
.type-category .subcategories {
  margin-bottom: 0px;
  order: -1 !important;
  justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories {
    align-items: flex-start;
  }
}
.type-category .subcategories li {
  width: 16.666%;
  padding: 7px;
}
@media only screen and (max-width: 1200px) {
  .type-category .subcategories li {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li {
    padding: 0;
  }
}
.type-category .subcategories li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 7px;
  background: transparent;
  border: none;
  text-align: center;
  border-radius: 0px;
  color: #ED1B24;
  font-size: 1em;
  padding: 5px;
  height: auto;
  border: 1px solid transparent;
  margin-bottom: 30px;
}
.type-category .subcategories li a .image {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-category .subcategories li a .image img {
  max-height: 60px;
}
.type-category .subcategories li a .text {
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 1.1em;
  padding: 0;
  text-overflow: initial;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a .text {
    font-size: 1em;
    line-height: 1.2em;
    width: 100%;
  }
}
.type-category .subcategories li a:hover .text {
  color: #ED1B24;
  text-decoration: underline;
}
.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 {
  position: relative;
  padding: 10px 13px 10px 13px !important;
  transition: 0.3s;
  border: none !important;
  transform: scale(1);
  transform-origin: center;
  border-right: none;
  margin-bottom: 40px;
  /*.p-in {
      position: relative;
    }*/
}
.products-block .product:nth-child(even),
.products-block .product:nth-child(4n) {
  border-right: none !important;
  border-right-style: none !important;
}
@media only screen and (max-width: 767px) {
  .products-block .product:nth-child(even),
  .products-block .product:nth-child(4n) {
    border-right: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product {
    padding: 10px 5px 10px 5px !important;
  }
  .products-block .product:first-child {
    order: -2;
  }
}
.products-block .product:not(.slick-slide) {
  width: 25% !important;
}
@media only screen and (max-width: 992px) {
  .products-block .product:not(.slick-slide) {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product:not(.slick-slide) {
    width: 50% !important;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product:not(.slick-slide) {
    /*width: 100% !important;
        border: none;*/
    padding: 10px 5px !important;
  }
}
.products-block .product > .p {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .products-block .product > .p {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product > .p {
    padding-top: 6px;
  }
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translatex(-50%);
}
.products-block .product .flag-discount {
  margin-left: 0;
}
.products-block .product .p-code {
  display: none;
}
.products-block .product:hover {
  z-index: 9;
  /*
      > .p {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-color: transparent;
      }*/
}
.products-block .product.slick-slide {
  padding: 0 10px;
}
.products-block .product .category-appendix {
  display: none !important;
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags .flag {
  font-weight: 400;
  padding: 5px 7px;
  border-radius: 20px;
  font-size: 11px;
  text-transform: none;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags .flag {
    padding: 5px 12px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .flags .flag {
    padding: 5px 12px 5px 12px;
    font-size: 8px;
  }
}
.products-block .product .flags-extra {
  right: 0;
  width: auto;
}
.products-block .product .flags-extra .flag-discount {
  background: #c3e5f1;
}
.products-block .product .flags-extra .flag-discount span {
  color: #2c9cdb;
}
.products-block .product .flags-extra .flag-discount .price-save {
  font-size: 1.2em;
  margin-top: 4px;
}
.products-block .product .flags-extra .flag {
  padding: 0;
}
.products-block .product .flags-extra .flag-freeshipping {
  transform: scale(0.6);
}
.products-block .product .stars {
  margin-bottom: 10px;
}
.products-block .product .p {
  position: relative;
}
.products-block .product .p .name {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  padding-top: 15px;
  color: #141414;
  letter-spacing: 0;
  text-decoration: none;
  min-height: 58px;
  height: 58px;
  margin: 0 auto 5px auto;
  display: flex;
  align-items: self-start;
  justify-content: center;
  max-width: 240px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p .name {
    overflow: visible;
    font-size: 1em;
    line-height: 1.1em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 61px;
  }
}
.products-block .product .ratings-wrapper {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  top: 0;
  min-height: 20px;
  padding-bottom: 0;
}
.products-block .product .availability {
  font-size: 14px;
  flex: unset;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  float: right;
  padding: 0;
  background: transparent;
  border-radius: 5px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .availability {
    font-size: 12px;
  }
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .widget-parameter-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.8em;
}
.products-block .product .p-desc {
  text-align: center;
  font-size: 11px;
  color: #141414;
  order: 3;
  max-width: 200px;
  display: none;
}
.products-block .product .prices {
  order: 2;
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}
.products-block .product .prices .price-additional {
  display: none;
}
.products-block .product .prices .price,
.products-block .product .prices .price strong {
  text-transform: none;
}
.products-block .product .prices .price-final {
  margin-bottom: 7px;
  margin-top: 7px;
}
.products-block .product .prices .price-final strong {
  font-weight: 500;
  color: #141414;
  font-size: 1.4em;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-final strong {
    font-size: 1.2em;
  }
}
.products-block .product .prices .old-price {
  order: 1;
  color: #141414;
  font-size: 0.8em;
  text-decoration: line-through;
  margin-bottom: 3px;
}
.products-block .product .prices .price-save {
  background: transparent;
  color: #141414;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 5px 3px 5px;
  font-size: 1em;
  margin-right: 8px;
}
.products-block .product .stars-placeholder {
  position: absolute;
  top: -11px;
}
.products-block .product a {
  border: none;
}
.products-block .product a img {
  border: none;
}
.products-block .product button,
.products-block .product .btn {
  width: 100%;
  height: 38px;
  color: #141414;
  background: transparent;
  display: flex;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #141414;
  justify-content: center;
  line-height: 1;
  padding-top: 4px;
  font-weight: 700;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product button,
  .products-block .product .btn {
    opacity: 1;
  }
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #141414;
  color: #fff;
}
.products-block .product button:hover:before,
.products-block .product .btn:hover:before {
  filter: invert(1) brightness(3);
}
.products-block .product button:before {
  font-size: 20px;
  /* float: right; */
  display: inline-block;
  content: '';
  margin-right: -5px;
  width: 16px;
  order: 2;
  height: 16px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/arr-right.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0px;
  margin-left: 6px;
}
.products-block .product .p-bottom > div {
  flex-direction: column;
  align-items: center;
}
.products-block .product .p-tools {
  order: 3;
  width: 100%;
}
.products-block .product:hover button,
.products-block .product:hover .btn {
  opacity: 1;
}
.products {
  /*@media (max-width: 1250px) {
    &.slick-slider {
      padding-bottom: 40px !important;
    }

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

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

  @media (max-width: 400px) {
    .slick-arrow {
      bottom: 13px;
    }
  }*/
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 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: -30px;
  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/hugo/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/hugo/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 > div {
  font-size: 14px;
  color: #141414;
  padding-right: 0;
}
#category-header > div strong {
  font-weight: 400;
}
.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;

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

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

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

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

  > 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;

    &: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;

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

    &.hovered {
      height: auto;
    }
  }
}*/
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #333 !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;

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

    &:hover {
      box-shadow: none;
      border-color: #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: #141414;
  padding: 10px 30px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif !important;
  border-color: #ED1B24;
}
.pagination-wrapper .load-products:hover {
  background-color: #ED1B24;
  color: #fff;
  border-color: #ED1B24;
}
.pagination-wrapper .pagination a {
  color: #141414;
}
.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);
}
@media only screen and (max-width: 767px) {
  .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: -5px !important;
    margin-top: 10px !important;
    background: transparent !important;
    overflow: visible;
  }
  .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;
    /* &:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*/
  }
  .category-header > div {
    padding: 0 0 0 25px !important;
    color: #b0b2b3;
    letter-spacing: 0.5px;
    flex: inherit;
  }
  .category-header fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    width: 186px;
    padding-top: 44px;
    height: 43px;
    z-index: 3;
    background: transparent;
    position: relative;
    border: none;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
    padding-left: 12px;
  }
  .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: 500;
    background: transparent;
    text-align: left !important;
  }
  .category-header fieldset label:hover {
    color: #333 !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: transparent !important;
    color: #141414 !important;
    top: 0;
    left: 0;
    border-radius: 25px !important;
    letter-spacing: 0;
    width: 100%;
    height: 44px;
    z-index: 1;
    padding-left: 12px !important;
    padding-top: 10px !important;
  }
  .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: #333;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 480px) {
  .category-header form {
    width: 100%;
  }
}
/*
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -90px;
  padding-left: 220px;

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

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

  a {
    width: 189px !important;
    background: #fafafa !important;
    color: #000 !important;
    border: 1px solid #ECECEC !important;
    text-transform: none;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    letter-spacing: 0.5px;

    &: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/hugo/img/arrow-down.svg);
      background-size: 8px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 3px;
      margin-bottom: -2px;
    }

    &:hover {
      box-shadow: none;
      border-color: @green !important;
      background: #fafafa !important;
    }
  }
}*/
.category-header {
  background: transparent;
  margin-top: 15px;
  margin-bottom: 5px;
  align-items: flex-start;
}
.category-header input[type="radio"]:checked + label {
  font-weight: 700;
  color: #141414;
}
.category-header input + label {
  padding: 0 !important;
  margin-right: 30px !important;
  margin-bottom: 15px;
}
.instagram-line {
  width: 100% !important;
  padding: 30px 0 0px 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;
  color: #141414;
  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 > a {
  width: 20%;
  margin: 0;
  padding-bottom: 20%;
  height: auto;
  margin-bottom: 0 !important;
}
.instagram-line .instagram-widget > a:nth-child(n+7) {
  display: none;
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget > 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 > span {
  display: flex;
  position: relative;
  padding: 0 25px;
  align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  width: 100%;
  height: 50px;
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:after {
  width: 100vw;
  height: 4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/title-bg.svg);
  background-size: 441px;
  background-repeat: repeat;
  background-position: left 4px center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 1418px;
  z-index: -2;
}
@media (max-width: 1300px) {
  .instagram-line .instagram-widget .instagram-follow-btn > span:after {
    max-width: calc(100vw - 40px);
  }
}
@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: #141414 !important;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  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: #f1f3f7;
    padding-left: 0;
    width: 100% !important;
    right: -100% !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
  }
  #navigation .navigation-in {
    background: #f1f3f7;
  }
  #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 > li {
    order: 2;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    order: 1;
    display: none;
  }
  #navigation ul.menu-level-1 .submenu-top-selling,
  #navigation ul.menu-level-1 .submenu-filter-items {
    display: none;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f3f7;
    z-index: 9;
    top: 52px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: transparent !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -50px;
    background: #f1f3f7;
    width: 50px;
    left: 0;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    left: 12px;
    right: initial;
    width: 20px;
    height: 15px;
    top: 14px;
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: -4px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    margin: 7px 15px 7px 15px !important;
    color: #ed1c24 !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
    font-family: 'shoptet' !important;
    content: '\e90e';
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    background: transparent !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a:after {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li a {
    font-size: 14px;
    margin-left: 35px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    height: 100%;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 21px;
    position: absolute;
    right: 15px;
    color: #141414;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
  }
  #navigation li a {
    padding: 10px 15px !important;
    background: #f1f3f7;
    margin: 4px 15px;
    border-radius: 0;
    color: #141414 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  #navigation li a b {
    font-weight: 500;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
.ordering-process .question-tooltip {
  background: transparent !important;
  border-color: #333 !important;
  color: #000 !important;
}
.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;
  right: 8px;
  top: 15px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .ordering-process .quantity .increase {
    top: 9px !important;
    left: initial;
    right: 7px !important;
  }
}
.ordering-process .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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;
  left: 8px;
  width: 24px;
  top: 15px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .ordering-process .quantity .decrease {
    top: 9px !important;
    right: auto !important;
    left: 7px !important;
  }
}
.ordering-process .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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 .footer-icons {
  display: none;
}
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 > div {
  width: 25%;
  padding: 40px 15px 40px 0 !important;
}
footer .custom-footer > div .banner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    padding: 30px 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    padding: 0px 15px 0px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    width: 100% !important;
    padding-bottom: 15px !important;
    padding-right: 0 !important;
  }
  footer .custom-footer > div img {
    max-width: 100px;
    height: auto;
    margin-bottom: -15px;
  }
  footer .custom-footer > 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: 17px;
  margin-bottom: 22px;
  color: #141414;
  text-transform: none !important;
  font-weight: 700;
  font-size: 1.3em;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
footer h4:before {
  width: 50px;
  height: 1px;
  background: #ED1B24;
  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 li a:hover {
  color: #ED1B24 !important;
  text-decoration: none !important;
}
footer ul span {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  footer .footer-logo {
    display: none;
  }
}
footer .footer-logo img {
  max-width: 250px;
}
footer .contact-box ul li > span::before {
  color: #333;
  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: 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 > img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
footer .contact-box > strong {
  display: block !important;
  margin-bottom: 20px;
}
footer .contact-box .mail:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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/hugo/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/hugo/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/hugo/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 .categories a:hover {
  color: #ED1B24 !important;
  text-decoration: none;
}
footer #categories .topic a {
  background: transparent !important;
  color: #000;
}
footer #categories .topic a:hover {
  color: #ED1B24 !important;
  text-decoration: none;
}
footer #categories .categories .topic > 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 .custom-footer > div.custom-footer__banner75 {
  width: 100% !important;
  padding: 0 !important;
  margin: -15px 0 -1px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.custom-footer__banner75 {
    margin: -55px 0 20px 0;
  }
}
footer .custom-footer > div.custom-footer__banner75:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  content: '';
  background: #F6F6F6;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.custom-footer__banner75 img {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
footer a {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0px;
  font-size: 1em;
  font-weight: 400;
}
footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer a {
    margin-bottom: 8px;
  }
}
footer .custom-footer > div.extended {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.extended {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended {
    width: 100% !important;
  }
}
footer p {
  margin-bottom: 12px;
  font-size: 0.9em;
  letter-spacing: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer p {
    margin-bottom: 8px;
  }
}
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;
  border: none;
}
@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: #333;
  display: inline-block;
  font-weight: 500;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners .footer-banner > a {
  width: 100%;
}
.footer-banners .footer-banner > a img {
  width: 100%;
}
/*.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;

  .slick-dots {
    display: none !important;
  }

  .footer-banner {
    flex: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    padding: 13px;

    @media @tablet-port {
      width: 50% !important;
    }

    @media (max-width: 440px) {
      width: 100% !important;
    }

    !*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*!

    a {
      img {
        transition: @transition;
        opacity: 1;
        min-height: 125px !important;
      }

      .extended-banner-texts {
        transition: 0.3s;
        max-width: 90%;

        .extended-banner-title {
          transition: @transition;
        }
      }

      &:hover {
        .extended-banner-texts {
          background: @mainText !important;

          .extended-banner-title {
            color: #fff !important;
          }
        }
      }
    }
  }

  .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 @desktop {
      left: 10px;
      background-size: 14px;
      background-color: #ccc;
      border-radius: 20px;
      z-index: 3;
    }

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

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

    &:hover {
      opacity: 1;
    }

    &:focus {
      outline: none;
    }
  }

  .slick-track {
    display: flex;
    align-items: center;
  }

  .slick-list {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

    @media @1500-min {
      max-width: 1440px;
    }

    a {
      text-align: center;
      display: block;

      img {
        filter: grayscale(100%);
        display: inline;
        transition: @transition;
      }

      &:hover {
        img {
          filter: none;
          transform: none;
        }
      }

      @media @desktop {
        padding: 10px 20px;
      }
    }
  }
}*/
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
.back-to-top {
  background: #ED1B24;
  order: -1;
  width: 52px;
  height: 52px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .back-to-top {
    margin-top: 20px;
    margin-left: 0;
    width: 40px;
    height: 40px;
  }
  .back-to-top img {
    width: 16px;
  }
}
.back-to-top:hover {
  background: #4F4E4E;
}
.benefitBanner {
  background: #FFFFFF;
  max-width: 1280px;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0px  0px 20px 0px;
  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 0px 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .benefitBanner {
    margin-top: 32px;
  }
}
.benefitBanner .benefitBanner__picture {
  flex: auto;
  justify-content: center;
}
.benefitBanner .benefitBanner__picture img {
  width: auto;
}
.benefitBanner .benefitBanner__item {
  margin: 15px 0;
  position: relative;
  overflow: visible;
  flex: initial !important;
  width: auto;
  width: 20%;
  /* &:before {
      width: 1px;
      height: 68px;
      background: rgba(196, 196, 196, 0.5);
      content: '';
      position: absolute;
      left: -60px;
      top: 50%;
      transform: translateY(-50%);

      @media @desktop {
        display: none;
      }
    }*/
}
@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:first-child:before {
  display: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__data {
  font-size: 1em;
  margin-top: 4px;
  color: #000;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.3em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .languagesMenu {
    position: absolute;
    right: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-contacts,
  .top-navigation-bar .top-navigation-menu {
    display: none !important;
  }
  .top-navigation-bar .top-navigation-contacts {
    display: block !important;
  }
  .top-navigation-bar .top-navigation-contacts .project-email {
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts .project-phone {
    width: 120px;
    display: flex;
    position: fixed;
    top: 3px;
    left: 23px;
    color: #fff;
    transition: 0.3s;
  }
  .top-navigation-bar .top-navigation-contacts .project-phone span:first-child {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    text-decoration: underline;
  }
  .top-navigation-bar .top-navigation-contacts .project-phone:before {
    font-size: 14px;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.paxio-merkur) #header .cart-count {
    top: 38px !important;
  }
}
@media only screen and (max-width: 767px) {
  #google_translate_element {
    display: block;
    position: fixed;
    right: 22px;
    top: 3px;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 480px) {
  #google_translate_element {
    width: 115px;
    overflow: hidden;
  }
  #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
    border: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar {
    border-bottom: none;
    padding: 6px 0;
    border: none;
    background: #1A1A1A;
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #141414;
    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/hugo/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: #141414;
    transition: 0s;
    text-transform: none;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    right: 185px;
    top: 75px;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/hugo/img/user.svg?v2);
    background-size: 24px;
    width: 27px;
    height: 27px;
    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: #333;
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
  .top-navigation-bar .language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/hugo/img/globe.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    font-size: 0.9em;
    padding: 0 4px;
    font-weight: 500;
  }
  .top-navigation-bar .dropdown {
    margin-right: 15px;
    display: flex;
    align-items: center;
  }
  .top-navigation-bar .dropdown > span {
    display: none;
  }
  .top-navigation-bar .dropdown button {
    font-weight: 600;
    color: #fff;
  }
  .top-navigation-bar .dropdown .caret {
    color: #fff;
    font-size: 12px;
  }
  .top-navigation-bar .dropdown .caret:before {
    font-size: 10px;
    margin-top: -5px;
    right: 5px;
  }
  .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;
    /*&:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .container > div {
    flex: auto;
  }
  .top-navigation-bar .top-navigation-menu {
    padding-right: 25px;
    /*max-width: 450px;*/
    display: inline-block !important;
    margin-left: auto;
    background: transparent;
  }
  .top-navigation-bar #google_translate_element {
    margin-right: 0;
    display: block;
    order: 2;
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 20px;
    max-width: 225px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
  .top-navigation-bar .top-navigation-tools a {
    color: #141414;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-tools a:hover {
    color: #333;
  }
  .top-navigation-bar .top-navigation-tools .register-btn {
    margin-left: 20px;
  }
  .top-navigation-bar .top-navigation-tools .register-btn:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/hugo/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-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #141414;
    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: right;
  }
  .top-navigation-bar .top-navigation-bar-menu li:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu li a {
    text-transform: none;
    color: #fff;
    font-size: 13px;
    padding: 4px 13px;
    font-weight: 300;
  }
  .top-navigation-bar .top-navigation-bar-menu li a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .top-navigation-bar .top-navigation-contacts {
    flex: 0 0 !important;
    flex-basis: 50% !important;
    background: transparent;
  }
  .top-navigation-bar .top-navigation-contacts > .pretext {
    display: inline-block !important;
    margin-right: 5px;
    color: #fff;
    font-weight: 600;
  }
  .top-navigation-bar .top-navigation-contacts .red-link {
    color: #ED1B24;
    padding-left: 25px;
  }
  .top-navigation-bar .top-navigation-contacts .red-link.first {
    margin-left: 25px;
    border-left: 1px solid #ccc;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #141414;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #333;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #141414;
    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/hugo/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: #ED1B24 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    padding-right: 40px;
  }
  .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/hugo/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: 0px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone .open-time {
    opacity: 1;
    font-size: 13px;
    color: #fff !important;
    font-weight: 300;
    margin-left: 10px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover > span:first-child {
    text-decoration: underline;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-nav-button {
    right: 200px;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 767px) {
  .top-navigation-bar #google_translate_element {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .top-navigation-tools {
    flex-basis: 35% !important;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-tools .register-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .top-navigation-contacts {
    flex-basis: 21% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .top-navigation-contacts .red-link {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .top-navigation-contacts a > span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    margin-top: 30px;
    height: 60px;
    transition: 0.3s;
  }
  .top-navigation-bar:before {
    width: 100%;
    height: 30px;
    background: #000;
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 168px;
    top: -25px;
  }
  .top-navigation-bar .dropdown button {
    color: #fff;
    padding-right: 12px;
    font-size: 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: 9px;
    padding-bottom: 5px;
    justify-content: flex-end;
    padding-right: 45px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"] {
    margin-right: 2px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #141414;
    font-weight: 600;
    margin-top: 0;
    font-size: 22px;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 35px;
    right: initial;
    left: 80px;
    width: 50px;
    height: 50px;
    color: #141414;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 26px;
    color: #141414;
  }
  .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/hugo/img/user.svg?v2);
    background-size: 22px;
    width: 22px;
    height: 24px;
    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;
  }
  .top-navigation-bar .container > div.top-navigation-tools--language {
    justify-content: flex-end;
  }
  .fixed-menu-mobile .top-navigation-bar .top-navigation-contacts .project-phone {
    top: -30px;
  }
  .fixed-menu-mobile .top-navigation-bar {
    margin-top: 0;
  }
  .fixed-menu-mobile .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    top: 5px;
  }
  .fixed-menu-mobile header .site-name {
    top: 3px !important;
  }
  .fixed-menu-mobile header .search-form {
    top: 60px !important;
  }
  .fixed-menu-mobile #google_translate_element {
    top: -30px;
  }
  body.fixed-menu-mobile:not(.paxio-merkur) #header .cart-count {
    top: 8px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .top-navigation-bar .dropdown {
    right: 147px;
  }
}
.sidebar .filters-wrapper:before,
.type-category .sidebar .filters-wrapper:before {
  position: relative;
  content: 'Filtry';
}
.sidebar .sidebar-inner,
.type-category .sidebar .sidebar-inner {
  padding-right: 30px !important;
}
.sidebar #filters,
.type-category .sidebar #filters {
  padding: 15px;
}
.sidebar #filters .param-filter-top,
.type-category .sidebar #filters .param-filter-top {
  padding: 0;
  background: transparent !important;
}
.sidebar #filters .filter-sections form fieldset > div,
.type-category .sidebar #filters .filter-sections form fieldset > div {
  margin: 0;
}
.sidebar h4,
.type-category .sidebar h4,
.sidebar #filters h4,
.type-category .sidebar #filters h4,
.sidebar .sidebar-inner > div h4,
.type-category .sidebar .sidebar-inner > div h4,
.sidebar .filters-wrapper:before,
.type-category .sidebar .filters-wrapper:before {
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
  display: block;
  color: #000;
  border: none;
  font-size: 14px !important;
  padding: 0;
}
.sidebar .filter-sections form fieldset label,
.type-category .sidebar .filter-sections form fieldset label {
  padding-top: 1px;
  padding-bottom: 1px;
}
.sidebar .top-products,
.type-category .sidebar .top-products {
  padding: 5px 15px !important;
}
.sidebar #categories,
.sidebar #filters,
.sidebar .box-onlinePayments p,
.sidebar .box-login form,
.sidebar .top-products,
.sidebar .box.client-center-box,
.sidebar .box-articles ul,
.sidebar .banner ul,
.sidebar .box-newsletter form,
.sidebar .box-productRating .rate-wrapper,
.sidebar .box-cartButton .cart-overview,
.sidebar .box-poll,
.sidebar .box-section1,
.sidebar .search form,
.sidebar .box-contact .contact-box ul {
  border: 1px solid #dfdfdf !important;
  border-radius: 5px;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 0;
  background: transparent;
}
.box.box-sm.box-filters {
  padding: 0;
}
.type-category #filters #clear-filters a {
  margin-bottom: 0 !important;
}
body {
  font-family: 'Poppins', sans-serif !important;
}
.site-msg.information {
  background: #0078D7;
  color: #fff;
}
.site-msg.information .close:before,
.site-msg.information .close:after {
  background: #fff;
}
.site-msg.information strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .site-msg.information {
    z-index: 9999999999;
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) {
  .site-msg.information {
    position: relative;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 9px;
    font-size: 0.9em;
    border: none;
  }
}
.site-msg.cookies {
  background: rgba(56, 60, 67, 0.5);
  color: #fff;
}
.site-msg.cookies a {
  color: #fff;
}
.site-msg.cookies .btn {
  padding: 6px 25px;
  border: none;
  background: #141414;
}
.site-msg.cookies .btn:hover {
  background: #ED1B24;
}
@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: 1418px;
    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: 125px;
  }
  .admin-logged.site-msg-show .popup-widget.cart-widget {
    top: 160px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
  .admin-logged.site-msg-show .popup-widget.login-widget {
    top: 170px;
  }
  .popup-widget.cart-widget {
    top: 100px;
  }
  .popup-widget.login-widget {
    top: 105px;
  }
}
@media only screen and (min-width: 768px) {
  body.site-msg-show .cart-widget {
    top: 135px;
  }
  body.site-msg-show .login-widget {
    top: 145px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 165px !important;
    margin-top: 0 !important;
  }
  .fixed-menu .popup-widget {
    top: 165px !important;
    margin-top: 0 !important;
  }
}
.hp-kategorie-ikony {
  width: 100%;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .hp-kategorie-ikony {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hp-kategorie-ikony {
    padding-top: 0;
  }
}
.hp-kategorie-ikony .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hp-kategorie-ikony .news-wrapper .news-item {
  width: 14.28%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .hp-kategorie-ikony .news-wrapper .news-item {
    width: 25%;
    padding-bottom: 0;
  }
}
.hp-kategorie-ikony .news-wrapper .news-item .image {
  width: 80px;
  margin: 0 0 15px 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .hp-kategorie-ikony .news-wrapper .news-item .image {
    width: 60px;
    height: 60px;
  }
  .hp-kategorie-ikony .news-wrapper .news-item .image img {
    max-height: 60px;
    max-width: 60px;
  }
}
.hp-kategorie-ikony .news-wrapper .news-item time,
.hp-kategorie-ikony .news-wrapper .news-item .description {
  display: none;
}
.hp-kategorie-ikony .news-wrapper .news-item .text .title {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  word-break: break-word;
  line-height: 1.2em;
}
@media only screen and (max-width: 992px) {
  .hp-kategorie-ikony .news-wrapper .news-item .text .title {
    font-size: 1em;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-kategorie-ikony .news-wrapper .news-item .text .title {
    font-size: 0.9em;
  }
}
.hp-kategorie-ikony .news-wrapper .news-item .text .title:hover {
  color: #ED1B24;
  text-decoration: none;
}
.hp-kategorie-ikony .news-wrapper .news-item .image:hover + .text .title {
  color: #ED1B24;
}
.ordering-process #content {
  margin-top: 20px;
}
.ordering-process .podpis {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ordering-process .top-navigation-bar .top-nav-button {
    right: 5px;
  }
}
.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 > a {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating > a {
    width: 100%;
    margin-top: 20px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a:nth-child(n + 5) {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info {
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author,
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author + i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-date {
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-description {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product:hover {
  color: #333;
}
.type-index .homepage-box.welcome-wrapper {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper {
    padding-top: 0;
  }
}
@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: 110px;
  }
  .popup-widget {
    top: 90px !important;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
  .fixed-menu-mobile .popup-widget {
    top: 60px !important;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 460px) {
  /*.top-navigation-bar {
    .dropdown {
      font-size: 0.9em;
      right: 167px;
    }

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

      a {
        width: 35px;
      }
    }
  }*/
  /*#header .site-name {
    left: 11px;

    img {
      max-height: 20px !important;
      top: 6px;
      position: relative;
    }
  }*/
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 222px;
  }
  .popup-widget.login-widget {
    margin-left: 115px !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: -3px !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) {
  .popup-widget.login-widget {
    margin-left: -123px !important;
  }
  #header .search {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .search {
    max-width: 240px;
  }
  #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: #141414;
  text-decoration: underline;
  /*&:first-of-type {
            &::marker {
              display: none;
              visibility: hidden;
              color: transparent;
            }
          }*/
}
.categories-banners-line .banner-wrapper .category-banner .links a:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #141414;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #333;
}
.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/hugo/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 > .banner-wrapper > .small-banner {
  display: none;
}
.homepage-box.welcome-wrapper .container {
  padding: 0 !important;
}
.welcome {
  background: #F4F4F4;
}
@media only screen and (max-width: 767px) {
  .welcome {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .welcome {
    margin-top: 0;
  }
}
.welcome .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto !important;
}
.welcome .row > div {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  margin: auto 0;
}
@media only screen and (max-width: 992px) {
  .welcome .row > div {
    width: 100%;
  }
  .welcome .row > div > img {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome .row > div {
    padding: 0 !important;
  }
}
.welcome .row > div:first-child {
  padding: 20px 60px;
}
@media only screen and (max-width: 992px) {
  .welcome .row > div:first-child {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .welcome .row > div {
    height: 100%;
  }
}
.welcome .row > div h2 {
  font-size: 1.7em;
  color: #000;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}
.welcome .row > div .branches {
  margin-top: 35px;
}
.welcome .row > div .branches > div {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  color: #ED1B24;
  margin: 0 0 18px 0;
}
.welcome .row > div .branches > div:last-child {
  margin-bottom: 0;
}
.welcome .row > div .branches > div > div {
  margin: 0;
}
.welcome .row > div .branches > div > div strong {
  color: #000;
  display: block;
  font-size: 1.3em;
  margin-top: 3px;
}
.welcome .row > div .branches > div img {
  width: auto;
  margin-right: 20px;
}
.welcome div {
  max-width: 100%;
  padding: 0;
}
.welcome div img {
  width: 100%;
  height: auto;
}
.welcome div h1 {
  font-weight: 700;
  font-size: 2.4em;
  text-align: left;
  color: #4F4E4E;
  margin: 0 0 35px 0;
}
@media (max-width: 1440px) {
  .welcome div h1 {
    margin-top: 0;
  }
}
@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 p {
  line-height: 1.7em;
  color: #141414;
  font-size: 1em;
}
.welcome div .button {
  border: none;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #4F4E4E;
  text-align: center;
  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/hugo/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.welcome div .button:hover {
  background: #333;
}
.welcome div ul {
  padding: 0;
  color: #141414;
  margin: 30px 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/hugo/img/check.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 6px;
  content: '';
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #carousel,
  .body-banners,
  .footer-banners,
  .next-to-carousel-banners {
    margin-bottom: 0;
  }
}
#carousel .carousel-control:before,
.body-banners .carousel-control:before,
.footer-banners .carousel-control:before,
.next-to-carousel-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,
.next-to-carousel-banners .carousel-control.right:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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,
.next-to-carousel-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,
.next-to-carousel-banners .carousel-control.left:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/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,
.next-to-carousel-banners .carousel-control.left:hover:before {
  background-color: #fff;
}
#carousel .item > img,
.body-banners .item > img,
.footer-banners .item > img,
.next-to-carousel-banners .item > img,
#carousel .banner-wrapper > img,
.body-banners .banner-wrapper > img,
.footer-banners .banner-wrapper > img,
.next-to-carousel-banners .banner-wrapper > img,
#carousel .footer-banner > img,
.body-banners .footer-banner > img,
.footer-banners .footer-banner > img,
.next-to-carousel-banners .footer-banner > img,
#carousel .item > a > img,
.body-banners .item > a > img,
.footer-banners .item > a > img,
.next-to-carousel-banners .item > a > img,
#carousel .banner-wrapper > a > img,
.body-banners .banner-wrapper > a > img,
.footer-banners .banner-wrapper > a > img,
.next-to-carousel-banners .banner-wrapper > a > img,
#carousel .footer-banner > a > img,
.body-banners .footer-banner > a > img,
.footer-banners .footer-banner > a > img,
.next-to-carousel-banners .footer-banner > a > img {
  min-height: 330px;
  object-fit: cover;
}
#carousel .item .extended-banner-texts,
.body-banners .item .extended-banner-texts,
.footer-banners .item .extended-banner-texts,
.next-to-carousel-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,
.next-to-carousel-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,
.next-to-carousel-banners .footer-banner .extended-banner-texts {
  left: 30px;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  bottom: 30px;
  top: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 25px 25px 25px;
  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,
.next-to-carousel-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,
.next-to-carousel-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,
.next-to-carousel-banners .footer-banner .extended-banner-texts:empty {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #carousel .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  .footer-banners .item .extended-banner-texts,
  .next-to-carousel-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,
  .next-to-carousel-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,
  .next-to-carousel-banners .footer-banner .extended-banner-texts {
    max-width: calc(100% - 60px);
  }
}
#carousel .item .extended-banner-texts.empty,
.body-banners .item .extended-banner-texts.empty,
.footer-banners .item .extended-banner-texts.empty,
.next-to-carousel-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,
.next-to-carousel-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,
.next-to-carousel-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,
  .next-to-carousel-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,
  .next-to-carousel-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,
  .next-to-carousel-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,
.next-to-carousel-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,
.next-to-carousel-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,
.next-to-carousel-banners .footer-banner .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000;
  padding-left: 0;
  font-size: 1.1em;
  text-transform: none;
  padding-top: 0;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 10px;
  max-width: 100%;
}
#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,
.next-to-carousel-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,
.next-to-carousel-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,
.next-to-carousel-banners .footer-banner .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000;
  font-size: 1.8em;
  font-weight: 700;
  margin: 5px 0 0 0;
  line-height: 1.3em;
  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,
  .next-to-carousel-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,
  .next-to-carousel-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,
  .next-to-carousel-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.5em;
  }
}
#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,
.next-to-carousel-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,
.next-to-carousel-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,
.next-to-carousel-banners .footer-banner .extended-banner-texts .extended-banner-link {
  position: relative !important;
  box-shadow: none;
  border: none;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 20px;
  text-transform: none;
  background: transparent;
  min-width: inherit;
  text-align: center;
  height: auto;
  letter-spacing: 0.5px;
  border-radius: 5px;
  font-size: 1.1em;
  border: 1px solid #000;
  top: initial !important;
}
#carousel .item .extended-banner-texts .extended-banner-link:hover,
.body-banners .item .extended-banner-texts .extended-banner-link:hover,
.footer-banners .item .extended-banner-texts .extended-banner-link:hover,
.next-to-carousel-banners .item .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
#carousel .footer-banner .extended-banner-texts .extended-banner-link:hover,
.body-banners .footer-banner .extended-banner-texts .extended-banner-link:hover,
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover,
.next-to-carousel-banners .footer-banner .extended-banner-texts .extended-banner-link:hover {
  background: #000;
  color: #fff;
}
#carousel .item .extended-banner-texts .extended-banner-link:hover:after,
.body-banners .item .extended-banner-texts .extended-banner-link:hover:after,
.footer-banners .item .extended-banner-texts .extended-banner-link:hover:after,
.next-to-carousel-banners .item .extended-banner-texts .extended-banner-link:hover:after,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:hover:after,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover:after,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover:after,
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover:after,
#carousel .footer-banner .extended-banner-texts .extended-banner-link:hover:after,
.body-banners .footer-banner .extended-banner-texts .extended-banner-link:hover:after,
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover:after,
.next-to-carousel-banners .footer-banner .extended-banner-texts .extended-banner-link:hover:after {
  filter: invert(1) brightness(3);
}
#carousel .item .extended-banner-texts .extended-banner-link:after,
.body-banners .item .extended-banner-texts .extended-banner-link:after,
.footer-banners .item .extended-banner-texts .extended-banner-link:after,
.next-to-carousel-banners .item .extended-banner-texts .extended-banner-link:after,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:after,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:after,
.footer-banners .banner-wrapper .extended-banner-texts .extended-banner-link:after,
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:after,
#carousel .footer-banner .extended-banner-texts .extended-banner-link:after,
.body-banners .footer-banner .extended-banner-texts .extended-banner-link:after,
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:after,
.next-to-carousel-banners .footer-banner .extended-banner-texts .extended-banner-link:after {
  width: 10px;
  height: 10px;
  position: relative;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/arr-right.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.hp-kategorie-boxy {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .hp-kategorie-boxy {
    margin-bottom: 40px;
  }
}
.hp-kategorie-boxy .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.hp-kategorie-boxy .news-wrapper .news-item {
  width: calc(33.333% - 20px);
  margin: 10px;
  background: #f1f1f3;
  position: relative;
  padding: 35px;
}
@media only screen and (max-width: 992px) {
  .hp-kategorie-boxy .news-wrapper .news-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .hp-kategorie-boxy .news-wrapper .news-item {
    width: calc(100% - 20px);
    padding: 20px;
    margin-bottom: 5px;
  }
}
.hp-kategorie-boxy .news-wrapper .news-item .title {
  font-size: 2.2em;
  font-weight: 700;
  color: #D7141A;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .hp-kategorie-boxy .news-wrapper .news-item .title {
    font-size: 1.8em;
  }
}
.hp-kategorie-boxy .news-wrapper .news-item time {
  display: none;
}
.hp-kategorie-boxy .news-wrapper .news-item .description ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.hp-kategorie-boxy .news-wrapper .news-item .description ul a {
  color: #141414;
  margin-bottom: 10px;
  display: block;
  font-size: 1.1em;
}
.hp-kategorie-boxy .news-wrapper .news-item .description ul a:hover {
  text-decoration: underline;
}
.hp-kategorie-boxy .news-wrapper .news-item .description ul li:last-child a {
  margin-bottom: 0;
}
.hp-kategorie-boxy .news-wrapper .news-item .text {
  z-index: 1;
  position: relative;
}
.hp-kategorie-boxy .news-wrapper .news-item .image {
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: auto;
  margin: 0;
  z-index: 0;
  /*@media @tablet-land {
          opacity: 0.5;
        }*/
}
.hp-kategorie-boxy .news-wrapper .news-item .image img {
  width: auto;
  height: auto;
}
/*.body-banners {
  .banner-wrapper {
    > img, > a > img {
      min-height: 200px;
      object-fit: cover;
    }

    .extended-banner-texts {
      bottom: initial;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 5px;

      @media @tablet-min {
        width: 100%;
        max-width: 400px;
      }

      .extended-banner-title {
        font-weight: 700;
        font-size: 1.5em;
      }

      .extended-banner-link {
        background: @greyText;

        &:hover {
          background: @red;
        }
      }
    }
  }
}*/
/*.footer-banners {
  flex-wrap: wrap;
  padding: 0 7px;
  @media @tablet-port {
    display: flex;
    flex-wrap: wrap;
  }

  @media (max-width: 440px) {
    padding: 0;
  }
  .footer-banner {
    > img, > a > img {
      min-height: 100px;
      object-fit: cover;
    }

    .extended-banner-texts {
      bottom: initial;
      top: 50%;
      border-radius: 50px;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: initial;
      display: flex;

      @media @tablet-port {
        padding: 12px 20px !important;
      }

      .extended-banner-title {
        font-weight: 700;
        text-align: center;
        font-size: 1.5em;

        @media @tablet-port {
          font-size: 1.2em;
        }
      }
    }
  }
}*/
.type-page main {
  padding-bottom: 40px;
}
.type-index main {
  overflow: hidden;
}
@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 {
  font-weight: 500;
  color: #141414;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.8em;
  font-weight: 700;
  /* &:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @green;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
h4.homepage-group-title,
.h4.homepage-group-title {
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  color: #141414;
  width: auto;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 25px;
  padding-right: 25px;
  z-index: 0;
  margin-top: 50px;
  margin-bottom: 45px;
  /* @media @tablet-port {
    padding-right: 70px;
  }*/
}
h4.homepage-group-title:before,
.h4.homepage-group-title:before {
  width: 100%;
  height: 50px;
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
h4.homepage-group-title:after,
.h4.homepage-group-title:after {
  width: 100vw;
  height: 4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hugo/img/title-bg.svg);
  background-size: 441px;
  background-repeat: repeat;
  background-position: left 4px center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -2;
}
@media (max-width: 1300px) {
  h4.homepage-group-title:after,
  .h4.homepage-group-title:after {
    max-width: calc(100vw - 40px);
  }
}
.type-page h1 {
  text-align: left;
}
.category-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.4em;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  .category-title {
    font-size: 1.8em;
  }
}
.ordering-process .cart-inner .row {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .banners-row .col-sm-8 {
    width: 64.6%;
  }
  .banners-row .col-sm-4 {
    width: 35.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banners-row .col-sm-8 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banners-row .col-sm-4 {
    width: 50%;
  }
}
#return-to-top {
  bottom: 100px;
}
@media only screen and (max-width: 480px) {
  #return-to-top {
    bottom: 85px;
    right: 14px;
  }
}
