/*@pink: #E4006E;
@pink-l: #eb006b;*/
p a {
  font-weight: 600;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
.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: #00b2d0;
  position: relative;
  display: inline-block !important;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-section .button {
    margin-top: 20px;
  }
}
.blog-section .button:hover {
  color: #000;
  background: transparent;
}
.blog-section .h4 {
  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: #1E1F22;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover {
  background: #333;
}
.blog-section #newsWrapper {
  margin: 0 auto;
  display: flex;
  max-width: 1334px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper {
    max-width: 1138px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper {
    padding: 0 20px;
    max-width: 970px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper {
    flex-direction: column;
    max-width: 744px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper {
    padding: 0 15px;
  }
}
.blog-section #newsWrapper .news-item {
  display: flex;
  margin-bottom: 0;
  background-color: transparent !important;
  align-items: center;
  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;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section #newsWrapper .news-item .description p {
  margin: 0;
}
.blog-section #newsWrapper .news-item .description img {
  display: none;
}
.blog-section #newsWrapper .news-item .text {
  position: relative;
  padding-top: 0;
  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: #1E1F22;
  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: #1E1F22;
}
@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%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 300%;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
footer .custom-footer > div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #1E1F22;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: #fff;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 570px;
  z-index: 2;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #1E1F22;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #1E1F22 !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer > div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer > div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  padding: 0 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1em;
  color: #1E1F22;
  margin-bottom: 0;
  background: #fafafa;
  border: 1px solid rgba(196, 196, 196, 0.5);
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    padding: 0 20px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #1E1F22;
}
footer .custom-footer > div.extended.newsletter form button {
  left: initial;
  height: 72px;
  top: 0;
  font-weight: 500;
  font-size: 1.1em;
  color: transparent;
  overflow: hidden;
  width: 72px;
  border-radius: 40px;
  right: 0;
  opacity: 1;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/plane.svg?v2) no-repeat center;
  background-size: 30px;
  background-color: #1E1F22;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form button {
    height: 44px;
    width: 44px;
    background-size: 18px;
    min-width: auto;
  }
}
footer .custom-footer > div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.7;
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #1E1F22;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #1E1F22;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1.3em;
  color: #383C43;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 700;
  font-size: 1.8em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    font-size: 1.2em;
  }
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
footer .custom-footer > div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #1E1F22;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer > div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  content: '';
  background: #fff;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}
#content-wrapper {
  background: transparent;
}
.breadcrumbs-wrapper {
  max-width: 100% !important;
  background: transparent;
  width: 100% !important;
  position: relative;
  margin-bottom: 20px !important;
  padding-top: 15px !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/skinny-girls/img/bread-bg.png) no-repeat center;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 30px;
  }*/
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper.container {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumbs-wrapper #navigation-first > span,
.breadcrumbs-wrapper #navigation-first > a {
  padding-left: 13px;
  padding: 18px 14px;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  left: 0;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/home.svg?v2);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
}
@media (max-width: 1440px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 932px;
  }
}
/*.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/metis-lab/img/home2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}*/
.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 10px 16px;
  color: #000;
  font-weight: 400;
  font-size: 0.9em;
  min-height: inherit;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: #000;
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs > span > a::after {
  width: 12px;
  background: transparent;
  height: 12px;
  font-family: 'shoptet';
  color: #000;
  right: -8px;
  content: '\e90e';
  bottom: unset;
  font-size: 7px;
  transform: rotate(-90deg);
  font-weight: 400;
  top: 10px;
  opacity: 1;
}
.breadcrumbs-wrapper .breadcrumbs {
  background: transparent;
  border: none;
}
.breadcrumbs-wrapper .breadcrumbs .sr-only {
  display: none !important;
  overflow: visible;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
}
/*.next-to-carousel-banners {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -10px;
  flex-wrap: wrap;
  width: calc(~'100% + 20px');
  max-width: 1300px;
  margin: 20px auto 0 auto;

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

  @media @desktop {
    margin: 0 -10px;
    width: calc(~'100% + 20px');
  }

  @media @tablet-port {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .banner-wrapper {
    margin: 0 10px 20px 10px;
    margin-top: 0 !important;
    width: calc(~'33.333% - 20px');
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;

    > a {
      width: 100%;
      height: 100%;

      img {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
      }
    }

    @media @desktop {
      width: calc(~'50% - 20px');
    }

    @media @tablet-600 {
      width: calc(~'100% - 20px');
    }

    .extended-banner-texts {
      .extended-banner-title {
        position: absolute;
        background: #fff;
        transition: 0.3s;
        box-shadow: none;
        border: none;
        left: 20px;
        top: initial;
        bottom: 20px;
        min-width: 160px;
        padding: 12px 15px;
        text-transform: uppercase;
        font-size: 1.1em;
        border-radius: 10px;
        font-weight: 700;
        color: #000;

        &:after {
          position: relative;
          margin-left: 15px;
          width: 30px;
          height: 30px;
          border-radius: 30px;
          content: '';
          display: inline-block;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/cz-skladem/img/arrow-w.svg);
          background-size: 16px;
          background-position: center;
          background-repeat: no-repeat;
          background-color: @pink;
          transition: 0.3s;
          margin-bottom: -10px;
          float: right;
          margin-top: -4px;
        }
      }

      .extended-banner-link, .extended-banner-text {
        display: none;
      }
    }

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

        .extended-banner-title {
          color: @pink;

          &:after {
            background-color: @pink;
          }
        }
      }
    }
  }
}*/
.small-banners-line,
.detail-banners {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line,
  .detail-banners {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .small-banners-line,
  .detail-banners {
    padding: 20px 0 0 0;
  }
}
.small-banners-line .banner-wrapper,
.detail-banners .banner-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 100%;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  border: none;
}
.small-banners-line .small-banner,
.detail-banners .small-banner {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner,
  .detail-banners .small-banner {
    padding-right: 0;
    border: none;
  }
}
.small-banners-line .small-banner .icon-box,
.detail-banners .small-banner .icon-box {
  margin-right: 25px;
}
.small-banners-line .small-banner .icon-box:before,
.detail-banners .small-banner .icon-box:before {
  display: none;
}
.small-banners-line .small-banner .icon-box img,
.detail-banners .small-banner .icon-box img {
  max-height: 66px;
  max-width: 66px;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .icon-box,
  .detail-banners .small-banner .icon-box {
    width: 30px;
    text-align: center;
  }
}
.small-banners-line .small-banner .desc-box,
.detail-banners .small-banner .desc-box {
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner .desc-box,
  .detail-banners .small-banner .desc-box {
    padding-right: 20px;
  }
}
.small-banners-line .small-banner .desc-box h3,
.detail-banners .small-banner .desc-box h3 {
  font-size: 1.3em;
  letter-spacing: 0;
  color: #1E1F22;
  margin: 0px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
}
.small-banners-line .small-banner .desc-box p,
.detail-banners .small-banner .desc-box p {
  font-size: 0.9em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  line-height: 1.8em;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .desc-box p,
  .detail-banners .small-banner .desc-box p {
    max-width: initial;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .detail-banners .small-banner {
    margin-bottom: 20px;
  }
}
/*.type-index {
  .row.banners-row {
    overflow: hidden;
  }
}*/
.middle-banners-wrapper .col-sm-12,
.body-banners .col-sm-12 {
  padding: 0 15px;
}
.before-carousel {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}
.before-carousel .banners-row {
  display: flex;
  padding-top: 0;
  margin: 0;
  flex-wrap: wrap;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .before-carousel .banners-row {
    margin: 0 -20px;
    flex-direction: column;
    align-items: center;
  }
}
.before-carousel .banners-row > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .before-carousel .banners-row > div {
    padding: 0;
  }
}
/*@media @tablet-port {
  main {
    > .banners-row {
      .col-sm-4 {
        .banner-wrapper {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}*/
