.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: 0;
    margin-top: 30px;
    padding-top: 0;
  }
}
.blog-section .button {
  color: #BB9B65;
  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 {
  color: #1E1F22;
  position: relative;
  padding-bottom: 0;
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  margin: 30px auto;
  max-width: 400px;
}
@media only screen and (max-width: 1200px) {
  .blog-section .h4 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .h4 {
    font-size: 1.6em;
  }
}
.blog-section .button.more {
  padding: 10px 25px;
  border-radius: 4px;
  background: #313130;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover {
  background: #333;
}
.blog-section #newsWrapper {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  max-width: 1334px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      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 {
    -ms-flex-direction: column;
        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: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  background-color: transparent !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
  width: auto;
  z-index: 2;
  position: relative;
  border-radius: 0;
  padding-bottom: 0;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  /*@media @tablet-600 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
      }*/
  /*.read-more {
        text-decoration: underline;
        color: @pink;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

        &:hover {
          color: @mainText;
        }
      }*/
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper .news-item {
    margin: 0 10px;
  }
}
@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: 480px) {
  .blog-section #newsWrapper .news-item {
    margin: 0;
  }
}
.blog-section #newsWrapper .news-item .description {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #0c0c0c;
  max-height: 135px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  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;
  max-width: 390px;
  /*time {
          font-weight: 500;
          color: #fff;
          font-size: 0.8em;
          letter-spacing: -0.5px;
          margin-top: 5px;
          background: #ef3f3f;
          display: inline-block;
          padding: 7px 15px;
          border-radius: 20px;

          @media @tablet-600 {
            display: none;
          }
        }*/
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .text {
    max-width: 100%;
  }
}
.blog-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text .title {
  font-size: 1.3em;
  font-weight: 700;
  color: #141414;
  margin-top: 25px;
  padding-bottom: 0px;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  line-height: 1.25em;
}
.blog-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  border: none;
  color: #313130;
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .news-item .text .title {
    margin-top: 15px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 600px) {
  .blog-section #newsWrapper .news-item .text .title {
    font-size: 1.2em;
  }
}
.blog-section #newsWrapper .news-item .text time {
  font-weight: 500;
  margin-bottom: 15px;
  color: #b8b8b8;
  display: none;
}
.blog-section #newsWrapper .news-item .image {
  width: 100%;
  height: 210px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin: 0;
  max-width: 390px;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image {
    max-width: 100%;
  }
}
@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%;
  -o-object-fit: cover;
     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;
  }
}
div.extended.newsletter {
  width: 100% !important;
  padding-top: 15px !important;
  padding-bottom: 30px !important;
  height: auto;
  padding-right: 0 !important;
  /* display: flex;*/
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  background-color: transparent;
  border: none;
  max-width: 1280px;
  z-index: 1;
  margin: 0 auto;
  /*@media @desktop {
    flex-direction: column;
    text-align: center;
  }*/
  /*&:before {
    width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    content: '';
    background: #F6F6F6;
    //border-top: 1px solid rgba(196, 196, 196, 0.5);
    //border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  }*/
}
@media (max-width: 1300px) {
  div.extended.newsletter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter {
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 35px !important;
  }
}
div.extended.newsletter > p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter > p {
    margin-bottom: 0;
  }
}
div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 852px;
  z-index: 2;
}
div.extended.newsletter form label {
  font-weight: 400;
  color: #141414;
  font-size: 0.9em;
  display: none;
  position: relative;
}
div.extended.newsletter form label a {
  display: inline-block;
  color: #141414 !important;
  font-weight: 400;
  text-decoration: underline;
}
div.extended.newsletter form button:hover {
  opacity: 0.5;
}
div.extended.newsletter form button:focus {
  outline: snow;
}
div.extended.newsletter form button:before {
  display: none;
}
div.extended.newsletter form button:-ms-input-placeholder {
  font-weight: 600;
}
div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
div.extended.newsletter form .validator-msg-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 0px;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.1em;
  color: #000;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter form .validator-msg-holder input {
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  div.extended.newsletter form .validator-msg-holder input {
    padding: 0 20px;
  }
}
div.extended.newsletter form .validator-msg-holder input:-ms-input-placeholder {
  color: #000;
}
div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #000;
}
div.extended.newsletter form button {
  left: initial;
  height: 60px;
  top: 0;
  overflow: hidden;
  border-radius: 0;
  opacity: 1;
  background-size: 40px;
  background-color: transparent;
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  color: #000;
  padding: 15px 10px;
  border: 2px solid #000;
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s;
  cursor: pointer;
  width: 260px;
}
div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}
div.extended.newsletter form button:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  border-color: #000;
}
div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
div.extended.newsletter label a {
  display: inline-block;
  color: #141414;
}
div.extended.newsletter fieldset {
  padding: 0;
  text-align: left;
}
div.extended.newsletter br {
  display: none;
}
div.extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1.1em;
  color: #000;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px !important;
  padding-bottom: 0;
}
div.extended.newsletter h4 strong {
  font-weight: 700;
  font-size: 1.7em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  div.extended.newsletter h4 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter h4 {
    font-size: 1.2em;
  }
  div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 480px) {
  div.extended.newsletter h4 {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  div.extended.newsletter h4 strong {
    font-size: 1.5em;
  }
}
div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
div.extended.newsletter h4:before {
  display: none;
}
div.extended.newsletter h3 {
  position: relative;
  color: #141414;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#content-wrapper {
  background: transparent;
}
.breadcrumbs-wrapper {
  max-width: 100% !important;
  background: #f3f4f4;
  width: 100% !important;
  position: relative;
  margin-bottom: 30px !important;
  padding-top: 15px !important;
  padding-bottom: 13px !important;
  /* &:before {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: -1;
    content: '';
    transform: translateX(-50%);
    top: 0;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/bread-bg.png) no-repeat center;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 30px;
  }*/
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper.container {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    margin-bottom: 20px !important;
  }
}
.breadcrumbs-wrapper #navigation-first > span,
.breadcrumbs-wrapper #navigation-first > a {
  padding-left: 13px;
  padding: 18px 14px;
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper #navigation-first > span,
  .breadcrumbs-wrapper #navigation-first > a {
    padding: 10px 14px;
  }
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  left: 0;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/home.svg?v2);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
  /*@media @desktop {
      max-width: 932px;
    }*/
}
@media (max-width: 1440px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper .breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 992px) {
  .type-detail .breadcrumbs-wrapper .breadcrumbs > span > span {
    display: none;
  }
  .type-detail .breadcrumbs-wrapper {
    margin-bottom: 0 !important;
    background: transparent;
  }
  .type-detail .breadcrumbs-wrapper .breadcrumbs > span:nth-last-child(2) a:after {
    display: none;
  }
}
/*.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/metis-lab/img/home2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}*/
.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 10px 16px;
  color: rgba(56, 60, 67, 0.7);
  font-weight: 400;
  font-size: 0.9em;
  min-height: inherit;
  position: relative;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: rgba(56, 60, 67, 0.7);
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs > span > a::after {
  width: 12px;
  background: transparent;
  height: 12px;
  font-family: 'shoptet';
  color: rgba(56, 60, 67, 0.7);
  right: -8px;
  content: '\e90e';
  bottom: unset;
  font-size: 7px;
  transform: rotate(-90deg);
  font-weight: 400;
  top: 10px;
  position: absolute;
  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 {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -10px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0 auto;
  z-index: 1;
  position: relative;
  padding: 0;

  @media @mobile-land {
    padding: 50px 0;
  }

  &:before {
    background: #f3f4f4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    content: '';
    z-index: -1;
    top: 0;
  }

  .banner-wrapper {
    width: 100%;

    .hp-banners {
      display: flex;
      flex-wrap: wrap;
      width: calc(~'100% + 30px');
      margin: 0 -15px;

      .big-banners, .small-banners {
        width: 50%;
        padding: 0 15px;

        @media @desktop {
          width: 35%;
        }

        @media @tablet-land {
          width: 100% !important;
        }

        &.big-banners {
          @media @desktop {
            width: 65%;
          }
        }
      }

      .banner {
        display: flex;
        justify-content: space-between;
        background: #fff;
        margin-bottom: 15px;

        @media @tablet-port {
          min-height: inherit;
        }

        a {
          display: flex;
          justify-content: space-between;
          width: 100%;
          align-items: flex-start;
          padding: 15px;
        }
      }

      .small-banners {
        .banner {
          margin-bottom: 12px;
          span {
            padding: 11px 10px;
            font-size: 2.2em;
            font-weight: 800;
            color: #000;
            letter-spacing: 2px;
            transition: @transition;
            transform-origin: left center;
          }

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

              span {
                transform: scale(1.02);
              }
            }
          }
        }

        @media @mobile-land {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -7px;
          width: calc(~'100% + 14px') !important;

          .banner {
            width: calc(~'33.333% - 14px');
            margin: 0 7px;

            a {
              padding: 10px;
              display: flex;
              flex-direction: column;
            }

            span {
              padding: 0px 0px 5px 0;
              font-size: 1em;
              letter-spacing: 1px;
            }
          }
        }
      }

      .big-banners {
        .banner {
          img:last-child {
            @media @tablet-600 {
              width: 118px;
              height: auto;
            }
          }
          img:first-child {
            @media @tablet-600 {
              max-width: 200px;
              height: auto;
            }
            @media (max-width: 400px) {
              max-width: calc(~'100% - 150px');
            }
          }

          a {
            &:hover {
              img {
                &:last-child {
                  transform: none;
                }
              }
            }
          }

          &:last-child {
            img:first-child {
              margin-left: 23px;
              margin-top: 22px;

              @media (max-width: 600px) {
                margin-left: 15px;
                margin-top: 14px;
              }
            }
          }
        }
      }
    }
  }
}*/
.next-to-carousel-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    background: #f3f4f4;
    padding-top: 35px;
  }
}
.next-to-carousel-banners .banner-wrapper {
  width: calc(50% - 24px);
  margin: 0 12px 35px 12px !important;
  background: #fff;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
    margin: 0 12px 15px 12px !important;
  }
}
.next-to-carousel-banners .banner-wrapper > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.next-to-carousel-banners .banner-wrapper > a img {
  width: 40%;
}
.next-to-carousel-banners .banner-wrapper > a .extended-banner-texts {
  position: relative;
  width: 60%;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.next-to-carousel-banners .banner-wrapper > a .extended-banner-texts .extended-banner-title {
  background: transparent;
  padding: 8px 10px;
  box-shadow: none;
  font-size: 1.8em;
  border: none;
  font-weight: 600;
  max-width: 250px;
  line-height: 1.2em;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-texts .extended-banner-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-texts .extended-banner-title {
    text-align: left;
    font-size: 1.2em;
    max-width: 180px;
    padding: 0;
  }
}
.type-detail {
  /*&.in-zlute-zlato-2,
  &.in-bile-zlato-2,
  &.in-ruzove-zlato-2,
  &.in-ocel-2,
  &.in-dalsi-materialy-2,
  &.in-zlute-zlato,
  &.in-bile-zlato,
  &.in-ruzove-zlato,
  &.in-ocel,
  &.in-dalsi-materialy,
  &.in-nausnice,
  &.in-nahrdelniky,
  &.in-naramky,
  &.in-porcelan,
  &.in-sklo,
  &.in-designove-vazy,
  &.in-vazy,
  &.in-plechacky,
  &.in-svicky,
  &.in-textil,
  &.in-darkove-poukazy-vouchery,
  &.in-knihy2,
  &.in-papirnictvi,
  &.in-cibulak*/
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-image-wrapper {
    padding: 20px 40px;
  }
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
}
.type-detail .p-image-wrapper .p-image .flags-extra {
  width: auto;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #9132ff;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount span {
  color: #fff;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 2px;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard {
  display: none;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
    width: 80px;
    height: 80px;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard {
    font-size: 1.3em;
    font-weight: 300;
    display: none;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
    font-size: 1.7em;
    font-weight: 300;
    margin-top: 0;
    padding-bottom: 2px;
  }
}
.type-detail .delivery-line {
  font-weight: 400;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  font-size: 0.8em;
  color: #000;
  margin-left: auto;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .type-detail .delivery-line {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .delivery-line {
    margin-left: 0;
  }
}
.type-detail .delivery-line .delivery-time-label {
  min-width: 135px;
  margin-right: 0px;
}
.type-detail .delivery-line .default-variant {
  display: block;
}
.type-detail .delivery-line .default-variant.noDisplay {
  display: none;
}
.type-detail .detail-parameters .variants-label {
  color: #000;
  font-size: 1.1em;
  margin-bottom: 5px;
  display: block;
}
.type-detail .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
}
.type-detail .p-detail-info > div:not(.stars-wrapper) {
  font-size: 0;
}
.type-detail .p-detail-info > div:not(.stars-wrapper) a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.type-detail .p-detail-info > div:not(.stars-wrapper) a:hover {
  text-decoration: none;
}
.type-detail .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
}
.type-detail .p-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*> div, > table, > * {
      order: 1;
    }*/
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.7em;
  color: #141414;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  -ms-flex-order: -1;
      order: -1;
  margin-top: 20px;
}
.type-detail .p-info-wrapper a.chevron-after {
  display: none;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 10px;
  display: none;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #313130;
  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 {
  -ms-flex-order: -1;
      order: -1;
}
.type-detail .p-info-wrapper .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper:before {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars {
  width: 76px;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars .star {
  width: 15px;
}
.type-detail .p-info-wrapper .detail-parameters {
  border-top: 30px solid transparent;
  /*margin-bottom: 30px;*/
  position: relative;
  margin-bottom: 32px;
  /*&:before {
        width: 100%;
        height: 1px;
        background: #E1E1E1;
        content: '';
        position: absolute;
        top: -30px;
      }*/
}
@media only screen and (max-width: 767px) {
  .type-detail .p-info-wrapper .detail-parameters {
    margin-bottom: 0;
    border-top: none;
  }
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 170px;
  color: #27282D;
  font-weight: 500;
  font-size: 1.1em;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr th {
    width: calc(100% - 195px);
  }
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*&:before {
            width: 100%;
            height: 1px;
            background: #E1E1E1;
            content: '';
            position: absolute;
            top: -20px;
          }*/
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list select {
  height: 48px;
  border-radius: 0;
  padding-left: 15px;
  width: 230px;
  background-color: #F3F4F4;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-down.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 17px center;
  border: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list select {
    width: 195px;
  }
}
.type-detail #colorbox {
  max-height: calc(100vh - 100px) !important;
  margin-top: 50px;
}
.type-detail #colorbox #cboxWrapper {
  max-height: 100%;
}
.type-detail #colorbox #cboxContent {
  max-height: calc(100vh - 102px) !important;
  margin-top: 0;
}
.type-detail #colorbox #cboxContent #cboxLoadedContent {
  max-height: 100%;
}
.type-detail #colorbox #cboxContent #cboxLoadedContent > img {
  max-height: 100%;
  width: auto !important;
}
.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 .flags-default .flag.flag-custom1 {
  display: none;
}
.type-detail .p-detail-inner {
  padding-top: 10px;
}
.type-detail .p-detail-inner-header h1 {
  font-family: "Burgess" !important;
  font-size: 3.4em;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 2.5em;
  }
}
.type-detail .p-detail-inner-header .p-code {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  background: transparent;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a {
  padding: 12px 30px;
  text-transform: uppercase;
  color: #000;
  font-size: 1.2em;
  background: transparent;
  border-right: 2px solid #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a[href="#productsAlternative"] {
  display: none !important;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  border-color: transparent;
  background: #FEDB55 !important;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail .browse-p {
  display: none !important;
}
.type-detail .products .slick-track {
  margin-left: 0;
}
.type-detail .products.products-alternative {
  /*max-height: 450px;
    overflow: hidden;*/
}
.type-detail .products.products-alternative.show {
  opacity: 1 !important;
  transition: 0.3s;
}
.type-detail .products.products-alternative .slick-arrow {
  top: 142px;
  /*@media (max-width: 400px) {
        top: 18vw;
      }*/
}
@media (max-width: 1440px) {
  .type-detail .products.products-alternative .slick-arrow {
    top: 128px;
  }
}
@media (max-width: 1200px) {
  .type-detail .products.products-alternative .slick-arrow {
    top: 10.5vw;
  }
}
@media only screen and (max-width: 992px) {
  .type-detail .products.products-alternative .slick-arrow {
    top: 14vw;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .products.products-alternative .slick-arrow {
    top: 13.5vw;
  }
}
@media (max-width: 680px) {
  .type-detail .products.products-alternative .slick-arrow {
    top: 20.5vw;
  }
}
@media (max-width: 480px) {
  .type-detail .products.products-alternative .slick-arrow {
    top: 44vw;
  }
}
.type-detail .content-modal {
  height: 100%;
}
.type-detail #watchdog-form {
  height: 100%;
}
.type-detail #watchdog-form.watchdog-button-clicked {
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-detail #watchdog-form.watchdog-button-clicked .watchdog-title {
  display: none;
}
.type-detail #watchdog-form.watchdog-button-clicked .watchdog-row {
  display: block;
}
.type-detail #watchdog-form.watchdog-button-clicked .watchdog-row label {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 7px;
}
.type-detail #watchdog-form.watchdog-button-clicked .watchdog-row select,
.type-detail #watchdog-form.watchdog-button-clicked .watchdog-row input[type="email"] {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.type-detail #watchdog-form.watchdog-button-clicked > div:last-of-type {
  margin-top: auto;
}
.type-detail .watchdog-button {
  text-align: center;
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.2em;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  text-transform: none;
  transition: 0.3s;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  background: #c90000 !important;
  color: #fff !important;
}
.type-detail .watchdog-button:hover {
  background-color: #ba0000 !important;
}
.type-detail #colorbox {
  color: #000;
}
.type-detail #colorbox h1,
.type-detail #colorbox h2,
.type-detail #colorbox h3 {
  color: #000;
}
.type-detail .products-block.products-alternative > div:nth-child(4n),
.type-detail .products-block.products-related > div:nth-child(4n) {
  border: none !important;
}
.type-detail #tab-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*#variants, #description {
      display: block;
      opacity: 1;
    }*/
}
.type-detail #tab-content #variants {
  margin-bottom: 50px;
}
.type-detail #tab-content #productsAlternative {
  display: block !important;
  -ms-flex-order: 4;
      order: 4;
  opacity: 1;
  padding-top: 20px;
  /*.products.products-alternative .slick-arrow {
        top: -35px;
      }*/
}
.type-detail #tab-content #productsAlternative h2.products-related-header {
  padding-bottom: 8px !important;
}
.type-detail .benefitBanner {
  padding: 0;
  margin: 0;
}
.type-detail .social-buttons-wrapper {
  margin-top: 0px !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: #BB9B65;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #BB9B65;
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.4em;
  font-weight: 400;
  color: #1b1b1b;
}
.type-detail .p-final-price-wrapper .price-standard span,
.type-detail .p-final-price-wrapper .price-save span {
  font-weight: 400;
}
.type-detail .p-final-price-wrapper .price-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 .price-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin-top: 40px;
}
.type-detail .price-line .price-side .price-standard,
.type-detail .price-line .price-side .price-save {
  font-size: 1em;
}
.type-detail .price-line .price-final {
  font-size: 2.7em;
  font-weight: 700;
  margin-right: 70px;
  color: #141414;
}
@media only screen and (max-width: 992px) {
  .type-detail .price-line .price-final {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.type-detail .price-line .availability-value {
  font-size: 1.2em;
  padding-top: 0;
  font-weight: 500;
  margin-bottom: 0;
}
.type-detail .price-line .availability-value .availability-label[style="color: #aac0ea"] {
  color: #64B32E !important;
}
.type-detail .price-line .p-final-price-wrapper {
  margin: 0 20px 0 0;
  width: 30%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .p-final-price-wrapper {
    width: auto;
    margin-right: 30px;
  }
}
.type-detail .price-line .quantity {
  padding: 0;
  width: 118px;
  height: 42px;
  margin: 15px 0;
  border-radius: 0px;
  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: 400;
  color: #000;
  font-family: 'Basis', sans-serif !important;
  font-size: 1.2em;
}
.type-detail .p-thumbnails .p-thumbnail {
  margin-right: 5px;
}
.type-detail .add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #E1E1E1;
}
.type-detail .add-to-cart + p {
  display: none;
}
.type-detail .add-to-cart .quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 15px 0;
  border-radius: 0px;
  margin-right: 52px;
  position: relative;
  border: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart .quantity {
    margin-right: 5px;
  }
}
.type-detail .add-to-cart .quantity .increase {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .increase:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .add-to-cart .quantity .increase:hover {
  background: #ccc;
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity .increase:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity .decrease {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .decrease:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .add-to-cart .quantity .decrease:hover {
  background: #ccc;
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity input {
  width: 117px;
  height: 50px;
  text-align: center;
  font-weight: 400;
  font-family: 'Basis', sans-serif !important;
  color: #000;
  font-size: 1.6em;
}
.type-detail .add-to-cart button {
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  text-transform: none;
  letter-spacing: 0;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 400;
  color: #000;
  background: #FEDB55;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-size: 1.1em;
  /* &:after {
        width: 10px;
        height: 10px;
        position: relative;
        content: '';
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-w.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
      }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart button {
    width: 195px;
    margin-left: auto;
  }
}
.type-detail .add-to-cart button:hover {
  background: #000;
  color: #fff;
}
.type-detail .add-to-cart button:before {
  /*font-size: 20px;
        !* float: right; *!
        content: '';
        margin-right: -5px;
        width: 16px;
        order: 2;
        height: 16px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/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 .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 #e3e3e3;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
}
.type-detail .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.type-detail .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.type-detail .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: revert;
      flex-direction: revert;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 15px;
    padding-right: 15px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
  margin-bottom: 20px;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  color: #141414;
  font-weight: 400;
  font-size: 15px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #313130;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #313130;
}
.type-detail .social-buttons-wrapper .link-icon.print {
  display: none;
}
.type-detail .social-buttons-wrapper .link-icon.share::before,
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 50px;
  margin-right: 10px;
  color: #d5d6da;
  line-height: 46px;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
}
.type-detail .social-buttons-wrapper .link-icon.chat:before,
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 26px;
  height: 24px;
  margin: 0 10px 0 0;
}
.type-detail .social-buttons-wrapper .link-icon.share::before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/share.svg);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/chat.svg);
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/watchdog.svg);
  margin-bottom: 15px;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog {
  -ms-flex-order: 3;
      order: 3;
}
.type-detail .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .type-detail .social-buttons-wrapper .link-icon {
    padding-right: 60px;
  }
}
.type-detail .social-buttons-wrapper .link-icon:hover {
  text-decoration: underline;
}
.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: 2.3em;
  font-family: "Burgess" !important;
  color: #000;
  letter-spacing: 0;
  font-weight: 400 !important;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail .basic-description {
  color: rgba(56, 60, 67, 0.9);
}
.type-detail .basic-description p {
  color: rgba(56, 60, 67, 0.9);
}
.type-detail #content h2.products-related-header {
  font-size: 3.2em;
  font-family: "Burgess" !important;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0px;
  text-align: left;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.type-detail #content h2.products-related-header:before {
  background: #f3f4f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: '';
  z-index: -1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 2em;
    /* max-width: 200px;
      margin: 0 auto 20px auto;
      padding-top: 0;
      padding-bottom: 20px;*/
    padding-bottom: 20px;
  }
}
.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 {
  font-size: 2.3em;
  font-family: 'Basis';
  color: #141414;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child {
    font-size: 1.8em;
  }
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 20px;
  max-width: 270px;
  background: transparent;
  margin: 30px auto 20px auto;
  text-align: left;
}
.type-detail .contact-banner .top-navigation-contacts a {
  position: relative;
  padding-left: 50px;
  color: #141414;
  margin-bottom: 25px;
  display: block !important;
  font-size: 1.3em;
}
.type-detail .contact-banner .top-navigation-contacts a span {
  display: inline-block !important;
}
.type-detail .contact-banner .top-navigation-contacts a:before {
  left: 0;
  position: absolute;
  font-size: 34px;
  color: #313130;
}
.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 .responsive-nav .hidden-links > li a {
  display: block;
  padding: 10px 20px;
  background: #fff;
  text-transform: uppercase;
  color: #000;
}
.type-detail .shp-tabs-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-wrapper {
    padding-bottom: 15px;
  }
}
.type-detail .shp-tabs-wrapper:before {
  background: #f3f4f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: '';
  z-index: -1;
  top: 0;
}
.type-detail.in-fitness .price-line .availability-value,
.type-detail.in-fitness .social-buttons-wrapper,
.type-detail.in-fitness .shp-tabs-wrapper {
  display: none;
}
.type-detail.in-fitness .p-info-wrapper .p-short-description {
  margin-top: 0;
}
.type-detail.in-fitness .add-to-cart {
  border-bottom: none !important;
}
.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 {
  display: none;
}
.type-detail .extended-description h3 {
  font-size: 1.7em;
  font-family: 'Basis';
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
.type-detail .extended-description table {
  width: 100%;
}
.type-detail .extended-description table tr {
  background: #F3F3F3;
}
.type-detail .extended-description table tr:nth-child(even) {
  background: #fff;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 13px 17px;
  color: #000;
}
.type-detail .extended-description table tr a {
  color: #141414;
  text-decoration: underline;
}
.type-detail .extended-description table tr th {
  font-weight: 400;
}
.type-detail .extended-description table tr td {
  font-weight: 400;
}
.type-detail .description-inner {
  padding: 0;
}
.type-detail .detail-banners {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
  }
}
.type-detail .p-detail-info > div + div::before {
  display: none;
}
.type-detail .flags {
  width: 100%;
  margin-bottom: 10px;
}
.type-detail .flags .flag {
  padding: 7px 9px 6px 9px;
  font-size: 12px !important;
  color: #000;
}
.type-detail.in-snoubeni .breadcrumbs-wrapper,
.type-detail.in-zasnubni-prsteny .breadcrumbs-wrapper,
.type-detail.in-snubni-prsteny .breadcrumbs-wrapper {
  background: #fff;
}
.type-detail.in-snoubeni .add-to-cart button,
.type-detail.in-zasnubni-prsteny .add-to-cart button,
.type-detail.in-snubni-prsteny .add-to-cart button {
  background: #DD8984;
  color: #fff;
  font-size: 1.2em;
}
.type-detail.in-snoubeni .add-to-cart button:hover,
.type-detail.in-zasnubni-prsteny .add-to-cart button:hover,
.type-detail.in-snubni-prsteny .add-to-cart button:hover {
  background: #000;
}
.type-detail.in-snoubeni .watchdog-button,
.type-detail.in-zasnubni-prsteny .watchdog-button,
.type-detail.in-snubni-prsteny .watchdog-button {
  background-color: #fabe96 !important;
  color: #000 !important;
}
.type-detail.in-snoubeni .watchdog-button:hover,
.type-detail.in-zasnubni-prsteny .watchdog-button:hover,
.type-detail.in-snubni-prsteny .watchdog-button:hover {
  background-color: #e3ad86 !important;
}
.type-detail.in-snoubeni .p-detail-inner-header h1,
.type-detail.in-zasnubni-prsteny .p-detail-inner-header h1,
.type-detail.in-snubni-prsteny .p-detail-inner-header h1 {
  font-family: "Sn-titles" !important;
}
.type-detail.in-snoubeni .shp-tabs-row .shp-tabs-holder li.active a,
.type-detail.in-zasnubni-prsteny .shp-tabs-row .shp-tabs-holder li.active a,
.type-detail.in-snubni-prsteny .shp-tabs-row .shp-tabs-holder li.active a {
  background: #DD8984 !important;
  color: #fff;
}
.type-detail.in-snoubeni .shp-tabs-wrapper:before,
.type-detail.in-zasnubni-prsteny .shp-tabs-wrapper:before,
.type-detail.in-snubni-prsteny .shp-tabs-wrapper:before,
.type-detail.in-snoubeni .footer-banners-wrap,
.type-detail.in-zasnubni-prsteny .footer-banners-wrap,
.type-detail.in-snubni-prsteny .footer-banners-wrap,
.type-detail.in-snoubeni #content h2.products-related-header:before,
.type-detail.in-zasnubni-prsteny #content h2.products-related-header:before,
.type-detail.in-snubni-prsteny #content h2.products-related-header:before {
  display: none;
}
.stars .star:before {
  color: #141414 !important;
}
.content-inner {
  max-width: 100%;
}
@media (min-width: 992px) {
  #colorbox .advanced-order .products-block .product:not(.slick-slide) {
    width: 33.33% !important;
  }
}
#colorbox .advanced-order .products-block .product:nth-child(4),
#colorbox .advanced-order .products-block .product:nth-child(5),
#colorbox .advanced-order .products-block .product:nth-child(6) {
  display: none;
}
.p-image-wrapper .flags-extra {
  z-index: 2;
}
.snoubeni-links a {
  display: block;
  color: #DD8984;
  margin-bottom: 8px;
}
.snoubeni-links a:hover {
  text-decoration: underline;
}
.popup-okno {
  position: fixed;
  top: 250px;
  left: 50%;
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  z-index: 9999;
  padding: 32px;
  color: #000;
  transform: translateX(-50%);
}
.popup-okno-overlay {
  position: fixed;
  top: 0;
  background-color: #de8a85;
  opacity: 0.6;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.popup-link {
  background-color: #de8a85;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 160px;
  text-align: center;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  margin: 20px auto 0 auto;
}
.popup-link:hover {
  text-decoration: none;
  background-color: #f4bcb8;
}
.popup-okno .krizek {
  position: absolute;
  right: 16px;
  top: 16px;
}
.popup-okno .krizek::before {
  content: '\e912';
  font-size: 14px !important;
  font-family: shoptet;
  display: block;
  line-height: 18px;
  cursor: pointer;
}
#header .cart-count {
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-family: 'Basis';
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 45px;
  margin-top: -4px;
  height: 40px;
  margin-right: -5px;
  /*&.full {
    .cart-price {
      font-size: 0.9em;
    }
  }*/
}
@media only screen and (max-width: 1200px) {
  #header .cart-count {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    padding-left: 50px;
  }
}
#header .cart-count:before {
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/cart.svg?v5);
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background-color: transparent;
  background-size: 25px;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.3s;
  margin-top: -2px;
}
#header .cart-count:hover:before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    position: fixed;
    top: 1px;
    z-index: 99;
    right: 12px;
    margin-top: 0;
    padding-left: 40px;
  }
  #header .cart-count:before {
    background-size: 22px;
    width: 40px;
    height: 40px;
    margin-top: 3px;
  }
}
#header .cart-count .sr-only {
  position: relative;
  width: auto;
  height: auto;
  text-transform: none;
  font-family: 'Basis';
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 0.8em;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .cart-count .sr-only {
    display: none;
  }
}
#header .cart-count .cart-price {
  font-family: 'Basis';
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: none;
  min-height: 17px;
  display: none !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  width: 65px;
  line-height: 1.2em;
  min-height: 39px;
  margin-top: 2px;
  text-align: right;
  /*&:after {
      position: relative;
      width: 10px;
      height: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-down.svg);
      opacity: 0.5;
      background-position: center;
      margin-left: 10px;
      display: inline-block;
      content: '';
      background-size: 7px;
      background-repeat: no-repeat;
    }*/
}
@media only screen and (max-width: 1200px) {
  #header .cart-count .cart-price {
    display: none !important;
  }
}
#header .cart-count i {
  background: #333;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 30px;
  right: initial;
  padding-top: 3px;
  font-size: 11px;
  padding-left: 3px;
  position: absolute;
  margin-left: 2px;
}
@media only screen and (max-width: 1200px) {
  #header .cart-count i {
    position: absolute;
    border-radius: 20px;
    top: -5px;
    display: -ms-flexbox !important;
    display: flex !important;
    right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    right: -1px;
    background: #000;
    color: #fff;
    left: initial;
    top: 7px;
  }
}
/*.menu-helper-visible .menu-helper::after {
  content: '\e914';
}*/
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  #header .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .head-contact {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    border: none !important;
    position: fixed;
    background: #fff;
    z-index: 9;
    top: 0;
    border-bottom: none !important;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    /*.menu-helper {
      right: 260px;
      transform: translateY(-50%);
      top: 50% !important;
      bottom: inherit;
      right: inherit;
      left: -5px;
      width: 45px;
      height: 60px;

      @media (max-width: 1320px) {
        left: 10px;
      }

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

      a {
        &:hover {
          color: @brown;
        }
      }

      .menu-level-2 {
        padding-bottom: 10px;
      }

      &:after {
        background: transparent;
        color: #000;
      }

      .menu-level-1 {
        position: fixed;
        border: none;
        box-shadow: inset 0 7px 13px -7px rgba(0, 0, 0, 0.1);
        width: 100vw;
        left: calc(~'(-50vw + 640px)');
        right: initial;
        top: 60px;
        background: #f3f4f4;
        padding: 25px 35px;
        padding-bottom: 0;
        padding-left: calc(~'(50vw - 635px)');
        padding-right: calc(~'(50vw - 660px)');
        max-height: inherit;
        height: calc(~'100vh - 60px');
        cursor: default;
        overflow-x: hidden;

        @media (max-width: 1320px) {
          left: -10px;
          padding-left: 15px;
          padding-right: 15px;
        }

        > li {
          display: none;
        }

        .menu-close {
          position: absolute;
          right: 25px;
          top: 15px;
          cursor: pointer;
          padding: 10px;
          z-index: 2;
          background: #f3f4f4;
        }

        .custom-footer {
          margin: 0;
          background: #fff;
          border: none;
          padding: 35px 10px;
          position: relative;
          z-index: 1;

          &:before {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 100vw;
            content: '';
            background: #fff;
            top: 0;
            height: 100%;
            z-index: -1;
          }

          .custom-footer__articles {
            h4 {
              display: none;
            }
          }

          li {
            a {
              color: #000;
              margin-bottom: 17px;
              font-size: 1.1em;

              &:hover {
                text-decoration: underline;
                color: #000;
              }
            }
          }

          h4 {
            margin-top: 0;
            span {
              font-size: 1.3em;
              font-weight: 600;
              color: #000;
              letter-spacing: 0.5px;
            }
          }

          .contact-box {
            ul {
              li {
                span {
                  padding-left: 0;

                  &:before {
                    display: none;
                  }
                }

                .facebook, .instagram {
                  display: none;
                }
              }
            }
          }
        }

        .next-to-carousel-banners {
          max-width: 100%;
          padding: 40px 0;

          .big-banners {
            width: calc(~'100% - 450px');
            display: flex;
            align-items: center;
            margin: 0 -8px;

            @media (max-width: 1350px) {
              width: calc(~'100% + 16px') !important
            }

            .banner {
              margin: 0 8px;
              width: 50%;
              max-width: 445px;

              @media (max-width: 1350px) {
                max-width: 436px;
              }

              a {
                img {
                  &:last-child {
                    max-width: 132px;
                    height: auto;
                  }
                  &:first-child {
                    max-width: 200px;
                    height: auto;

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

          .small-banners {
            width: 478px;
            display: flex;
            justify-content: flex-end;
            align-items: flex-start;
            margin: 0 -6px;

            @media (max-width: 1350px) {
              margin: 0 -7px;
              margin-top: 20px;
            }

            @media (max-width: 992px) {
              justify-content: flex-start;
            }

            .banner {
              width: 33.333%;
              max-width: 137px;
              margin: 0 6px;

              a {
                flex-direction: column;

                span {
                  padding-left: 0;
                  padding-bottom: 11px;
                  font-size: 1.5em;
                  padding-top: 0px;
                  letter-spacing: 1px;
                  transition: @transition;
                  transform-origin: left center;
                }
              }
            }
          }
        }

        .main-navigation {
          display: block;
          max-width: 1325px;

          .navigation-submenu {
            a {
              line-height: 1.4em;
            }
          }

          .navigation-box {
            .navigation-box-bg {
              height: calc(~'100% - 12px');
            }

            &:nth-child(n + 6) {
              display: block;
            }
            .navigation-button {
              height: 70px;

              span {
                font-size: 1.2em;
                letter-spacing: 1px;
              }

              img {
                width: auto;
                max-height: 100%;
              }
            }
          }
        }
      }
    }*/
    /*#navigation {
      width: 1px;
      overflow: hidden;
      left: 287px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 36px;
      transition: none;
      margin: 10px 0 0 0;
      border-bottom: none;

      @media (max-width: 1200px) {
        width: calc(~'100% - 530px');
      }

      .navigation-in {
        background: transparent !important;
        transition: none;

        ul {
          li {
            a {
              color: @mainText;
              background: transparent !important;

              &:hover {
                color: @pink;
                background: transparent;
              }
            }
          }
        }

        !*#nav-manufacturers {
          display: none;
        }*!

        .menu-level-1 {
          #nav-manufacturers {
            display: none !important;
          }
          > li {
            border: none !important;
            margin: 0 0 0 0;
            padding: 3px 0;
            > a {
              text-transform: none;
              padding: 0 25px;
              font-weight: 400;
              font-size: 1.3em;
              border-right: none !important;
              margin: 0;
              letter-spacing: 0px;
              color: #252525;
              border-radius: 0;
              text-transform: uppercase;
              position: relative;

              &:after {
                width: 1px;
                height: 10px;
                content: '';
                background: rgba(196, 196, 196, 0.5);
                position: absolute;
                right: 0;
                transform: translateY(-50%);
                top: 50%;
              }

              &:hover {
                color: @brown;
              }

              &.active {
                color: @brown;
                background: transparent !important;
              }

              b {
                font-weight: 700;
              }
            }

            &:not(.ext):last-child, &:not(.splitted):last-child {
              > a {
               &:after {
                 display: none;
               }
              }
            }
          }

          .menu-level-2 {
            border: none;
            border-radius: 0 0 10px 10px;
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);

            > li {
              width: 33.33%;
              flex-basis: 33.33%;
            }

            > li > div > a {
              font-weight: 500;
            }
          }
        }
      }
    }*/
  }
  #header .container {
    width: 100%;
    max-width: 1280px;
    padding: 0 !important;
  }
  #header .navigation-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #header .site-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    margin: 0;
    top: 14px;
  }
  #header .site-name img {
    max-height: 32px !important;
  }
  #header .header-top {
    height: 60px;
    padding: 0 !important;
    position: relative;
    /* &:after {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 52px;
        bottom: -52px;
        background: #191A1E;
      }*/
    /*&:before {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 100%;
        top: 0;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/head-bg.jpg);
        background-size: cover;
      }*/
  }
  #header .header-top .head-contact {
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
    color: #000;
    line-height: 1.3em;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
  }
  #header .header-top .head-contact:before {
    width: 25px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/pin.svg?v2);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .header-top .head-contact a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
  }
  #header .header-top .head-contact a:hover {
    text-decoration: underline;
  }
  #header .header-top > div {
    -ms-flex: 1;
        flex: 1;
  }
  #header .menu-helper {
    top: 68px;
    right: 13px;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #000;
  }
  #header .navigation-in > ul > li.ext.exp > a {
    margin: 0;
  }
  #header #navigation {
    height: 50px;
    background: transparent;
    margin: 0;
  }
  #header #navigation .navigation-in {
    background: transparent;
    max-width: 100%;
  }
  #header #navigation .navigation-in .menu-level-1 {
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 100%;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    border: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li#nav-manufacturers {
    /*.menu-level-2 {
                display: none !important;
              }*/
  }
  #header #navigation .navigation-in .menu-level-1 > li#nav-manufacturers a {
    padding-right: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li#nav-manufacturers.splitted {
    visibility: visible;
    display: block;
  }
  #header #navigation .navigation-in .menu-level-1 > li#nav-manufacturers ~ * {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 > li#nav-manufacturers .submenu-left li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  #header #navigation .navigation-in .menu-level-1 > li#nav-manufacturers .submenu-left li > a img {
    width: 52px;
    margin-right: 10px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 25.5px;
    color: #000;
    font-size: 1.2em;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover {
    margin: 0;
    text-decoration: underline;
  }
  #header #navigation .navigation-in .menu-level-1 > li.exp > a {
    text-decoration: underline;
  }
  #header #navigation .navigation-in .menu-level-1 > li a:hover {
    margin: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li:first-child a {
    padding-left: 0;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 a:hover {
    text-decoration: underline;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 30px 20px 35px;
    border: none;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.07);
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left,
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-right {
    -ms-flex: 1;
        flex: 1;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-right {
    text-align: right;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left {
    max-width: 75%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left .menu-image,
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left .menu-level-3 {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left li a {
    padding: 7px 20px 7px 0 !important;
    font-size: 1.2em;
    color: #000;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left.with-columns {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left.with-columns .col-1 {
    width: 200px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni {
    background: #eb8287;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-right {
    -ms-flex: 1;
        flex: 1;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left {
    display: block;
    -ms-flex: 1;
        flex: 1;
    padding-right: 15%;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left .col-1,
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left .col-2 {
    display: inline-block;
    float: left;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left h2 {
    font-family: "Sn-titles" !important;
    text-transform: uppercase;
    font-size: 2.5em;
    margin-bottom: 10px;
    margin-top: 0;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left p {
    font-family: "Sn-titles" !important;
    font-weight: 100;
    line-height: 1.4em;
    font-size: 1.1em;
    max-width: 555px;
    margin-bottom: 20px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left a,
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left h2,
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left p {
    color: #fff;
  }
  #header #navigation .navigation-in .menu-level-1 > li.exp .menu-level-2 {
    display: -ms-flexbox;
    display: flex;
  }
  #header #navigation.fitted .navigation-in .menu-level-1 {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  #header .menu-helper {
    visibility: hidden;
  }
  #header .search {
    -ms-flex: 0 1 42.333333% !important;
        flex: 0 1 42.333333% !important;
    margin-left: auto;
    margin-right: 60px;
  }
  #header .search .search-whisperer {
    top: 48px;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
  }
  #header .search .search-form {
    position: absolute;
    left: inherit;
    right: 96px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    cursor: default;
    margin-top: 1px;
    z-index: 9999;
    /*@media (max-width: 1200px) {
          right: 130px;
        }*/
    /*&:before {
          width: 25px;
          height: 30px;
          font-size: 20px;
          color: #4f4e4c;
          content: '\e920';
          font-family: shoptet;
          position: absolute;
          right: -11px;
          top: 4px;
          transform: scaleX(-1);
        }*/
  }
  #header .search .search-form .search-toggle {
    overflow: hidden;
    color: transparent;
    content: '';
    right: 0;
    top: -24px;
    height: 44px;
    width: 44px;
    position: absolute;
    z-index: 2;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  #header .search .search-form .search-toggle:before {
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/search.svg?v6);
    background-size: 20px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    position: absolute;
    top: 13px;
    left: 13px;
  }
  #header .search .search-form .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search .search-form fieldset {
    transition: 0.3s;
    position: relative;
    right: 20px;
    padding: 0;
  }
  #header .search .search-form fieldset input {
    padding-left: 15px;
    opacity: 0;
    height: 52px;
    background: #fff;
    float: right;
    width: 300px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  #header .search .search-form fieldset button {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none !important;
    left: unset;
    width: 120px;
    height: 48px;
    font-size: 0.85em;
    overflow: hidden;
    color: #fff;
    padding: 0;
    transition: none;
    background: #BB9B65;
    z-index: 2;
    min-height: 20px;
    border-radius: 0;
    min-width: 0;
    opacity: 0;
  }
  #header .search .search-form fieldset button:focus {
    outline: none;
    border: none;
  }
  #header .search .search-form fieldset button:before {
    color: #fff;
    font-size: 16px;
    content: '\e920';
    font-family: shoptet;
    transform: scale(-1, 1);
    font-weight: 600;
    display: inline-block;
    right: 10px;
    position: absolute;
    display: none;
  }
  #header .search .search-form fieldset {
    display: none;
  }
  #header .search .search-form.hovered {
    position: absolute;
    left: initial;
    right: 86px;
    top: 0px;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 100%;
    width: calc(100% - 270px);
    z-index: 999999;
    background: transparent;
    padding-right: 35px;
  }
  #header .search .search-form.hovered .search-toggle {
    top: 6px;
    opacity: 1;
    right: 10px;
  }
  #header .search .search-form.hovered .search-toggle:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/close-thin.svg?v3);
    background-size: 18px;
    background-position: center;
    background-color: transparent;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    opacity: 1;
    left: 0;
    top: 0;
  }
  #header .search .search-form.hovered .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search .search-form.hovered .search-whisperer.active {
    display: block;
    top: 48px;
    border-radius: 0 0 4px 4px;
  }
  #header .search .search-form.hovered fieldset {
    opacity: 1;
    display: block;
    width: calc(100% - 115px);
    float: right;
  }
  #header .search .search-form.hovered fieldset input {
    opacity: 1;
    width: 100%;
    border-radius: 30px;
    height: 46px;
    font-size: 1em;
    color: #141414;
    padding-left: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  #header .search .search-form.hovered fieldset button {
    opacity: 1;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/search.svg?v2);
    background-size: 20px;
    width: 44px;
    height: 44px;
    color: transparent;
    font-size: 0;
    border-radius: 40px;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: center;
    background-color: transparent;
    top: 1px;
    right: 3px;
  }
  #header .search .search-form.hovered fieldset button:before {
    display: none;
  }
  #header .search .search-form.hovered fieldset button:hover {
    opacity: 0.7;
  }
  /*.fixed-menu {
    #header {
      margin-bottom: 48px;
      z-index: 99;
    }
    #header .menu-helper {
      position: fixed;
      top: 10px;
      z-index: 99;
      right: calc(~'50% - 640px');

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

      .navigation-in {
        max-width: 1280px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }*/
  .overall-wrapper > .site-msg.information {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-left {
    width: 100%;
    max-width: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-left li {
    width: 20%;
    margin-bottom: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-left li > .menu-image {
    display: inline-block;
    padding-right: 15px;
    min-width: 85px;
    padding-right: 15px !important;
    width: 85px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-left li > .menu-image img {
    width: 70px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-left li > div > a {
    line-height: 1.1em;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-right {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  #header .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #header .container {
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  #header .menu-helper {
    right: -34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 1.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 1.1vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    font-size: 1em;
    padding: 18px 1.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 1.2vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 0.9vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 872px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 1vw;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 810px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 18px 1.2vw;
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1480px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    margin: 0 -100px;
    width: calc(100% + 200px);
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 1200px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2.snoubeni .submenu-left {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search .search-form.hovered {
    width: calc(100% - 70px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-left li {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:not(.snoubeni) .submenu-left li > div > a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left {
    padding-left: 22px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 7px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left > li > a.menu-image {
    display: inline-block;
    width: 60px;
    padding: 0;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-left > li > div > a {
    padding-left: 15px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .submenu-right {
    display: none;
  }
}
.site-msg.information {
  position: relative;
  width: 100%;
  left: 0;
  max-width: 100%;
  bottom: 0 !important;
  box-shadow: none;
  background: #ff91e1;
  text-align: left;
  padding: 0;
  font-size: 1em;
  height: 59px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.1em;
}
.site-msg.information .close {
  right: 12px;
}
.site-msg.information p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-msg.information {
    position: fixed;
    top: 0;
    opacity: 1;
  }
  .site-msg.information .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 93%;
  }
  .site-msg.information .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 44px;
  }
  .site-msg.information .text.more-showed {
    max-width: 100%;
  }
  .site-msg.information .text.more-showed p {
    -webkit-line-clamp: initial;
    font-size: 0.9em;
    max-height: initial;
  }
  .site-msg.information .text .show-more {
    cursor: pointer;
    margin-left: 10px;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0;
    background: #fff;
  }
  #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: #313130;
    font-family: 'Basis';
    border-color: #313130;
  }
  #header .site-name {
    position: fixed;
    left: 50%;
    top: 3px;
    z-index: 99;
    height: 46px;
    transform: translateX(-50%);
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 16px !important;
    margin-top: 14px !important;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) and (max-width: 350px) {
  #header .site-name img {
    max-height: 11px !important;
    margin-top: 16px !important;
  }
}
/*
.fixed-search-active {
  #header {
    z-index: 99;
  }
}*/
.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;
}
@media only screen and (max-width: 992px) {
  .category-title {
    padding-top: 25px !important;
  }
}
.category-title .pagination-appendix {
  display: none;
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > ul,
.type-category #content > * {
  -ms-flex-order: 0;
      order: 0;
}
.type-category #content > h1,
.type-category #content > .category-perex {
  -ms-flex-order: -1;
      order: -1;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category #filters {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .type-category #filters {
    margin-top: 20px;
    clear: both;
  }
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #000;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-category #filters .slider-wrapper > h4 {
  font-size: 1.1em;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
}
.type-category #filters .slider-wrapper .slider-header {
  -ms-flex-order: 2;
      order: 2;
  margin-top: -10px;
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #383C43;
  text-transform: none;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 0;
  background: transparent;
  border-radius: 5px;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-category #filters .filter-sections form fieldset label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
  display: none;
}
.type-category #filters .filter-sections form fieldset > div {
  margin: 4px 0;
}
.type-category #filters .filter-sections form fieldset > div.input-disabled {
  display: none;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters .param-filter-top:before {
  display: block;
  text-transform: uppercase;
  color: #383C43;
  letter-spacing: 0;
  -ms-flex-order: -1;
      order: -1;
  font-weight: 700;
  content: 'Dostupnost';
  font-size: 1.1em;
  margin-bottom: 10px !important;
  margin-top: 25px !important;
}
.type-category #filters .filter-section h4 {
  margin-bottom: 10px !important;
  margin-top: 25px !important;
  display: block;
}
.type-category #filters .filter-section.title-disabled h4 {
  display: none;
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle::after {
  width: 4px;
  background: transparent;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0;
  height: 8px;
  left: 8px;
  top: 6px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #313130;
  border-radius: 3px;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !important;
}
.type-category .products-inline > div .p .price strong {
  font-weight: 600;
}
.type-category #content h4 {
  text-transform: uppercase;
  color: #383C43;
  letter-spacing: 0;
  -ms-flex-order: -1;
      order: -1;
  font-weight: 700;
  display: none;
}
.type-category #productsTop {
  display: none;
}
.type-category .sidebar-inner .banner a:hover img {
  transform: none;
}
.type-category .sidebar-inner .box {
  padding-bottom: 0;
  border-color: rgba(22, 22, 22, 0.08);
}
.type-category .sidebar-inner .box .text-center {
  text-align: left !important;
}
.type-category .sidebar-inner .fb_iframe_widget,
.type-category .sidebar-inner .fb_iframe_widget iframe {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.type-category .sidebar-inner > div h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #383C43;
  text-transform: none;
}
.type-category #productsTop {
  -ms-flex-order: -1 !important;
      order: -1 !important;
}
.type-category .breadcrumbs-wrapper {
  margin-bottom: 0 !important;
}
.type-category .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #141414;
  -ms-flex-order: -2 !important;
      order: -2 !important;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .type-category .category-perex {
    padding-bottom: 5px;
  }
}
.type-category .category-perex:before {
  z-index: -1;
  width: 100vw !important;
  height: 100%;
  content: '';
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f3f4f4;
}
.type-category #content h1 {
  /*@media @tablet-min {
        display: none;
      }*/
  -ms-flex-order: -3 !important;
      order: -3 !important;
}
.type-category .products-inline .name {
  color: #141414;
}
.type-category .subcategories {
  margin-bottom: 0px;
  margin: 0px -7px 0px -7px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  padding-bottom: 30px;
}
.type-category .subcategories:before {
  z-index: -1;
  width: 100vw !important;
  height: 100%;
  content: '';
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f3f4f4;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 7px;
  background: transparent;
  border: none;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
  border-radius: 0px;
  color: #000;
  background: #fff;
  font-size: 1em;
  padding: 5px;
  height: 68px;
  border: 1px solid transparent;
}
.type-category .subcategories li a .image {
  width: 60px;
}
.type-category .subcategories li a .image img {
  max-height: 60px;
}
.type-category .subcategories li a .text {
  font-weight: 600;
  font-size: 1.3em;
  color: #000;
  line-height: 1em;
  overflow: visible;
}
.type-category .subcategories li a:hover {
  background: #FEDB55 !important;
}
.type-category .subcategories li a:hover .text {
  color: #000;
}
.type-category .subcategories li a:hover:after {
  display: none;
}
.type-category .subcategories li a:before {
  /*content: '\e910';
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0px;
          width: 22px;
          height: 22px;
          font-size: 8px;
          color: #3d3d3d;
          line-height: 0;
          background: #e7e7e7;
          border-radius: 30px;
          font-weight: 400;*/
  display: none;
}
.type-category.in-fitness #category-header,
.type-category.in-fitness .filters-wrapper {
  display: none !important;
}
.type-category.in-fitness .products-block {
  margin: 0 -7px;
}
.type-category.in-fitness .products-block .product {
  width: 33.333%;
  padding: 7px !important;
}
@media only screen and (max-width: 992px) {
  .type-category.in-fitness .products-block .product {
    width: 50%;
  }
}
.type-category.in-fitness .products-block .product .p {
  background: #F8F8F8;
  padding: 30px 35px;
}
@media only screen and (max-width: 767px) {
  .type-category.in-fitness .products-block .product .p {
    padding: 20px 20px;
  }
}
.type-category.in-fitness .products-block .product .p .p-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
}
.type-category.in-fitness .products-block .product .p .image {
  display: none;
}
.type-category.in-fitness .products-block .product .p .availability {
  display: none;
}
.type-category.in-fitness .products-block .product .p .name {
  text-align: center;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1em;
  height: auto;
  max-height: inherit;
}
@media only screen and (max-width: 767px) {
  .type-category.in-fitness .products-block .product .p .name {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .type-category.in-fitness .products-block .product .p .name {
    font-size: 1.8em !important;
  }
}
.type-category.in-fitness .products-block .product .p .prices {
  margin: 18px 0;
  -ms-flex-order: -2;
      order: -2;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .type-category.in-fitness .products-block .product .p .prices {
    margin-bottom: 15px !important;
  }
  .type-category.in-fitness .products-block .product .p .prices .price-final strong {
    font-size: 1.8em !important;
  }
}
.type-category.in-fitness .products-block .product .p .p-tools {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .type-category.in-fitness .products-block .product .p .p-tools {
    text-align: center !important;
  }
}
.type-category.in-fitness .products-block .product .p .p-tools button,
.type-category.in-fitness .products-block .product .p .p-tools .btn {
  width: 100% !important;
  max-width: 305px;
  margin: 0 auto;
}
.type-category.in-fitness .products-block .product .p .p-desc {
  text-align: center;
  display: block !important;
  -ms-flex-order: -3;
      order: -3;
  background: transparent;
  padding-top: 0;
  font-size: 1em;
  max-height: inherit;
}
.type-category.in-fitness .products-block .product .p .p-bottom > div {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.products-block {
  /* margin: -10px;
   width: calc(~'100% + 20px');
   padding: 10px;*/
}
.products-block .product {
  border: none !important;
  position: relative;
  padding: 15px !important;
  background: transparent;
  transition: 0.3s;
  border-radius: 0px;
  width: 25%;
  font-family: 'Basis', sans-serif !important;
}
.products-block .product.wide-product {
  width: 100% !important;
  margin-bottom: 0;
  padding: 0 !important;
}
.products-block .product.wide-product:first-child {
  margin-bottom: 20px;
}
.products-block .product.wide-product:first-child:after {
  height: 40px;
  width: 100%;
  position: relative;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 23.96%, rgba(255, 255, 255, 0) 78.12%, #FFFFFF 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  display: block;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product:first-child:after {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product:last-child {
    margin-bottom: 30px !important;
  }
}
.products-block .product.wide-product .p-bottom > div {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.products-block .product.wide-product .ratings-wrapper {
  position: relative;
  top: 0;
}
.products-block .product.wide-product .p-in .p-desc {
  -ms-flex-order: -1;
      order: -1;
  display: block !important;
  padding-top: 10px !important;
  max-height: inherit !important;
}
@media only screen and (max-width: 480px) {
  .products-block .product.wide-product .p-in .p-desc {
    display: block !important;
  }
}
.products-block .product.wide-product .p .name {
  font-size: 3.5em;
  margin-top: 0;
  padding-bottom: 0px;
  padding-left: 0;
  height: auto;
  max-height: initial;
  position: relative;
  padding-top: 20px;
  padding-right: 0;
  color: #1E1E1C;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 1200px) {
  .products-block .product.wide-product .p .name {
    font-size: 3em;
  }
}
@media only screen and (max-width: 992px) {
  .products-block .product.wide-product .p .name {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .p .name {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 2.2em !important;
  }
}
.products-block .product.wide-product button:before {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 20px;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nefrit/img/cart-btn.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 13px;
  top: 0;
}
.products-block .product.wide-product .flags {
  display: none !important;
}
.products-block .product.wide-product .flag.flag-discount {
  display: none;
}
.products-block .product.wide-product .price-line {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .price-line {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.products-block .product.wide-product .price-line .availability {
  position: relative;
  top: 0;
  min-height: auto;
  font-size: 1.1em;
}
.products-block .product.wide-product .price-line .prices {
  margin-bottom: 0;
  -ms-flex-positive: initial;
      flex-grow: initial;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-order: 0;
      order: 0;
  width: 200px;
}
.products-block .product.wide-product .price-line .prices .old-price-line {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
}
.products-block .product.wide-product .price-line .prices .old-price-line .old-price {
  -ms-flex-order: -1;
      order: -1;
  margin-right: 10px;
  text-decoration: line-through;
}
.products-block .product.wide-product .price-line .prices .price-final strong {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2.3em;
}
.products-block .product.wide-product .p {
  -ms-flex-direction: row;
      flex-direction: row;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .p {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.products-block .product.wide-product .p > div,
.products-block .product.wide-product .p > .image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .p > div,
  .products-block .product.wide-product .p > .image {
    width: 100% !important;
  }
}
.products-block .product.wide-product .p .image {
  width: 50%;
  height: 450px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .p .image {
    height: 425px !important;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product.wide-product .p .image {
    height: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .products-block .product.wide-product {
    margin: 0 !important;
  }
}
.products-block .product.wide-product .benefitBanner {
  display: none !important;
}
.products-block .product.wide-product .quantity {
  width: 92px;
  height: 50px;
  margin: 0;
  position: relative;
  padding: 0;
  display: inline-block;
  border: none;
}
.products-block .product.wide-product .quantity .increase,
.products-block .product.wide-product .quantity .decrease {
  cursor: pointer;
}
.products-block .product.wide-product .quantity .increase:hover,
.products-block .product.wide-product .quantity .decrease:hover {
  background-color: #141414 !important;
}
.products-block .product.wide-product .quantity .increase:hover:before,
.products-block .product.wide-product .quantity .decrease:hover:before {
  color: #fff !important;
  filter: invert(1);
}
.products-block .product.wide-product .quantity .increase:focus,
.products-block .product.wide-product .quantity .decrease:focus {
  opacity: 1;
}
.products-block .product.wide-product .quantity .increase {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  border: none;
  border-radius: 4px;
  background: rgba(30, 30, 28, 0.08);
}
.products-block .product.wide-product .quantity .increase:before {
  margin-top: 0;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nefrit/img/icons/plus.svg') no-repeat center;
  background-size: 16px;
  font-weight: 600;
  font-size: 12px;
}
.products-block .product.wide-product .quantity .decrease {
  position: absolute;
  right: 0;
  top: initial;
  bottom: 0;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  border: none;
  border-radius: 4px;
  background: rgba(30, 30, 28, 0.08);
}
.products-block .product.wide-product .quantity .decrease:before {
  margin-top: 0;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nefrit/img/icons/minus.svg') no-repeat center;
  background-size: 16px;
  font-size: 16px;
}
.products-block .product.wide-product .quantity input {
  width: 60px;
  height: 50px;
  text-align: center;
  font-weight: 500;
  border: 2px solid rgba(30, 30, 28, 0.08);
  border-radius: 5px;
  font-size: 1.1em;
}
.products-block .product.wide-product .product-top .availability-label {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .product-top .availability-label {
    font-size: 1.3em;
  }
}
.products-block .product.wide-product .product-top .availability-label[style="color: #009901"] {
  color: #659900 !important;
}
.products-block .product.wide-product .product-top .p-detail-inner-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.products-block .product.wide-product .product-top h1 {
  font-size: 3.5em;
  margin-top: 0;
  padding-bottom: 0px;
  padding-left: 0;
  position: relative;
  padding-top: 20px;
  padding-right: 0;
  color: #1E1E1C;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 1200px) {
  .products-block .product.wide-product .product-top h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 992px) {
  .products-block .product.wide-product .product-top h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .product-top h1 {
    margin-bottom: 0;
  }
}
.products-block .product.wide-product .product-top #choose-variant {
  display: inline-block !important;
  line-height: 40px;
  min-height: inherit;
}
.products-block .product.wide-product .product-top .detail-parameters {
  width: 100%;
  margin-top: 15px;
}
.products-block .product.wide-product .product-top .detail-parameters tr.surcharge-list th,
.products-block .product.wide-product .product-top .detail-parameters tr.surcharge-list td {
  display: block;
}
.products-block .product.wide-product .product-top .detail-parameters tr.variant-list {
  border-bottom: 10px solid transparent;
  display: block;
  border-top: 20px solid transparent;
}
.products-block .product.wide-product .product-top .detail-parameters tr.variant-list td {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 55px;
}
.products-block .product.wide-product .product-top .detail-parameters tr.variant-list th {
  padding-bottom: 10px;
}
.products-block .product.wide-product .product-top .detail-parameters tr.variant-list td,
.products-block .product.wide-product .product-top .detail-parameters tr.variant-list th {
  width: 100%;
  display: block;
}
.products-block .product.wide-product .product-top .detail-parameters tr.variant-list .hidden-split-parameter .parameter-value {
  display: none;
}
.products-block .product.wide-product .product-top .detail-parameters tr.variant-list .hidden-split-parameter .advanced-parameter {
  width: 48px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}
.products-block .product.wide-product .product-top .detail-parameters th {
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
  color: #1E1E1C;
}
.products-block .product.wide-product .product-top .detail-parameters td select {
  margin: 0 0 15px 0;
  padding: 8px 13px;
  color: #000;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0;
  border: 1px solid #141414;
  border-radius: 8px;
  width: 100%;
  max-width: 350px;
  position: relative;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nefrit/img/icons/chevron-down.svg") no-repeat right 13px center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.products-block .product.wide-product .product-top .detail-parameters td select:focus {
  outline: none;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .products-block .product.wide-product .product-top .social-buttons-wrapper {
    margin-top: 20px;
  }
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  text-decoration: none;
  margin-right: 35px;
}
@media only screen and (max-width: 480px) {
  .products-block .product.wide-product .product-top .social-buttons-wrapper a {
    margin-top: 15px;
    margin-right: 20px;
  }
}
.products-block .product.wide-product .product-top .social-buttons-wrapper a:before {
  transition: 0.3s;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper a span {
  text-transform: none;
  color: #000;
  font-weight: 500;
  font-size: 13px;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.share::before,
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
  margin-bottom: 5px;
  color: #141414;
  line-height: 46px;
  opacity: 0.4;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 30px;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.chat:before,
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 45px;
  height: 45px;
  margin: 0 auto 5px auto;
  opacity: 0.4;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.share::before {
  content: '\e933';
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.print:before {
  content: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nefrit/img/printer.svg?v2);
  opacity: 0.4;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nefrit/img/question2.svg?v2);
  opacity: 0.4;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon.print {
  display: none;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon:hover.chat:before,
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1 !important;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon:hover.share:before,
.products-block .product.wide-product .product-top .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #141414;
  opacity: 1 !important;
}
.products-block .product.wide-product .product-top .p-final-price-wrapper,
.products-block .product.wide-product .product-top .availability-value {
  width: 190px;
  float: left;
  margin-top: 20px;
}
.products-block .product.wide-product .product-top .price-line {
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .products-block .product.wide-product .product-top .price-line {
    padding-top: 20px !important;
  }
}
.products-block .product.wide-product .product-top .social-buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.products-block .product.wide-product .product-top .social-buttons-wrapper .social-buttons {
  position: absolute;
  left: 0;
  top: 66px;
  min-width: 100%;
  min-height: auto;
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 2;
}
.products-block .product.wide-product .product-top .social-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.products-block .product.wide-product .product-top .social-buttons .close-wrapper {
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.products-block .product.wide-product .product-top .social-buttons > div {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  padding-right: 5px;
  display: -ms-flexbox;
  display: flex;
}
.products-block .product.wide-product .product-top .social-buttons > div iframe {
  vertical-align: middle;
}
.products-block .product.wide-product .product-top .social-buttons > div:last-child {
  padding-right: 0;
}
.products-block .product.wide-product .product-top .social-buttons > div.close-wrapper {
  justify-self: flex-end;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 1em;
  text-align: left;
  text-transform: uppercase;
}
.products-block .product.wide-product .product-top .social-buttons > div.addthis {
  width: 100%;
  padding-right: 0;
}
.products-block .product.wide-product .product-top .social-buttons.no-display {
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  z-index: -1;
}
.products-block .product.wide-product .product-top .quantity {
  border-radius: 4px !important;
  margin-right: 15px;
  font-size: 1.3em;
  width: 120px;
  min-width: 120px;
}
.products-block .product.wide-product .product-top .quantity input {
  width: 88px;
}
.products-block .product.wide-product .product-top .add-to-cart {
  padding-top: 5px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .products-block .product.wide-product .product-top .add-to-cart {
    padding-top: 15px;
  }
}
.products-block .product.wide-product .product-top .add-to-cart button:focus {
  outline: none !important;
}
.products-block .product.wide-product .product-top .add-to-cart button:before {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 20px;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/nefrit/img/cart-btn.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 13px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .product-top .add-to-cart button {
    width: auto;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.products-block .product.wide-product .product-top .add-to-cart button:hover {
  background: #BB9B65;
}
.products-block .product.wide-product .product-top .add-to-cart .quantity {
  height: 58px;
}
.products-block .product.wide-product .product-top .add-to-cart .quantity input {
  height: 58px;
}
.products-block .product.wide-product .product-top .flags-extra {
  bottom: 20px;
  right: 25px;
}
.products-block .product.wide-product .product-top .p-detail-info {
  clear: both;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.products-block .product.wide-product .product-top .p-detail-info > div:not(.stars-wrapper) {
  display: none;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters:nth-of-type(2) {
  /*display: none;*/
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters:nth-of-type(2) tr th {
  font-weight: 500;
  min-width: 180px;
  width: auto;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters:nth-of-type(2) tr th,
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters:nth-of-type(2) tr td {
  padding-right: 10px;
  padding-bottom: 5px;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters {
  border-spacing: 0px;
  padding: 10px 0 0 0;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters #simple-variants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter {
  margin-right: 5px;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner:hover img {
  opacity: 0.8;
}
.products-block .product.wide-product .product-top .p-detail-info > div.stars-wrapper {
  font-weight: 600;
  float: left;
  -ms-flex-order: -2;
      order: -2;
}
@media only screen and (max-width: 600px) {
  .products-block .product.wide-product .product-top .p-detail-info > div.stars-wrapper {
    width: 100%;
    padding-bottom: 15px;
    margin: 10px 0 0 0;
  }
}
.products-block .product.wide-product .product-top .p-detail-info > div.stars-wrapper a {
  font-weight: 500;
  text-decoration: none;
}
.products-block .product.wide-product .product-top .p-detail-info > div.stars-wrapper a:hover {
  text-decoration: underline;
}
.products-block .product.wide-product .product-top .p-detail-info .p-short-description {
  font-size: 1em;
  opacity: 0.8;
  font-weight: 500;
  line-height: 1.7em;
}
.products-block .product.wide-product .product-top .p-detail-info .p-short-description p {
  font-weight: 400;
}
.products-block .product.wide-product .product-top .p-detail-info .p-short-description a {
  margin-left: 0;
  color: #141414;
  font-weight: 600;
  text-decoration: none;
}
.products-block .product.wide-product .product-top .p-detail-info .p-short-description a:hover {
  text-decoration: none;
  color: #BB9B65;
}
.products-block .product.wide-product .product-top .p-detail-info .p-short-description .chevron-after {
  display: block;
  margin-top: 10px;
}
.products-block .product.wide-product .product-top .p-detail-info > div {
  font-weight: 600;
  float: right;
  color: #141414;
  padding-bottom: 5px;
}
.products-block .product.wide-product .product-top .p-detail-info > div:not([class]) {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 0;
  font-weight: 400;
  font-size: 11px;
  color: #b6b6b6;
}
@media only screen and (max-width: 992px) {
  .products-block .product.wide-product .product-top .p-detail-info > div:not([class]) {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .product-top .p-detail-info > div:not([class]) {
    top: 0;
  }
}
.products-block .product.wide-product .product-top .p-detail-info > div:not([class]) a {
  font-size: 14px;
  color: #141414;
}
.products-block .product.wide-product .product-top .p-detail-info > div:not([class]) a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .products-block .product.wide-product .product-top .p-detail-info > div {
    padding-top: 3px;
    float: none;
  }
}
.products-block .product.wide-product .product-top .p-detail-info > div a {
  text-decoration: none;
}
.products-block .product.wide-product .product-top .p-detail-info > div a:hover {
  text-decoration: underline;
}
.products-block .product.wide-product .product-top .p-detail-info .detail-parameters {
  clear: both;
}
.products-block .product.wide-product .product-top .p-detail-info .flags {
  padding: 0;
  margin-right: 12px;
  margin-bottom: 15px;
  float: left;
  -ms-flex-order: -1;
      order: -1;
}
.products-block .product.wide-product .product-top .p-detail-info .flags .flag {
  margin-right: 10px;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper .stars-label {
  font-weight: 500;
  margin-left: 10px;
  font-size: 0.8em;
  position: relative;
  top: 0px;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper .stars {
  margin: 0;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper .stars .star {
  position: relative;
  top: 0;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper {
  width: auto !important;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper .stars.star-list {
  margin-bottom: 0;
  width: 80px;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper .stars.star-list .star {
  width: 16px;
  height: 15px;
}
.products-block .product.wide-product .product-top .p-detail-info .stars-wrapper .stars.star-list .star:before {
  font-size: 14px !important;
  color: #FFD600 !important;
}
.products-block .product.wide-product .p-detail .p-image-wrapper,
.products-block .product.wide-product .p-detail .p-info-wrapper {
  width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .p-detail .p-image-wrapper,
  .products-block .product.wide-product .p-detail .p-info-wrapper {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-block .product.wide-product a[href="#description"].chevron-after {
  color: #BB9B65;
  padding: 0;
  border-radius: 8px;
  display: inline-block;
  background: transparent;
  font-weight: 700;
  font-size: 1.1em;
}
.products-block .product.wide-product a[href="#description"].chevron-after:after {
  display: none;
}
.products-block .product.wide-product a[href="#description"].chevron-after:hover {
  text-decoration: underline;
}
.products-block .product.wide-product .p-short-description {
  font-size: 0.9em;
  margin-top: 16px;
  line-height: 1.6em;
}
.products-block .product.wide-product .p-detail-info {
  padding-top: 5px;
}
.products-block .product.wide-product .advanced-parameter {
  position: relative;
}
.products-block .product.wide-product .advanced-parameter input[type="radio"] {
  display: block;
  margin: 0;
}
.products-block .product.wide-product .advanced-parameter input[type="radio"]:checked:before {
  width: 35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  border-radius: 20px;
  border: 2px solid #BB9B65;
  left: 0;
  background-size: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODk3MS42IiBoZWlnaHQ9IjE0MzM2LjMiIHZpZXdCb3g9IjAgMCAxNy43ODU5MTYgMTMuNDQwMjY3Ij48cGF0aCBkPSJNMTUgLjRsLTggOC00LTQtMi40IDJMNi43IDEzIDE3LjQgMi43eiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSJncmF5IiBzdHJva2Utd2lkdGg9Ii42Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
}
.products-block .product.wide-product .p-final-price-wrapper,
.products-block .product.wide-product .availability-value {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.products-block .product.wide-product .p-final-price-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-block .product.wide-product .p-final-price-wrapper .price-standard,
.products-block .product.wide-product .p-final-price-wrapper .price-save {
  margin-bottom: 5px;
}
.products-block .product.wide-product .p-final-price-wrapper .price-save {
  margin-left: 10px;
}
.products-block .product.wide-product .p-final-price-wrapper .price-final {
  font-weight: 700;
  font-size: 2.2em;
  letter-spacing: 0;
  width: 100%;
  color: #1E1E1C;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .p-final-price-wrapper .price-final {
    font-size: 1.5em;
  }
}
.products-block .product.wide-product .p-final-price-wrapper .price-additional {
  display: block;
}
.products-block .product.wide-product .p-final-price-wrapper .pr-list-unit {
  font-size: 16px;
}
.products-block .product.wide-product .add-to-cart {
  padding-bottom: 0;
  margin-bottom: 0;
}
.products-block .product.wide-product .add-to-cart .quantity {
  width: 120px;
}
.products-block .product.wide-product .add-to-cart button {
  margin-top: 0;
  height: 58px;
  margin-right: auto;
  margin-left: 0;
}
.products-block .product.wide-product .add-to-cart input {
  width: 88px;
}
@media only screen and (max-width: 480px) {
  .products-block .product.wide-product .add-to-cart input {
    width: calc(100% - 30px);
  }
}
.products-block .product.wide-product .product-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-block .product.wide-product .product-top > .col-xs-12:not(.col-lg-6) {
  width: 100%;
}
.products-block .product.wide-product .social-buttons-wrapper,
.products-block .product.wide-product .shp-tabs-wrapper,
.products-block .product.wide-product .p-thumbnails-wrapper {
  display: none;
}
.products-block .product.wide-product .product-top .detail-parameters {
  margin-top: 0;
  padding-top: 20px;
}
.products-block .product.wide-product .p-detail .p-image-wrapper {
  height: auto;
}
.products-block .product.wide-product .p-detail .p-image-wrapper .p-image {
  height: auto;
}
.products-block .product.wide-product .social-buttons-wrapper {
  display: none !important;
}
.products-block .product.wide-product button,
.products-block .product.wide-product .btn {
  background: #27282D !important;
  color: #fff !important;
  border: none !important;
  height: 62px;
  width: 272px;
  margin-top: 0;
  font-size: 1.2em;
  border-radius: 10px !important;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 992px) {
  .products-block .product.wide-product button,
  .products-block .product.wide-product .btn {
    width: 208px !important;
    font-size: 1.1em;
  }
}
.products-block .product.wide-product button:hover,
.products-block .product.wide-product .btn:hover {
  background: #BB9B65 !important;
}
.products-block .product.wide-product button:after,
.products-block .product.wide-product .btn:after {
  display: none;
}
.products-block .product.wide-product .availability-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 42px;
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product .availability-value {
    font-size: 0.9em;
    min-height: 30px;
  }
}
.products-block .product.wide-product .availability-value .availability-label {
  margin-bottom: 0;
}
.products-block .product.wide-product h1 {
  font-size: 4em;
  font-family: inherit !important;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .products-block .product.wide-product h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 992px) {
  .products-block .product.wide-product h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product.wide-product h1 {
    margin-bottom: 0;
  }
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 1200px) {
  .products-block .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  .products-block .product {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    padding: 15px 3px !important;
  }
  .products-block .product .p-in {
    /*padding: 0 !important;*/
    /*.p-desc {
          display: none !important;
        }

        .name {
          font-size: 0.95em !important;
          line-height: 1.4em;
        }*/
  }
}
.products-block .product .image {
  margin-bottom: 25px;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -7px;
  right: 20px;
  /* @media @tablet-600 {
         left: 50%;
         top: -8px;
         transform: translateX(-50%);
         height: 20px;
       }*/
}
.products-block .product .stars-placeholder .stars,
.products-block .product .p .stars-wrapper .stars {
  width: 70px;
}
.products-block .product .stars-placeholder .stars .star,
.products-block .product .p .stars-wrapper .stars .star {
  width: 14px;
}
.products-block .product .flag-discount {
  margin-left: 0;
}
.products-block .product .image img {
  opacity: 1;
  transition: 0.3s;
}
.products-block .product .p-code {
  padding: 1px 6px;
  background: #f5f5f4;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75em;
  color: #a7a7a7;
  right: 10px;
  top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-code {
    display: none;
  }
}
.products-block .product.slick-slide {
  padding: 0 10px;
}
.products-block .product .p-in {
  position: relative;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  padding-bottom: 25px;
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags.flags-extra {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: inherit;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}
.products-block .product .flags.flags-extra .flag {
  background: #9132ff;
}
.products-block .product .flags.flags-extra .flag.flag-discount {
  padding: 0;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-standard {
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-save {
  font-size: 1.7em;
  font-weight: 400;
}
.products-block .product .flags.flags-extra .flag span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags.flags-extra .flag {
    width: 45px;
    height: 45px;
    margin: 0;
    right: -5px;
    opacity: 0.8;
  }
  .products-block .product .flags.flags-extra .flag > span {
    display: none;
  }
  .products-block .product .flags.flags-extra .flag > span.price-save {
    display: block;
    font-size: 11px !important;
    letter-spacing: 0px;
  }
  .products-block .product .flags.flags-extra .flag > span.icon-van {
    display: block;
    font-size: 20px;
  }
}
.products-block .product .stars {
  margin-bottom: 10px;
}
.products-block .product .old-price-line {
  display: -ms-flexbox;
  display: flex;
}
.products-block .product .old-price-line .old-price {
  -ms-flex-order: -1;
      order: -1;
  text-decoration: line-through;
  margin-right: 5px;
}
.products-block .product .p {
  position: relative;
  border: none;
}
.products-block .product .p .name {
  text-align: left;
  font-weight: 600;
  font-size: 1em;
  color: #141414;
  letter-spacing: 0.2px;
  text-decoration: none;
  height: 40px;
  max-height: 40px;
  opacity: 1;
  margin: 0 auto 5px auto;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  line-height: 1.2em;
  /*@media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
          min-height: 40px;
        }*/
}
@media only screen and (max-width: 480px) {
  .products-block .product .p .name {
    height: 50px;
    max-height: 50px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.products-block .product .ratings-wrapper {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  top: -15px;
  position: absolute;
  right: 0;
  min-height: 0;
}
.products-block .product .availability {
  min-height: 35px;
  /* margin-bottom: 7px; */
  text-align: left;
  line-height: 1.1em;
  position: absolute;
  left: 0;
  font-size: 1em;
  display: -ms-flexbox;
  display: flex;
  top: -15px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  max-width: 160px;
  /* @media @tablet-600 {
         position: relative;
         text-align: center;
         max-width: 100%;
         right: 0;
         top: -6px;
         min-height: 25px;
         display: flex;
         align-items: center;
       }*/
}
.products-block .product .availability span[style="color:#009901"] {
  color: #719910 !important;
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .p-desc {
  -ms-flex-order: 3;
      order: 3;
  font-size: 1em;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
  letter-spacing: 0.5px;
  color: #141414;
  padding: 0;
  height: 34px;
  max-height: 34px;
  margin: 0;
  line-height: 1.2em;
  display: block !important;
  background: #fff;
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-desc {
    height: 50px;
    max-height: 50px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.products-block .product .p-tools {
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-tools {
    text-align: right !important;
  }
}
.products-block .product .prices {
  -ms-flex-order: 2;
      order: 2;
  padding: 0px;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  margin-bottom: 0px;
  text-align: left;
  min-height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product .prices {
    margin-bottom: -2px !important;
    -ms-flex: inherit !important;
        flex: inherit !important;
  }
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1px;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices .price-additional {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-additional {
    font-size: 0.7em;
  }
}
.products-block .product .prices .price,
.products-block .product .prices .price strong {
  text-transform: none;
}
.products-block .product .prices .price-final {
  margin-bottom: 0;
}
.products-block .product .prices .price-final strong {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.1em;
}
.products-block .product .stars-placeholder {
  position: absolute;
  top: -15px;
}
.products-block .product .flags-default .flag {
  font-weight: 600;
  max-width: 160px;
}
.products-block .product a {
  border: none;
}
.products-block .product a img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-block .product button,
.products-block .product .btn {
  height: 38px;
  line-height: 36px;
  background: transparent;
  border: 1px solid #141414;
  margin: 0 auto;
  min-width: 140px;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: 0;
  /* float: left; */
  padding: 0;
  font-weight: 500;
  font-size: 1em;
  color: #141414 !important;
}
.products-block .product button:before,
.products-block .product .btn:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product button,
  .products-block .product .btn {
    width: 110px !important;
    min-width: 90px;
    padding: 0;
    font-size: 0.9em;
    line-height: 33px !important;
  }
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #27282D !important;
  color: #fff !important;
  border-color: #27282D !important;
}
.products-block .product button:after {
  width: 10px;
  height: 10px;
  position: relative;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/hygiena/img/arr-right.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  transition: 0.3s;
  background-position: center;
}
.products-block .product button:hover:after {
  filter: invert(1) brightness(2);
}
.products-block .product .p-bottom > div {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: end;
      align-items: flex-end;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-bottom > div {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
}
.products-block .product:hover {
  height: auto !important;
  z-index: 3;
}
.products-block .product:hover .btn,
.products-block .product:hover button {
  background: #27282D;
  border-color: #27282D;
  color: #fff !important;
}
.products-block .product:hover button:after {
  filter: invert(1) brightness(2);
}
.products-block .product:hover .image img {
  opacity: 1;
}
.products {
  /*@media (max-width: 1250px) {
    &.slick-slider {
      padding-bottom: 40px !important;
    }

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

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

  @media (max-width: 400px) {
    .slick-arrow {
      bottom: 13px;
    }
  }*/
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 0 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;
  padding: 15px 0 !important;
  margin-right: 30px !important;
}
@media only screen and (max-width: 480px) {
  .products .slick-list .product {
    margin-right: 10px !important;
  }
}
.products .slick-dots {
  display: none !important;
}
.products .slick-arrow {
  position: absolute;
  top: -27px;
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 28px;
  height: 28px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-right-slide.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 3;
  width: 35px;
  height: 35px;
  background-color: #fff;
  top: 166px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
@media (max-width: 1440px) {
  .products .slick-arrow {
    top: 150px;
  }
}
@media (max-width: 1200px) {
  .products .slick-arrow {
    top: 12.5vw;
  }
}
@media only screen and (max-width: 992px) {
  .products .slick-arrow {
    top: 17.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .products .slick-arrow {
    top: 16.5vw;
  }
}
@media (max-width: 480px) {
  .products .slick-arrow {
    top: 19vw;
  }
}
@media (max-width: 400px) {
  .products .slick-arrow {
    top: 18vw;
  }
}
.products .slick-arrow.slick-disabled {
  display: none !important;
}
.products .slick-arrow:hover {
  opacity: 1;
  border: 1px solid #000 !important;
}
.products.carousel + .browse-p {
  display: none !important;
}
.products .slick-prev {
  left: -15px;
  right: initial;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-left-slide.svg);
  background-size: 28px;
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
.products .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
  right: -15px;
}
.products .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
#category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#category-header > div {
  color: #141414;
}
.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: #BB9B65 !important;
  border: none !important;
  text-transform: none;
  font-family: 'Basis' !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/hygiena/img/sliders.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 2px;
      margin-bottom: -2px;
    }*!

    &:hover {
      box-shadow: none;
      border-color: #000 !important;
      background: transparent;
    }
  }
}*/
.pagination-wrapper {
  margin-bottom: 30px;
}
.pagination-wrapper .pagination-loader {
  margin-bottom: 0 !important;
}
.pagination-wrapper .load-products {
  background: transparent;
  border-radius: 25px;
  color: #9132FF;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  border: none;
  text-decoration: underline;
}
.pagination-wrapper .load-products:hover {
  color: #FEDB55;
  background: transparent !important;
}
.pagination-wrapper .pagination a {
  color: #141414;
}
.pagination-wrapper .pagination-top strong {
  display: none;
}
.pagination-wrapper .pagination-top a {
  border: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 44px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5px;
  margin: 0;
}
.pagination-wrapper .pagination-top a:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arr-right.svg);
  transform: rotate(-90deg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination-top a:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .next.pagination-link,
.pagination-wrapper .pagination .prev.pagination-link {
  border: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 44px;
  height: 44px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5px;
  padding-top: 3px;
  margin: 0;
}
.pagination-wrapper .pagination .next.pagination-link:before,
.pagination-wrapper .pagination .prev.pagination-link:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arr-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination .next.pagination-link:hover,
.pagination-wrapper .pagination .prev.pagination-link:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .prev.pagination-link:before {
  transform: rotate(-180deg);
}
.type-category .footer-banners-wrap {
  margin-top: 20px;
}
.sidebar {
  display: none;
}
body.in-snoubeni .sidebar,
body.in-zasnubni-prsteny .sidebar,
body.in-snubni-prsteny .sidebar {
  display: block;
}
body.in-snoubeni .sidebar .sidebar-inner,
body.in-zasnubni-prsteny .sidebar .sidebar-inner,
body.in-snubni-prsteny .sidebar .sidebar-inner {
  background: transparent;
  border: none;
  padding: 0;
}
body.in-snoubeni .sidebar-inner > div,
body.in-zasnubni-prsteny .sidebar-inner > div,
body.in-snubni-prsteny .sidebar-inner > div {
  border: none !important;
}
body.in-snoubeni h1.category-title:before,
body.in-zasnubni-prsteny h1.category-title:before,
body.in-snubni-prsteny h1.category-title:before {
  display: none;
}
body.in-snoubeni .box-categories > h4,
body.in-zasnubni-prsteny .box-categories > h4,
body.in-snubni-prsteny .box-categories > h4 {
  display: none;
}
body.in-snoubeni .footer-banners-wrap,
body.in-zasnubni-prsteny .footer-banners-wrap,
body.in-snubni-prsteny .footer-banners-wrap {
  display: none;
}
body.in-snoubeni .category-perex:before,
body.in-zasnubni-prsteny .category-perex:before,
body.in-snubni-prsteny .category-perex:before {
  display: none;
}
body.in-snoubeni .subcategories,
body.in-zasnubni-prsteny .subcategories,
body.in-snubni-prsteny .subcategories {
  display: none;
}
body.in-snoubeni .breadcrumbs-wrapper,
body.in-zasnubni-prsteny .breadcrumbs-wrapper,
body.in-snubni-prsteny .breadcrumbs-wrapper {
  background: transparent;
}
body.in-snoubeni .category-header:before,
body.in-zasnubni-prsteny .category-header:before,
body.in-snubni-prsteny .category-header:before {
  display: none;
}
body.in-snoubeni .sidebar .informace,
body.in-zasnubni-prsteny .sidebar .informace,
body.in-snubni-prsteny .sidebar .informace {
  padding-left: 0;
  list-style: none;
}
body.in-snoubeni .sidebar .informace li a,
body.in-zasnubni-prsteny .sidebar .informace li a,
body.in-snubni-prsteny .sidebar .informace li a {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #000;
  padding: 3px 0;
}
body.in-snoubeni .sidebar .informace li a:hover,
body.in-zasnubni-prsteny .sidebar .informace li a:hover,
body.in-snubni-prsteny .sidebar .informace li a:hover {
  text-decoration: underline;
}
body.in-snoubeni .sidebar .box-categories,
body.in-zasnubni-prsteny .sidebar .box-categories,
body.in-snubni-prsteny .sidebar .box-categories {
  padding-top: 5px;
}
body.in-snoubeni .sidebar #categories .categories,
body.in-zasnubni-prsteny .sidebar #categories .categories,
body.in-snubni-prsteny .sidebar #categories .categories {
  margin: 0;
  display: none;
}
body.in-snoubeni .sidebar #categories .categories#cat-1139,
body.in-zasnubni-prsteny .sidebar #categories .categories#cat-1139,
body.in-snubni-prsteny .sidebar #categories .categories#cat-1139 {
  display: block;
}
body.in-snoubeni .sidebar #categories .categories#cat-1139 .topic > a,
body.in-zasnubni-prsteny .sidebar #categories .categories#cat-1139 .topic > a,
body.in-snubni-prsteny .sidebar #categories .categories#cat-1139 .topic > a {
  display: none;
}
body.in-snoubeni .sidebar #categories .categories ul a,
body.in-zasnubni-prsteny .sidebar #categories .categories ul a,
body.in-snubni-prsteny .sidebar #categories .categories ul a {
  padding-left: 0;
}
body.in-snoubeni .sidebar #categories .categories > ul > li > a,
body.in-zasnubni-prsteny .sidebar #categories .categories > ul > li > a,
body.in-snubni-prsteny .sidebar #categories .categories > ul > li > a {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #000;
}
body.in-snoubeni .sidebar #categories .categories > ul > li > a:hover,
body.in-zasnubni-prsteny .sidebar #categories .categories > ul > li > a:hover,
body.in-snubni-prsteny .sidebar #categories .categories > ul > li > a:hover {
  text-decoration: underline;
}
body.in-snoubeni .sidebar #categories .categories > ul > li > ul,
body.in-zasnubni-prsteny .sidebar #categories .categories > ul > li > ul,
body.in-snubni-prsteny .sidebar #categories .categories > ul > li > ul {
  padding: 10px 0;
}
body.in-snoubeni .sidebar #categories .categories > ul > li > ul a,
body.in-zasnubni-prsteny .sidebar #categories .categories > ul > li > ul a,
body.in-snubni-prsteny .sidebar #categories .categories > ul > li > ul a {
  font-size: 1.1em;
  padding-left: 23px;
  color: #000;
}
body.in-snoubeni .sidebar #categories .categories > ul > li > ul a:hover,
body.in-zasnubni-prsteny .sidebar #categories .categories > ul > li > ul a:hover,
body.in-snubni-prsteny .sidebar #categories .categories > ul > li > ul a:hover {
  text-decoration: underline;
}
body.in-snoubeni .sidebar #categories .categories > ul > li > ul > li > ul a,
body.in-zasnubni-prsteny .sidebar #categories .categories > ul > li > ul > li > ul a,
body.in-snubni-prsteny .sidebar #categories .categories > ul > li > ul > li > ul a {
  padding-left: 40px;
}
body.in-snoubeni .sidebar #categories .categories li.active > a,
body.in-zasnubni-prsteny .sidebar #categories .categories li.active > a,
body.in-snubni-prsteny .sidebar #categories .categories li.active > a {
  background: #fff;
  color: #000;
  text-decoration: underline;
}
body.in-snoubeni .sidebar #categories .categories .topic > a,
body.in-zasnubni-prsteny .sidebar #categories .categories .topic > a,
body.in-snubni-prsteny .sidebar #categories .categories .topic > a {
  padding-left: 0;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #000;
}
body.in-snoubeni .sidebar #categories .categories .topic.active > a,
body.in-zasnubni-prsteny .sidebar #categories .categories .topic.active > a,
body.in-snubni-prsteny .sidebar #categories .categories .topic.active > a {
  background: transparent;
  text-decoration: underline;
  color: #000 !important;
}
body.in-snoubeni .sidebar #categories .categories .cat-trigger,
body.in-zasnubni-prsteny .sidebar #categories .categories .cat-trigger,
body.in-snubni-prsteny .sidebar #categories .categories .cat-trigger {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  body.in-snoubeni .category-header > div,
  body.in-zasnubni-prsteny .category-header > div,
  body.in-snubni-prsteny .category-header > div {
    display: none;
  }
}
body.in-snoubeni .sidebar .filters-wrapper,
body.in-zasnubni-prsteny .sidebar .filters-wrapper,
body.in-snubni-prsteny .sidebar .filters-wrapper {
  display: none !important;
}
body.in-snoubeni .products-block .product,
body.in-zasnubni-prsteny .products-block .product,
body.in-snubni-prsteny .products-block .product {
  width: 33.333%;
}
@media only screen and (max-width: 992px) {
  body.in-snoubeni .products-block .product,
  body.in-zasnubni-prsteny .products-block .product,
  body.in-snubni-prsteny .products-block .product {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  body.in-snoubeni .products-block .product,
  body.in-zasnubni-prsteny .products-block .product,
  body.in-snubni-prsteny .products-block .product {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.in-snoubeni .filters-unveil-button-wrapper:before,
  body.in-zasnubni-prsteny .filters-unveil-button-wrapper:before,
  body.in-snubni-prsteny .filters-unveil-button-wrapper:before {
    display: none !important;
  }
}
body.in-snoubeni #content .filters-unveil-button-wrapper a,
body.in-zasnubni-prsteny #content .filters-unveil-button-wrapper a,
body.in-snubni-prsteny #content .filters-unveil-button-wrapper a {
  background: #FAFAFA !important;
  color: #000 !important;
}
body.in-snoubeni #content .filters-unveil-button-wrapper a:after,
body.in-zasnubni-prsteny #content .filters-unveil-button-wrapper a:after,
body.in-snubni-prsteny #content .filters-unveil-button-wrapper a:after {
  filter: none;
}
body.in-snoubeni #content .filters-unveil-button-wrapper a:hover,
body.in-zasnubni-prsteny #content .filters-unveil-button-wrapper a:hover,
body.in-snubni-prsteny #content .filters-unveil-button-wrapper a:hover {
  background: #FEDB55 !important;
  color: #000 !important;
}
body.in-snoubeni #content .filters-unveil-button-wrapper a:hover:after,
body.in-zasnubni-prsteny #content .filters-unveil-button-wrapper a:hover:after,
body.in-snubni-prsteny #content .filters-unveil-button-wrapper a:hover:after {
  filter: none;
}
body.in-snoubeni .category-title,
body.in-zasnubni-prsteny .category-title,
body.in-snubni-prsteny .category-title {
  display: none;
}
body.in-snoubeni h1.category-title {
  display: none;
}
body.in-snoubeni .filters-wrapper,
body.in-snoubeni #filters-wrapper {
  display: none;
}
body.in-snoubeni .category-header,
body.in-snoubeni .pagination-wrapper {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  body.in-snoubeni .subcategories {
    display: block !important;
    -ms-flex-order: -3 !important;
        order: -3 !important;
    padding-bottom: 0;
    margin-top: 15px;
  }
  body.in-snoubeni .subcategories:before {
    display: none;
  }
  body.in-snoubeni .subcategories li a {
    padding: 0;
    height: auto;
    margin-bottom: 0px;
    line-height: 1.3em !important;
    overflow: visible;
    display: block;
  }
  body.in-snoubeni .subcategories li .image {
    display: none;
  }
  body.in-snoubeni .subcategories li .text {
    padding-left: 0;
    overflow: visible;
    display: block;
    text-overflow: unset;
    line-height: 1em;
  }
}
body .informace.mobile-banner {
  display: none;
}
body .banner-category {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body.in-snoubeni .informace.mobile-banner {
    display: block;
    -ms-flex-order: -3 !important;
        order: -3 !important;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
  }
  body.in-snoubeni .informace.mobile-banner li a {
    font-size: 1.3em;
    font-weight: 600;
    padding-left: 2px;
    margin-bottom: 4px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body.in-snoubeni header .informace.mobile-banner {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .banner {
    min-height: initial !important;
  }
}
body.in-snoubeni footer .container.footer-bottom,
body.in-zasnubni-prsteny footer .container.footer-bottom,
body.in-snubni-prsteny footer .container.footer-bottom,
body.in-snoubeni-designeri footer .container.footer-bottom {
  background: #F3F4F4 !important;
}
body.in-snoubeni footer .container.footer-bottom .footer-custom-box div.footer-links img,
body.in-zasnubni-prsteny footer .container.footer-bottom .footer-custom-box div.footer-links img,
body.in-snubni-prsteny footer .container.footer-bottom .footer-custom-box div.footer-links img,
body.in-snoubeni-designeri footer .container.footer-bottom .footer-custom-box div.footer-links img {
  filter: invert(1);
}
body.in-snoubeni footer .container.footer-bottom .footer-custom-box .footer-socials a img,
body.in-zasnubni-prsteny footer .container.footer-bottom .footer-custom-box .footer-socials a img,
body.in-snubni-prsteny footer .container.footer-bottom .footer-custom-box .footer-socials a img,
body.in-snoubeni-designeri footer .container.footer-bottom .footer-custom-box .footer-socials a img {
  filter: invert(1);
}
body.in-snoubeni footer .container.footer-bottom .footer-custom-box div.footer-links a,
body.in-zasnubni-prsteny footer .container.footer-bottom .footer-custom-box div.footer-links a,
body.in-snubni-prsteny footer .container.footer-bottom .footer-custom-box div.footer-links a,
body.in-snoubeni-designeri footer .container.footer-bottom .footer-custom-box div.footer-links a {
  color: #000;
}
body.in-snoubeni footer .container.footer-bottom .footer-custom-box div.footer-links a:after,
body.in-zasnubni-prsteny footer .container.footer-bottom .footer-custom-box div.footer-links a:after,
body.in-snubni-prsteny footer .container.footer-bottom .footer-custom-box div.footer-links a:after,
body.in-snoubeni-designeri footer .container.footer-bottom .footer-custom-box div.footer-links a:after {
  filter: invert(1);
}
body.in-snoubeni footer .container.footer-bottom .copyright,
body.in-zasnubni-prsteny footer .container.footer-bottom .copyright,
body.in-snubni-prsteny footer .container.footer-bottom .copyright,
body.in-snoubeni-designeri footer .container.footer-bottom .copyright,
body.in-snoubeni footer .container.footer-bottom #signature .title,
body.in-zasnubni-prsteny footer .container.footer-bottom #signature .title,
body.in-snubni-prsteny footer .container.footer-bottom #signature .title,
body.in-snoubeni-designeri footer .container.footer-bottom #signature .title {
  color: #000;
}
.type-category #content #filters {
  display: none;
  margin-top: -50px;
}
.type-category #content #filters.visible {
  display: block;
}
.sn-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sn-banner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sn-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sn-banner .left-col {
  width: 60%;
}
.sn-banner .left-col img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .sn-banner .left-col {
    width: 100%;
  }
}
.sn-banner .right-col {
  width: calc(40% + 100px);
  margin-left: -100px;
}
@media only screen and (max-width: 1200px) {
  .sn-banner .right-col {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.sn-banner .right-col h2 {
  font-family: "Sn-titles" !important;
  font-weight: 400;
  font-size: 3.2em;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .sn-banner .right-col h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .sn-banner .right-col h2 {
    font-size: 2.2em;
  }
}
.sn-banner .right-col p {
  max-width: 400px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .sn-banner .right-col p {
    max-width: 100%;
  }
}
.sn-welcome {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .sn-welcome {
    margin: 40px 0;
  }
}
.sn-welcome .left-col {
  width: 53.45%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .sn-welcome .left-col {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    height: 400px;
    overflow: hidden;
  }
}
.sn-welcome .left-col > img:not(.star) {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.sn-welcome .left-col .star {
  position: absolute;
  bottom: 40px;
  left: -88px;
}
@media only screen and (max-width: 992px) {
  .sn-welcome .left-col .star {
    display: none;
  }
}
.sn-welcome .right-col {
  width: 45%;
}
@media only screen and (max-width: 992px) {
  .sn-welcome .right-col {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.sn-welcome .right-col .circle {
  margin-left: -44px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .sn-welcome .right-col .circle {
    -ms-flex-order: 2;
        order: 2;
    margin-left: auto;
    margin-bottom: -70px;
    margin-top: -70px;
  }
}
.sn-welcome .right-col h2 {
  font-family: "Sn-titles" !important;
  font-size: 3em;
  font-weight: 500;
  color: #000;
  line-height: 1.2em;
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .sn-welcome .right-col h2 {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 0;
    font-size: 2em;
  }
}
.sn-welcome .right-col .pink-box {
  padding: 30px;
  color: #fff;
  background: #DD8984;
}
@media only screen and (max-width: 992px) {
  .sn-welcome .right-col .pink-box {
    -ms-flex-order: 3;
        order: 3;
  }
}
.sn-welcome .right-col .pink-box p {
  line-height: 1.7em;
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.sn-welcome .right-col .pink-box ul {
  list-style: none;
  padding-left: 0;
}
.sn-welcome .right-col .pink-box ul li {
  margin-bottom: 12px;
}
.flags.flags-default .flag {
  background: #000 !important;
  font-weight: 400;
  color: #fff !important;
  text-transform: none;
}
.category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
  position: relative;
  padding: 0 !important;
  padding-bottom: 40px !important;
}
.category-header:before {
  z-index: -1;
  width: 100vw !important;
  height: 100%;
  content: '';
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f3f4f4;
}
@media only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .category-header {
    padding-bottom: 5px !important;
    margin-bottom: 0;
  }
}
.category-header label {
  font-size: 15px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 13px 34px !important;
  position: relative;
  font-weight: 400;
  z-index: 1;
  padding-top: 11px !important;
}
.category-header label:before {
  display: none !important;
}
.category-header form {
  position: relative;
  height: 50px;
  overflow: visible;
  /*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*/
}
@media only screen and (max-width: 480px) {
  .category-header form {
    width: 100%;
  }
}
.category-header > div {
  padding: 0 0 0 25px !important;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 15px;
  -ms-flex: inherit;
      flex: inherit;
}
.category-header > div strong {
  font-weight: 400;
}
.category-header fieldset {
  overflow: hidden;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 400px;
  width: 203px;
  padding-top: 42px;
  height: 43px;
  z-index: 3;
  background: #fafafa;
  position: relative;
  border: 2px solid #141414;
  border-radius: 0;
  cursor: pointer;
}
.category-header fieldset:after {
  top: 0;
  left: 0;
  height: 47px;
  /*background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 10px no-repeat !important;*/
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 8px 15px !important;
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
}
.category-header fieldset.non-check:after {
  top: 0;
  left: 0;
  height: 44px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 8px no-repeat !important;
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 12px 35px !important;
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: 'Doporučujeme';
}
.category-header fieldset label {
  font-weight: 500;
  background: transparent;
  text-align: left !important;
}
.category-header fieldset label:hover {
  color: #313130 !important;
}
.category-header fieldset input[type="radio"]:checked + label {
  position: absolute;
  padding-right: 22px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 35px center !important;
  background-size: 8px !important;
  background-color: #fafafa !important;
  color: #141414 !important;
  top: 0;
  left: 0;
  border-radius: 25px !important;
  letter-spacing: 0;
  width: 100%;
  height: 44px;
  z-index: 1;
}
.category-header fieldset input[type="radio"]:checked + label:after {
  width: 12px;
  height: 8px;
  content: '';
  position: absolute;
  right: 15px;
  top: 5px;
}
.category-header fieldset.hovered {
  height: auto;
  border-color: #313130;
}
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -130px;
  padding-left: 220px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper {
    margin-top: -100px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper {
    margin: 0 0 20px 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .filters-unveil-button-wrapper:before {
    z-index: -1;
    width: 100vw !important;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #f3f4f4;
  }
}
.filters-unveil-button-wrapper a {
  width: 189px !important;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  text-transform: none;
  font-weight: 500;
  padding: 10px 30px 11px 30px;
  font-size: 15px;
  border-radius: 0px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper a {
    width: 203px !important;
  }
}
.filters-unveil-button-wrapper a:after {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-down.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: 3px;
  margin-bottom: -2px;
  filter: invert(1);
}
.filters-unveil-button-wrapper a:hover {
  box-shadow: none;
  background: #FEDB55 !important;
  color: #000 !important;
}
.filters-unveil-button-wrapper a:hover:after {
  filter: none;
}
.ordering-process .quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 15px 0;
  border-radius: 0px;
  margin-right: 15px;
  position: relative;
  background: #fff;
  border: none;
}
.ordering-process .quantity .increase {
  position: absolute;
  right: 8px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .increase:hover {
  background: #ccc;
  opacity: 1 !important;
}
.ordering-process .quantity .increase:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity .decrease {
  position: absolute;
  left: 8px;
  width: 24px;
  top: 16px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .decrease:hover {
  background: #ccc;
  opacity: 1 !important;
}
.ordering-process .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity input {
  width: 117px;
  height: 50px;
  text-align: center;
  font-weight: 400;
  font-family: 'Basis', sans-serif !important;
  color: #000;
  font-size: 1.5em;
}
.ordering-process .price-wrapper .price.price-primary {
  font-size: 1.5em;
}
.in-dekujeme .recapitulation-wrapper {
  color: #000;
}
.in-dekujeme .recapitulation-wrapper h1,
.in-dekujeme .recapitulation-wrapper h2,
.in-dekujeme .recapitulation-wrapper h3,
.in-dekujeme .recapitulation-wrapper h4 {
  color: #000;
}
.in-krok-2 .co-box.co-billing-address {
  display: none;
}
.in-krok-2 .co-box.co-billing-address:show {
  display: block;
}
.gift-package {
  background: #fff;
  margin-top: 0;
  padding-top: 37px;
}
.gift-package input[type="checkbox"] + label {
  line-height: 24px;
  padding-left: 34px;
  font-weight: 600;
  color: #000;
}
.gift-package input[type="checkbox"] + label:before {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.gift-package input[type="checkbox"]:checked + label::before {
  background: #1e1e1c !important;
}
.gift-package input[type="checkbox"]:checked + label::after {
  left: 6px;
}
.gift-package .gift-subtext .subtext-title {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.gift-package .gift-subtext .subtext-title:before {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 18px;
  content: '';
  margin-right: 9px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/check.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
  top: 4px;
}
.gift-package .gift-subtext .subtext-desc {
  margin-bottom: 20px;
}
.in-krok-1 .question-tooltip {
  color: #000;
  background: transparent;
  width: auto;
  border-radius: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .in-krok-1 .question-tooltip {
    margin-left: 10%;
  }
}
.cart-empty {
  max-width: 900px;
  margin: 0 auto;
  color: #000;
}
.cart-empty h3 {
  color: #000;
}
.cart-empty input[type="search"].form-control {
  border-radius: 0;
}
.cart-empty .col-md-8 {
  -ms-flex: inherit;
      flex: inherit;
  max-width: 100%;
  width: 100%;
}
.cart-empty .col-md-4 {
  display: none;
}
.cart-empty .empty-cart-boxes {
  padding: 0 30px;
}
.cart-empty ul {
  margin-bottom: 40px;
}
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: #0E0E0F;
  margin: 0;
  overflow: hidden;
  color: #fff;
  clear: both;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-rows {
  width: 45%;
  max-width: 100%;
  padding-left: calc((100% - 1280px) / 2) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1300px) {
  footer .footer-rows {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  footer .footer-rows {
    width: 100%;
  }
}
footer .footer-rows:before {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #fff;
  z-index: -1;
}
footer .footer-links-icons {
  display: none;
}
footer .banner-wrapper {
  margin-top: 0;
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #1E1F22;
}
footer .custom-footer {
  border: none;
  padding: 0;
}
footer .custom-footer > div {
  width: 100%;
  padding: 0 15px 0 0 !important;
}
footer .custom-footer > div.custom-footer__banner9,
footer .custom-footer > div.custom-footer__banner10 {
  display: none;
}
footer .custom-footer > div.custom-footer__articles {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.custom-footer__articles {
    padding: 30px 15px 40px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.custom-footer__articles {
    padding-right: 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: 767px) {
  footer .custom-footer > div {
    width: 100% !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 .site-name {
  display: none !important;
}
footer h4 {
  letter-spacing: 0;
  margin-top: 20px;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 30px;
  color: #000;
  text-transform: none !important;
  font-weight: 600;
  font-size: 1.5em;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
footer h4:before {
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
footer #signature {
  text-align: center;
  font-size: 0.9em;
  -ms-flex: 1;
      flex: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  footer #signature {
    margin: 10px;
  }
}
footer #signature a {
  letter-spacing: 0;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #fff;
  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: #fff;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
  color: #fff;
}
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: #fff;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer #formLogin .password-helper {
    padding-right: 0;
  }
}
footer .search-form .btn {
  text-transform: none;
  line-height: 38px;
}
footer #formLogin input,
footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  footer #formLogin input,
  footer .search input {
    width: 100%;
  }
}
footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #f2f2f2;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #fff;
}
footer .rate-wrapper .votes-wrap .vote-wrap .stars .star {
  top: 6px;
}
footer ul {
  margin-bottom: 0;
  line-height: unset;
  padding-left: 0 !important;
  margin-top: 0;
}
footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #fff;
  letter-spacing: 0px;
}
footer ul li a {
  color: #fff !important;
  font-weight: 400;
}
footer ul span {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  footer .footer-logo {
    display: none;
  }
}
footer .footer-logo img {
  max-width: 250px;
}
footer .contact-box ul li > span::before {
  color: #1E1F22;
}
footer .socials {
  margin-bottom: 10px;
}
footer .socials a {
  margin-right: 8px;
}
footer .socials a:hover img {
  opacity: 0.5;
}
footer .contact-box {
  color: #fff;
  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: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .contact-box > img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
footer .contact-box > strong {
  display: block !important;
  margin-bottom: 20px;
}
footer .contact-box .mail:before {
  width: 22px;
  filter: grayscale(1) brightness(3);
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/mail2.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box .tel:before,
footer .contact-box .cellphone:before {
  width: 22px;
  height: 22px;
  filter: grayscale(1) brightness(3);
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/phone2.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box .facebook:before {
  width: 22px;
  height: 24px;
  filter: grayscale(1) brightness(3);
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/fb.svg?v2);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
footer .contact-box .instagram:before {
  width: 22px;
  filter: grayscale(1) brightness(3);
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/insta.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box li a {
  padding-left: 38px !important;
}
footer .contact-box .open-time {
  display: block;
  font-size: 0.8em;
  margin-top: -2px;
}
footer .contact-box p {
  margin-bottom: 5px;
}
footer #categories {
  display: block !important;
  height: inherit !important;
}
footer #categories #cat-manufacturers {
  display: none;
}
footer #categories .categories a {
  padding-bottom: 0;
}
footer #categories .categories:nth-child(n + 6) {
  display: none;
}
footer #categories .topic a {
  background: transparent !important;
  color: #141414;
}
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;
}
@media (min-width: 1320px) {
  footer .container {
    padding: 0;
  }
}
footer .container {
  background: transparent !important;
  border: none !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;
  }
}
footer .custom-footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
footer .custom-footer h4,
footer .custom-footer a,
footer .custom-footer ul li a {
  color: #000 !important;
}
footer .custom-footer .contact-box ul li > span {
  padding-left: 0;
}
footer .custom-footer .contact-box ul li > span:before {
  display: none;
}
footer .custom-footer .contact-box ul li > span a {
  padding-left: 0 !important;
}
footer .custom-footer .custom-footer__articles h4 {
  display: none;
}
footer .custom-footer .custom-footer__contact {
  padding-top: 0 !important;
}
@media only screen and (max-width: 992px) {
  footer .custom-footer .custom-footer__contact {
    padding-bottom: 0 !important;
  }
}
footer .custom-footer ul li span.instagram,
footer .custom-footer ul li span.facebook {
  display: none;
}
footer .custom-footer ul li a {
  font-size: 1.1em;
  margin-bottom: 15px;
}
body footer .container.footer-bottom {
  padding: 35px 20px 20px 0px !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: #0E0E0F !important;
  z-index: 2;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: none;
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding-right: calc((100% - 1280px) / 2) !important;
  /*&:before {
    width: 100vw;
    height: 100%;
    background: #0E0E0F;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
  }*/
  /*@media @tablet-port {
    height: auto;
    flex-direction: column-reverse;
    margin-top: 25px;
    padding: 40px 15px 40px 15px !important;

    &:before {
      display: none;
    }
  }*/
}
@media (max-width: 1300px) {
  body footer .container.footer-bottom {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom {
    width: 100%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 20px 20px 20px 0px !important;
  }
}
body footer .container.footer-bottom ul.footer-links {
  display: none !important;
}
body footer .container.footer-bottom .footer-custom-box {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 80px);
  padding-left: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom .footer-custom-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
    padding-top: 15px;
  }
}
body footer .container.footer-bottom .footer-custom-box div.footer-links {
  width: calc(100% - 200px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body footer .container.footer-bottom .footer-custom-box div.footer-links img {
  padding-left: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom .footer-custom-box div.footer-links img {
    padding-left: 15px;
  }
}
body footer .container.footer-bottom .footer-custom-box div.footer-links > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
body footer .container.footer-bottom .footer-custom-box div.footer-links a {
  text-transform: uppercase;
  padding: 8px 35px;
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom .footer-custom-box div.footer-links a {
    padding: 8px 15px;
  }
}
body footer .container.footer-bottom .footer-custom-box div.footer-links a:after {
  width: 12px;
  height: 12px;
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 12px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/link-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
body footer .container.footer-bottom .footer-custom-box div.footer-links a.active {
  background: #fff;
  color: #000;
}
body footer .container.footer-bottom .footer-custom-box div.footer-links a.active:after {
  display: none;
}
body footer .container.footer-bottom .footer-custom-box .footer-socials {
  width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom .footer-custom-box .footer-socials {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body footer .container.footer-bottom .footer-custom-box .footer-socials a {
  margin-left: 30px;
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom .footer-custom-box .footer-socials a {
    margin-left: 15px;
    margin-right: 15px;
  }
}
body footer .container.footer-bottom .footer-custom-box .footer-socials a img {
  transition: 0.3s;
}
body footer .container.footer-bottom .footer-custom-box .footer-socials a:hover img {
  opacity: 0.7;
}
body footer .container.footer-bottom #signature {
  font-size: 12px;
  -ms-flex: 1;
      flex: 1;
  max-width: 145px;
  font-weight: 400;
  max-width: initial;
  max-width: 660px;
  margin: 0;
  display: inline-block !important;
  visibility: visible !important;
  width: auto;
  -ms-flex: initial;
      flex: initial;
  margin-left: 25px;
  /* @media @tablet-port {
      margin-top: 15px;
    }*/
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom #signature {
    text-align: right;
  }
}
body footer .container.footer-bottom #signature img {
  width: 18px;
  display: none;
  margin-right: 0;
}
body footer .container.footer-bottom #signature .title,
body footer .container.footer-bottom #signature .podpis {
  color: #fff;
}
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: #fff;
}
body footer .container.footer-bottom .copyright {
  color: #fff;
  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: auto;
    -ms-flex: initial;
        flex: initial;
    max-width: 710px;
  }
}
@media only screen and (max-width: 992px) {
  body footer .container.footer-bottom .copyright {
    padding-left: 15px;
  }
}
@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: #fff;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #fff;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 10px 0;
  font-size: 11px;
  display: none;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
}
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-wrap {
  background: #f3f4f4;
}
.footer-bottom.eet-message {
  margin-top: 20px;
}
.footer-bottom.eet-message .eet-message-inner {
  max-width: 100%;
  color: #000;
}
.footer-banners {
  background: #f3f4f4;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0;
  z-index: 1;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 80px;
  max-width: 1300px;
  margin: 0 auto !important;
  /*&:before {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100vw;

  }*/
}
@media (max-width: 1300px) {
  .footer-banners {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-banners {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-banners {
    padding: 35px 0 20px 0;
  }
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  -ms-flex: inherit;
      flex: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  position: relative;
  padding: 0 10px 0 10px;
  /*&:after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      top: 0;
      left: 0;
      z-index: 2;
    }*/
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
@media only screen and (max-width: 992px) {
  .footer-banners .footer-banner {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .footer-banners .footer-banner {
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
  }
}
.footer-banners .footer-banner .extended-banner-texts {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 25px;
}
@media (max-width: 500px) {
  .footer-banners .footer-banner .extended-banner-texts {
    padding: 15px;
  }
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  position: absolute;
  background: transparent;
  left: 20px;
  top: 20px;
  border: none;
  color: #000;
  box-shadow: none;
  font-size: 1.5em;
  margin-top: 0;
  text-align: left;
  display: block;
  max-width: 166px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 992px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 1.1em;
    left: 10px;
    top: 0px;
  }
}
@media (max-width: 400px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
  bottom: 0;
  max-width: 80%;
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 1.5em;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
    font-size: 1.1em;
  }
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
  right: 0;
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 1.55em;
  text-decoration: underline;
  top: 0;
  margin: 0;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
    font-size: 1.1em;
  }
}
@media (max-width: 400px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
    font-size: 0.85em;
  }
}
.footer-banners .footer-banner a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: #FEDB55;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
  opacity: 1;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 10px;
  height: auto;
  width: auto;
  /* @media (max-width: 400px) {
          max-height: inherit;
          max-width: inherit;
        }*/
}
@media only screen and (max-width: 1200px) {
  .footer-banners .footer-banner a img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-banners .footer-banner a img {
    max-height: inherit;
  }
}
@media only screen and (max-width: 600px) {
  .footer-banners .footer-banner a img {
    max-height: 60px;
  }
}
@media (max-width: 500px) {
  .footer-banners .footer-banner a img {
    max-height: 60px;
    max-width: 80px;
    right: 15px;
  }
}
.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.footer-banners .footer-banner:last-child a img {
  right: 15px;
}
.footer-banners .footer-banner:last-child a .extended-banner-texts .extended-banner-title {
  max-width: 252px;
}
.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/czechdesign/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/czechdesign/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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-banners .slick-list {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-list {
    max-width: 1440px;
  }
}
.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.footer-banners .slick-list a img {
  filter: grayscale(100%);
  display: inline;
  transition: 0.3s;
}
.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
/*
.multiple-columns-body {
  .footer-banners {
    &:before {
      width: 100%;
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .custom-footer .banner {
    margin-bottom: 0;
  }
}
.navigation-window-visible .top-navigation-bar .container > div.top-navigation-contacts,
.navigation-window-visible .top-navigation-bar .container > div.top-navigation-menu {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .site-msg-show #navigation {
    top: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #f3f4f4;
    padding-left: 0;
    width: 100% !important;
    right: 0 !important;
    display: none;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 51px;
    position: fixed;
    transform: none;
    padding-top: 0px !important;
    /*box-shadow: inset 0 7px 13px -7px rgba(0, 0, 0, 0.1);*/
    overflow: auto;
    padding-bottom: 0;
    z-index: 9;
    overflow-x: hidden;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation .navigation-in {
    height: auto;
  }
  #navigation .navigation-close {
    z-index: 99;
  }
  #navigation .navigation-close:before {
    width: 28px;
    height: 28px;
    content: '';
    background: url("https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/menu-close.svg") no-repeat center;
    background-size: 21px;
  }
  #navigation .navigation-in {
    position: relative;
    z-index: 1;
  }
  #navigation ul.menu-level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
    padding: 20px;
  }
  #navigation ul.menu-level-1 > li:first-child > a {
    max-width: 220px;
  }
  #navigation ul.menu-level-1 > li {
    -ms-flex-order: 2;
        order: 2;
    border: none;
  }
  #navigation ul.menu-level-1 > li.menu-item-685 {
    position: relative;
    margin-top: 8px;
    padding-top: 8px;
  }
  #navigation ul.menu-level-1 > li.menu-item-685:before {
    width: calc(100% - 40px);
    left: 20px;
    height: 1px;
    position: absolute;
    background: #000;
    content: '';
    top: 0;
  }
  #navigation ul.menu-level-1 > li a {
    font-size: 1.5em;
    color: #000;
  }
  #navigation ul.menu-level-1 > li a .submenu-arrow {
    padding-right: 14px;
    transform: rotate(-90deg);
    position: relative;
    top: -5px;
    margin-left: 8px;
    height: 34px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 34px;
    max-width: 34px;
    margin-bottom: -16px;
    margin-top: -4px;
  }
  #navigation ul.menu-level-1 > li a .submenu-arrow:after {
    font-size: 15px;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    -ms-flex-order: 1;
        order: 1;
  }
  #navigation ul.menu-level-1 .menu-level-2 .submenu-left {
    padding-left: 30px;
    margin-top: 0;
    padding-bottom: 15px;
  }
  #navigation ul.menu-level-1 .menu-level-2 .submenu-left li a {
    padding: 10px 15px 10px 35px;
    font-size: 1.4em;
  }
  #navigation ul.menu-level-1 .menu-level-2 .submenu-right {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  #navigation .custom-footer {
    margin: 0;
    background: #f3f4f4;
    border: none;
    padding: 15px 31px 0px 31px;
  }
  #navigation .custom-footer .custom-footer__banner9,
  #navigation .custom-footer .custom-footer__banner10 {
    display: none;
  }
  #navigation .custom-footer .custom-footer__articles h4 {
    display: none;
  }
  #navigation .custom-footer ul {
    padding-left: 0;
    list-style: none;
  }
  #navigation .custom-footer li a {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-size: 1.2em;
  }
  #navigation .custom-footer li a:hover {
    text-decoration: underline;
    color: #000;
  }
  #navigation .custom-footer h4 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #navigation .custom-footer h4 span {
    font-size: 1.3em;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
  }
  #navigation .custom-footer .contact-box ul li span {
    padding-left: 0;
  }
  #navigation .custom-footer .contact-box ul li span:before {
    display: none;
  }
  #navigation .custom-footer .contact-box ul li .facebook,
  #navigation .custom-footer .contact-box ul li .instagram {
    display: none;
  }
  #navigation .custom-footer .contact-box ul li a {
    margin-bottom: 0;
  }
  #navigation .next-to-carousel-banners {
    max-width: 100%;
    padding: 10px 0 30px 0;
  }
  #navigation .next-to-carousel-banners .hp-banners {
    width: 100%;
    margin: 0;
    padding: 0 2px;
  }
  #navigation .next-to-carousel-banners .big-banners {
    width: calc(100% - 450px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 -8px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #navigation .next-to-carousel-banners .big-banners .banner {
    margin: 0 8px;
    margin-bottom: 15px;
    width: 50%;
    max-width: 372px;
    width: 100%;
  }
  #navigation .next-to-carousel-banners .big-banners .banner a img:last-child {
    max-width: 118px;
    height: auto;
  }
  #navigation .next-to-carousel-banners .big-banners .banner a img:first-child {
    max-width: calc(100% - 140px);
    height: auto;
  }
  #navigation .next-to-carousel-banners .small-banners {
    width: 478px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 -6px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0 15px;
    margin-top: 0px;
  }
  #navigation .next-to-carousel-banners .small-banners .banner {
    width: calc(33.333% - 12px);
    max-width: 116px;
    margin: 0 6px;
  }
  #navigation .next-to-carousel-banners .small-banners .banner a {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px;
  }
  #navigation .next-to-carousel-banners .small-banners .banner a span {
    padding-left: 0;
    padding-bottom: 3px;
    font-size: 1em;
    padding-top: 0px;
    letter-spacing: 0;
  }
  #navigation .next-to-carousel-banners .small-banners .banner a img {
    max-width: 100%;
  }
  #navigation .main-navigation {
    display: block;
    max-width: calc(100% - 52px);
    padding: 0 17px;
  }
  #navigation .main-navigation .navigation-submenu {
    top: 90px;
  }
  #navigation .main-navigation .navigation-submenu a {
    line-height: 1.4em;
  }
  #navigation .main-navigation .navigation-box .navigation-box-bg {
    /*height: 330px;
          min-height: 330px;*/
  }
  #navigation .main-navigation .navigation-box:nth-child(n + 6) {
    display: block;
  }
  #navigation .main-navigation .navigation-box .navigation-button {
    height: 70px;
  }
  #navigation .main-navigation .navigation-box .navigation-button span {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
  #navigation .main-navigation .navigation-box .navigation-button img {
    width: auto;
    max-height: 100%;
  }
  #navigation .menu-level-1 {
    position: relative;
    background: #fff;
  }
  #navigation .menu-level-1 .menu-close {
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
    padding: 10px;
    z-index: 2;
    background: #f3f4f4;
  }
  #navigation #nav-manufacturers a .submenu-arrow {
    display: none !important;
  }
  #navigation .menu-level-1 .snoubeni .menu-level-2 .submenu-left h2 {
    display: none;
  }
  #navigation .menu-level-1 .snoubeni .menu-level-2 .submenu-left p {
    padding-left: 35px;
    padding-right: 15px;
    font-family: "Sn-titles" !important;
    font-size: 1.2em;
    line-height: 1.1em;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1350px) {
  #navigation .next-to-carousel-banners .big-banners {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .submenu-visible li.exp > a .submenu-arrow::after {
    transform: rotate(90deg);
  }
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
    display: block;
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 20px;
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .container > .top-navigation-menu {
    -ms-flex: 1 1 20% !important;
        flex: 1 1 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .site-msg-show {
    padding-top: 135px;
  }
  .site-msg-show .top-navigation-bar .top-nav-button {
    top: 65px;
  }
  .top-navigation-bar {
    border-bottom: none;
    padding: 0;
    background: #404e4e;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    /*.dropdown {
      margin-right: 15px;
      display: flex;
      align-items: center;

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

      button {
        display: none;
      }

      .caret {
        color: #b2b2b2;
      }

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

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

            padding: 0 5px;
          }
        }
      }
    }*/
  }
  .top-navigation-bar .container {
    width: 100%;
    max-width: 1280px;
    padding: 0 !important;
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #141414;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 13px;
  }
  .top-navigation-bar .register-btn:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/key.svg);
    background-size: 18px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 7px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0;
    font-size: 13px;
    color: #383C43;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    right: 44px;
    top: 6px;
    z-index: 9;
    height: 48px;
    width: 48px;
    position: absolute;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
    /*@media (max-width: 1200px) {
        right: 86px;
      }*/
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/user.svg?v3);
    background-size: 21px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button:hover:before {
    opacity: 0.7;
  }
  .top-navigation-bar .language-switcher {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/globe.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    font-size: 0.9em;
    padding: 0 4px;
    font-weight: 500;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    right: 215px;
    left: initial;
    top: 49px;
    z-index: 22;
    /*&:before {
        content: '' !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/wallet.svg?v3);
        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 .dropdown > span {
    display: none;
    color: #fff;
  }
  .top-navigation-bar .dropdown button {
    color: #858A92;
    font-weight: 600;
    padding-left: 3px;
    padding-right: 14px;
  }
  .top-navigation-bar .dropdown button .caret {
    font-size: 9px;
    color: #858A92;
    margin-left: 6px;
  }
  .top-navigation-bar .dropdown .dropdown-menu li {
    list-style: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a {
    padding: 8px 13px;
    color: #141414;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:before {
    display: none;
  }
  .top-navigation-bar .socials {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
  }
  .top-navigation-bar .socials a {
    margin-right: 15px;
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .top-navigation-bar .socials a:hover img {
    opacity: 1;
  }
  .top-navigation-bar .socials a img {
    width: 16px;
    height: auto;
    opacity: 0.5;
  }
  .top-navigation-bar .container {
    padding: 0;
    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;*/
    background: transparent;
  }
  .top-navigation-bar .top-navigation-menu a {
    color: #fff !important;
    letter-spacing: 0.5px;
    font-weight: 300 !important;
  }
  .top-navigation-bar .top-navigation-menu a b {
    font-weight: 300;
  }
  .top-navigation-bar .top-navigation-menu li:first-child a {
    padding-left: 0;
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 20px;
    min-width: 266px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    /*.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/czechdesign/img/lock.svg);
          background-size: 16px;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          z-index: 1;
          opacity: 1;
          margin-right: 5px;
          display: inline-block;
          top: 0px;
          margin-top: 0px;
          margin-bottom: -3px;
        }
      }*/
  }
  .top-navigation-bar .top-navigation-tools a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-tools a:hover {
    color: #313130;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #141414;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-menu {
    display: none !important;
  }
  .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: #313130;
  }
  .top-navigation-bar .top-navigation-contacts {
    -ms-flex: 0 0 !important;
        flex: 0 0 !important;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    background: transparent;
    position: absolute;
    z-index: 9;
    left: 420px;
    top: 30px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: none !important;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #fff;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #313130;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #fff;
    background: transparent;
    border-radius: 9px;
    padding: 0px 12px 5px 3px;
    font-size: 1.7em;
    letter-spacing: 1px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    font-weight: 300;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/mail.svg);
    background-size: 26px;
    width: 28px;
    margin-right: 5px;
    text-align: center;
    height: 28px;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:hover {
    color: #313130;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #fff;
    font-size: 1em;
    padding-right: 40px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 400;
  }
  .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/czechdesign/img/phone.svg);
    background-size: 20px;
    width: 28px;
    margin-right: 5px;
    text-align: center;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone .open-time {
    opacity: 0.5;
    font-size: 13px;
    margin-left: 5px;
    color: #000 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover {
    color: #313130;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  .top-navigation-bar .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .top-navigation-bar .container {
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .top-navigation-bar .top-nav-button {
    right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .dropdown {
    right: 132px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .dropdown > span {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    top: 41px;
    left: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a > span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    padding: 6px 18px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-msg-show {
    padding-top: 110px;
  }
  .site-msg-show .top-navigation-bar {
    margin-top: 59px;
  }
  .site-msg-show .top-navigation-bar .top-nav-button {
    top: 65px;
  }
  .site-msg-show #header {
    top: 59px;
  }
  .site-msg-show #header .site-name {
    top: 62px;
  }
  .site-msg-show .top-navigation-bar .responsive-tools a[data-target="search"] {
    top: 64px;
  }
  .site-msg-show #header .cart-count {
    top: 60px;
  }
  .site-msg-show .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    top: 59px;
  }
  .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 205px;
    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: 4px;
    padding-bottom: 7px;
    margin-left: auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 32px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"] {
    position: fixed;
    left: 47px;
    top: 5px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/search.svg?v6);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 32px;
    height: 32px;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 0;
    left: 3px;
    width: 50px;
    height: 50px;
    color: #000;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 20px;
    color: #000;
  }
  .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/czechdesign/img/user.svg?v2);
    background-size: 18px;
    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: 5px;
    margin-top: 0px;
    margin-bottom: -3px;
  }
}
.benefitBanner {
  background: #FFFFFF;
  max-width: 1280px;
  margin-top: 35px;
  padding: 20px 0 40px 0px;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: visible;
  position: relative;
}
.benefitBanner.position--benefitCategory {
  display: none;
}
@media only screen and (max-width: 992px) {
  .benefitBanner {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner {
    width: calc(100% - 40px);
    margin-top: 0;
    margin-left: 0px;
    margin-right: 20px;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 20px 30px 10px 0;
    margin-bottom: 0 !important;
  }
}
.benefitBanner .benefitBanner__picture {
  -ms-flex: 0 0 35px;
      flex: 0 0 35px;
}
.benefitBanner .benefitBanner__picture img {
  width: auto;
}
.benefitBanner .benefitBanner__item {
  margin: 15px 0;
  position: relative;
  overflow: visible;
  -ms-flex: initial !important;
      flex: initial !important;
  width: auto;
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.benefitBanner .benefitBanner__item:before {
  width: 1px;
  height: 68px;
  background: rgba(196, 196, 196, 0.5);
  content: '';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .benefitBanner .benefitBanner__item:before {
    display: none;
  }
}
.benefitBanner .benefitBanner__item:first-child:before {
  display: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.2em;
  color: #383C43;
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    padding: 0 0 20px 0 !important;
  }
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1.7em;
  color: #333;
  display: none;
  letter-spacing: 2px;
  padding-right: 20px;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: calc(20%);
  margin: 0;
  padding-bottom: 19%;
  height: auto;
  margin-bottom: 0 !important;
}
.instagram-line .instagram-widget > a:nth-child(n+7) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget > a {
    width: calc(50%);
    padding-bottom: 49%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+6) {
    display: none;
  }
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
  -ms-flex-order: -1;
      order: -1;
  color: #383C43;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    margin-bottom: 10px;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0px;
  -ms-flex-align: center;
      align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  content: '\e909';
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 2.2em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  color: #222 !important;
  text-transform: none;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.1em;
    text-align: left;
  }
}
/*@import 'showroom-section';*/
@font-face {
  font-family: "Basis";
  src: url("fonts/BasisGrotesquePro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Burgess";
  src: url("fonts/Burgess.ttf") format("truetype");
}
@font-face {
  font-family: "Sn-titles";
  src: url("fonts/titles.ttf") format("truetype");
}
@font-face {
  font-family: "Dido";
  src: url("https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/dido.otf") format("opentype");
}
.admin-bar {
  z-index: 9;
}
body {
  font-family: 'Basis', sans-serif !important;
  padding-top: 110px;
}
.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .btn,
.external-fonts-loaded .products .name {
  font-family: 'Basis', sans-serif !important;
}
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: 'Basis', sans-serif !important;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px !important;
  }
  .row {
    margin: 0 -15px;
  }
}
.sidebar {
  background-color: transparent;
  width: 312px;
  margin-right: 60px;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 250px;
  }
}
.sidebar .sidebar-inner {
  padding: 24px 24px 10px 24px;
  background: #F9F9F9;
  border: 1px solid rgba(22, 22, 22, 0.08);
  box-sizing: border-box;
  border-radius: 8px;
}
.sidebar .box-filters {
  padding: 0 !important;
}
.overall-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}
.popup-widget.cart-widget .cart-widget-product-amount,
.popup-widget.cart-widget .cart-widget-product-unit {
  display: none !important;
}
.popup-widget.cart-widget .cart-widget-product-name {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .popup-widget.cart-widget {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  /*.admin-logged .popup-widget.cart-widget {
    top: 100px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 75px;
  }*/
  .popup-widget.cart-widget {
    top: 75px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 119px !important;
    margin-top: 0 !important;
  }
}
.ordering-process #content {
  margin-top: 20px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process #header .site-name {
  display: block;
}
.ordering-process .cart-header {
  display: none;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
.type-index .next-button-wrap {
  padding: 20px 0 80px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .type-index .next-button-wrap {
    padding: 10px 0 60px 0;
  }
}
.type-index .next-button-wrap:before {
  background: #f3f4f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: '';
  z-index: -1;
  top: 0;
}
.type-index .next-button-wrap .button {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  color: #000;
  padding: 15px 35px;
  border: 2px solid #000;
  display: inline-block;
  margin-top: 25px;
  transition: 0.3s;
  cursor: pointer;
}
.type-index .next-button-wrap .button:hover {
  background: #000;
  color: #fff;
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
  display: none;
}
.type-index .latest-contribution-box {
  display: block;
}
.type-index .latest-contribution-box .latest-contribution-discussion {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
  font-size: 3em !important;
  font-family: 'Crimson Text', serif;
  color: black;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating h2 {
    font-size: 2em !important;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating > a {
    width: 100%;
    margin-top: 20px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a:nth-child(n + 5) {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info {
  color: #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: #313130;
}
.type-index .homepage-box.welcome-wrapper {
  margin: 30px 0;
  padding: 0;
  background: #f3f4f4 !important;
}
.type-index .homepage-box.welcome-wrapper .container {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome {
  position: relative;
  margin-top: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome {
    padding-top: 50px;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome div {
  width: 100%;
  max-width: 100%;
}
.type-index .homepage-box.welcome-wrapper .welcome .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.type-index .homepage-box.welcome-wrapper .welcome h2 {
  font-family: "Burgess" !important;
  font-size: 3.6em;
  font-weight: 500;
  z-index: 1;
  position: relative;
  color: #000;
  margin: 0;
  padding-bottom: 0px;
  margin-top: 45px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome h2 {
    font-size: 1.7em;
    margin-top: 35px;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome h2:first-child {
  margin-top: 0;
}
.type-index .homepage-box.welcome-wrapper .welcome p {
  font-size: 1.45em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome p {
    font-size: 1em;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome .text-center {
    text-align: left !important;
  }
  .type-index .homepage-box.welcome-wrapper .welcome .text-center img {
    margin-left: -10px;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome .sticker {
  width: 156px;
  height: 156px;
  background: #FF463C;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
  padding: 0 20px;
  line-height: 1.2em;
  transform: rotate(17deg);
  z-index: 2;
  position: absolute;
  right: 115px;
  bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome .sticker {
    width: 120px;
    height: 120px;
    position: relative;
    float: right;
    right: 0;
    bottom: 0;
    margin-bottom: -70px;
    margin-top: 20px;
    font-size: 1.2em;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome .left-box {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome .left-box {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .type-index .homepage-box.welcome-wrapper .welcome .left-box img {
    min-width: 150px;
    margin-left: -30px;
    width: 40vw;
    max-width: initial;
  }
}
@media only screen and (max-width: 480px) and (max-width: 360px) {
  .type-index .homepage-box.welcome-wrapper .welcome .left-box img {
    min-width: 145px;
    margin-left: -34px;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome .right-box {
  width: 56%;
  position: initial;
}
.type-index .homepage-box.welcome-wrapper .welcome .right-box img {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome .right-box {
    width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .type-index .homepage-box.welcome-wrapper .row > div {
    width: 100%;
  }
}
.type-index .homepage-box.welcome-wrapper .col-md-7 img {
  width: 100%;
  height: auto;
}
.page-head {
  position: relative;
  margin-top: -120px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-head {
    display: none;
  }
}
.page-head .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-head .container h1 {
  color: #313130;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/banner-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 75px 45px 70px 75px;
  min-height: 210px;
  margin-left: -50px;
  font-size: 2.5em;
}
@media only screen and (max-width: 1200px) {
  .page-head .container h1 {
    margin-left: 0;
  }
}
.page-head .bg-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.page-head .bg-image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media only screen and (max-width: 1200px) {
  .page-head .bg-image img {
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
  }
}
.type-detail .page-head .bg-image,
.ordering-process .page-head .bg-image {
  height: 128px;
}
.type-detail .page-head .bg-image img,
.ordering-process .page-head .bg-image img {
  transform: translateX(-50%);
  margin-top: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .fixed-menu-mobile .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  body {
    padding-top: 50px;
  }
  body.in-index {
    padding-top: 50px;
  }
  body.in-index.site-msg-show {
    padding-top: 110px;
  }
  .popup-widget {
    top: 50px !important;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 380px) {
  /*.top-navigation-bar {
    .dropdown {
      font-size: 0.9em;
      right: 167px;
    }

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

      a {
        width: 35px;
      }
    }
  }*/
  #header .site-name {
    /*left: 11px;*/
    /* img {
       max-height: 20px !important;
       top: 7px;
       position: relative;
       left: -2px;
     }*/
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 22px !important;
    right: calc(50% - 610px);
    left: inherit;
    position: fixed;
  }
  .popup-widget.cart-widget {
    margin-top: 15px;
    right: calc(50% - 668px);
    left: initial;
    position: fixed;
    top: 45px !important;
  }
  .site-msg-show .popup-widget.login-widget {
    top: 81px !important;
  }
  .site-msg-show .popup-widget.cart-widget {
    top: 104px !important;
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  .popup-widget.login-widget {
    right: 45px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .popup-widget.login-widget {
    margin-left: -20px !important;
  }
}
.popup-widget.login-widget {
  color: #000;
}
.popup-widget.login-widget a {
  color: #000;
}
.popup-widget.login-widget a:hover {
  text-decoration: underline;
}
.popup-widget.login-widget h1,
.popup-widget.login-widget h2,
.popup-widget.login-widget h3 {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .site-msg-show .popup-widget {
    top: 110px !important;
  }
}
.user-action .container {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-menu {
    -ms-flex: 1 1 25% !important;
        flex: 1 1 25% !important;
  }
  #header .navigation-buttons .socials {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  .popup-widget.cart-widget {
    right: 0px;
  }
  .popup-widget.cart-widget:before {
    right: 21px;
  }
  #header .search {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .search {
    max-width: 240px;
  }
  #header .header-top {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.categories-banners-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.categories-banners-line .banner-wrapper {
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
  .categories-banners-line .banner-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper .category-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.categories-banners-line .banner-wrapper .category-banner .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 390px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.8em;
  padding: 0;
  margin: 20px auto 0 auto;
}
.categories-banners-line .banner-wrapper .category-banner .links:nth-line(n + 1) li:first-child::marker {
  display: none;
  visibility: hidden;
  color: transparent;
}
.categories-banners-line .banner-wrapper .category-banner .links a {
  margin: 0 13px;
  color: #141414;
  text-decoration: underline;
  /*&:first-of-type {
            &::marker {
              display: none;
              visibility: hidden;
              color: transparent;
            }
          }*/
}
.categories-banners-line .banner-wrapper .category-banner .links a:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #141414;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #313130;
}
.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/czechdesign/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/czechdesign/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/czechdesign/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;
  padding-bottom: 0;
}
.homepage-box.before-carousel {
  overflow: visible;
  padding-top: 0;
  background: #f3f4f4 !important;
}
.homepage-box.before-carousel .container {
  /* max-width: 100%;
    width: 100%;
    padding: 0 !important;*/
}
.next-to-carousel-banners > .banner-wrapper > .small-banner {
  display: none;
}
.homepage-box.before-carousel .container {
  padding-bottom: 30px !important;
  position: relative;
  /* &:before {
     width: 100%;
     height: calc(~'100% - 450px');
     position: absolute;
     left: 0;
     bottom: 0;
     content: '';
     background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/banners-bg.png) no-repeat center;
     background-size: cover;
     background-position: center bottom;

     @media (max-width: 1730px) {
       height: calc(~'100% - 300px');
     }
   }*/
}
.in-index .banners-row {
  margin: 0;
}
@media (max-width: 1320px) {
  .in-index .banners-row {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .in-index .banners-row {
    margin: 0;
    padding: 0;
  }
}
.in-index .banners-row .col-sm-8 {
  width: 100%;
}
.in-index .banners-row .col-sm-4 {
  display: none;
}
.main-navigation {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.main-navigation.show-all .navigation-box:nth-child(n + 6) {
  display: block;
}
.main-navigation .navigation-box:nth-child(n + 6) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-navigation .navigation-box {
    position: relative;
  }
}
.main-navigation .navigation-box .navigation-button {
  width: calc(50% - 30px);
  background: #fff;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 7px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .main-navigation .navigation-box .navigation-button {
    width: 100%;
  }
}
.main-navigation .navigation-box .navigation-button span {
  padding: 15px 10px;
  font-size: 1.7em;
  font-weight: 800;
  color: #000;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .main-navigation .navigation-box .navigation-button span {
    font-size: 1.3em;
    padding: 10px;
    letter-spacing: 1px;
  }
}
.main-navigation .navigation-box .navigation-button img {
  width: 94px;
  height: auto;
}
.main-navigation .navigation-box .navigation-button:hover.yellow {
  background: #FFDB49;
}
.main-navigation .navigation-box .navigation-button:hover.pink {
  background: #ff90e2;
}
.main-navigation .navigation-box .navigation-button:hover.purple {
  background: #aa2dfe;
}
.main-navigation .navigation-box .navigation-button:hover.red {
  background: #ff443b;
}
.main-navigation .navigation-box.active .navigation-button {
  /*width: 50%;*/
}
@media only screen and (max-width: 767px) {
  .main-navigation .navigation-box.active .navigation-button {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.main-navigation .navigation-box.active .navigation-button.yellow {
  background: #FFDB49;
}
.main-navigation .navigation-box.active .navigation-button.pink {
  background: #ff90e2;
}
.main-navigation .navigation-box.active .navigation-button.purple {
  background: #aa2dfe;
}
.main-navigation .navigation-box.active .navigation-button.red {
  background: #fe541a;
}
.main-navigation .navigation-box .navigation-box-bg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  /*height: calc(~'100% - 12px');*/
  height: 588px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  overflow: hidden;
}
.main-navigation .navigation-box .navigation-box-bg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .main-navigation .navigation-box .navigation-box-bg {
    position: relative;
    width: 100%;
    height: 565px;
    margin-bottom: 12px;
  }
}
.main-navigation .navigation-box .navigation-box-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.main-navigation .navigation-box .navigation-button.yellow ~ .navigation-box-bg:after {
  background: #FFDB49;
}
.main-navigation .navigation-box .navigation-button.pink ~ .navigation-box-bg:after {
  background: #ff90e2;
}
.main-navigation .navigation-box .navigation-button.purple ~ .navigation-box-bg:after {
  background: #aa2dfe;
}
.main-navigation .navigation-box .navigation-button.red ~ .navigation-box-bg:after {
  background: #fe541a;
}
.main-navigation .navigation-box .navigation-submenu {
  width: 200px;
  position: absolute;
  left: calc(50% + 20px);
  top: 20px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-navigation .navigation-box .navigation-submenu {
    left: 20px;
    top: 128px;
  }
}
.main-navigation .navigation-box .navigation-submenu a {
  display: block;
  margin-bottom: 4px;
  width: 100%;
  padding: 7px 15px;
  background: #fff;
  text-decoration: none;
  font-size: 1.2em;
  color: #000;
}
.main-navigation .navigation-box .navigation-submenu a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.main-navigation .navigation-box.active .navigation-box-bg {
  display: block;
}
.main-navigation .navigation-box.active .navigation-submenu {
  display: block;
}
.navigation-wrap {
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .navigation-wrap {
    padding: 0 10px !important;
  }
}
.navigation-wrap.container {
  max-width: 1280px !important;
  padding: 0;
}
.navigation-wrap .h4.homepage-group-title {
  margin-top: 0;
  padding-top: 70px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .navigation-wrap .h4.homepage-group-title {
    padding-top: 40px;
    display: none;
  }
}
.navigation-wrap:before {
  background: #f3f4f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: '';
  z-index: -1;
}
.navigation-wrap .all-categories.button {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  color: #000;
  padding: 15px 30px;
  border: 2px solid #000;
  display: inline-block;
  margin-top: 25px;
  transition: 0.3s;
  cursor: pointer;
}
.navigation-wrap .all-categories.button:hover {
  color: #fff;
  background: #000;
}
.navigation-wrap .main-navigation {
  display: block;
}
#carousel,
.carousel-new .carousel-inner {
  position: relative;
  padding-top: 20px;
  background: #f3f4f4;
  width: 100%;
  /*@media (max-width: 1320px) {
    margin: 0 -15px;
    width: calc(~'100% + 30px');
  }*/
}
@media only screen and (max-width: 767px) {
  #carousel,
  .carousel-new .carousel-inner {
    margin-bottom: 0;
    border-radius: 0px;
    margin: 0;
    width: 100%;
  }
}
#carousel .carousel-control:before,
.carousel-new .carousel-inner .carousel-control:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: '' !important;
}
#carousel .carousel-control.right:before,
.carousel-new .carousel-inner .carousel-control.right:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arr-right.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#carousel .carousel-control.right:hover:before,
.carousel-new .carousel-inner .carousel-control.right:hover:before {
  background-color: #fff;
}
#carousel .carousel-control.left:before,
.carousel-new .carousel-inner .carousel-control.left:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arr-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#carousel .carousel-control.left:hover:before,
.carousel-new .carousel-inner .carousel-control.left:hover:before {
  background-color: #fff;
}
@media (min-width: 2300px) {
  #carousel .slick-list,
  .carousel-new .carousel-inner .slick-list {
    max-height: 780px;
  }
}
#carousel .slick-arrow,
.carousel-new .carousel-inner .slick-arrow {
  width: 150px;
  height: 100%;
  position: absolute;
  font-size: 0;
  top: 0;
  z-index: 2;
  color: transparent;
  background-color: transparent;
  border: none;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #carousel .slick-arrow,
  .carousel-new .carousel-inner .slick-arrow {
    display: none !important;
  }
}
#carousel .slick-arrow:after,
.carousel-new .carousel-inner .slick-arrow:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  top: 0;
}
#carousel .slick-arrow.slick-next,
.carousel-new .carousel-inner .slick-arrow.slick-next {
  /*background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #f3f4f4 100%);*/
  right: 0;
}
#carousel .slick-arrow.slick-next:after,
.carousel-new .carousel-inner .slick-arrow.slick-next:after {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-right-slide.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
#carousel .slick-arrow.slick-prev,
.carousel-new .carousel-inner .slick-arrow.slick-prev {
  /*background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #f3f4f4 100%);*/
  left: 0;
}
#carousel .slick-arrow.slick-prev:after,
.carousel-new .carousel-inner .slick-arrow.slick-prev:after {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/arrow-left-slide.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
#carousel:hover .slick-arrow,
.carousel-new .carousel-inner:hover .slick-arrow {
  opacity: 1;
}
#carousel .banner-wrapper,
.carousel-new .carousel-inner .banner-wrapper,
#carousel .banner-category,
.carousel-new .carousel-inner .banner-category {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #carousel .banner-wrapper,
  .carousel-new .carousel-inner .banner-wrapper,
  #carousel .banner-category,
  .carousel-new .carousel-inner .banner-category {
    position: relative;
  }
}
#carousel .item,
.carousel-new .carousel-inner .item,
#carousel .banner-wrapper,
.carousel-new .carousel-inner .banner-wrapper,
#carousel .banner-category,
.carousel-new .carousel-inner .banner-category {
  margin: 0 13px;
  /*max-width: calc(~'100vw - 360px');*/
  /*> a {
      width: 100%;

      img {
        width: 100%;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  #carousel .item,
  .carousel-new .carousel-inner .item,
  #carousel .banner-wrapper,
  .carousel-new .carousel-inner .banner-wrapper,
  #carousel .banner-category,
  .carousel-new .carousel-inner .banner-category {
    margin: 0 5px;
    /*max-width: calc(~'100vw - 50px');*/
  }
}
#carousel .item > a,
.carousel-new .carousel-inner .item > a,
#carousel .banner-wrapper > a,
.carousel-new .carousel-inner .banner-wrapper > a,
#carousel .banner-category > a,
.carousel-new .carousel-inner .banner-category > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #carousel .item > a,
  .carousel-new .carousel-inner .item > a,
  #carousel .banner-wrapper > a,
  .carousel-new .carousel-inner .banner-wrapper > a,
  #carousel .banner-category > a,
  .carousel-new .carousel-inner .banner-category > a {
    -ms-flex-align: center;
        align-items: center;
  }
}
#carousel .item > img,
.carousel-new .carousel-inner .item > img,
#carousel .banner-wrapper > img,
.carousel-new .carousel-inner .banner-wrapper > img,
#carousel .banner-category > img,
.carousel-new .carousel-inner .banner-category > img,
#carousel .item > a > img,
.carousel-new .carousel-inner .item > a > img,
#carousel .banner-wrapper > a > img,
.carousel-new .carousel-inner .banner-wrapper > a > img,
#carousel .banner-category > a > img,
.carousel-new .carousel-inner .banner-category > a > img {
  width: 100% !important;
  height: auto !important;
  min-height: 1px !important;
  float: right;
  /*min-height: 350px;
      object-fit: cover;*/
  /*@media @tablet-port {
        min-height: 260px;
        object-fit: cover;
      }*/
}
#carousel .item .extended-banner-texts,
.carousel-new .carousel-inner .item .extended-banner-texts,
#carousel .banner-wrapper .extended-banner-texts,
.carousel-new .carousel-inner .banner-wrapper .extended-banner-texts,
#carousel .banner-category .extended-banner-texts,
.carousel-new .carousel-inner .banner-category .extended-banner-texts {
  /*left: calc(~'50% - 640px');*/
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100% !important;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 55px 0;
  max-width: inherit;
  box-shadow: none;
  left: 50px;
  height: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  /*@media @tablet-port {
        padding: 20px;
        left: 20px !important;
        max-width: calc(~'100% - 40px') !important;
        bottom: 20px;
        top: initial;
        transform: none;
        align-items: center;
        text-align: center;
        width: 100%;
      }*/
}
@media (max-width: 1300px) {
  #carousel .item .extended-banner-texts,
  .carousel-new .carousel-inner .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts {
    left: 40px !important;
  }
}
@media only screen and (max-width: 1200px) {
  #carousel .item .extended-banner-texts,
  .carousel-new .carousel-inner .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts {
    padding: 10px 0;
    left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts,
  .carousel-new .carousel-inner .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts {
    padding: 15px 0;
  }
}
#carousel .item .extended-banner-texts.empty,
.carousel-new .carousel-inner .item .extended-banner-texts.empty,
#carousel .banner-wrapper .extended-banner-texts.empty,
.carousel-new .carousel-inner .banner-wrapper .extended-banner-texts.empty,
#carousel .banner-category .extended-banner-texts.empty,
.carousel-new .carousel-inner .banner-category .extended-banner-texts.empty {
  display: none;
}
#carousel .item .extended-banner-texts .extended-banner-title,
.carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-title,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
.carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-title,
#carousel .banner-category .extended-banner-texts .extended-banner-title,
.carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000;
  padding-left: 0;
  font-size: 6.5em;
  font-style: unset;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-left: -5px;
  font-weight: 500 !important;
}
@media (max-width: 1400px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 5em;
  }
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 3.3em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 2.3em;
    margin-left: -2px;
    margin-bottom: 15px;
  }
}
#carousel .item .extended-banner-texts .extended-banner-text,
.carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-text,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
.carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-text,
#carousel .banner-category .extended-banner-texts .extended-banner-text,
.carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
  margin-top: 22px !important;
  margin: 0;
  padding: 0;
  max-width: 100%;
  letter-spacing: 0;
  max-width: 500px;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  #carousel .item .extended-banner-texts .extended-banner-text,
  .carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-text,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-text,
  #carousel .banner-category .extended-banner-texts .extended-banner-text,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-text {
    max-width: 40%;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts .extended-banner-text,
  .carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-text,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-text,
  #carousel .banner-category .extended-banner-texts .extended-banner-text,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-text {
    font-size: 1em;
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
#carousel .item .extended-banner-texts .extended-banner-link,
.carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-link,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
.carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-link,
#carousel .banner-category .extended-banner-texts .extended-banner-link,
.carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-link {
  position: relative !important;
  background: #000;
  box-shadow: none;
  border: none;
  font-weight: 400;
  margin-top: 35px;
  padding: 9px 20px 10px 20px;
  text-transform: uppercase;
  color: #fff !important;
  min-width: 155px;
  text-align: center;
  height: auto;
  border: 1px solid #000;
  letter-spacing: 0.5px;
  border-radius: 0px;
  font-size: 1.1em;
  transition: 0.3s;
  top: initial !important;
  margin-top: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  #carousel .item .extended-banner-texts .extended-banner-link,
  .carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-link,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-link,
  #carousel .banner-category .extended-banner-texts .extended-banner-link,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-link {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #carousel .item .extended-banner-texts .extended-banner-link,
  .carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-link,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
  .carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-link,
  #carousel .banner-category .extended-banner-texts .extended-banner-link,
  .carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-link {
    min-width: 170px;
  }
}
#carousel .item .extended-banner-texts .extended-banner-link:hover,
.carousel-new .carousel-inner .item .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.carousel-new .carousel-inner .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-category .extended-banner-texts .extended-banner-link:hover,
.carousel-new .carousel-inner .banner-category .extended-banner-texts .extended-banner-link:hover {
  background: #fff;
  border-color: #fff;
  color: #000 !important;
}
#carousel .banner-wrapper,
.carousel-new .carousel-inner .banner-wrapper,
#carousel .banner-category,
.carousel-new .carousel-inner .banner-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .carousel-new {
    margin: 0 -15px;
  }
}
#carousel {
  margin-top: 40px;
  width: 100%;
}
#carousel .item {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #carousel {
    padding: 0 15px;
    margin-top: 0;
    padding-top: 20px;
    background: #f3f4f4;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  #carousel .item {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  #carousel .item img {
    width: 100%;
  }
  #carousel .carousel-inner {
    min-height: initial !important;
  }
}
.type-category .banner-category .extended-banner-texts {
  left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .type-category .banner-category .extended-banner-texts {
    left: 20px !important;
  }
}
.middle-banners-wrapper .container {
  /*max-width: 100% !important;
    width: 100% !important;*/
}
.our-store {
  padding: 40px 0;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-store h2 {
  font-family: "Burgess" !important;
  font-size: 3.6em;
  font-weight: 500;
  z-index: 1;
  position: relative;
  color: #000;
  max-width: 430px;
  margin: 0;
  padding-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .our-store h2 {
    font-size: 2.6em;
    max-width: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .our-store h2 {
    font-size: 2.4em;
    max-width: 300px;
    margin-bottom: 10px;
  }
}
.our-store .sticker {
  width: 156px;
  height: 156px;
  background: #FF463C;
  border-radius: 1000px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  font-size: 1.35em;
  text-align: center;
  font-weight: 600;
  padding: 0 15px;
  line-height: 1.2em;
  transform: rotate(-17deg);
  float: right;
  margin-right: -115px;
  z-index: 2;
  position: relative;
  margin-top: -15px;
  margin-bottom: -40px;
}
@media only screen and (max-width: 767px) {
  .our-store .sticker {
    width: 120px;
    height: 120px;
    font-size: 1em;
    margin-bottom: -100px;
    margin-right: 30px !important;
    margin-top: 0;
  }
}
.our-store .left-box {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .our-store .left-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .our-store .left-box img {
    width: 100%;
    height: auto;
  }
}
.our-store .right-box {
  width: 56%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .our-store .right-box {
    width: 100%;
  }
  .our-store .right-box img {
    width: 100%;
    height: auto;
  }
}
.our-store .map-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .our-store .map-box {
    margin-top: 20px;
  }
}
.our-store .map-box .map-caption {
  position: absolute;
  right: 19%;
  background: #fedb55;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  padding: 20px;
  color: #000;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .our-store .map-box .map-caption {
    right: 20px;
  }
}
.our-store .map-box .map-caption a {
  color: #000;
  text-decoration: underline;
}
.our-store .map-box .map-caption a:hover {
  text-decoration: none;
}
.our-store .map-box .map-caption table {
  width: 100%;
}
.our-store .map-box .map-caption table tr td:first-child {
  width: 150px;
}
.type-page {
  background: #f3f4f4;
}
.type-page .breadcrumbs-wrapper {
  margin-bottom: 10px !important;
}
.type-page h1 {
  margin-top: 0 !important;
  font-family: "Burgess" !important;
  font-size: 3.2em !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .type-page h1 {
    font-size: 2em !important;
  }
}
.type-page main {
  padding-bottom: 40px;
}
.type-page main h2 {
  font-weight: 700;
  color: #383C43;
}
.type-page article a {
  color: #000;
  text-decoration: underline;
}
.type-page article a:hover {
  text-decoration: none;
}
.type-page h1,
.type-page h2,
.type-page h3,
.type-page h4,
.type-page h5,
.type-page h6,
.type-page .h1,
.type-page .h2,
.type-page .h3,
.type-page .h4,
.type-page .h5,
.type-page .h6,
.type-page p {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1 {
  font-weight: 500;
  color: #141414;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: left;
  font-size: 2.2em;
  font-weight: 700;
  /* &:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @brown;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .category-title,
  .type-detail h2.products-related-header,
  .type-page h1 {
    font-size: 1.8em;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title {
  font-family: "Burgess" !important;
  font-size: 2.6em;
  font-weight: 500;
  z-index: 1;
  position: relative;
  margin: 0;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    padding-right: 70px;
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 0 !important;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    padding-bottom: 20px;
  }
}
h4.homepage-group-title:before,
.h4.homepage-group-title:before {
  background: #f3f4f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: '';
  z-index: -1;
  top: 0;
}
h1.category-title {
  font-family: "Burgess" !important;
  font-weight: 400;
  font-size: 3.2em;
  position: relative;
  z-index: 1;
  padding: 15px 0 30px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  h1.category-title {
    font-size: 2.5em;
    padding-bottom: 15px;
  }
}
h1.category-title:before {
  z-index: -1;
  width: 100vw !important;
  height: 100%;
  content: '';
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f3f4f4;
}
.benefitBanner + .homepage-group-title {
  display: none;
}
.type-page h1 {
  text-align: left;
}
.site-msg.cookies {
  opacity: 1 !important;
  background: #f3f4f4;
  padding: 20px 15px;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .site-msg.cookies {
    font-size: 0.9em;
  }
}
.site-msg.cookies form {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1280px;
}
.site-msg.cookies .btn {
  background: transparent;
  border: none;
  color: #000;
  opacity: 1;
  margin-left: 30px;
  font-weight: 600;
  padding-right: 0;
}
.in-znacka .breadcrumbs-wrapper {
  margin-bottom: 0 !important;
}
.in-znacka .category-header:before {
  display: none;
}
.in-znacka .category-header {
  margin-bottom: 0 !important;
  border-top: 40px solid transparent !important;
  width: 100%;
}
.in-znacka .filters-unveil-button-wrapper {
  margin-top: -90px;
}
.in-znacka #filters {
  padding-top: 0 !important;
}
.in-znacka .category-title + p {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .in-znacka .filters-unveil-button-wrapper:before {
    display: none;
  }
  .in-znacka .filters-unveil-button-wrapper {
    margin-top: 0;
  }
  .in-znacka .products-block {
    clear: both;
  }
  .in-znacka .category-header {
    border-top: 20px solid transparent !important;
    width: 100%;
  }
}
.category-title {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .category-title {
    /* font-size: 2em;*/
    margin-bottom: 20px;
  }
}
.ordering-process .cart-inner .row {
  margin: 0 !important;
}
.middle-banners-wrapper .banner-wrapper .extended-banner-texts {
  max-width: 450px;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  border-color: #000;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 0;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/checkbox-checked.svg) no-repeat center !important;
  background-size: 16px;
  background-color: transparent !important;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  border-color: #000;
  background: #000;
}
#products-found .search-products-heading.search-404 {
  margin-bottom: 50px;
}
.in-snoubeni-designeri #newsWrapper {
  display: none;
}
.in-snoubeni-designeri .pagination-wrapper {
  display: none;
}
.in-snoubeni-designeri .designeri {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni-designeri .designeri {
    margin-top: 30px;
  }
}
.in-snoubeni-designeri .designeri > div {
  width: 20%;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni-designeri .designeri > div {
    width: 25%;
  }
}
@media (max-width: 580px) {
  .in-snoubeni-designeri .designeri > div {
    width: 50%;
  }
}
.in-snoubeni-designeri .designeri > div .jmeno {
  color: #000;
  margin-top: 15px;
  font-size: 1.1em;
}
.in-snoubeni-designeri .designeri > div a {
  font-size: 0;
}
.in-snoubeni-designeri .designeri > div a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.in-snoubeni-designeri .designeri > div:hover:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 124px;
  height: 124px;
  left: 50%;
  margin-left: -62px;
  border-radius: 50%;
  background-color: #de8a85;
  opacity: 0.5;
}
.in-snoubeni-designeri .designeri > div:hover .jmeno {
  text-decoration: underline;
}
.in-snoubeni-designeri.type-posts-listing h1 {
  font-family: "Sn-titles" !important;
  color: #000;
}
.in-snoubeni-designeri.type-post .content-wrapper h1,
.in-snoubeni-designeri.type-post .content-wrapper time {
  display: none;
}
.in-snoubeni-designeri.type-post .content-wrapper .text {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .in-snoubeni-designeri.type-post .content-wrapper .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.in-snoubeni-designeri.type-post .content-wrapper .text p {
  color: #000;
  line-height: 1.7em;
  font-size: 1em;
  margin-bottom: 25px;
}
.in-snoubeni-designeri.type-post .content-wrapper .text p:first-child {
  max-width: 60%;
  margin-bottom: 150px;
  float: left;
  margin-right: 45px;
}
@media only screen and (max-width: 1200px) {
  .in-snoubeni-designeri.type-post .content-wrapper .text p:first-child {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .in-snoubeni-designeri.type-post .content-wrapper .text p:first-child {
    width: 100%;
    max-width: 100%;
    -ms-flex-order: -2;
        order: -2;
    margin-bottom: 10px;
  }
}
.in-snoubeni-designeri.type-post .content-wrapper .text p:last-child {
  position: absolute;
  top: 0;
  right: 15px;
}
@media only screen and (max-width: 992px) {
  .in-snoubeni-designeri.type-post .content-wrapper .text p:last-child {
    top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .in-snoubeni-designeri.type-post .content-wrapper .text p:last-child {
    position: relative;
    -ms-flex-order: -2;
        order: -2;
    margin-top: -160px;
    float: right;
    text-align: right;
    top: -30px;
  }
}
.in-snoubeni-designeri.type-post .content-wrapper .text a {
  color: #de8a85;
}
.in-snoubeni-designeri.type-post .content-wrapper .text a:hover {
  text-decoration: underline;
}
.in-snoubeni-designeri.type-post .content-wrapper .text h1 {
  display: block;
  font-family: "Sn-titles" !important;
  color: #000;
  margin-bottom: 130px;
  font-size: 1.7em;
}
.in-snoubeni-designeri.type-post .content-wrapper .text h1:after {
  content: "";
  width: 126px;
  height: 126px;
  position: absolute;
  right: 90px;
  top: 55px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 126px auto;
}
@media only screen and (max-width: 992px) {
  .in-snoubeni-designeri.type-post .content-wrapper .text h1:after {
    top: 66px;
  }
}
@media only screen and (max-width: 480px) {
  .in-snoubeni-designeri.type-post .content-wrapper .text h1 {
    position: relative;
    margin-bottom: 170px;
    -ms-flex-order: -2;
        order: -2;
  }
}
.in-snoubeni-designeri.type-post .next-prev {
  display: none;
}
.type-category #content h4 {
  display: block;
}
#content > h4 {
  display: none !important;
}
.main-navigation .navigation-box.active .navigation-button {
  width: 50%;
  padding-right: 37px;
}
#carousel .slick-arrow.slick-next:after,
.carousel-new .carousel-inner .slick-arrow.slick-next:after,
#carousel .slick-arrow.slick-prev:after,
.carousel-new .carousel-inner .slick-arrow.slick-prev:after {
  background-size: 40px;
  background-color: white;
  width: 40px;
  height: 40px;
  top: 50%;
  border-radius: 100%;
  margin-top: -20px;
}
#carousel .slick-arrow.slick-prev:after,
.carousel-new .carousel-inner .slick-arrow.slick-prev:after {
  left: 100%;
  margin-left: -40px;
}
.type-index .homepage-box.welcome-wrapper .welcome .right-box img {
  width: 300px;
}
.small-banners img {
  width: 119px;
}
#filters {
  padding-top: 40px;
}
#clear-filters {
  padding-top: 25px;
}
.navigation-box:nth-child(4) .navigation-submenu,
.navigation-box:nth-child(5) .navigation-submenu,
.navigation-box:nth-child(6) .navigation-submenu,
.navigation-box:nth-child(7) .navigation-submenu,
.navigation-box:nth-child(8) .navigation-submenu,
.navigation-box:nth-child(9) .navigation-submenu {
  top: auto;
  bottom: 20px;
}
.type-detail .extended-description {
  display: block;
}
.basic-description > h3,
.extended-description > h3 {
  display: none;
}
.products-related-header {
  font-size: 32px !important;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}
.type-detail .price-line .price-final {
  min-width: 150px;
  margin-right: 20px;
}
.in-snoubeni .sidebar {
  display: none !important;
}
.in-snoubeni .products-block {
  display: none !important;
}
.in-snoubeni .category-perex > h2 {
  font-family: Burgess!important;
  font-style: italic;
  font-size: 5.5em;
  font-weight: 500;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex > h2 {
    position: relative;
  }
}
.in-snoubeni .category-perex > h2 .logo {
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex > h2 .logo {
    height: 60px;
  }
}
.in-snoubeni .category-perex > h2 .tvary {
  width: 280px;
  margin-top: 30px;
  margin-bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex > h2 .tvary {
    width: 150px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.in-snoubeni .category-perex > h2 + p {
  position: relative;
  margin-top: -40px;
  font-size: 2em;
  font-weight: 200;
  letter-spacing: .3px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex > h2 + p {
    font-size: 1.5em;
    margin-top: 0;
  }
}
.in-snoubeni .category-perex .sn-bottom-cats {
  max-width: 1140px;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 480px) {
  .in-snoubeni .category-perex .sn-bottom-cats {
    margin-bottom: 20px;
  }
}
.in-snoubeni .category-perex .sn-bottom-cats h2 {
  font-family: linotype-didot, serif !important;
  font-weight: 600;
  font-style: italic;
  font-size: 3.1em;
  color: #000;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-bottom-cats h2 {
    font-size: 2.2em;
    margin: 30px auto;
  }
}
.in-snoubeni .category-perex .sn-bottom-cats .bottom-categories {
  margin: 0 -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-bottom-cats .bottom-categories {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 480px) {
  .in-snoubeni .category-perex .sn-bottom-cats .bottom-categories {
    margin: 0;
  }
}
.in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a {
  width: 33.333%;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}
.in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a img {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a img {
    margin-bottom: 10px;
  }
}
.in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a span {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a span {
    font-size: 1.3em;
  }
}
.in-snoubeni .category-perex .sn-bottom-cats .bottom-categories > a:hover span {
  text-decoration: underline;
}
.in-snoubeni .category-perex .sn-top-cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-top-cats {
    margin-top: 30px;
  }
}
.in-snoubeni .category-perex .sn-top-cats > a {
  width: calc(50% - 24px);
  margin: 0 12px;
  position: relative;
  background: #000;
}
@media only screen and (max-width: 480px) {
  .in-snoubeni .category-perex .sn-top-cats > a {
    width: calc(100% - 24px);
    margin: 0 12px 20px 12px;
  }
}
.in-snoubeni .category-perex .sn-top-cats > a img {
  transition: 0.3s;
  opacity: 1;
}
.in-snoubeni .category-perex .sn-top-cats > a strong {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 2.1em;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 200;
}
.in-snoubeni .category-perex .sn-top-cats > a:hover img {
  opacity: 0.7;
}
.in-snoubeni .category-perex .sn-benefits {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media only screen and (max-width: 600px) {
  .in-snoubeni .category-perex .sn-benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 15px;
  }
}
.in-snoubeni .category-perex .sn-benefits > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 20%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 600px) {
  .in-snoubeni .category-perex .sn-benefits > div {
    width: 50%;
    margin-bottom: 30px;
  }
}
.in-snoubeni .category-perex .sn-benefits > div img {
  max-width: 110px;
  max-height: 85px;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-benefits > div img {
    max-width: 70px;
    max-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.in-snoubeni .category-perex .sn-benefits > div > span:not(.hover) {
  display: block;
  margin-top: 25px;
  font-size: 1.5em;
  max-width: 170px;
}
@media only screen and (max-width: 992px) {
  .in-snoubeni .category-perex .sn-benefits > div > span:not(.hover) {
    font-size: 1.3em;
    padding: 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-benefits > div > span:not(.hover) {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
.in-snoubeni .category-perex .sn-benefits > div > span.hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 1.2em;
  font-size: 1.3em;
  padding: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .sn-benefits > div > span.hover {
    font-size: 1em;
  }
}
.in-snoubeni .category-perex .sn-benefits > div:hover > span.hover {
  display: -ms-flexbox;
  display: flex;
}
.in-snoubeni .category-perex .pink-box {
  margin-top: 50px;
  background: #EB8287;
  color: #fff;
  padding: 30px 80px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .pink-box {
    margin-top: 10px;
    padding: 10px 20px;
  }
}
.in-snoubeni .category-perex .pink-box h3 {
  font-family: linotype-didot, serif !important;
  font-weight: 600;
  font-style: italic;
  font-size: 3.2em;
  color: #fff;
  margin: 10px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .pink-box h3 {
    font-size: 2.2em;
  }
}
.in-snoubeni .category-perex .pink-box p {
  font-size: 1.4em;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex .pink-box p {
    font-size: 1.1em;
  }
}
.in-snoubeni .category-perex h4 {
  display: block !important;
  text-align: center;
  font-size: 1.6em;
  font-weight: 100 !important;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .category-perex h4 {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.in-snoubeni .sn-welcome {
  max-width: 1140px;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-welcome {
    margin: 30px auto 10px auto;
  }
}
.in-snoubeni .sn-welcome .col-md-6 h2 {
  font-family: linotype-didot, serif !important;
  font-weight: 600;
  font-style: italic;
  font-size: 3.2em;
  margin-top: 10px;
  color: #000;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .in-snoubeni .sn-welcome .col-md-6 h2 {
    font-size: 2.5em;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-welcome .col-md-6 h2 {
    font-size: 2em;
  }
}
.in-snoubeni .sn-welcome .col-md-6 p {
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-welcome .col-md-6 p {
    font-size: 1.1em;
  }
}
.in-snoubeni .sn-welcome .col-md-6 .button {
  padding: 12px 40px;
  background: #EB8287;
  color: #fff;
  font-size: 1.5em;
  font-weight: 100;
  width: 260px;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-welcome .col-md-6 .button {
    width: 200px;
    font-size: 1.3em;
  }
}
.in-snoubeni .sn-welcome .col-md-6 p.small {
  color: #838383;
  font-size: 1em;
}
.in-snoubeni .sn-faq {
  position: relative;
  padding: 50px 0;
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-faq {
    padding: 30px 0;
  }
}
.in-snoubeni .sn-faq:before {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #f3f4f4;
  position: absolute;
  z-index: -1;
}
.in-snoubeni .sn-faq h2 {
  font-family: linotype-didot, serif !important;
  font-weight: 600;
  font-style: italic;
  font-size: 3.1em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-faq h2 {
    font-size: 2.2em;
  }
}
.in-snoubeni .sn-faq .faq > div h4 {
  margin: 0;
  text-align: left;
  text-transform: none;
  font-weight: 100!important;
  padding: 18px 50px 18px 25px;
  background: #fff;
  position: relative;
  margin-top: 25px;
  text-transform: none !important;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-faq .faq > div h4 {
    font-size: 1.2em;
    padding: 15px 50px 15px 15px;
    line-height: 1.2em;
    margin-top: 15px;
  }
}
.in-snoubeni .sn-faq .faq > div h4:after {
  width: 32px;
  height: 32px;
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/sn-plus.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-faq .faq > div h4:after {
    width: 25px;
    height: 25px;
    background-size: 24px;
  }
}
.in-snoubeni .sn-faq .faq > div h4:hover {
  color: #000 !important;
}
.in-snoubeni .sn-faq .faq > div h4 + div {
  padding: 0 25px 25px 25px;
  font-size: 1.1em;
  background: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-faq .faq > div h4 + div {
    font-size: 1em;
    padding: 0 15px 15px;
    line-height: 1.3em;
  }
}
.in-snoubeni .sn-faq .faq > div.clicked h4:after {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/sn-minus.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-faq .faq > div.clicked h4:after {
    background-size: 24px;
  }
}
.in-snoubeni .sn-faq .faq > div.clicked h4 + div {
  display: block;
}
.in-snoubeni .sn-reference {
  position: relative;
  text-align: center;
  padding: 50px 100px;
  max-width: 1140px;
  margin: 75px auto 50px auto;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-reference {
    margin: 30px 0;
    padding: 25px 55px;
  }
}
.in-snoubeni .sn-reference:before {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: #F3F4F4;
  position: absolute;
  z-index: -1;
}
.in-snoubeni .sn-reference div p {
  font-size: 1.5em;
  max-width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-reference div p {
    font-size: 1em;
    line-height: 1.3em;
  }
}
.in-snoubeni .sn-reference div h5 {
  font-family: linotype-didot, serif !important;
  font-weight: 600;
  font-style: italic;
  font-size: 2.2em;
  margin-top: 50px;
  color: #000;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-reference div h5 {
    font-size: 1.4em;
    margin-top: 30px;
  }
}
.in-snoubeni .sn-reference div h5 + p {
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-reference div h5 + p {
    font-size: 1em;
  }
}
.in-snoubeni .sn-designeri {
  padding: 0 100px;
  max-width: 1140px;
  margin: 45px auto 50px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni .sn-designeri {
    padding: 0 55px;
    margin: 25px auto 20px;
  }
}
.in-snoubeni .sn-designeri a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
}
.in-snoubeni .sn-designeri a img {
  max-width: 140px;
}
.in-snoubeni .sn-designeri a span {
  font-size: 1.2em;
  max-width: 100px;
  line-height: 1.2em;
  margin-top: 20px;
}
.in-snoubeni .sn-designeri a:hover span {
  text-decoration: underline;
}
.in-snoubeni .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  position: absolute;
  background-color: transparent;
  border: none;
  font-size: 0;
}
.in-snoubeni .slick-arrow.slick-next {
  right: 0;
  left: inherit;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/sn-right.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.in-snoubeni .slick-arrow.slick-prev {
  left: 0;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/czechdesign/img/sn-left.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.in-snoubeni-svatebni-schuzka {
  background: #fff;
}
.in-snoubeni-svatebni-schuzka .breadcrumbs-wrapper {
  background: #fff;
}
.in-snoubeni-svatebni-schuzka h1 {
  font-family: linotype-didot, serif !important;
  font-weight: 600 !important;
  font-style: italic;
  font-size: 4em !important;
  padding-top: 50px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni-svatebni-schuzka h1 {
    font-size: 3em !important;
    padding-top: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .in-snoubeni-svatebni-schuzka h1 {
    font-size: 2.5em !important;
  }
}
@media only screen and (max-width: 992px) {
  .in-snoubeni-svatebni-schuzka .sm-hide {
    display: none;
  }
}
.in-snoubeni-svatebni-schuzka #content .row {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni-svatebni-schuzka #content .row {
    margin-bottom: 20px;
  }
}
.in-snoubeni-svatebni-schuzka #content .row p {
  font-size: 1.4em;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni-svatebni-schuzka #content .row p {
    font-size: 1.1em;
  }
}
.in-snoubeni-svatebni-schuzka #content .row h2 {
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  .in-snoubeni-svatebni-schuzka #content .row h2 {
    margin-top: 30px;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.in-snoubeni-svatebni-schuzka #content .row .button {
  padding: 9px 40px;
  background: #eb8287;
  color: #fff;
  font-size: 1.5em;
  font-weight: 100;
  width: 260px;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
  text-decoration: none;
}
.in-snoubeni-svatebni-schuzka #content .row .button:hover {
  background: #cf6c71;
}
@media (min-width: 992px) {
  .in-snoubeni-svatebni-schuzka #content .text.left {
    padding-right: 65px;
  }
  .in-snoubeni-svatebni-schuzka #content .text.right {
    padding-left: 65px;
  }
}
@media only screen and (max-width: 992px) {
  .in-snoubeni-svatebni-schuzka #content .text {
    margin-bottom: 40px;
  }
}
.in-snoubeni-svatebni-schuzka #content h2 {
  font-family: linotype-didot, serif !important;
  font-weight: 600 !important;
  font-style: italic;
  font-size: 3.1em !important;
  padding-top: 0px;
  margin-bottom: 50px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .in-snoubeni-svatebni-schuzka #content h2 {
    font-size: 2em !important;
  }
}
.in-snoubeni-svatebni-schuzka #content iframe {
  height: 1200px;
  overflow: auto;
  border: none;
}
