.blog-section {
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 0 80px 0 ;
  background: transparent;
}
@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: 40px;
    margin-top: 30px;
    padding-top: 0;
  }
}
.blog-section .button {
  color: #00b2d0;
  position: relative;
  display: inline-block !important;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-section .button {
    margin-top: 20px;
  }
}
.blog-section .button:hover {
  color: #000;
  background: transparent;
}
.blog-section .h4 {
  margin-top: 20px !important;
  font-size: 2.5em !important;
}
@media only screen and (max-width: 767px) {
  .blog-section .h4 {
    font-size: 2em !important;
  }
}
.blog-section h2 {
  position: relative;
  text-align: center;
  font-size: 2.3em;
  font-weight: 600;
  color: #2f2f30;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .blog-section h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section h2 {
    font-size: 1.6em;
  }
}
.blog-section .button.more {
  padding: 10px 25px;
  border-radius: 4px;
  background: #f26822;
  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: 1372px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper {
    max-width: 1138px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper {
    padding: 0 20px;
    max-width: 970px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper {
    flex-direction: column;
    max-width: 744px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper {
    padding: 0 15px;
  }
}
.blog-section #newsWrapper .news-item {
  display: flex;
  margin-bottom: 0;
  background-color: transparent !important;
  align-items: flex-start;
  flex-direction: column;
  overflow: auto;
  width: 50%;
  max-width: calc(33.33% - 15px);
  z-index: 2;
  position: relative;
  border-radius: 0;
  padding-bottom: 0;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  /*.read-more {
        text-decoration: underline;
        color: @orange;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

        &:hover {
          color: @mainText;
        }
      }*/
}
.blog-section #newsWrapper .news-item:nth-child(n + 4) {
  display: none;
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .news-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .blog-section #newsWrapper .news-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.blog-section #newsWrapper .news-item .description {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.8em;
  color: #0c0c0c;
  max-height: 135px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section #newsWrapper .news-item .description p {
  margin: 0;
}
.blog-section #newsWrapper .news-item .description img {
  display: none;
}
.blog-section #newsWrapper .news-item .text {
  position: relative;
  padding-top: 0;
  /*time {
          font-weight: 500;
          color: #fff;
          font-size: 0.8em;
          letter-spacing: -0.5px;
          margin-top: 5px;
          background: #ef3f3f;
          display: inline-block;
          padding: 7px 15px;
          border-radius: 20px;

          @media @tablet-600 {
            display: none;
          }
        }*/
}
.blog-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text .title {
  font-size: 1.7em;
  font-weight: 400;
  color: #000;
  margin-top: 25px;
  padding-bottom: 0px;
  font-family: "Noto Serif", sans-serif;
  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: #f26822;
}
@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;
}
.blog-section #newsWrapper .news-item .image {
  width: 100%;
  height: 183px;
  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: 60px !important;
  padding-bottom: 60px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: #f26822;
  border: none;
  max-width: 1150px;
  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: 660px;
  z-index: 2;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #fff;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form 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: 70px;
  line-height: 50px;
  position: relative;
  border-radius: 0;
  padding: 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0;
  background: #fff;
  border: none;
}
@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: #9f9f9f;
}
footer .custom-footer > div.extended.newsletter form button {
  left: initial;
  height: 70px;
  top: 0;
  font-weight: 500;
  font-size: 1.1em;
  background: #f26822;
  color: transparent;
  overflow: hidden;
  width: 70px;
  border-radius: 5px;
  right: 7px;
  opacity: 0.5;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/plane.svg) no-repeat center;
  background-size: 30px;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form button {
    width: 110px;
    font-size: 0.8em;
  }
}
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: 1;
  background-color: transparent !important;
  color: transparent !important;
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #fff;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 300;
  margin: 0 !important;
  font-size: 1.8em;
  color: #fff;
  border: none;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 7px;
}
@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 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: #fff;
  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: #f26822;
}
.breadcrumbs-wrapper {
  padding: 0;
  max-width: 100% !important;
  background: transparent;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    margin-bottom: 20px !important;
  }
}
.breadcrumbs-wrapper #navigation-first > span,
.breadcrumbs-wrapper #navigation-first > a {
  padding-left: 0;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1420px;
  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: 972px;
  }
}
/*.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;
  content: '/';
  font-family: 'shoptet';
  color: #939393;
  right: -8px;
  bottom: unset;
  transform: none;
  font-size: 20px;
  font-weight: 600;
  top: 4px;
  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%;
  display: flex;
  margin-right: auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    margin: 0 !important;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners {
    padding-bottom: 25px;
  }
}
.next-to-carousel-banners .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: none !important;
  background-size: 22px !important;
  opacity: 0.5;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .slick-arrow {
    background-size: 18px !important;
  }
}
.next-to-carousel-banners .slick-arrow.slick-disabled {
  opacity: 0.15;
}
.next-to-carousel-banners .slick-arrow:hover {
  opacity: 1;
}
.next-to-carousel-banners .slick-arrow.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 only screen and (max-width: 1200px) {
  .next-to-carousel-banners .slick-arrow.slick-prev {
    bottom: -5px;
    left: 30px;
    top: inherit;
  }
}
.next-to-carousel-banners .slick-arrow.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 only screen and (max-width: 1200px) {
  .next-to-carousel-banners .slick-arrow.slick-next {
    bottom: -20px;
    right: 15px;
    top: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners {
    margin-left: -0.8%;
    margin-right: -0.8%;
  }
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .next-to-carousel-banners {
    flex-direction: column;
    align-items: center;
    margin: 0 0 15px 0 !important;
    width: 100%;
  }
}
.next-to-carousel-banners .banner-wrapper {
  width: 32.33%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 0 !important;
  transition: 0.3s;
  border-radius: 0;
}
@media only screen and (max-width: 600px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  .next-to-carousel-banners .banner-wrapper {
    min-height: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper {
    margin-bottom: 15px;
  }
}
.next-to-carousel-banners .banner-wrapper:hover img {
  opacity: 0.7;
}
.next-to-carousel-banners .banner-wrapper > a {
  display: block;
  width: 100%;
  height: 100%;
}
.next-to-carousel-banners .banner-wrapper .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 only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 25px;
    background: rgba(255, 234, 224, 0.75);
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    /* justify-content: center !important;
        align-items: center !important;
        text-align: center;*/
    padding: 20px;
    background: transparent;
  }
}
@media (max-width: 600px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 20px 20px 20px 50%;
  }
}
@media only screen and (max-width: 350px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 20px 20px 20px 45%;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .button {
  min-width: 145px;
  min-height: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}
.next-to-carousel-banners .banner-wrapper:hover img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}
.next-to-carousel-banners .banner-wrapper:hover .extended-banner-texts .extended-banner-title:after {
  right: -5px;
}
.next-to-carousel-banners .banner-wrapper img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100% !important;
  max-width: 150%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    min-height: 120px !important;
    object-fit: cover;
  }
}
.next-to-carousel-banners .banner-wrapper .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;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-link:hover {
  color: #f26822;
  border-color: #f26822;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-title {
  transition: 0.3s;
  font-size: 1.6em;
  color: #000;
  text-transform: none;
  font-weight: 500;
  position: relative;
  margin: 0;
  line-height: 1em;
  font-family: "Noto Serif", sans-serif;
  text-align: left;
  letter-spacing: 0;
  padding: 0;
  border: none;
  padding-right: 0;
  box-shadow: none;
  width: 100%;
  background: transparent;
  padding-bottom: 7px;
  /*&:after {
        width: 42px;
        height: 42px;
        border-radius: 50px;
        background: @orange;
        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;
        }
      }*/
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-title {
    font-size: 1.5em !important;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-title:before {
  width: 50px;
  height: 1px;
  background: #f26822;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.next-to-carousel-banners .banner-wrapper .extended-banner-title strong {
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-title {
    font-size: 1.3em;
  }
  .next-to-carousel-banners .banner-wrapper .extended-banner-title span {
    font-size: 0.8em;
  }
}
.next-to-carousel-banners .banner-wrapper a:hover .banner-caption h3:after {
  right: -5px;
}
.next-to-carousel-banners .banner-wrapper p {
  font-size: 1em;
  transition: 0.3s;
  font-weight: 500;
  line-height: 1.6em;
  max-width: 400px;
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper p {
    font-size: 0.9em;
    margin: 15px 0;
  }
}
.next-to-carousel-banners .banner-wrapper.big .banner-caption h2,
.next-to-carousel-banners .banner-wrapper.big .banner-caption p {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper.big img {
    min-height: 300px !important;
  }
}
.small-banners-line,
.detail-banners {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px 0;
  margin: 0;
}
@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: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 100%;
  }
}
.small-banners-line .small-banner,
.detail-banners .small-banner {
  display: flex;
  align-items: flex-start;
}
.small-banners-line .small-banner .icon-box,
.detail-banners .small-banner .icon-box {
  margin-right: 10px;
}
.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: 70px;
  }
}
@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.1em;
  letter-spacing: 0;
  color: #0c1833;
  margin: 0 0 1px 0;
  font-weight: 600;
  line-height: 1.2em;
}
.small-banners-line .small-banner .desc-box p,
.detail-banners .small-banner .desc-box p {
  font-size: 0.8em;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #0c1833;
  max-width: 200px;
  line-height: 1.8em;
  margin-top: 10px;
  opacity: 0.9;
}
@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;
}
.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: 20px;
  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;
  }
}
.before-carousel .banners-row > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .before-carousel .banners-row > div {
    padding: 0;
  }
}
@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;
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #f26822;
}
.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: 18px;
  margin-top: 0px;
  display: block;
  font-weight: 500;
  font-family: 'Poppins', sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
    font-size: 13px;
  }
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save:after {
  display: inline-block;
  content: 'oproti běžné ceně';
  margin-right: 2px;
  margin-top: 0px;
  margin-left: 2px;
  position: relative;
  font-weight: 300;
  font-size: 0.7em;
  line-height: 1.3em;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard {
  font-weight: 400;
  display: none;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard span {
  text-decoration: none;
  margin: 0 3px;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
    width: 109px;
    height: 109px;
    padding: 15px;
    /*.price-standard {
              font-size: 1.3em;
              font-weight: 300;
            }

            .price-save {
              font-size: 2.3em;
              font-weight: 300;
              margin-top: 0;
            }*/
  }
}
.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;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  /*order: 0;*/
  margin-top: 20px;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 10px;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #f26822;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header,
.type-detail .p-info-wrapper .p-detail-info {
  order: -1;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header .stars-label,
.type-detail .p-info-wrapper .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
}
.type-detail .p-info-wrapper .p-detail-info {
  order: -2;
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .availability-value {
  font-size: 1.2em;
  padding-top: 0;
  margin-bottom: 30px;
}
.type-detail .p-info-wrapper .detail-parameters {
  margin-bottom: 30px;
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 175px;
  color: #313a43;
}
.type-detail .stars-wrapper .stars-label {
  font-size: 0.8em;
}
.type-detail .flags-default .flag {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
}
@media only screen and (min-width: 1200px) {
  .type-detail .flags-default .flag {
    margin: 0 5px 0 0;
    padding: 7px 9px;
    max-width: 120px;
    font-size: 0.75em !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  }
}
.type-detail .p-detail-inner-header h1 {
  font-size: 2.8em;
  font-weight: 500;
  color: #1b1b1b;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 2em;
  }
}
.type-detail .p-final-price-wrapper.separated {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap {
  margin-bottom: 17px;
  margin-top: 15px;
  padding-left: 30px;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown > span {
  display: none;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown button {
  display: none;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown .dropdown-menu {
  display: flex;
  align-items: center;
  background: transparent;
  margin: 0;
  position: relative;
  border: 2px solid #4db50e;
  border-radius: 5px;
  width: auto;
  min-width: auto;
  box-shadow: none;
  z-index: 1;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown .dropdown-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown .dropdown-menu li a {
  padding: 5px 16px;
  color: #4db50e;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown .dropdown-menu li a:before {
  display: none;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown .dropdown-menu li.active {
  order: -1;
}
.type-detail .p-final-price-wrapper.separated .currency-wrap .dropdown .dropdown-menu li.active a {
  background: #4db50e;
  color: #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 2px 2px 0 2px;
  background: #ededed;
  border-color: #ededed;
}
.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: none;
  color: #000;
  font-size: 1em;
  background: transparent;
  border-right: 2px solid #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  border-color: transparent;
  background: #fff;
}
.type-detail .social-buttons-wrapper .social-buttons iframe,
.type-detail .social-buttons-wrapper .social-buttons .fb_iframe_widget span {
  height: 30px !important;
}
.type-detail .social-buttons-wrapper .social-buttons .close-after {
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail #tab-content {
  /*#variants, #description {
      display: block;
      opacity: 1;
    }

    #variants {
      margin-bottom: 50px;
    }*/
}
.type-detail .social-buttons-wrapper {
  margin-top: 25px !important;
}
.type-detail .social-buttons-wrapper a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #00b2d0;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #00b2d0;
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-standard,
  .type-detail .p-final-price-wrapper .price-save {
    font-size: 1.2em;
  }
}
.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 (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-final {
    font-size: 2em;
  }
}
.type-detail .p-final-price-wrapper .price-standard span {
  text-decoration: none;
}
.type-detail .p-final-price-wrapper .price-standard:before {
  display: inline-block;
  content: 'Běžná cena';
  margin-right: 1px;
  position: relative;
}
.type-detail .p-final-price-wrapper .price-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-final-price-wrapper .price-wrap {
    width: 145px;
  }
}
.type-detail .p-final-price-wrapper .price-wrap .price-final {
  width: 100%;
  order: -1;
  margin-bottom: 5px;
}
.type-detail .p-final-price-wrapper .price-standard + .price-save {
  font-size: 0;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  position: relative;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/info.svg?v4);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-standard + .price-save {
    top: 0px;
  }
}
.type-detail .p-final-price-wrapper .price-standard + .price-save:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.type-detail .p-final-price-wrapper .price-standard + .price-save:after {
  content: 'Běžná cena (Doporučená maloobchodní cena) je cena stanovená nakladatelem, za kterou knihu prodávají  kamenné obchody a některé eshopy.';
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 30px;
  width: 200px;
  line-height: 1.6em;
  font-family: 'Poppins', sans-serif !important;
  display: none;
  z-index: 2;
}
.type-detail .p-final-price-wrapper .price-standard + .price-save:hover:after,
.type-detail .p-final-price-wrapper .price-standard + .price-save:hover:before {
  display: block;
}
.type-detail .price-line {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 0;
}
.type-detail .price-line .price-final {
  font-size: 1.8em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line {
    flex-wrap: wrap;
  }
}
.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: 118px;
  height: 42px;
  margin: 15px 0;
  border-radius: 0;
  margin-right: 20px;
  position: relative;
  border: 1px solid #e7e7e7;
}
.type-detail .price-line .quantity .increase {
  position: absolute;
  right: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .increase:before {
  margin-top: -4px;
  content: '+';
  font-size: 16px;
  font-weight: 800;
}
.type-detail .price-line .quantity .increase:hover {
  background: #ccc;
}
.type-detail .price-line .quantity .decrease {
  position: absolute;
  left: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .decrease:before {
  margin-top: -8px;
  content: '-';
  font-size: 24px;
  font-weight: 700;
}
.type-detail .price-line .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .price-line .quantity input {
  width: 117px;
  height: 42px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
}
.type-detail .price-line .add-to-cart {
  margin-bottom: 0;
}
.type-detail .price-line .add-to-cart button {
  display: flex;
  width: 200px;
  height: 42px;
  align-items: center;
  text-transform: none;
  letter-spacing: 0.5px;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  font-size: 1.2em;
}
.type-detail .price-line .add-to-cart button:hover {
  background: #2f2f30;
}
.type-detail .price-line .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/kazda/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 {
  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 .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 #f26822;
}
.type-detail .social-buttons-wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .type-detail .social-buttons-wrapper {
    margin-top: 20px;
  }
}
.type-detail .social-buttons-wrapper .link-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.type-detail .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.type-detail .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.type-detail .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 15px;
    padding-right: 15px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  color: #000;
  font-weight: 600;
  font-size: 13px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #f26822;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #f26822;
}
.type-detail .social-buttons-wrapper .link-icon.share::before,
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 50px;
  margin-bottom: 5px;
  color: #d5d6da;
  line-height: 46px;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
}
.type-detail .social-buttons-wrapper .link-icon.chat:before,
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 45px;
  height: 45px;
  margin: 0 auto 5px auto;
}
.type-detail .social-buttons-wrapper .link-icon.share::before {
  content: '\e933';
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptetak.cz/modul/kodl/spinel/build/img/printer.svg);
  opacity: 0.2;
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptetak.cz/modul/kodl/spinel/build/img/question2.svg);
  opacity: 0.2;
}
.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: #343434;
}
@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 {
  text-align: left;
  font-size: 2.3em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.6em;
  }
}
.type-detail .basic-description {
  max-width: 100vw;
  overflow: auto;
}
@media only screen and (min-width: 1200px) {
  .type-detail .basic-description {
    padding: 0 20px;
  }
}
.type-detail .basic-description > h3:first-child {
  display: none;
}
.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: #0c1833;
  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: #f26822;
}
.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.6em;
  font-family: 'Poppins';
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
}
.type-detail .extended-description table {
  width: 100%;
}
.type-detail .extended-description table tr:nth-child(odd) {
  background: #f0f0f0;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 10px 12px;
  color: #000;
}
.type-detail .extended-description table tr th {
  font-weight: 600;
}
.type-detail .extended-description table tr td {
  font-weight: 400;
}
.type-detail .description-inner {
  padding: 0;
}
.type-detail .detail-banners {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.content-inner {
  max-width: 100%;
}
@media (min-width: 992px) {
  #colorbox .advanced-order .products-block .product:not(.slick-slide) {
    width: 33.33% !important;
  }
}
.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: -1;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
}
.type-category #filters #clear-filters {
  margin-top: 15px;
  margin-bottom: 0;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #cdcdcd;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
}
.type-category #filters .slider-wrapper > h4 {
  font-size: 2em;
  margin-bottom: 25px !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .slider-wrapper > h4 {
    font-size: 1.5em;
  }
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 10px !important;
  margin-top: 25px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 15px;
  background: #f0f0f0;
  border-radius: 5px;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset label {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
}
.type-category #filters .filter-sections form fieldset > div {
  margin: 4px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f26822;
}
.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 .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #343434;
  text-align: center;
}
.type-category .subcategories {
  margin-bottom: 40px;
  justify-content: flex-start;
}
.type-category .subcategories li {
  width: 25%;
  padding: 7px;
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.type-category .subcategories li a {
  display: flex;
  align-items: center;
  padding-left: 7px;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 1em;
  padding: 10px 15px;
  height: 58px;
  border: 1px solid #e4e4e4;
}
.type-category .subcategories li a .image {
  width: 60px;
}
.type-category .subcategories li a .image img {
  max-height: 60px;
}
.type-category .subcategories li a .text {
  font-weight: 500;
}
.type-category .subcategories li a:hover {
  border-color: #f26822 !important;
}
.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;
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 0 0 30px 0 !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-list {
    margin: 0 !important;
    padding-bottom: 10px !important;
  }
}
.products .slick-list .product {
  margin-bottom: 0 !important;
}
.products .slick-dots {
  display: none !important;
}
.products .slick-arrow {
  position: absolute;
  top: -70px;
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: 1px solid #dfe4eb;
  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/slider-arrow-right.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.products .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.products .slick-prev {
  right: 31px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/tahoun/img/slider-arrow-left.png);
}
@media only screen and (max-width: 992px) {
  .products .slick-prev {
    right: inherit;
    left: 0px;
    top: -33px;
  }
}
@media only screen and (max-width: 992px) {
  .products .slick-next {
    right: 0;
    left: inherit;
    top: -33px;
  }
}
.products .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
@media (max-width: 1250px) {
  .products.slick-slider {
    padding-bottom: 40px !important;
  }
  .products .slick-arrow {
    top: inherit;
    bottom: 25px;
    right: calc(50% - 50px) !important;
  }
  .products .slick-arrow.slick-prev {
    left: calc(50% - 50px) !important;
  }
}
@media (max-width: 400px) {
  .products .slick-arrow {
    bottom: 13px;
  }
}
#category-header > div {
  display: none;
}
.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: #f26822 !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/kazda/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;
    }
  }
}*/
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: #fff;
  margin: 0;
  overflow: hidden;
  color: #464646;
  clear: both;
}
footer a {
  color: #464646;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #464646;
}
footer .custom-footer {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer {
    padding: 30px 0 0 0;
  }
}
footer .custom-footer > div {
  width: 25%;
  padding: 40px 15px 40px 0 !important;
}
footer .custom-footer > div:last-child {
  padding-top: 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: #202020;
  text-transform: uppercase !important;
  font-weight: 500;
  font-size: 1.6em;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
footer h4:before {
  width: 50px;
  height: 1px;
  background: #f26822;
  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;
  /*span {
      padding-left: 0 !important;
    }*/
}
footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #464646;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
footer ul li a {
  color: #464646 !important;
  margin-bottom: 0;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  footer .footer-logo {
    display: none;
  }
}
footer .footer-logo img {
  max-width: 250px;
}
footer .socials {
  margin-bottom: 10px;
}
footer .socials a {
  margin-right: 8px;
}
footer .socials a:hover img {
  opacity: 0.5;
}
footer .contact-box {
  color: #464646;
  text-align: left;
  font-size: 1.1em;
}
@media only screen and (max-width: 1200px) {
  footer .contact-box {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  footer .contact-box {
    margin-right: 60px;
  }
}
footer .contact-box img {
  margin: 0 0 15px 0 !important;
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 767px) {
  footer .contact-box img {
    max-width: 70px;
    max-height: 70px;
  }
}
footer .contact-box h3 {
  font-size: 1.6em;
  color: #464646;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .contact-box > 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 .cellphone,
footer .contact-box .facebook,
footer .contact-box .instagram {
  display: none;
}
footer .contact-box .open-time {
  display: block;
  font-size: 0.8em;
  margin-top: -2px;
}
footer .contact-box p {
  margin-bottom: 5px;
}
footer #categories {
  display: block !important;
  height: inherit !important;
}
footer #categories #cat-manufacturers {
  display: none;
}
footer #categories .categories a {
  padding-bottom: 0;
}
footer #categories .topic a {
  background: transparent !important;
  color: #000;
}
footer #categories .topic a:hover {
  text-decoration: underline;
}
footer #categories .categories .topic > 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;
}
footer .container {
  padding: 0 20px !important;
}
@media only screen and (max-width: 767px) {
  footer .container {
    padding: 0 15px !important;
  }
}
footer .container {
  background: transparent !important;
}
footer a {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0px;
  font-size: 0.9em;
  font-weight: 400;
}
footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer a {
    margin-bottom: 8px;
  }
}
footer .custom-footer > 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-top: 1px solid #e0e0e0;
  /*&:before {
    width: 100vw;
    height: 100%;
    background: #1e1e1e;
    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;
    padding: 20px 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: #f26822;
  display: inline-block;
  font-weight: 500;
}
.instagram-line {
  width: 100% !important;
  padding: 0 0 30px 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    padding: 20px 0 !important;
  }
}
.instagram-line h4 {
  display: none;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: 16.2666%;
  height: auto;
  margin-bottom: 0 !important;
  padding-bottom: 16.2666%;
  margin: 0.2%;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget > a {
    width: 32.9333%;
    padding-bottom: 32.9333%;
  }
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.8;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  margin: 20px auto 10px auto;
}
.instagram-line .instagram-widget .instagram-follow-btn span {
  padding-left: 0;
}
.instagram-line .instagram-widget .instagram-follow-btn span a {
  color: #fff !important;
  width: 250px;
}
.instagram-line .instagram-widget .instagram-follow-btn span:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  border-radius: 4px;
  background: #c69d56;
  width: 250px !important;
  max-width: 250px !important;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.instagram-line .instagram-widget .instagram-follow-btn a:hover {
  background: #333;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  flex: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
  opacity: 0.5;
}
.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.footer-banners .slick-arrow {
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  background: url(https://shoptetak.cz/modul/kodl/speed-weaponry/build/img/arrow-left-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow {
    left: 10px;
    background-size: 14px;
    background-color: #ccc;
    border-radius: 20px;
    z-index: 3;
  }
}
.footer-banners .slick-arrow.slick-next {
  right: 0;
  left: inherit;
  background: url(https://shoptetak.cz/modul/kodl/speed-weaponry/build/img/arrow-right-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow.slick-next {
    right: 10px;
    background-color: #ccc;
    background-size: 14px;
  }
}
.footer-banners .slick-arrow:hover {
  opacity: 1;
}
.footer-banners .slick-arrow:focus {
  outline: none;
}
.footer-banners .slick-track {
  display: flex;
  align-items: center;
}
.footer-banners .slick-list {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-list {
    max-width: 1440px;
  }
}
.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.footer-banners .slick-list a img {
  filter: grayscale(100%);
  display: inline;
  transition: 0.3s;
}
.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
body {
  font-family: 'Poppins', sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .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: 768px) {
  .container {
    max-width: 1440px;
    padding: 0;
  }
  .top-navigation-bar {
    border-bottom: none;
    padding: 8px 0;
  }
  .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/kazda/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:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/wallet.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -2px;
    margin-bottom: 0;
  }
  .top-navigation-bar .dropdown button {
    display: none;
  }
  .top-navigation-bar .dropdown .caret {
    color: #b2b2b2;
  }
  .top-navigation-bar .dropdown .dropdown-menu {
    display: flex;
    right: 0;
    min-width: initial;
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0;
    margin: 0;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a {
    font-weight: 500;
    padding: 0 5px;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:before {
    display: none;
  }
  .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 .top-navigation-menu {
    padding-right: 25px;
    /*max-width: 450px;*/
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 20px;
    min-width: 266px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    /*.register-btn {
        margin-left: 20px;
        @media @tablet-port {
          display: none;
        }
        &:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/lock.svg);
          background-size: 16px;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          z-index: 1;
          opacity: 1;
          margin-right: 5px;
          display: inline-block;
          top: 0px;
          margin-top: 0px;
          margin-bottom: -3px;
        }
      }*/
  }
  .top-navigation-bar .top-navigation-tools a {
    color: #0c1833;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-tools a:hover {
    color: #f26822;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #0c1833;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu {
    text-align: left;
  }
  .top-navigation-bar .top-navigation-bar-menu li:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu li a {
    text-transform: none;
    color: #0c1833;
    font-size: 13px;
    padding: 4px 13px;
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-bar-menu li a:hover {
    text-decoration: underline;
    color: #f26822;
  }
  .top-navigation-bar .top-navigation-contacts {
    flex: 0 0 !important;
    flex-basis: 29% !important;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #0c1833;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #f26822;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #000;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    font-weight: 500;
  }
  .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/kazda/img/mail.svg);
             background-size: 20px;*/
    width: 28px;
    margin-right: 5px;
    text-align: center;
    height: 28px;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    border-radius: 30px;
    background-color: #ff6f26;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:hover {
    color: #f26822;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #000;
    font-size: 1em;
    padding-right: 12px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:before {
    /* content: '' !important;
             background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/phone.svg);
             background-size: 16px;*/
    width: 28px;
    margin-right: 5px;
    text-align: center;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    background-color: #ff6f26;
    color: #fff;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone .open-time {
    opacity: 0.5;
    font-size: 13px;
    margin-left: 5px;
    color: #000 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover {
    color: #f26822;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
  .popup-widget.cart-widget {
    margin-top: 25px;
  }
  #header {
    border: none !important;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }
  #header .container {
    padding: 0;
  }
  #header .navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .site-name {
    text-align: left;
    margin: 0;
  }
  #header .site-name img {
    max-height: 80px !important;
  }
  #header .header-top {
    height: 110px;
    padding: 0 !important;
    position: relative;
  }
  #header .header-top:before {
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 1px;
    bottom: 0;
    background: #ededed;
  }
  #header .header-top > div {
    flex: 0 1 28.833333%;
  }
  #header .header-top .top-nav-button {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: auto;
    color: #595959;
    text-transform: uppercase;
    background: transparent;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0px;
  }
  #header .header-top .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/user.svg?v2);
    background-size: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 3px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  #header .header-top .top-nav-button:hover {
    color: #f26822;
  }
  #header .menu-helper {
    top: 120px;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #000;
  }
  #header #navigation {
    height: 54px;
    transition: none;
    margin: 0;
    border-bottom: 3px solid #f26822;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
  }
  #header #navigation .navigation-in ul li a {
    color: #0c1833;
  }
  #header #navigation .navigation-in ul li a:hover {
    color: #f26822;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    border: none !important;
    margin: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    text-transform: uppercase;
    border: none !important;
    padding: 20px 20px;
    font-weight: 500;
    font-size: 1.1em;
    margin: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active {
    background: #f26822;
    color: #fff;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a b {
    font-weight: 500;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {
    font-weight: 500;
  }
  #header .search {
    flex: 0 1 42.333333% !important;
  }
  #header .search .search-whisperer {
    top: 41px;
    max-height: 500px;
    width: 350px;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
  }
  #header .search .search-form {
    background: transparent;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    max-width: 250px;
    margin: 0 auto;
  }
  #header .search .search-form input {
    height: 40px;
    width: calc(100% - 50px);
    border: none;
    background: transparent;
    padding: 17px 5px 17px 20px;
    letter-spacing: 0;
    font-size: 0.9em;
  }
  #header .search .search-form fieldset {
    display: flex;
  }
  #header .search .search-form button {
    width: 40px;
    margin-right: 8px;
    height: 40px;
    border: none;
    border-left: none;
    background: transparent;
    color: transparent;
    position: relative;
  }
  #header .search .search-form button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/search.svg?v3);
    background-size: 16px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    opacity: 0.8;
    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: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-contacts a > span {
    display: none;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 90px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 110px;
  }
  .popup-widget.cart-widget {
    top: 75px;
  }
  .popup-widget.login-widget {
    top: 95px;
    transform: translateX(-123px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 153px !important;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-menu #header {
    margin-bottom: 58px;
  }
  .fixed-menu #header .menu-helper {
    position: fixed;
    top: 10px;
    z-index: 99;
    right: calc(50% - 710px);
  }
  .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: -1px;
  }
  .fixed-menu #header #navigation .navigation-in {
    max-width: 1418px !important;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@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) {
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.ordering-process #content {
  margin-top: 20px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process #header .site-name {
  display: block;
}
.ordering-process .cart-header {
  display: none;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
}
.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 + .latest-contribution-rating {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
  font-size: 2.5em !important;
  font-family: "Noto Serif", sans-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: #f26822;
}
.type-index .homepage-box.welcome-wrapper {
  margin: 0;
  padding: 0;
}
#header .cart-count {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
#header .cart-count:before {
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/cart.svg?v3);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background-color: transparent;
  background-size: 20px;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.3s;
  margin-top: -2px;
}
#header .cart-count:hover:before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    position: fixed;
    top: 3px;
    z-index: 99;
    right: 58px;
  }
  #header .cart-count:before {
    background-size: 20px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
  }
}
#header .cart-count .cart-price {
  color: #000;
  font-weight: 600;
  text-transform: none;
  display: none !important;
  /*&:after {
      position: relative;
      width: 10px;
      height: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/img/arrow-down.svg);
      opacity: 0.5;
      background-position: center;
      margin-left: 10px;
      display: inline-block;
      content: '';
      background-size: 7px;
      background-repeat: no-repeat;
    }*/
}
#header .cart-count i {
  background: #f26822;
  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;
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    position: absolute;
    border-radius: 20px;
    top: 5px;
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-menu-mobile .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  body {
    padding-top: 60px;
  }
  .popup-widget {
    top: 50px !important;
  }
  .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .top-navigation-bar .language-switcher {
    position: absolute;
    right: 250px;
    top: 16px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/kazda/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: 2px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    margin-left: 7px;
    color: #000;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 185px;
    top: 15px;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    padding-right: 12px;
  }
  .top-navigation-bar .dropdown button .caret:before {
    font-size: 8px;
  }
  .top-navigation-bar .top-navigation-tools .socials {
    display: none;
  }
  .top-navigation-bar .responsive-tools {
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: flex-end;
    padding-right: 85px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #000;
    margin-top: 0;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #f26822;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 20px;
  }
  .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/kazda/img/user.svg?v2);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    top: 4px;
    margin-top: 0px;
    margin-bottom: -3px;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
  #header {
    margin: 0;
  }
  #header .socials {
    display: none !important;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .search-form {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 20px;
    margin: 0 !important;
    background: #f2f2f2;
  }
  #header .search-form fieldset {
    position: relative;
  }
  #header .search-form button {
    background: #f26822;
    font-family: Poppins;
    border-color: #f26822;
  }
  #header .site-name {
    position: fixed;
    left: 20px;
    top: 3px;
    z-index: 99;
    height: 46px;
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 42px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .top-navigation-bar .language-switcher {
    position: absolute;
    right: 245px;
    top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 42px;
    overflow: hidden;
    height: 21px;
    min-width: 31px;
    padding: 0 8px;
    transition: 0s;
  }
  .top-navigation-bar .language-switcher a {
    opacity: 0;
    transition: 0s;
  }
  .top-navigation-bar .language-switcher:after {
    content: '\e90e';
    position: absolute;
    right: 0.25em;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    font-size: 8px;
    font-family: shoptet;
    line-height: 15px;
    right: -5px;
    top: 11px;
  }
  .top-navigation-bar .language-switcher:hover {
    width: auto;
    height: auto;
    overflow: visible;
    flex-direction: column;
    background: #fff;
  }
  .top-navigation-bar .language-switcher:hover:before {
    left: -3px;
    margin-bottom: 4px;
  }
  .top-navigation-bar .language-switcher:hover a {
    opacity: 1;
    margin: 3px 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .top-navigation-bar .language-switcher {
    right: 220px;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 400px) {
  .top-navigation-bar .dropdown {
    font-size: 0.9em;
    right: 167px;
  }
  .top-navigation-bar .responsive-tools {
    padding-right: 83px;
  }
  .top-navigation-bar .responsive-tools a {
    width: 35px;
  }
  #header .site-name {
    left: 11px;
  }
  #header .site-name img {
    max-height: 28px !important;
    top: 7px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  /* .popup-widget.cart-widget {
     margin-left: 260px;
   }
   .popup-widget.login-widget {
     margin-left: 155px !important;
   }*/
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
  }
  .popup-widget.cart-widget {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .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.cart-widget {
    margin-top: 35px;
  }
  #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: #0c1833;
  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: #0c1833;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #f26822;
}
.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/kazda/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;
}
#carousel .carousel-inner {
  min-height: auto !important;
}
#carousel .carousel-inner img {
  min-height: auto !important;
}
#carousel .item > img,
#carousel .item > a > img {
  min-height: 250px;
  object-fit: cover;
}
#carousel .item .extended-banner-texts {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  text-shadow: none;
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 50px 100px;
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts {
    padding: 30px;
  }
}
#carousel .item .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  padding-left: 0;
  font-size: 1.8em;
  text-transform: uppercase;
  line-height: 1em;
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts .extended-banner-title {
    font-size: 1.4em;
  }
}
#carousel .item .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 3.5em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts .extended-banner-text {
    font-size: 2.5em;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts .extended-banner-text {
    font-size: 2em;
  }
}
#carousel .item .extended-banner-texts .extended-banner-link {
  position: relative !important;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-top: 18px;
  padding: 15px 30px;
  background: #f26822;
  height: auto;
  font-size: 1.1em;
  top: initial !important;
}
.advanced-order .back-to-shop {
  margin-top: 35px;
  display: inline-block;
  color: #8e8d8d;
}
.advanced-order .back-to-shop:before {
  content: '\e90f';
  position: relative;
  font-family: shoptet;
  font-size: 12px;
  margin-right: 10px;
}
.advanced-order .back-to-shop:hover {
  color: #f26822;
}
.browse-p {
  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;
}
.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;
  }
}
.products-block .product:not(.slick-slide) {
  /* width: 25% !important;

       @media @tablet-land {
         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;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translatex(-50%);
}
.products-block .product .flag-discount {
  margin-left: 0;
}
.products-block .product .flags-extra .flag-discount {
  padding: 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-size: 0 !important;
  display: none !important;
}
.products-block .product .flags-extra .flag-discount .price-save {
  font-size: 14px;
  margin-top: 0px;
  display: block;
  font-weight: 500;
  font-family: 'Poppins', sans-serif !important;
}
.products-block .product .flags-extra .flag-discount .price-save:after {
  display: inline-block;
  content: 'oproti DMOC';
  margin-right: 2px;
  margin-top: 3px;
  margin-left: 2px;
  position: relative;
  font-weight: 300;
  font-size: 0.7em;
  line-height: 1.2em;
}
.products-block .product .flags-extra .flag-discount .price-standard {
  font-weight: 400;
  display: none;
}
.products-block .product .flags-extra .flag-discount .price-standard span {
  text-decoration: none;
  margin: 0 3px;
}
.products-block .product .p-code {
  display: none;
}
.products-block .product:hover {
  z-index: 9;
}
.products-block .product:hover > .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 .p-in {
  position: relative;
}
.products-block .product .category-appendix {
  display: none !important;
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags .flag {
  font-weight: 400;
  padding: 7px 15px;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags .flag {
    padding: 5px 12px;
    font-size: 12px;
  }
}
.products-block .product .flags-extra {
  right: 0;
  width: auto;
}
.products-block .product .flags-extra .flag-discount {
  background: #f26822;
}
.products-block .product .flags-extra .flag-discount span {
  color: #fff;
}
.products-block .product .flags-extra .flag-discount .price-save {
  font-size: 1.2em;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .products-block .product .flags-extra .flag-discount {
    width: 85px;
    height: 85px;
    min-width: 85px;
  }
  .products-block .product .flags-extra .flag-discount .price-standard {
    font-size: 1em;
    font-weight: 300;
  }
  .products-block .product .flags-extra .flag-discount .price-save {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
  }
}
.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: 600;
  font-size: 1.2em;
  padding-top: 15px;
  color: #1b1b1b;
  letter-spacing: 0;
  text-decoration: none;
  min-height: 84px;
  height: auto;
  margin: 0 auto 5px auto;
  display: flex;
  align-items: self-start;
  justify-content: center;
  max-width: 240px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-block .product .p .name span {
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p .name {
    height: auto;
    overflow: visible;
    font-size: 1em;
    display: block !important;
    text-align: center !important;
    min-height: initial;
    margin-bottom: 10px;
  }
}
.products-block .product .ratings-wrapper {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  top: 7px;
  min-height: 20px;
}
.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;
}
.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: #0c1833;
  order: 3;
  max-width: 200px;
  display: none;
}
.products-block .product .prices {
  order: 2;
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.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: #343434;
  font-size: 1.5em;
  letter-spacing: 0.2px;
}
.products-block .product .prices .old-price {
  color: #343434;
  font-size: 0.1em;
  text-decoration: line-through;
  margin-bottom: 3px;
  display: block;
  font-size: 1em;
  order: 3;
  font-family: "Noto Serif", sans-serif;
  margin-top: -3px;
}
.products-block .product .prices .price-save {
  background: transparent;
  color: #ef3f3f;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 5px 3px 5px;
  font-size: 1em;
  margin-right: 8px;
  display: none;
}
.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: 145px;
  height: 50px;
  border-radius: 0px;
  color: #3d3d3d;
  background: transparent;
  border: 1px solid #4d4d4d;
  font-family: Poppins;
  display: flex;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 4px;
  font-weight: 400;
  /*&: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/kazda/img/arrow-right-long-w.svg);
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -2px;
        margin-left: 6px;
      }*/
}
.products-block .product button:before,
.products-block .product .btn:before {
  display: none;
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #f26822;
  border-color: #f26822;
  color: #fff;
}
.products-block .product .p-bottom > div {
  flex-direction: column;
  align-items: center;
}
.products-block .product .p-tools {
  order: 3;
}
@media (max-width: 767px) {
  .columns-mobile-2 .products-block > div .flags-extra {
    bottom: -5px;
    display: block;
    width: 100%;
  }
}
.type-page main {
  padding-bottom: 40px;
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1 {
  font-weight: 500;
  color: #000;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.8em;
  font-family: "Noto Serif", sans-serif;
  /* &:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @orange;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .category-title,
  .type-detail h2.products-related-header,
  .type-page h1 {
    font-size: 2em;
  }
}
.type-page h1 {
  text-align: left;
}
.category-title {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .category-title {
    font-size: 2.8em;
  }
}