#carousel {
  margin-bottom: 30px;
}
#carousel .carousel-inner {
  /*overflow: visible;*/
}
#carousel .item .extended-banner-texts {
  max-width: 480px !important;
}
#carousel .item .extended-banner-texts .extended-banner-title {
  font-size: 2.9em !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts .extended-banner-title {
    font-size: 1.8em !important;
    max-width: 240px;
  }
}
#carousel .item .extended-banner-texts .extended-banner-title::first-line {
  font-weight: 700 !important;
}
.next-to-carousel-banners,
.detail-banners {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners,
  .detail-banners {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners,
  .detail-banners {
    padding: 20px 0 0 0;
  }
}
.next-to-carousel-banners .banner-wrapper,
.detail-banners .banner-wrapper {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 5px;
    text-align: left;
  }
  .next-to-carousel-banners .banner-wrapper a,
  .detail-banners .banner-wrapper a {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 100%;
  }
}
.next-to-carousel-banners .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  border: none;
}
.next-to-carousel-banners .banner-wrapper:last-child > a,
.detail-banners .banner-wrapper:last-child > a {
  border: none !important;
}
.next-to-carousel-banners .banner-wrapper > a,
.detail-banners .banner-wrapper > a {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding-right: 45px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper > a,
  .detail-banners .banner-wrapper > a {
    padding-right: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper > a,
  .detail-banners .banner-wrapper > a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper > a,
  .detail-banners .banner-wrapper > a {
    padding-left: 60px;
  }
}
.next-to-carousel-banners .banner-wrapper > a img,
.detail-banners .banner-wrapper > a img {
  max-height: 66px;
  max-width: 66px;
  margin-right: 18px;
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper > a img,
  .detail-banners .banner-wrapper > a img {
    left: 0;
    position: absolute;
  }
}
.next-to-carousel-banners .banner-wrapper > a .extended-banner-texts,
.detail-banners .banner-wrapper > a .extended-banner-texts {
  position: relative;
  display: flex;
  flex-direction: column;
}
.next-to-carousel-banners .banner-wrapper > a .extended-banner-title,
.detail-banners .banner-wrapper > a .extended-banner-title {
  font-size: 1.3em;
  letter-spacing: 0;
  color: #1E1F22;
  margin: 0px 0 0 0;
  font-weight: 700;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  background: transparent;
  box-shadow: none;
}
.next-to-carousel-banners .banner-wrapper > a .extended-banner-link,
.detail-banners .banner-wrapper > a .extended-banner-link {
  display: none;
}
.next-to-carousel-banners .banner-wrapper > a .extended-banner-text,
.detail-banners .banner-wrapper > a .extended-banner-text {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  max-width: 200px;
  line-height: 1.8em;
  margin-top: 0;
  position: relative;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-text,
  .detail-banners .banner-wrapper > a .extended-banner-text {
    max-width: initial;
  }
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #1E1F22;
  display: none;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount span {
  color: #fff;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
  font-size: 1.2em;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
    width: 109px;
    height: 109px;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard {
    font-size: 1.3em;
    font-weight: 300;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
    font-size: 2.3em;
    font-weight: 300;
    margin-top: 0;
  }
}
.type-detail .p-info-wrapper {
  display: flex;
  flex-direction: column;
  /*> div, > table, > * {
      order: 1;
    }*/
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.7em;
  color: #1E1F22;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  /*order: 0;*/
  margin-top: 20px;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 10px;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #1E1F22;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header,
.type-detail .p-info-wrapper .p-detail-info {
  order: -1;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header .stars-label,
.type-detail .p-info-wrapper .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
}
.type-detail .p-info-wrapper .p-detail-info {
  order: 0;
  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;
  /*&:before {
        width: 100%;
        height: 1px;
        background: #E1E1E1;
        content: '';
        position: absolute;
        top: -30px;
      }*/
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 175px;
  color: #313a43;
  font-weight: 700;
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list:before {
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  content: '';
  position: absolute;
  top: -20px;
}
.type-detail .stars-wrapper .stars-label {
  font-size: 0.8em;
}
.type-detail .flags-default .flag {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
}
@media only screen and (min-width: 1200px) {
  .type-detail .flags-default .flag {
    margin: 0 5px 0 0;
    padding: 7px 9px;
    max-width: 120px;
    font-size: 0.75em !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  }
}
.type-detail .p-detail-inner-header h1 {
  font-size: 2em;
  font-weight: 700;
  color: #1E1F22;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 1.8em;
  }
}
.type-detail .p-detail-inner-header .p-code {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  background: transparent;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a {
  padding: 12px 30px;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  background: transparent;
  border-right: 2px solid #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  border-color: transparent;
  background: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail #tab-content #variants,
.type-detail #tab-content #description {
  display: block;
  opacity: 1;
}
.type-detail #tab-content #variants {
  margin-bottom: 50px;
}
.type-detail .social-buttons-wrapper {
  margin-top: 25px !important;
}
.type-detail .social-buttons-wrapper a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #00b2d0;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #00b2d0;
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.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: flex;
  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: 3em;
  font-weight: 700;
  margin-right: 50px;
}
@media only screen and (max-width: 992px) {
  .type-detail .price-line .price-final {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line {
    flex-wrap: wrap;
  }
}
.type-detail .price-line .availability-value {
  font-size: 1.2em;
  padding-top: 0;
  font-weight: 600;
  margin-bottom: 0;
}
.type-detail .price-line .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: 40px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #e7e7e7;
}
.type-detail .price-line .quantity .increase {
  position: absolute;
  right: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .increase:before {
  margin-top: -4px;
  content: '+';
  font-size: 16px;
  font-weight: 800;
}
.type-detail .price-line .quantity .increase:hover {
  background: #ccc;
}
.type-detail .price-line .quantity .decrease {
  position: absolute;
  left: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .decrease:before {
  margin-top: -8px;
  content: '-';
  font-size: 24px;
  font-weight: 700;
}
.type-detail .price-line .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .price-line .quantity input {
  width: 117px;
  height: 42px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
}
.type-detail .add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #E1E1E1 !important;
  border-bottom: 1px solid #E1E1E1 !important;
}
.type-detail .add-to-cart .quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 15px 0;
  border-radius: 30px;
  margin-right: 15px;
  position: relative;
  border: 1px solid #e7e7e7;
}
.type-detail .add-to-cart .quantity .increase {
  position: absolute;
  left: 8px;
  top: 17px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .add-to-cart .quantity .increase:hover {
  background: #ccc;
}
.type-detail .add-to-cart .quantity .increase:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity .decrease {
  position: absolute;
  right: 8px;
  width: 22px;
  top: 17px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .add-to-cart .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .add-to-cart .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity input {
  width: 117px;
  height: 50px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.5em;
}
.type-detail .add-to-cart button {
  display: flex;
  width: 230px;
  height: 48px;
  align-items: center;
  text-transform: none;
  letter-spacing: 0.5px;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  background: #1E1F22;
  border: none;
  border-radius: 30px;
  text-align: center;
  font-size: 1.2em;
}
.type-detail .add-to-cart button:hover {
  background: #1E1F22;
}
.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/skinny-girls/img/arrow-right-long-w.svg);
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -2px;
        margin-left: 8px;*/
  display: none;
}
.type-detail .add-to-cart button:after {
  width: 10px;
  height: 10px;
  position: relative;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a img {
  border: 1px solid transparent;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:before {
  display: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a.highlighted img {
  border: 1px solid #1E1F22;
}
.type-detail .social-buttons-wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .type-detail .social-buttons-wrapper {
    margin-top: 20px;
  }
}
.type-detail .social-buttons-wrapper .link-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.type-detail .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.type-detail .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.type-detail .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  flex-direction: revert;
  text-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 15px;
    padding-right: 15px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
  margin-bottom: 20px;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  color: #1E1F22;
  font-weight: 400;
  font-size: 15px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #1E1F22;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #1E1F22;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog {
  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/skinny-girls/img/share.svg);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/chat.svg);
}
.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.chat:before,
.type-detail .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.type-detail .social-buttons-wrapper .link-icon:hover.share:before,
.type-detail .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000;
}
.type-detail .basic-description > h3:first-child,
.type-detail h2.products-related-header {
  font-size: 2em;
  font-weight: 600;
  color: #343434;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail #content h2.products-related-header {
  font-size: 2.2em;
  font-family: 'Poppins';
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.6em;
    max-width: 200px;
    margin: 0 auto 20px auto;
  }
}
.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: 1.7em;
  font-family: 'Poppins';
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
.type-detail .basic-description a {
  font-weight: 600;
  text-decoration: underline;
}
.type-detail .basic-description a:hover {
  text-decoration: none;
}
.type-detail .contact-banner {
  background: #f0f0f0;
  margin-top: 20px;
  text-align: center;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .type-detail .contact-banner {
    margin-bottom: 30px;
  }
}
.type-detail .contact-banner h3 {
  display: block !important;
  margin: 40px 0 30px 0;
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
}
.type-detail .contact-banner p {
  margin-top: 20px;
  font-size: 1.1em;
  color: #000;
}
.type-detail .contact-banner .top-navigation-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  max-width: 270px;
  background: transparent;
  margin: 30px auto 20px auto;
  text-align: left;
}
.type-detail .contact-banner .top-navigation-contacts a {
  position: relative;
  padding-left: 50px;
  color: #1E1F22;
  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: #1E1F22;
}
.type-detail .contact-banner .top-navigation-contacts a .open-time {
  display: block;
  font-size: 0.8em;
}
.type-detail .contact-banner .photo img {
  max-width: 110px;
  max-height: 110px;
}
.type-detail #ratingTab {
  /* &:before {
      content: 'Hodnocení';
      font-size: 2.3em;
      font-weight: 600;
      display: block;
      margin-bottom: 25px;
      color: #343434;

      @media @tablet-port {
        font-size: 1.5em;
      }
    }
*/
}
.type-detail #ratingTab .votes-wrap {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
}
.type-detail .extended-description h3 {
  font-size: 1.7em;
  font-family: 'Poppins';
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
.type-detail .extended-description table {
  width: 100%;
}
.type-detail .extended-description table tr:nth-child(odd) {
  background: #f0f0f0;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 13px 17px;
  color: #000;
}
.type-detail .extended-description table tr a {
  color: #1E1F22;
  text-decoration: underline;
}
.type-detail .extended-description table tr th {
  font-weight: 600;
}
.type-detail .extended-description table tr td {
  font-weight: 400;
}
.type-detail .description-inner {
  padding: 0;
}
.type-detail .detail-banners {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
  }
}
.content-inner {
  max-width: 100%;
}
@media (min-width: 992px) {
  #colorbox .advanced-order .products-block .product:not(.slick-slide) {
    width: 33.33% !important;
  }
}
#header .cart-count {
  margin-left: 30px;
  display: flex;
  align-items: flex-start;
  font-family: Poppins;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 60px;
  margin-top: -4px;
  /*&.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/skinny-girls/img/cart.svg?v5);
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background-color: #1E1F22;
  background-size: 26px;
  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: 2px;
    z-index: 99;
    right: 54px;
    margin-top: 0;
  }
  #header .cart-count:before {
    background-size: 20px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
  }
}
#header .cart-count .sr-only {
  position: relative;
  width: auto;
  height: auto;
  text-transform: none;
  font-family: 'Poppins';
  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: Poppins;
  font-size: 0.85em;
  font-weight: 300;
  color: #858A92;
  letter-spacing: 0.5px;
  text-transform: none;
  min-height: 17px;
  display: flex !important;
  justify-content: flex-end;
  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/skinny-girls/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: #f2f2f2;
  width: 20px;
  height: 20px;
  color: #000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 30px;
  right: initial;
  padding-top: 3px;
  font-size: 11px;
  padding-left: 3px;
  position: relative;
  margin-left: 2px;
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  #header .cart-count i {
    position: absolute;
    border-radius: 20px;
    top: -5px;
    display: flex !important;
    right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    right: 7px;
    background: #1E1F22;
    color: #fff;
    left: initial;
    top: 7px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  #header .container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    border: none !important;
    position: relative;
    background: transparent;
    z-index: 2;
    border-bottom: none !important;
    background: #fff;
  }
  #header .navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .site-name {
    text-align: left;
    margin: 2px 0 0 0;
    z-index: 2;
    position: relative;
    width: 120px;
  }
  #header .site-name img {
    max-height: 92px !important;
  }
  #header .header-top {
    height: 118px;
    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/skinny-girls/img/head-bg.jpg);
        background-size: cover;
      }*/
  }
  #header .header-top > div {
    flex: 1;
  }
  #header .menu-helper {
    right: 365px;
    transform: translateY(-50%);
    top: 50% !important;
    bottom: inherit;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #333;
  }
  #header #navigation {
    width: calc(100% - 500px);
    left: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    transition: none;
    margin: 0;
    border-bottom: none;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
    /*#nav-manufacturers {
          display: none;
        }*/
  }
  #header #navigation .navigation-in ul li a {
    color: #1E1F22;
    background: transparent !important;
  }
  #header #navigation .navigation-in ul li a:hover {
    color: #1E1F22;
    text-decoration: underline;
    background: transparent;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    border: none !important;
    margin: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    text-transform: none;
    border: none !important;
    padding: 8px 18px;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    border-radius: 20px;
    letter-spacing: 0.5px;
    color: #1E1F22;
    border-right: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #1E1F22;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active {
    color: #fff;
    background: #1E1F22 !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a b {
    font-weight: 400;
  }
  #header #navigation .navigation-in .menu-level-1 > li:last-child:not(.ext) > a {
    border: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
    width: 33.33%;
    flex-basis: 33.33%;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {
    font-weight: 500;
  }
  #header .search {
    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;
    right: 300px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    cursor: default;
    margin-top: 0;
    z-index: 9999;
    /*&: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: 48px;
    width: 48px;
    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/skinny-girls/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: #00b2d0;
    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;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-weight: 600;
    display: inline-block;
    right: 10px;
    position: absolute;
    display: none;
  }
  #header .search .search-form fieldset {
    display: none;
  }
  #header .search .search-form.hovered {
    position: absolute;
    left: initial;
    right: 300px;
    top: 0px;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: calc(100% - 455px);
    z-index: 999999;
    background: #fff;
    padding-right: 95px;
  }
  #header .search .search-form.hovered .search-toggle {
    top: 35px;
    opacity: 1;
  }
  #header .search .search-form.hovered .search-toggle:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/stegu/img/close.svg?v3);
    background-size: 14px;
    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 {
    background-color: #f2f2f2;
  }
  #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% - 150px);
    float: right;
  }
  #header .search .search-form.hovered fieldset input {
    opacity: 1;
    width: 100%;
    border-radius: 30px;
    height: 46px;
    font-size: 1em;
    color: #1E1F22;
    padding-left: 20px;
    background: #ffffff12;
    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/skinny-girls/img/search.svg?v2);
    background-size: 20px;
    width: 48px;
    height: 48px;
    color: transparent;
    font-size: 0;
    border-radius: 40px;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: center;
    background-color: transparent;
    top: 0px;
    right: -55px;
  }
  #header .search .search-form.hovered fieldset button:before {
    display: none;
  }
  #header .search .search-form.hovered fieldset button:hover {
    background-color: #f2f2f2;
  }
  /*.fixed-menu {
    #header {
      margin-bottom: 48px;
      z-index: 99;
    }
    #header .menu-helper {
      position: fixed;
      top: 10px;
      z-index: 99;
      right: calc(~'50% - 640px');

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

      .navigation-in {
        max-width: 1280px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .menu-helper {
    right: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header #navigation {
    width: calc(100% - 500px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search .search-form {
    right: 186px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0;
  }
  #header .socials {
    display: none !important;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .search-form {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 20px;
    margin: 0 !important;
    background: #f2f2f2;
  }
  #header .search-form fieldset {
    position: relative;
  }
  #header .search-form button {
    background: #1E1F22;
    font-family: Poppins;
    border-color: #1E1F22;
  }
  #header .site-name {
    position: fixed;
    left: 20px;
    top: 3px;
    z-index: 99;
    height: 46px;
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 44px !important;
    margin-top: 0px !important;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
/*
.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;
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > ul,
.type-category #content > * {
  order: 0;
}
.type-category #content > h1,
.type-category #content > .category-perex {
  order: -1;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .slider-wrapper {
  background: whitesmoke;
  padding-bottom: 10px;
  padding: 0 15px 10px 15px;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #cdcdcd;
}
.type-category #filters #clear-filters a {
  margin-top: 15px;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
}
.type-category #filters .slider-wrapper > h4 {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 25px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: transparent;
  padding: 20px 0px;
  border-bottom: none;
}
.type-category #filters .slider-wrapper > h4:after {
  display: none;
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters .slider-content {
  margin-bottom: 0;
}
.type-category #filters h4 {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 2px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: #f5f5f5;
  padding: 20px 15px;
  position: relative;
  cursor: pointer;
  border-bottom: none;
}
.type-category #filters h4:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 50px;
  content: '';
  background-color: transparent !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/chevron-down.svg);
  background-size: 16px;
  transform-origin: center;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-position: center;
}
.type-category #filters .filter-section.rolled h4:after {
  transform: rotate(0);
}
.type-category #filters .filter-section.rolled h4 + form,
.type-category #filters .filter-section.rolled h4 + .slider-header,
.type-category #filters .filter-section.rolled h4 + .slider-header + .slider-content {
  max-height: 200px;
  padding: 0 15px 15px 15px;
  overflow: visible;
}
.type-category #filters .filter-section.rolled h4 + form {
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  margin-bottom: 0;
}
.type-category #filters .filter-section.rolled h4 + .slider-header + .slider-content {
  padding: 0 28px 35px 24px !important;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 15px;
  padding-top: 0;
  background: #f5f5f5;
  border-radius: 0;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters .param-filter-top {
  padding-top: 15px;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset label {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
}
.type-category #filters .filter-sections form fieldset > div {
  margin: 7px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1E1F22;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget,
.type-category .sidebar-inner .fb_iframe_widget iframe {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.type-category .sidebar-inner > div h4 {
  font-size: 1.2em;
  margin-bottom: -10px !important;
  padding-bottom: 0;
  font-weight: 500;
  margin-top: 0 !important;
  border-bottom: none;
  color: #000;
  text-transform: none;
}
.type-category .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #343434;
  text-align: center;
}
.type-category .subcategories {
  margin-bottom: 20px;
  justify-content: flex-start;
}
.type-category .subcategories li {
  width: 25%;
  padding: 7px;
}
@media only screen and (max-width: 1200px) {
  .type-category .subcategories li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.type-category .subcategories li a {
  display: flex;
  align-items: center;
  padding-left: 7px;
  background: transparent;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #000;
  font-size: 1em;
  padding: 5px;
  height: 68px;
  border: 1px solid transparent;
}
.type-category .subcategories li a .image {
  width: 60px;
}
.type-category .subcategories li a .image img {
  max-height: 60px;
}
.type-category .subcategories li a .text {
  font-weight: 500;
}
.type-category .subcategories li a:hover {
  border-color: #1E1F22 !important;
}
.type-category .subcategories li a:hover .text {
  color: #1E1F22;
}
.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;
}
.pagination-wrapper {
  margin-bottom: 30px;
}
.pagination-wrapper .pagination-loader {
  margin-bottom: 0 !important;
}
.pagination-wrapper .load-products {
  background: transparent;
  border-radius: 25px;
  color: #1E1F22;
  padding: 10px 30px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif !important;
  border-color: #1E1F22;
}
.pagination-wrapper .load-products:hover {
  background-color: #1E1F22;
  color: #fff;
  border-color: #1E1F22;
}
.pagination-wrapper .pagination a {
  color: #1E1F22;
}
.pagination-wrapper .pagination-top strong {
  display: none;
}
.pagination-wrapper .pagination-top a {
  border: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  margin: 0;
}
.pagination-wrapper .pagination-top a:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/film-technika/img/arr-right.svg);
  transform: rotate(-90deg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination-top a:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .next.pagination-link,
.pagination-wrapper .pagination .prev.pagination-link {
  border: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-top: 3px;
  margin: 0;
}
.pagination-wrapper .pagination .next.pagination-link:before,
.pagination-wrapper .pagination .prev.pagination-link:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/film-technika/img/arr-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination .next.pagination-link:hover,
.pagination-wrapper .pagination .prev.pagination-link:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .prev.pagination-link:before {
  transform: rotate(-180deg);
}
.products-block {
  /* margin: -10px;
   width: calc(~'100% + 20px');
   padding: 10px;*/
}
.products-block .product {
  border: none !important;
  position: relative;
  padding: 20px !important;
  background: #fff;
  transition: 0.3s;
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .products-block .product {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    padding: 15px 3px !important;
  }
  .products-block .product .p-in {
    padding: 0 !important;
  }
  .products-block .product .p-in .p-desc {
    display: none !important;
  }
  .products-block .product .p-in .name {
    font-size: 0.95em !important;
    line-height: 1.4em;
  }
}
.products-block .product .image {
  margin-bottom: 25px;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 2px;
  /* @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: 80px;
}
.products-block .product .stars-placeholder .stars .star,
.products-block .product .p .stars-wrapper .stars .star {
  width: 16px;
}
.products-block .product .stars-placeholder .stars .star:before,
.products-block .product .p .stars-wrapper .stars .star:before {
  font-size: 14px;
  color: #f0b820;
}
.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: #fff;
}
@media only screen and (max-width: 600px) {
  .products-block .product .p-in {
    padding: 10px 10px 15px 10px;
  }
}
.products-block .product .p-in:before {
  width: 100%;
  height: 20px;
  background: #fff;
  top: -20px;
  content: '';
  left: 0;
  position: absolute;
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags.flags-extra {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: inherit;
  display: flex;
  width: auto !important;
}
.products-block .product .flags.flags-extra .flag {
  background: #000;
}
.products-block .product .flags.flags-extra .flag.flag-discount {
  padding: 0;
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-standard {
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-save {
  font-size: 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 .p {
  position: relative;
  border: none;
}
.products-block .product .p .name {
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  color: #1E1F22;
  letter-spacing: 0.2px;
  text-decoration: none;
  height: 40px;
  max-height: 40px;
  opacity: 1;
  margin: 5px auto 5px auto;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  /*@media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
          min-height: 40px;
        }*/
}
.products-block .product .ratings-wrapper {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  top: -15px;
  position: absolute;
  right: 0;
  min-height: 0;
}
.products-block .product .availability {
  min-height: 35px;
  /* margin-bottom: 7px; */
  text-align: left;
  line-height: 1.1em;
  position: absolute;
  left: 0;
  font-size: 0.9em;
  display: flex;
  top: -16px;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1.5px;
  text-align: center;
  justify-content: center;
  /* @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: forestgreen;
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .p-desc {
  order: 1;
  font-size: 0.9em;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
  letter-spacing: 0.5px;
  color: #000;
  padding: 0;
  padding-bottom: 10px;
  max-height: 95px;
  margin: 0;
  line-height: 1.5em;
  background: transparent;
  padding-top: 0px;
  display: none;
}
.products-block .product .p-tools {
  flex-grow: 0;
  flex-shrink: 1;
  text-align: right;
  order: 2;
  display: flex;
}
.products-block .product .prices {
  order: 3;
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: -9px;
  text-align: left;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  min-height: 46px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices {
    margin-bottom: 10px;
  }
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 500;
  font-size: 0.7em;
  letter-spacing: 0;
  margin-bottom: 1px;
  order: 1;
}
@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-save {
  margin-right: 5px;
  background: #ED1443;
  color: #fff;
  font-size: 0.9em;
  padding: 3px 5px;
  border-radius: 0;
  margin-bottom: 6px;
}
.products-block .product .prices .old-price {
  order: 1;
  color: #1E1F22;
  text-decoration: line-through;
  margin-bottom: 6px;
}
.products-block .product .prices .price,
.products-block .product .prices .price strong {
  text-transform: none;
}
.products-block .product .prices .price-final {
  margin-bottom: 0;
}
.products-block .product .prices .price-final strong {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.1em;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices .price-final strong {
    font-size: 1.3em;
  }
}
.products-block .product .stars-placeholder {
  position: absolute;
  top: -15px;
}
.products-block .product a {
  border: none;
}
.products-block .product a img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-block .product button,
.products-block .product .btn {
  height: 38px;
  line-height: 36px;
  background: transparent;
  margin: 25px auto 0 auto;
  min-width: 174px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  /* float: left; */
  padding: 0;
  font-weight: 600;
  font-size: 1em;
  color: #1E1F22 !important;
  border: 1px solid #1E1F22;
}
.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;
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 33px !important;
  }
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #1E1F22 !important;
  color: #fff !important;
}
.products-block .product button:hover:after,
.products-block .product .btn:hover:after {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arrow-w.svg);
}
.products-block .product button:after {
  width: 10px;
  height: 10px;
  position: relative;
  content: '';
  display: inline-block;
  transition: 0.3s;
  top: -1px;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arrow.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.products-block .product .p-bottom > div {
  flex-direction: column-reverse;
  align-items: center;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
.products-block .product:hover {
  height: auto !important;
  z-index: 3;
}
.products-block .product:hover .btn,
.products-block .product:hover button {
  background: transparent !important;
  border-color: #1E1F22 !important;
  color: #1E1F22 !important;
  font-weight: 700;
  /*&:after {
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arrow-p.svg);
        }*/
}
.products-block .product:hover .btn:hover,
.products-block .product:hover button:hover {
  background: #1E1F22 !important;
  color: #fff !important;
  border-color: #1E1F22 !important;
}
.products-block .product:hover .btn:hover:after,
.products-block .product:hover button:hover:after {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arrow-w.svg);
}
.products-block .product:hover .image img {
  opacity: 0.7;
}
.products,
.blog-posts {
  /*@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,
.blog-posts .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 0 0 30px 0 !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-list,
  .blog-posts .slick-list {
    margin: 0 !important;
    padding-bottom: 10px !important;
  }
}
.products .slick-list .product,
.blog-posts .slick-list .product {
  margin-bottom: 0 !important;
}
.products .slick-dots,
.blog-posts .slick-dots {
  display: none !important;
}
.products .slick-arrow,
.blog-posts .slick-arrow {
  position: absolute;
  top: -60px;
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 28px;
  height: 28px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arr-right.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
.products .slick-arrow.slick-disabled,
.blog-posts .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 0.21);
  opacity: 1;
  border: none !important;
}
.products .slick-prev,
.blog-posts .slick-prev {
  right: 35px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arr-left.svg);
  background-size: 10px;
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
.products .slick-next,
.blog-posts .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
#category-header {
  justify-content: space-between;
}
#category-header > div {
  color: #000;
}
.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 {
  position: relative;
  z-index: 2;
}
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #1E1F22 !important;
  border: none !important;
  text-transform: none;
  font-family: Poppins !important;
}
.filters-unveil-button-wrapper a:hover {
  background: #333 !important;
}
.products-inline > div .p .p-in .p-in-in .name,
.products-inline.products-top > div.button-wrapper a {
  color: #1E1F22;
}
/*
.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/skinny-girls/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;
    }
  }
}*/
.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }
}
.category-header label {
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 13px 25px !important;
  position: relative;
  font-weight: 400;
  z-index: 1;
}
.category-header label:before {
  display: none !important;
}
.category-header form {
  position: relative;
  height: 50px;
  overflow: visible;
  /*&: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: #b0b2b3;
  letter-spacing: 0.5px;
  flex: inherit;
}
.category-header fieldset {
  overflow: hidden;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  width: 203px;
  padding-top: 44px;
  height: 43px;
  z-index: 3;
  background: #fafafa;
  position: relative;
  border: 1px solid #ececec;
  border-radius: 25px;
  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: '';
    }*/
}
.category-header fieldset label {
  font-weight: 500;
  background: transparent;
  text-align: left !important;
}
.category-header fieldset label:hover {
  color: #1E1F22 !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: #1E1F22 !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: #1E1F22;
}
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -90px;
  padding-left: 220px;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper {
    margin-top: -61px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper {
    margin: 0 0 20px 0;
    padding-left: 0;
  }
}
.filters-unveil-button-wrapper a {
  width: 189px !important;
  background: #fafafa !important;
  color: #000 !important;
  border: 1px solid #ECECEC !important;
  text-transform: none;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}
.filters-unveil-button-wrapper a:after {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arrow-down.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: 3px;
  margin-bottom: -2px;
}
.filters-unveil-button-wrapper a:hover {
  box-shadow: none;
  border-color: #1E1F22 !important;
  background: #fafafa !important;
}
.ordering-process .quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 15px 0;
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.ordering-process .quantity .increase {
  position: absolute;
  left: 8px;
  top: 17px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .increase:hover {
  background: #ccc;
}
.ordering-process .quantity .increase:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity .decrease {
  position: absolute;
  right: 8px;
  width: 24px;
  top: 17px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .decrease:hover {
  background: #ccc;
}
.ordering-process .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity input {
  width: 117px;
  height: 48px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.5em;
}
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: #fff;
  margin: 0;
  overflow: hidden;
  color: #1E1F22;
  clear: both;
}
footer a {
  color: #1E1F22;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .banner-wrapper {
  margin-top: 0;
  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;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer {
    padding: 30px 0 0 0;
  }
}
footer .custom-footer > div {
  width: 25%;
  padding: 60px 15px 40px 0 !important;
}
footer .custom-footer > div.instagram-line {
  width: 100% !important;
  padding: 35px 0 0 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.instagram-line {
    padding: 0 0 20px 0 !important;
  }
}
footer .custom-footer > div.instagram-line h4 {
  display: none;
}
footer .custom-footer > div.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
footer .custom-footer > div.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.instagram-line h4:before {
    display: block;
  }
}
footer .custom-footer > div.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
footer .custom-footer > div.instagram-line .instagram-widget > a {
  width: 16.2666%;
  height: auto;
  margin-bottom: 0 !important;
  padding-bottom: 16.2666%;
  margin: 0.2%;
}
footer .custom-footer > div.instagram-line .instagram-widget > a:nth-child(n + 7) {
  display: none;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.instagram-line .instagram-widget > a {
    width: 32.9333%;
    padding-bottom: 32.9333%;
  }
}
footer .custom-footer > div.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
}
footer .custom-footer > div.instagram-line .instagram-widget > a:hover img {
  opacity: 0.8;
}
footer .custom-footer > div.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  margin: 20px auto 10px auto;
}
footer .custom-footer > div.instagram-line .instagram-widget .instagram-follow-btn span {
  padding-left: 0;
}
footer .custom-footer > div.instagram-line .instagram-widget .instagram-follow-btn span a {
  color: #fff !important;
  width: 250px;
}
footer .custom-footer > div.instagram-line .instagram-widget .instagram-follow-btn span:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
footer .custom-footer > div.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  border-radius: 4px;
  background: #c69d56;
  width: 250px !important;
  max-width: 250px !important;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
footer .custom-footer > div.instagram-line .instagram-widget .instagram-follow-btn a:hover {
  background: #333;
}
footer .custom-footer > div .banner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    padding: 30px 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    padding: 0px 15px 0px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    width: 100% !important;
    padding-bottom: 15px !important;
    padding-right: 0 !important;
  }
  footer .custom-footer > div img {
    max-width: 100px;
    height: auto;
    margin-bottom: -15px;
  }
  footer .custom-footer > div:last-child {
    border: none;
  }
}
footer .custom-footer {
  display: flex;
  flex-wrap: wrap;
}
footer .site-name {
  display: none !important;
}
footer h4 {
  letter-spacing: 0;
  margin-top: 20px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 22px;
  color: #1E1F22;
  text-transform: none !important;
  font-weight: 700;
  font-size: 1.4em;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
footer h4:before {
  width: 50px;
  height: 1px;
  background: #1E1F22;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
footer #signature {
  text-align: center;
  font-size: 0.9em;
  flex: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  footer #signature {
    margin: 10px;
  }
}
footer #signature a {
  letter-spacing: 0;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #1E1F22;
  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: #1E1F22;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
  color: #1E1F22;
}
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: #1E1F22;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer #formLogin .password-helper {
    padding-right: 0;
  }
}
footer .search-form .btn {
  text-transform: none;
  line-height: 38px;
}
footer #formLogin input,
footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  footer #formLogin input,
  footer .search input {
    width: 100%;
  }
}
footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #f2f2f2;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #fff;
}
footer .rate-wrapper .votes-wrap .vote-wrap .stars .star {
  top: 6px;
}
footer ul {
  margin-bottom: 0;
  line-height: unset;
  padding-left: 0 !important;
  margin-top: 0;
}
footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #1E1F22;
  letter-spacing: 0px;
}
footer ul li a {
  color: #1E1F22 !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: #1E1F22;
  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: #1E1F22;
  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);
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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);
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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);
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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);
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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: #1E1F22;
}
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;
  }
}
body footer .container.footer-bottom {
  padding: 35px 20px 20px 20px !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: #fff !important;
  z-index: 2;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  border-top: none;
}
@media (min-width: 1320px) {
  body footer .container.footer-bottom {
    padding: 50px 0 30px 0 !important;
  }
}
body footer .container.footer-bottom:before {
  width: 100vw;
  height: 1px;
  background: rgba(196, 196, 196, 0.5);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  body footer .container.footer-bottom {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom {
    height: auto;
    flex-direction: column-reverse;
    margin-top: 25px;
    padding: 40px 15px 40px 15px !important;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
body footer .container.footer-bottom #signature {
  font-size: 12px;
  flex: 1;
  max-width: 145px;
  font-weight: 400;
  max-width: initial;
  max-width: 660px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom #signature {
    width: 50%;
    max-width: 660px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom #signature {
    margin-top: 15px;
  }
}
body footer .container.footer-bottom #signature img {
  width: 18px;
  margin-right: 0;
}
body footer .container.footer-bottom #signature .title,
body footer .container.footer-bottom #signature .podpis {
  color: #1E1F22;
}
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: #1E1F22;
}
body footer .container.footer-bottom .copyright {
  color: #1E1F22;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  max-width: 710px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom .copyright {
    width: 50%;
    max-width: 710px;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom .copyright {
    text-align: center;
    margin-top: 0;
  }
}
body footer .container.footer-bottom .copyright strong {
  font-weight: 400;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 600;
  color: #1E1F22;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #1E1F22;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 10px 0;
  font-size: 11px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #1E1F22;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  flex: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
  opacity: 0.5;
}
.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.footer-banners .slick-arrow {
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  background: url(https://shoptetak.cz/modul/kodl/speed-weaponry/build/img/arrow-left-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow {
    left: 10px;
    background-size: 14px;
    background-color: #ccc;
    border-radius: 20px;
    z-index: 3;
  }
}
.footer-banners .slick-arrow.slick-next {
  right: 0;
  left: inherit;
  background: url(https://shoptetak.cz/modul/kodl/speed-weaponry/build/img/arrow-right-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow.slick-next {
    right: 10px;
    background-color: #ccc;
    background-size: 14px;
  }
}
.footer-banners .slick-arrow:hover {
  opacity: 1;
}
.footer-banners .slick-arrow:focus {
  outline: none;
}
.footer-banners .slick-track {
  display: flex;
  align-items: center;
}
.footer-banners .slick-list {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-list {
    max-width: 1440px;
  }
}
.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.footer-banners .slick-list a img {
  filter: grayscale(100%);
  display: inline;
  transition: 0.3s;
}
.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 320px !important;
    right: -322px !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation ul.menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  #navigation ul.menu-level-1 > li {
    order: 2;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    order: 1;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -50px;
    background: #fff;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    left: 0;
    right: initial;
    width: 20px;
    height: 15px;
    top: 14px;
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: -4px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    margin: 8px 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
    font-family: 'shoptet' !important;
    content: '\e90e';
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a:after {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    height: 100%;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 21px;
    position: absolute;
    right: 15px;
    color: #1E1F22;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
  }
  #navigation li a {
    padding: 12px 15px !important;
    background: #f1f3f7;
    margin: 4px 15px;
    border-radius: 0;
    color: #1E1F22 !important;
    line-height: 1.2em !important;
    font-weight: 600;
    position: relative;
    font-size: 15px;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
@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 {
    flex: 1 1 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar {
    border-bottom: none;
    padding: 0;
    background: #404e4e;
    /*.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/skinny-girls/img/wallet.svg?v2);
        background-size: 16px;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
        opacity: 1;
        margin-right: 5px;
        display: inline-block;
        top: 0px;
        float: left;
        margin-top: -2px;
        margin-bottom: 0;
      }

      button {
        display: none;
      }

      .caret {
        color: #b2b2b2;
      }

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

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

            padding: 0 5px;
          }
        }
      }
    }*/
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #1E1F22;
    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/skinny-girls/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: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 13px;
    color: #383C43;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    right: 152px;
    top: 36px;
    z-index: 9;
    height: 48px;
    width: 48px;
    position: absolute;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  .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/skinny-girls/img/user.svg?v3);
    background-size: 18px;
    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: flex;
    align-items: center;
    margin-left: 15px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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/skinny-girls/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: #1E1F22;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:before {
    display: none;
  }
  .top-navigation-bar .socials {
    margin-right: 30px;
    display: flex;
  }
  .top-navigation-bar .socials a {
    margin-right: 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-navigation-bar .socials a:hover img {
    opacity: 1;
  }
  .top-navigation-bar .socials a img {
    width: 16px;
    height: auto;
    opacity: 0.5;
  }
  .top-navigation-bar .container {
    padding: 0;
    position: relative;
    /*&:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .top-navigation-menu {
    padding-right: 25px;
    /*max-width: 450px;*/
    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: flex !important;
    align-items: center;
    justify-content: flex-end;
    /*.register-btn {
        margin-left: 20px;
        @media @tablet-port {
          display: none;
        }
        &:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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: #1E1F22;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #1E1F22;
    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: #1E1F22;
  }
  .top-navigation-bar .top-navigation-contacts {
    flex: 0 0 !important;
    flex-basis: 0 !important;
    background: transparent;
    position: absolute;
    z-index: 9;
    left: 420px;
    top: 30px;
    flex-direction: column;
    display: none !important;
    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: #1E1F22;
  }
  .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/skinny-girls/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: #1E1F22;
  }
  .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/skinny-girls/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: #1E1F22;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-nav-button {
    right: 86px;
  }
}
@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 {
    flex-direction: row;
    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) {
  .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: #858a92;
    padding-right: 12px;
  }
  .top-navigation-bar .dropdown button .caret:before {
    font-size: 8px;
  }
  .top-navigation-bar .top-navigation-tools .socials {
    display: none;
  }
  .top-navigation-bar .responsive-tools {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 100px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #858a92;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 0;
    right: 8px;
    width: 50px;
    height: 50px;
    color: #1E1F22;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 20px;
    color: #1E1F22;
  }
  .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/skinny-girls/img/user.svg?v2);
    background-size: 16px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    top: 4px;
    margin-top: 0px;
    margin-bottom: -3px;
  }
}
body {
  font-family: 'Poppins', sans-serif !important;
}
@media only screen and (max-width: 1200px) {
  .container {
    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 {
  background: transparent;
  padding: 0;
}
.overall-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .popup-widget.cart-widget {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 100px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 75px;
  }
  .popup-widget.cart-widget {
    top: 75px;
  }
  .popup-widget.login-widget {
    top: 90px;
  }
}
@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;
}
.products.slick-slider .slick-arrow.slick-prev,
.blog-section .slick-slider .slick-arrow.slick-prev {
  left: 50%;
  right: initial;
  transform: translateX(-240px);
}
@media only screen and (max-width: 767px) {
  .products.slick-slider .slick-arrow.slick-prev,
  .blog-section .slick-slider .slick-arrow.slick-prev {
    transform: translateX(-130px);
    top: -56px;
  }
}
.products.slick-slider .slick-arrow.slick-next,
.blog-section .slick-slider .slick-arrow.slick-next {
  right: 50%;
  transform: translateX(240px);
}
@media only screen and (max-width: 767px) {
  .products.slick-slider .slick-arrow.slick-next,
  .blog-section .slick-slider .slick-arrow.slick-next {
    transform: translateX(130px);
    top: -56px;
  }
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
  display: none;
}
.type-index .latest-contribution-box {
  display: block;
}
.type-index .latest-contribution-box .latest-contribution-discussion {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: flex;
  flex-wrap: wrap;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
  font-size: 3em !important;
  font-family: 'Crimson Text', serif;
  color: black;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating h2 {
    font-size: 2em !important;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating > a {
    width: 100%;
    margin-top: 20px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a:nth-child(n + 5) {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info {
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author,
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author + i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-date {
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-description {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product:hover {
  color: #1E1F22;
}
.type-index .homepage-box.welcome-wrapper {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper {
    padding-top: 0;
    padding-bottom: 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: 60px;
  }
  .popup-widget {
    top: 50px !important;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 380px) {
  /*.top-navigation-bar {
    .dropdown {
      font-size: 0.9em;
      right: 167px;
    }

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

      a {
        width: 35px;
      }
    }
  }*/
  #header .site-name {
    left: 11px;
    /* img {
       max-height: 20px !important;
       top: 7px;
       position: relative;
       left: -2px;
     }*/
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 210px;
  }
  .popup-widget.login-widget {
    margin-left: -20px !important;
  }
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 50px;
    right: 137px;
    left: inherit;
  }
  .popup-widget.cart-widget {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.login-widget {
    right: 245px;
  }
}
.user-action .container {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-menu {
    flex: 1 1 25% !important;
  }
  #header .navigation-buttons .socials {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.cart-widget {
    margin-top: 35px;
  }
  #header .search {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .search {
    max-width: 240px;
  }
  #header .header-top {
    justify-content: space-between;
  }
}
.categories-banners-line {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line {
    flex-wrap: wrap;
  }
}
.categories-banners-line .banner-wrapper {
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
  .categories-banners-line .banner-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper .category-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.categories-banners-line .banner-wrapper .category-banner .links {
  display: flex;
  flex-wrap: wrap;
  max-width: 390px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.8em;
  padding: 0;
  margin: 20px auto 0 auto;
}
.categories-banners-line .banner-wrapper .category-banner .links:nth-line(n + 1) li:first-child::marker {
  display: none;
  visibility: hidden;
  color: transparent;
}
.categories-banners-line .banner-wrapper .category-banner .links a {
  margin: 0 13px;
  color: #1E1F22;
  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: #1E1F22;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #1E1F22;
}
.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/skinny-girls/img/arrow-right-long-w.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
}
.logos-banner {
  padding: 30px 0 10px 0;
}
.logos-banner .logos-banner-inner {
  padding: 0 30px;
}
.logos-banner .logos-banner-inner a img {
  transition: 0.3s;
}
.logos-banner .logos-banner-inner a:hover img {
  opacity: 0.4;
}
.logos-banner .logos-banner-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  color: rgba(45, 50, 57, 0);
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/tahoun/img/arrow-right-b.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.logos-banner .logos-banner-inner .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.logos-banner .logos-banner-inner .slick-prev {
  left: 0px;
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/tahoun/img/arrow-right-b.svg);
}
.logos-banner .logos-banner-inner .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.homepage-box {
  background: transparent !important;
  border: none !important;
  margin: 0;
}
.homepage-box.before-carousel .container {
  /*max-width: 100%;
    width: 100%;*/
}
.next-to-carousel-banners > .banner-wrapper > .small-banner {
  display: none;
}
.homepage-box.before-carousel .container {
  padding-bottom: 30px;
  position: relative;
  /* &:before {
     width: 100%;
     height: calc(~'100% - 450px');
     position: absolute;
     left: 0;
     bottom: 0;
     content: '';
     background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/banners-bg.png) no-repeat center;
     background-size: cover;
     background-position: center bottom;

     @media (max-width: 1730px) {
       height: calc(~'100% - 300px');
     }
   }*/
}
@media only screen and (min-width: 768px) {
  .welcome {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .welcome {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .welcome .col-md-6:last-child {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .welcome .row {
    margin: 0 !important;
  }
  .welcome .row > div {
    padding: 0 !important;
  }
  .welcome .row > div img {
    margin: 0 0 30px 0;
    width: 100% !important;
    height: auto;
    max-width: initial;
  }
}
.welcome .row {
  display: flex;
  flex-wrap: wrap;
}
.welcome strong {
  font-size: 1.2em;
  color: #00b2d0;
}
.welcome div {
  max-width: 100%;
  padding: 0;
}
.welcome div h1 {
  font-weight: 500;
  font-size: 2.4em;
  line-height: 1.2em;
  margin: 0 0 17px 0 !important;
  color: #1E1F22;
}
@media (max-width: 1440px) {
  .welcome div h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
@media only screen and (max-width: 992px) {
  .welcome div h1 {
    margin-top: 25px;
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .welcome div h1 {
    font-size: 1.5em;
  }
}
.welcome div h1 strong {
  color: #1E1F22;
  font-size: 1em;
  font-weight: 700;
}
.welcome div p {
  line-height: 1.8em;
  color: #1E1F22;
  font-size: 1.1em;
}
.welcome div .button {
  border: none;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #141414;
  text-align: center;
  height: auto;
  width: 145px;
  letter-spacing: 0.5px;
  border-radius: 20px;
  font-size: 1em;
  transition: 0.3s;
  display: inline-block;
  top: initial !important;
}
.welcome div .button:after {
  width: 10px;
  height: 10px;
  position: relative;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/dobrej-koberec/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.welcome div .button:hover {
  background: #1E1F22;
}
.welcome div ul {
  padding: 0;
  color: #1E1F22;
  margin: 20px 0;
}
.welcome div ul li {
  list-style: none;
  position: relative;
  padding: 10px 0 10px 35px;
  font-size: 1.1em;
}
.welcome div ul li:before {
  width: 25px;
  height: 25px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/dobrej-koberec/img/check.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 6px;
  content: '';
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #carousel,
  .middle-banners-wrapper,
  .type-category,
  .body-banners {
    margin-bottom: 0;
    border-radius: 10px;
  }
}
#carousel .carousel-control:before,
.middle-banners-wrapper .carousel-control:before,
.type-category .carousel-control:before,
.body-banners .carousel-control:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: '' !important;
}
#carousel .carousel-control.right:before,
.middle-banners-wrapper .carousel-control.right:before,
.type-category .carousel-control.right:before,
.body-banners .carousel-control.right:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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,
.middle-banners-wrapper .carousel-control.right:hover:before,
.type-category .carousel-control.right:hover:before,
.body-banners .carousel-control.right:hover:before {
  background-color: #fff;
}
#carousel .carousel-control.left:before,
.middle-banners-wrapper .carousel-control.left:before,
.type-category .carousel-control.left:before,
.body-banners .carousel-control.left:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/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,
.middle-banners-wrapper .carousel-control.left:hover:before,
.type-category .carousel-control.left:hover:before,
.body-banners .carousel-control.left:hover:before {
  background-color: #fff;
}
#carousel .item,
.middle-banners-wrapper .item,
.type-category .item,
.body-banners .item,
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category {
  display: flex;
  justify-content: flex-end;
  /*> a {
      width: 100%;

      img {
        width: 100%;
      }
    }*/
}
#carousel .item > a,
.middle-banners-wrapper .item > a,
.type-category .item > a,
.body-banners .item > a,
#carousel .banner-wrapper > a,
.middle-banners-wrapper .banner-wrapper > a,
.type-category .banner-wrapper > a,
.body-banners .banner-wrapper > a,
#carousel .banner-category > a,
.middle-banners-wrapper .banner-category > a,
.type-category .banner-category > a,
.body-banners .banner-category > a {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #carousel .item > a,
  .middle-banners-wrapper .item > a,
  .type-category .item > a,
  .body-banners .item > a,
  #carousel .banner-wrapper > a,
  .middle-banners-wrapper .banner-wrapper > a,
  .type-category .banner-wrapper > a,
  .body-banners .banner-wrapper > a,
  #carousel .banner-category > a,
  .middle-banners-wrapper .banner-category > a,
  .type-category .banner-category > a,
  .body-banners .banner-category > a {
    align-items: center;
  }
}
#carousel .item > img,
.middle-banners-wrapper .item > img,
.type-category .item > img,
.body-banners .item > img,
#carousel .banner-wrapper > img,
.middle-banners-wrapper .banner-wrapper > img,
.type-category .banner-wrapper > img,
.body-banners .banner-wrapper > img,
#carousel .banner-category > img,
.middle-banners-wrapper .banner-category > img,
.type-category .banner-category > img,
.body-banners .banner-category > img,
#carousel .item > a > img,
.middle-banners-wrapper .item > a > img,
.type-category .item > a > img,
.body-banners .item > a > img,
#carousel .banner-wrapper > a > img,
.middle-banners-wrapper .banner-wrapper > a > img,
.type-category .banner-wrapper > a > img,
.body-banners .banner-wrapper > a > img,
#carousel .banner-category > a > img,
.middle-banners-wrapper .banner-category > a > img,
.type-category .banner-category > a > img,
.body-banners .banner-category > a > img {
  width: auto !important;
  height: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  #carousel .item > img,
  .middle-banners-wrapper .item > img,
  .type-category .item > img,
  .body-banners .item > img,
  #carousel .banner-wrapper > img,
  .middle-banners-wrapper .banner-wrapper > img,
  .type-category .banner-wrapper > img,
  .body-banners .banner-wrapper > img,
  #carousel .banner-category > img,
  .middle-banners-wrapper .banner-category > img,
  .type-category .banner-category > img,
  .body-banners .banner-category > img,
  #carousel .item > a > img,
  .middle-banners-wrapper .item > a > img,
  .type-category .item > a > img,
  .body-banners .item > a > img,
  #carousel .banner-wrapper > a > img,
  .middle-banners-wrapper .banner-wrapper > a > img,
  .type-category .banner-wrapper > a > img,
  .body-banners .banner-wrapper > a > img,
  #carousel .banner-category > a > img,
  .middle-banners-wrapper .banner-category > a > img,
  .type-category .banner-category > a > img,
  .body-banners .banner-category > a > img {
    min-height: 240px;
    object-fit: cover;
  }
}
#carousel .item .extended-banner-texts,
.middle-banners-wrapper .item .extended-banner-texts,
.type-category .item .extended-banner-texts,
.body-banners .item .extended-banner-texts,
#carousel .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts,
.type-category .banner-wrapper .extended-banner-texts,
.body-banners .banner-wrapper .extended-banner-texts,
#carousel .banner-category .extended-banner-texts,
.middle-banners-wrapper .banner-category .extended-banner-texts,
.type-category .banner-category .extended-banner-texts,
.body-banners .banner-category .extended-banner-texts {
  /*left: calc(~'50% - 640px');*/
  left: 25px;
  width: auto;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: #fff;
  padding: 40px 45px;
  max-width: 438px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts {
    left: calc(50% - 590px);
  }
}
@media only screen and (max-width: 1200px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts {
    left: calc(50% - 470px);
  }
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts {
    left: calc(50% - 360px);
  }
}
#carousel .item .extended-banner-texts.empty,
.middle-banners-wrapper .item .extended-banner-texts.empty,
.type-category .item .extended-banner-texts.empty,
.body-banners .item .extended-banner-texts.empty,
#carousel .banner-wrapper .extended-banner-texts.empty,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts.empty,
.type-category .banner-wrapper .extended-banner-texts.empty,
.body-banners .banner-wrapper .extended-banner-texts.empty,
#carousel .banner-category .extended-banner-texts.empty,
.middle-banners-wrapper .banner-category .extended-banner-texts.empty,
.type-category .banner-category .extended-banner-texts.empty,
.body-banners .banner-category .extended-banner-texts.empty {
  display: none;
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts {
    padding: 20px;
    left: 20px;
    max-width: calc(100% - 40px) !important;
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    top: initial;
    transform: none;
  }
}
#carousel .item .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
.type-category .item .extended-banner-texts .extended-banner-title,
.body-banners .item .extended-banner-texts .extended-banner-title,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
#carousel .banner-category .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
.type-category .banner-category .extended-banner-texts .extended-banner-title,
.body-banners .banner-category .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #1E1F22;
  padding-left: 0;
  font-size: 2.4em;
  text-transform: none;
  padding-top: 0;
  line-height: 1.2em;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
  .type-category .item .extended-banner-texts .extended-banner-title,
  .body-banners .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
  .type-category .banner-category .extended-banner-texts .extended-banner-title,
  .body-banners .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 1.8em;
  }
}
#carousel .item .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-text,
.type-category .item .extended-banner-texts .extended-banner-text,
.body-banners .item .extended-banner-texts .extended-banner-text,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-text,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
#carousel .banner-category .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-text,
.type-category .banner-category .extended-banner-texts .extended-banner-text,
.body-banners .banner-category .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #1E1F22;
  font-size: 1.4em;
  font-weight: 400;
  margin: 18px 0 7px 0;
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-text,
  .type-category .item .extended-banner-texts .extended-banner-text,
  .body-banners .item .extended-banner-texts .extended-banner-text,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-text,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
  #carousel .banner-category .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-text,
  .type-category .banner-category .extended-banner-texts .extended-banner-text,
  .body-banners .banner-category .extended-banner-texts .extended-banner-text {
    font-size: 1.2em;
  }
}
#carousel .item .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link,
.type-category .item .extended-banner-texts .extended-banner-link,
.body-banners .item .extended-banner-texts .extended-banner-link,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
#carousel .banner-category .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link,
.type-category .banner-category .extended-banner-texts .extended-banner-link,
.body-banners .banner-category .extended-banner-texts .extended-banner-link {
  position: relative !important;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  font-weight: 600;
  margin-top: 25px;
  padding: 9px 20px;
  text-transform: uppercase;
  background: #1E1F22;
  min-width: 230px;
  text-align: center;
  height: auto;
  letter-spacing: 0.5px;
  border-radius: 30px;
  font-size: 1em;
  transition: 0.3s;
  top: initial !important;
}
@media only screen and (max-width: 480px) {
  #carousel .item .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-link,
  .type-category .item .extended-banner-texts .extended-banner-link,
  .body-banners .item .extended-banner-texts .extended-banner-link,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-link,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
  #carousel .banner-category .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link,
  .type-category .banner-category .extended-banner-texts .extended-banner-link,
  .body-banners .banner-category .extended-banner-texts .extended-banner-link {
    min-width: 170px;
  }
}
#carousel .item .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link:hover,
.type-category .item .extended-banner-texts .extended-banner-link:hover,
.body-banners .item .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-category .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-category .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-category .extended-banner-texts .extended-banner-link:hover {
  background: #1E1F22;
}
#carousel .item .extended-banner-texts .extended-banner-link:after,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link:after,
.type-category .item .extended-banner-texts .extended-banner-link:after,
.body-banners .item .extended-banner-texts .extended-banner-link:after,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:after,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link:after,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link:after,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:after,
#carousel .banner-category .extended-banner-texts .extended-banner-link:after,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link:after,
.type-category .banner-category .extended-banner-texts .extended-banner-link:after,
.body-banners .banner-category .extended-banner-texts .extended-banner-link:after {
  width: 10px;
  height: 10px;
  position: relative;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/skinny-girls/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.price-range > div {
  background-color: #1E1F22;
}
.advanced-order .extra .btn.btn-conversion,
.advanced-order .extra a.btn.btn-conversion,
.advanced-order .extra .btn.btn-cart,
.advanced-order .extra a.btn.btn-cart {
  color: #fff;
  border-color: #1E1F22;
  background-color: #1E1F22;
}
.advanced-order .extra .btn.btn-conversion:hover,
.advanced-order .extra a.btn.btn-conversion:hover,
.advanced-order .extra .btn.btn-cart:hover,
.advanced-order .extra a.btn.btn-cart:hover {
  border-color: #5c5c5c;
  background-color: #5c5c5c;
}
.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;

    .extended-banner-texts {
      max-width: 750px !important;
      padding: 0;
      background: transparent;

      @media @tablet-port {
        max-width: calc(~'100% - 40px') !important;
        background: rgba(255, 255, 255, 0.8);
        bottom: 20px;
        padding: 20px;
      }

      .extended-banner-title {
        font-size: 3em;

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

        @media @tablet-port {
          font-size: 1.8em;
        }
      }
    }
  }
}*/
.type-page main {
  padding-bottom: 40px;
}
@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: #1E1F22;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.8em;
  font-weight: 700;
  /* &:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @pink;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
h4.homepage-group-title,
.h4.homepage-group-title {
  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: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    max-width: 200px;
    font-size: 1.6em;
  }
}
.type-page h1 {
  text-align: left;
}
.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;
}
#carousel .item {
  display: none;
}
#carousel .item.active {
  display: flex;
}
#carousel .item.next {
  display: flex;
}
#carousel .item.prev {
  display: flex;
}
