<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-section {
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 0 80px 0 ;
  background: transparent;
}
@media only screen and (max-width: 1200px) {
  .blog-section {
    padding: 0 0 60px 0;
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding-bottom: 40px;
    margin-top: 30px;
    padding-top: 0;
  }
}
.blog-section .button {
  color: #FFC941;
  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 h2 {
  position: relative;
  text-align: center;
  font-size: 2.3em;
  font-weight: 600;
  color: #2f2f30;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .blog-section h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section h2 {
    font-size: 1.6em;
  }
}
.blog-section .button.more {
  padding: 10px 25px;
  border-radius: 4px;
  background: #65C344;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover {
  background: #333;
}
.blog-section #newsWrapper {
  margin: 0 auto;
  display: flex;
  max-width: 1372px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .blog-section #newsWrapper {
    max-width: 1138px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper {
    padding: 0 20px;
    max-width: 970px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper {
    flex-direction: column;
    max-width: 744px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper {
    padding: 0 15px;
  }
}
.blog-section #newsWrapper .news-item {
  display: flex;
  margin-bottom: 0;
  background-color: transparent !important;
  align-items: flex-start;
  flex-direction: column;
  overflow: auto;
  width: calc(33.33% - 15px);
  z-index: 2;
  max-width: 418px;
  position: relative;
  border-radius: 0;
  padding-bottom: 0;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  /*.read-more {
        text-decoration: underline;
        color: @green;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

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

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

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

    .extended-banner-texts {
      .extended-banner-title {
        position: absolute;
        background: #fff;
        transition: @transition;
        box-shadow: none;
        border: none;
        left: 20px;
        top: initial;
        bottom: 20px;
        min-width: 225px;
        padding: 11px 20px;
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: 700;
        color: #000;

        &amp;:after {
          position: relative;
          margin-left: 15px;
          width: 20px;
          height: 20px;
          border-radius: 30px;
          content: '';
          display: inline-block;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/arrow-w.svg);
          background-size: 12px;
          background-position: center;
          background-repeat: no-repeat;
          background-color: #65C344;
          transition: @transition;
          margin-bottom: -4px;
          float: right;
        }
      }

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

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

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

          &amp;:after {
            background-color: @yellow;
          }
        }
      }
    }
  }
}*/
.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: 1200px) {
  .small-banners-line,
  .detail-banners {
    flex-wrap: wrap;
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  .small-banners-line,
  .detail-banners {
    padding-top: 0 !important;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .small-banners-line,
  .detail-banners {
    padding: 20px 0 0 0 !important;
  }
}
.small-banners-line .banner-wrapper,
.detail-banners .banner-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .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: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  .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.1em;
  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.85em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  max-width: 200px;
  line-height: 1.8em;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .desc-box p,
  .detail-banners .small-banner .desc-box p {
    max-width: initial;
  }
}
.type-index .banners-row .col-sm-8 {
  width: 100% !important;
  padding: 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: hidden;
}
@media only screen and (max-width: 767px) {
  .before-carousel .banners-row {
    margin: 0 -20px;
    flex-direction: column;
    align-items: center;
  }
}
.before-carousel .banners-row &gt; div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .before-carousel .banners-row &gt; div {
    padding: 0;
  }
}
/*@media @tablet-port {
  main {
    &gt; .banners-row {
      .col-sm-4 {
        .banner-wrapper {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}*/
@media only screen and (max-width: 767px) {
  #carousel {
    margin-top: 0;
  }
}
#carousel img {
  width: 100%;
  height: auto;
}
.next-to-carousel-banners {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  max-width: 1380px;
}
@media only screen and (min-width: 1200px) {
  .next-to-carousel-banners {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    padding: 20px 0 0 0;
  }
}
.next-to-carousel-banners .banner-wrapper {
  margin-top: 0 !important;
  margin-bottom: 20px;
  width: 25%;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 5px;
    text-align: left;
  }
  .next-to-carousel-banners .banner-wrapper a {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper:nth-child(1) &gt; a img,
  .next-to-carousel-banners .banner-wrapper:nth-child(2) &gt; a img {
    margin-left: 7px !important;
  }
}
.next-to-carousel-banners .banner-wrapper:last-child .small-banner {
  border: none;
}
.next-to-carousel-banners .banner-wrapper:last-child &gt; a {
  border: none !important;
}
.next-to-carousel-banners .banner-wrapper &gt; a {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding-right: 40px;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper &gt; a {
    padding-right: 0;
    border: none;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper &gt; a {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper &gt; a {
    padding-left: 60px;
  }
}
.next-to-carousel-banners .banner-wrapper &gt; a img {
  max-height: 66px;
  max-width: 66px;
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper &gt; a img {
    left: 0;
    position: absolute;
  }
}
.next-to-carousel-banners .banner-wrapper &gt; a .extended-banner-texts {
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
}
.next-to-carousel-banners .banner-wrapper &gt; a .extended-banner-title {
  font-size: 1.3em;
  letter-spacing: 0;
  color: #1E1F22;
  margin: 0px 0 0 0;
  font-weight: 400;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  background: transparent;
  box-shadow: none;
  border: none;
}
.next-to-carousel-banners .banner-wrapper &gt; a .extended-banner-link {
  display: none;
}
.next-to-carousel-banners .banner-wrapper &gt; a .extended-banner-text {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  max-width: 100%;
  line-height: 1.8em;
  margin-top: 0;
  position: relative;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  border: none;
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper &gt; a .extended-banner-text {
    max-width: initial;
  }
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .type-detail .p-image-wrapper .p-image img {
    max-width: 560px;
  }
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #FFC941;
  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-detail-inner-header,
.type-detail .p-detail-info {
  order: -1;
}
.type-detail .p-detail-inner-header &gt; div:not(.stars-wrapper),
.type-detail .p-detail-info &gt; div:not(.stars-wrapper) {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-left: 15px;
  margin-bottom: -2px;
}
.type-detail .p-detail-inner-header &gt; div:not(.stars-wrapper):before,
.type-detail .p-detail-info &gt; div:not(.stars-wrapper):before {
  display: none;
}
.type-detail .p-detail-inner-header &gt; div:not(.stars-wrapper) a,
.type-detail .p-detail-info &gt; div:not(.stars-wrapper) a {
  color: #FFB800;
  text-decoration: underline;
}
.type-detail .p-detail-inner-header &gt; div:not(.stars-wrapper) a:hover,
.type-detail .p-detail-info &gt; div:not(.stars-wrapper) a:hover {
  text-decoration: none;
}
.type-detail .p-detail-inner-header .stars-label,
.type-detail .p-detail-info .stars-label {
  margin-left: 10px;
  margin-bottom: -2px;
  color: #666;
  display: none;
}
.type-detail .p-detail-inner-header .stars,
.type-detail .p-detail-info .stars {
  width: 80px;
}
.type-detail .p-detail-inner-header .stars .star,
.type-detail .p-detail-info .stars .star {
  width: 16px;
}
.type-detail .p-detail-inner-header .stars .star:before,
.type-detail .p-detail-info .stars .star:before {
  font-size: 14px;
  color: #f0b820;
}
.type-detail .p-info-wrapper {
  display: flex;
  flex-direction: column;
  /*&gt; div, &gt; table, &gt; * {
      order: 1;
    }*/
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.7em;
  border-top: 1px solid #E1E1E1 !important;
  padding-top: 35px;
  margin-top: 10px !important;
  margin-bottom: -15px;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  /*order: 0;*/
  margin-top: 20px;
  order: -1;
}
.type-detail .p-info-wrapper .p-short-description + p {
  display: none;
}
.type-detail .p-info-wrapper .p-gifts-heading {
  font-weight: 600;
}
.type-detail .p-info-wrapper .p-gift-name a {
  color: #1E1F22;
}
.type-detail .p-info-wrapper .p-gift-name a:hover {
  text-decoration: underline;
}
.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-info {
  order: -1;
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper:before {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars {
  width: 76px;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars .star {
  width: 15px;
}
.type-detail .p-info-wrapper .detail-parameters {
  /*border-top: 30px solid transparent;*/
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
  /*&amp;:before {
        width: 100%;
        height: 1px;
        background: #E1E1E1;
        content: '';
        position: absolute;
        top: -30px;
      }*/
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 120px;
  color: #313a43;
  font-weight: 700;
}
.type-detail .p-info-wrapper .detail-parameters .advanced-parameter {
  width: 60px;
  height: 60px;
}
.type-detail .p-info-wrapper .detail-parameters .advanced-parameter &gt; span {
  width: 60px;
  height: 60px;
  border-radius: 0;
}
.type-detail .stars-wrapper .stars-label {
  font-size: 14px;
}
.type-detail .product-top .flags-default .flag {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
}
@media only screen and (min-width: 1200px) {
  .type-detail .product-top .flags-default .flag {
    margin: 0 5px 0 0;
    padding: 7px 9px;
    max-width: 120px;
    font-size: 12px !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;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif !important;
}
@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 {
  margin-bottom: 0px;
  margin-left: 10px;
  display: inline-block;
  display: none;
  font-size: 13px;
  color: #333;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.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;
  }
}
@media only screen and (min-width: 1200px) {
  .type-detail #tab-content #description {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .type-detail #tab-content #description .basic-description {
    flex: 1 1 auto;
    width: 66.666666%;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .type-detail #tab-content #description .extended-description {
    flex: 0 1 auto;
    width: 33.333333%;
    padding-left: 10px;
  }
}
.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: #FFC941;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #FFC941;
}
.type-detail .p-final-price-wrapper {
  order: -1;
}
.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;
  font-family: 'Montserrat', sans-serif !important;
}
.type-detail .p-final-price-wrapper .price-standard span,
.type-detail .p-final-price-wrapper .price-save span {
  font-weight: 400;
}
.type-detail .p-final-price-wrapper .price-final {
  font-size: 3.3em;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-final {
    font-size: 2em;
  }
}
.type-detail .price-additional {
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
}
.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: 10px;
  margin-right: 20px;
  background: #fff;
  position: relative;
  border: 1px solid #e7e7e7;
}
.type-detail .price-line .quantity .increase {
  position: absolute;
  right: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .increase:before {
  margin-top: -4px;
  content: '+';
  font-size: 16px;
  font-weight: 800;
}
.type-detail .price-line .quantity .increase:hover {
  background: #ccc;
}
.type-detail .price-line .quantity .decrease {
  position: absolute;
  left: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .decrease:before {
  margin-top: -8px;
  content: '-';
  font-size: 24px;
  font-weight: 700;
}
.type-detail .price-line .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .price-line .quantity input {
  width: 117px;
  height: 42px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
}
.type-detail .add-to-cart button {
  display: flex;
  width: 216px;
  height: 48px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  justify-content: center;
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 1em;
}
.type-detail .add-to-cart button:before {
  display: none;
}
.type-detail .add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #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: 10px;
  background: #fff;
  overflow: hidden;
  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/zelezarstvi/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/zelezarstvi/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;
  border: none;
  background: #FFB800;
  border-radius: 8px;
  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/zelezarstvi/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/zelezarstvi/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a {
  margin: 0 15px 0 0;
}
.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 #FFC941;
}
.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: 14px;
  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: 20px;
    font-size: 12px;
  }
  .type-detail .social-buttons-wrapper a:last-child {
    padding-right: 0;
  }
}
.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: 14px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #FFC941;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #FFC941;
}
.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: 25px;
  font-weight: 200 !important;
  opacity: 1;
  color: #9b9da1;
  margin-bottom: 4px;
}
.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/zelezarstvi/img/share.svg);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/chat.svg);
}
.type-detail .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
.type-detail .social-buttons-wrapper .link-icon:hover.chat:before,
.type-detail .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.type-detail .social-buttons-wrapper .link-icon:hover.share:before,
.type-detail .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000;
}
.type-detail .basic-description &gt; h3:first-child,
.type-detail h2.products-related-header {
  font-size: 2em;
  font-weight: 700;
  color: #343434;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description &gt; h3:first-child,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail #content h2.products-related-header {
  font-size: 1.7em;
  font-family: 'Poppins';
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.6em;
  }
}
.type-detail .basic-description {
  max-width: 100vw;
  overflow: auto;
}
.type-detail .basic-description &gt; h3:first-child {
  font-size: 1.7em;
  font-family: 'Poppins';
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
.type-detail #productsAlternative {
  display: block;
  opacity: 1;
}
.type-detail #productsAlternative .slick-track {
  margin-left: 0;
}
.type-detail #productsAlternative .products:before {
  font-size: 1.7em;
  color: #000;
  margin-top: 50px;
  position: relative;
  content: 'Podobné produkty';
  display: block;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .type-detail #productsAlternative .products:before {
    font-size: 1.6em;
  }
}
.type-detail .p-detail {
  display: flex;
  flex-direction: column;
}
.type-detail .p-detail .p-detail-inner {
  order: -1;
}
@media (min-width: 992px) {
  .type-detail .p-detail &gt; .p-detail-inner-header {
    display: none;
  }
}
.type-detail .p-detail .browse-p {
  display: none;
}
.type-detail .contact-banner {
  background: #f0f0f0;
  margin-top: 20px;
  text-align: center;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .type-detail .contact-banner {
    margin-bottom: 30px;
  }
}
.type-detail .contact-banner h3 {
  display: block !important;
  margin: 40px 0 30px 0;
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
}
.type-detail .contact-banner p {
  margin-top: 20px;
  font-size: 1.1em;
  color: #000;
}
.type-detail .contact-banner .top-navigation-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  max-width: 270px;
  background: transparent;
  margin: 30px auto 20px auto;
  text-align: left;
}
.type-detail .contact-banner .top-navigation-contacts a {
  position: relative;
  padding-left: 50px;
  color: #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: #FFC941;
}
.type-detail .contact-banner .top-navigation-contacts a .open-time {
  display: block;
  font-size: 0.8em;
}
.type-detail .contact-banner .photo img {
  max-width: 110px;
  max-height: 110px;
}
.type-detail #ratingTab {
  /* &amp;:before {
      content: 'Hodnocení';
      font-size: 2.3em;
      font-weight: 600;
      display: block;
      margin-bottom: 25px;
      color: #343434;

      @media @tablet-port {
        font-size: 1.5em;
      }
    }
*/
}
.type-detail #ratingTab .votes-wrap {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
}
.type-detail .extended-description h3 {
  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(even) {
  background: #fff;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 13px 17px;
  color: #000;
}
.type-detail .extended-description table tr th {
  font-weight: 600;
}
.type-detail .extended-description table tr td {
  font-weight: 400;
}
.type-detail .description-inner {
  padding: 0;
}
.type-detail .detail-banners {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.content-inner {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a:before {
    width: 18px !important;
  }
}
@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: revert;
  padding-left: 44px;
  justify-content: space-around;
  width: 44px;
  height: 44px;
  padding-right: 0px;
  background: #fff;
  border-radius: 0px;
  margin-top: -17px;
  /*@media @desktop {
    top: -21px;
    padding-left: 50px;
  }*/
}
#header .cart-count:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  font-size: 10px;
  color: #000;
  margin: 0;
  clip: unset;
  text-transform: uppercase;
  display: flex;
  width: auto;
  height: auto;
  font-family: Poppins;
  content: 'Košík';
}
@media only screen and (max-width: 767px) {
  #header .cart-count:after {
    display: none;
  }
}
#header .cart-count:before {
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/cart.svg?v5);
  background-position: center;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  border-radius: 0;
  background-color: transparent;
  background-size: 28px;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.3s;
  margin-top: 0;
}
#header .cart-count:hover:before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    position: fixed;
    top: 7px;
    z-index: 99;
    right: 48px;
    width: 50px;
    background: transparent;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
  }
  #header .cart-count:before {
    background-size: 20px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    border-radius: 40px;
    background-color: #FFC941;
  }
}
#header .cart-count .sr-only {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #header .cart-count .sr-only {
    display: none;
  }
}
#header .cart-count .cart-price {
  font-size: 0.85em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
  text-transform: none;
  text-align: right;
  padding-right: 0px;
  line-height: 1.2em;
  justify-content: flex-end;
  min-height: 44px;
  display: none !important;
  align-items: center;
  width: 100%;
  /*&amp;:after {
      position: relative;
      width: 10px;
      height: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/arrow-down.svg);
      opacity: 0.5;
      background-position: center;
      margin-left: 10px;
      display: inline-block;
      content: '';
      background-size: 7px;
      background-repeat: no-repeat;
    }*/
}
@media only screen and (max-width: 767px) {
  #header .cart-count .cart-price {
    display: none !important;
  }
}
#header .cart-count i {
  background: orange;
  width: 19px;
  height: 19px;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 2px;
  top: initial;
  left: 21px;
  padding-top: 3px;
  font-size: 12px;
  padding-left: 3px;
  position: absolute;
  margin-left: 2px;
  border: none;
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    right: 0px;
    top: 0px;
    left: initial;
    bottom: initial;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
@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;
    z-index: 2;
    background: #000;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/head-bg.jpg) no-repeat center;
    background-size: cover;
    transition: 0s;
    padding-top: 60px;
  }
  #header .navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .site-name {
    text-align: left;
    margin: 0px 0 -3px 0;
    z-index: 2;
    position: relative;
  }
  #header .site-name img {
    max-height: 118px !important;
    transition: 0.3s;
  }
  #header .header-top {
    padding: 0 !important;
    position: relative;
    background: transparent;
    border-radius: 0;
    height: 144px;
    margin: 0;
    /*&amp;:before {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 100%;
        top: 0;
        background: #404e4e;
      }*/
  }
  #header .header-top:after {
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 66px;
    bottom: -66px;
    background: #1A1B1E;
  }
  #header .header-top &gt; div {
    flex: initial;
  }
  #header .menu-helper {
    top: 105px;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #fff;
  }
  #header .menu-helper &gt; ul {
    background: #1E1E1E;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
  }
  #header .menu-helper &gt; ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: transparent;
  }
  #header .menu-helper &gt; ul li a {
    color: #fff;
  }
  #header .menu-helper &gt; ul li a:hover {
    color: #FFC941;
  }
  #header .menu-helper &gt; ul &gt; li.exp &gt; a {
    background: transparent;
    font-weight: 600;
  }
  #header #navigation {
    height: 66px;
    transition: none;
    margin: 0;
    border-bottom: none;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
  }
  #header #navigation .navigation-in ul li {
    color: #1E1F22;
  }
  #header #navigation .navigation-in ul li a {
    color: #1E1F22;
    background: transparent !important;
  }
  #header #navigation .navigation-in ul li a:hover {
    color: #FFC941;
    text-decoration: none;
    background: transparent;
  }
  #header #navigation .navigation-in #nav-manufacturers {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li {
    border: none !important;
    margin: 0;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a {
    text-transform: uppercase;
    border: none !important;
    padding: 26px 20px;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    position: relative;
    letter-spacing: 0.5px;
    color: #fff;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a.active {
    color: #FFC941;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a b {
    font-weight: 600;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li &gt; a:after {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li:first-child &gt; a {
    padding-left: 0;
  }
  #header #navigation .navigation-in .menu-level-1 &gt; li:last-child &gt; a:after {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 &gt; li &gt; div &gt; a {
    font-weight: 500;
  }
  #header .search {
    flex: 1 !important;
    margin: 0 0 0 -15%;
  }
  #header .search .search-whisperer {
    top: 45px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
  }
  #header .search .search-whisperer .p-name,
  #header .search .search-whisperer .price {
    color: #1E1F22;
  }
  #header .search .search-whisperer a {
    color: #1E1F22;
  }
  #header .search .search-whisperer a:hover {
    color: #FFC941;
  }
  #header .search .search-form {
    background: transparent;
    border-radius: 0;
    border: none;
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
  }
  #header .search .search-form input {
    height: 45px;
    width: calc(100% - 50px);
    border: none;
    background: transparent;
    padding: 17px 0px 17px 20px;
    letter-spacing: 0;
    border-radius: 0;
    color: #1E1F22;
    letter-spacing: 0.5px;
    font-size: 1em;
  }
  #header .search .search-form input::placeholder {
    color: #1E1F22;
  }
  #header .search .search-form fieldset {
    display: flex;
    background: #fff;
    border-radius: 0;
    width: 100%;
  }
  #header .search .search-form button {
    width: 45px;
    margin-right: 0;
    height: 45px;
    border: none;
    border-left: none;
    color: transparent;
    position: relative;
    border-radius: 0px;
    background: #FFB800;
    right: -5px;
  }
  #header .search .search-form button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/search.svg?v3);
    background-size: 22px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
  }
  #header .search .search-form button:hover {
    background: #FFC941;
  }
  .fixed-menu #header {
    position: fixed;
    width: 100%;
    top: -85px;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
  }
  .fixed-menu #header .header-top {
    height: 65px;
    transition: 0.3s;
  }
  .fixed-menu #header .header-top:after {
    bottom: 0;
  }
  .fixed-menu #header .menu-helper {
    position: fixed;
    top: 15px;
    z-index: 99;
    right: calc(50% - 715px);
  }
  .fixed-menu #header #navigation {
    position: fixed;
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #1E1E1E;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    margin-top: -1px;
  }
  .fixed-menu #header #navigation .navigation-in {
    max-width: 1420px !important;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fixed-menu #header .site-name img {
    max-height: 35px !important;
    margin-top: 13px;
  }
  .fixed-menu .top-navigation-bar {
    margin-bottom: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .site-name {
    max-width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .menu-helper {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .search {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .fixed-menu #header .menu-helper {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0;
    background: #fff;
  }
  #header #navigation .dropdown {
    position: absolute;
    left: 30px;
    top: 20px;
    color: #bcbcbc;
  }
  #header #navigation .dropdown button {
    background: transparent;
    color: #fff;
    border: none;
  }
  #header #navigation .dropdown ul {
    border-color: #939393;
  }
  #header #navigation .dropdown li a {
    margin: 0;
  }
  #header #navigation .dropdown li a:before {
    display: none;
  }
  #header .socials {
    display: none !important;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .search-form {
    position: fixed;
    top: 60px;
    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: #FFB800;
    font-family: Poppins;
    border-color: #FFB800;
  }
  #header .site-name {
    position: fixed;
    left: 20px;
    top: 2px;
    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: 46px !important;
    margin-top: 4px !important;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
.category-title:before,
.p-detail-inner-header h1:before,
.type-page h1:before {
  width: 65px !important;
}
@media only screen and (max-width: 767px) {
  .category-title,
  .p-detail-inner-header h1,
  .type-page h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
.category-title {
  text-align: left !important;
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.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: #FFC941;
  color: #fff;
  border-color: #FFC941;
}
.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/zelezarstvi/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/zelezarstvi/img/arr-right.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination .next.pagination-link:hover,
.pagination-wrapper .pagination .prev.pagination-link:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .prev.pagination-link:before {
  transform: rotate(-180deg);
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content &gt; div,
.type-category #content &gt; h1,
.type-category #content &gt; ul,
.type-category #content &gt; * {
  order: 0;
}
.type-category #content &gt; h1 {
  order: -1;
}
.type-category .sidebar-inner &gt; div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category .sidebar #filters {
  padding: 5px 15px;
}
.type-category .products-top .name {
  color: #1E1F22;
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #cdcdcd;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
}
.type-category #filters .slider-wrapper &gt; h4 {
  font-size: 1.1em;
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .slider-wrapper &gt; h4 {
    font-size: 1.5em;
  }
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 7px !important;
  margin-top: 17px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters #clear-filters {
  margin-bottom: 0;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 3px 0;
  background: transparent;
  border-radius: 0px;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset label {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
  font-weight: 400;
}
.type-category #filters .filter-sections form fieldset &gt; div {
  margin: 4px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #65C344;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget,
.type-category .sidebar-inner .fb_iframe_widget iframe {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.type-category .sidebar-inner &gt; div {
  /*h4 {
        font-size: 2em;
        margin-bottom: 25px !important;
        padding-bottom: 10px;
        font-weight: 500;
        margin-top: 0 !important;
        border-bottom: 1px solid #ededed;
        color: #000;
        text-transform: none;
      }*/
}
.type-category .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #343434;
  text-align: center;
}
.type-category .subcategories {
  margin-bottom: 20px;
  justify-content: flex-start;
}
.type-category .subcategories li {
  width: 25%;
  padding: 9px;
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.type-category .subcategories li a {
  display: flex;
  align-items: center;
  padding-left: 7px;
  background: #fff;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 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;
  text-decoration: underline;
}
.type-category .subcategories li a:hover:after {
  display: none;
}
.type-category .subcategories li a:before {
  /*content: '\e910';
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0px;
          width: 22px;
          height: 22px;
          font-size: 8px;
          color: #3d3d3d;
          line-height: 0;
          background: #e7e7e7;
          border-radius: 30px;
          font-weight: 400;*/
  display: none;
}
.ui-slider-horizontal .ui-slider-range,
.ui-slider-horizontal .ui-slider-handle {
  z-index: 1;
}
.products-block {
  /* margin: -10px;
   width: calc(~'100% + 20px');
   padding: 10px;*/
}
.products-block .product {
  border: none !important;
  position: relative;
  padding: 10px 8px 20px 8px !important;
  background: transparent;
  transition: 0.3s;
  width: 25%;
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 1200px) {
  .products-block .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  .products-block .product {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    padding: 15px 3px !important;
  }
  .products-block .product .p-in {
    padding: 0 !important;
  }
  .products-block .product .p-in .p-desc {
    display: none !important;
  }
  .products-block .product .p-in .name {
    font-size: 0.95em !important;
    line-height: 1.4em;
  }
}
.products-block .product .image {
  margin-bottom: 30px;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -7px;
  right: 0;
  /* @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: transparent;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.77em;
  color: #343434;
  right: 15px;
  top: 20px;
}
@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 @tablet-600 {
        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-default .flag {
  font-weight: 600;
  max-width: initial;
  text-transform: uppercase;
}
.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 &gt; span {
    display: none;
  }
  .products-block .product .flags.flags-extra .flag &gt; span.price-save {
    display: block;
    font-size: 11px !important;
    letter-spacing: 0px;
  }
  .products-block .product .flags.flags-extra .flag &gt; span.icon-van {
    display: block;
    font-size: 20px;
  }
}
.products-block .product .stars {
  margin-bottom: 10px;
}
.products-block .product .p {
  position: relative;
  border: none;
  padding: 8px 15px 20px 15px;
  background: #fff;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);*/
}
.products-block .product .p .name {
  text-align: left;
  font-weight: 700;
  font-size: 1.05em;
  color: #1E1F22;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.25em;
  font-family: 'Montserrat', sans-serif !important;
  height: 35px;
  max-height: 35px;
  opacity: 1;
  margin: 0 auto -2px 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; */
  font-family: 'Montserrat', sans-serif !important;
  text-align: left;
  line-height: 1.1em;
  position: absolute;
  left: 0;
  font-size: 0.9em;
  display: flex;
  top: -18px;
  align-items: center;
  font-weight: 400;
  text-transform: none;
  max-width: 142px;
  /* @media @tablet-600 {
         position: relative;
         text-align: center;
         max-width: 100%;
         right: 0;
         top: -6px;
         min-height: 25px;
         display: flex;
         align-items: center;
       }*/
}
@media only screen and (max-width: 992px) {
  .products-block .product .availability {
    max-width: 50%;
    font-size: 0.8em;
    top: -18px;
  }
}
.products-block .product .availability .availability-amount {
  display: none;
}
@media only screen and (max-width: 992px) {
  .products-block .product .p-tools {
    flex-basis: 100%;
    order: 2;
    text-align: left !important;
    margin-top: 0px;
  }
}
.products-block .product .p-desc {
  order: -1;
  font-size: 0.95em;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
  letter-spacing: 0.5px;
  color: #666;
  padding: 0;
  max-height: 73px;
  margin: 0;
  height: 73px;
  line-height: 1.4em;
  background: transparent;
  padding-top: 0;
  margin-bottom: 15px;
}
.products-block .product .prices {
  order: 2;
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: -3px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif !important;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 7px;
}
@media only screen and (max-width: 992px) {
  .products-block .product .prices {
    /* flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 10px;*/
  }
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices {
    margin-bottom: 10px;
    min-height: auto;
  }
}
.products-block .product .prices .old-price-line {
  width: 100%;
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 0;
  order: 2;
  opacity: 0.7;
  font-size: 0.8em;
  /*@media @tablet-600 {
          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;
  font-family: 'Montserrat', sans-serif !important;
  padding: 2px 5px;
  border-radius: 0;
  margin-bottom: 3px;
}
.products-block .product .prices .old-price {
  order: 1;
  color: #1E1F22;
  text-decoration: line-through;
  margin-bottom: 3px;
}
.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;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0;
  font-size: 1.5em;
}
@media only screen and (max-width: 1500px) {
  .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: 40px;
  line-height: 36px;
  background: #FFB800;
  margin: 0 auto;
  min-width: 140px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  /* float: left; */
  padding: 0;
  font-weight: 500;
  border: none !important;
  font-size: 1em;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
}
.products-block .product button:before,
.products-block .product .btn:before {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .products-block .product button,
  .products-block .product .btn {
    min-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product button,
  .products-block .product .btn {
    width: 110px !important;
    min-width: 90px;
    padding: 0;
    font-size: 0.9em;
    line-height: 33px !important;
  }
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #FFC941 !important;
  border-color: #FFC941 !important;
  color: #000;
}
.products-block .product button:after {
  width: 10px;
  height: 10px;
  position: relative;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.products-block .product .p-bottom &gt; div {
  flex-direction: row-reverse;
  align-items: flex-end;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
.products-block .product:hover {
  height: auto !important;
  z-index: 3;
}
.products-block .product:hover .btn,
.products-block .product:hover button {
  background: #1E1F22 !important;
  border-color: #1E1F22 !important;
  color: #fff !important;
}
.products-block .product:hover .image img {
  opacity: 0.7;
}
.type-detail .products-block.products-related {
  margin-bottom: 0;
  /*@media @tablet-min {
    .product {
      .p-tools {
        flex-basis: 100%;
        order: 2;
        text-align: center !important;
        margin-top: 0px;
      }

      .p-bottom &gt; div {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;

        .prices {
          align-items: flex-start;
          margin-bottom: 10px;
        }
      }

      .btn, .button {
        background: #FFC941 !important;
        border-color: #FFC941 !important;
        color: #000 !important;

        &amp;:after {
          filter: none;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/arr-right.svg);
        }
      }
    }
  }*/
}
.type-detail .products-block.products-related .slick-track {
  margin-left: 0;
}
.products {
  /*@media (max-width: 1250px) {
    &amp;.slick-slider {
      padding-bottom: 40px !important;
    }

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

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

  @media (max-width: 400px) {
    .slick-arrow {
      bottom: 13px;
    }
  }*/
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 0 0 30px 0 !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-list {
    margin: 0 !important;
    padding-bottom: 10px !important;
  }
}
.products .slick-list .product {
  margin-bottom: 0 !important;
}
.products .slick-dots {
  display: none !important;
}
.products .slick-arrow {
  position: absolute;
  top: -60px;
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 28px;
  height: 28px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/arr-right.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
.products .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.products .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 0.21);
  opacity: 1;
  border: none !important;
}
.products .slick-prev {
  right: 35px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/arr-left.svg);
  background-size: 10px;
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
.products .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
}
.products .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
#category-header {
  justify-content: space-between;
}
#category-header &gt; div {
  color: #1E1F22;
}
.category-header {
  background: #ededed;
  padding: 1px 2px 0 2px;
}
.category-header label {
  color: #373737;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .category-header label {
    padding: 14px 25px !important;
    font-size: 15px !important;
    border-right: 2px solid #fff;
  }
}
.category-header input[type="radio"]:checked + label {
  color: #373737;
}
/*.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;

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

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

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

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

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

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

    !*&amp;:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*!
  }

  &gt; div {
    padding: 0 0 0 25px !important;
    color: #b0b2b3;
    letter-spacing: 0.5px;
    flex: inherit;
  }

  fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    width: 185px;
    padding-top: 47px;
    height: 47px;
    z-index: 3;
    background: #fff;
    position: relative;
    border: 2px solid #d6d8d9;
    border-radius: 0;
    cursor: pointer;

    &amp;:after {
      top: 0;
      left: 0;
      height: 47px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 10px no-repeat !important;
      font-size: 14px !important;
      color: #000 !important;
      border-radius: 0 !important;
      letter-spacing: 0;
      margin-top: 0 !important;
      padding: 8px 15px !important;
      width: 100%;
      position: absolute;
      background-color: transparent;
      z-index: 2;
      content: '';
    }

    label {
      font-weight: 500;
      background: #f1f3f7;
      text-align: left !important;
    }

    input[type="radio"]:checked + label {
      position: absolute;
      padding-right: 22px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 25px center !important;
      background-size: 10px !important;
      background-color: #fff !important;
      color: @mainText !important;
      top: 0;
      left: 0;
      border-radius: 25px !important;
      letter-spacing: 0;
      width: 100%;
      z-index: 1;

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

    &amp;.hovered {
      height: auto;
    }
  }
}*/
.filters-unveil-button-wrapper {
  position: relative;
  z-index: 2;
}
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #65C344 !important;
  border: none !important;
  text-transform: none;
  font-family: Poppins !important;
}
.filters-unveil-button-wrapper a:hover {
  background: #333 !important;
}
/*
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -87px;

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

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

  a {
    width: 140px !important;
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #d6d8d9 !important;
    text-transform: none;
    font-weight: 500;
    padding: 11px 15px;
    margin-top: 3px;
    border-radius: 0;
    letter-spacing: 0.5px;

   !* &amp;:before {
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
      margin-right: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/sliders.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 2px;
      margin-bottom: -2px;
    }*!

    &amp;:hover {
      box-shadow: none;
      border-color: #000 !important;
      background: transparent;
    }
  }
}*/
.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;
  z-index: 1;
  background: transparent !important;
  overflow: visible;
  /*&amp;:before {
    position: absolute;
    content: 'Řadit podle:';
    left: 0;
    top: 7px;
    width: 100px;
    height: auto;
    background: transparent;
    z-index: 9;
    color: #666 !important;
    font-size: 15px;
  }*/
}
@media only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
    z-index: 3;
  }
}
.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;
}
@media only screen and (max-width: 480px) {
  .category-header form {
    width: 100%;
  }
}
.category-header &gt; 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: 1;
  background: #fafafa;
  position: relative;
  border: 1px solid #000;
  border-radius: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .category-header fieldset:before {
    width: 100%;
    position: absolute;
    background: transparent;
    z-index: 2;
    content: '';
    top: 0;
    left: 0;
    height: 40px;
  }
}
.category-header fieldset:after {
  top: 0;
  left: 0;
  height: 47px;
  background: transparent !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: #FFC941 !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: #FFC941;
}
.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/zelezarstvi/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: #65C344 !important;
  background: #fafafa !important;
}
@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 li a {
    font-weight: 400 !important;
  }
  #navigation .navigation-in {
    background: #fff;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation ul.menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  #navigation ul.menu-level-1 &gt; li {
    order: 2;
  }
  #navigation ul.menu-level-1 &gt; li.appended-category {
    order: 1;
  }
  #navigation ul.menu-level-1 &gt; li {
    border: none;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp {
    position: absolute;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
    top: 102px;
    bottom: 20px;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a {
    background: #fff !important;
    color: #1E1F22 !important;
    border-bottom: 1px solid #5c5c5c;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a &gt; b {
    font-weight: 600;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a .submenu-arrow {
    top: -58px;
    background: #fff;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a .submenu-arrow:after {
    left: 0;
    right: initial;
    width: 20px;
    height: 15px;
    top: 14px;
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: auto;
    overflow: auto;
    margin-top: -4px !important;
    position: absolute;
    top: 50px;
    bottom: 0;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #1E1F22;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li a {
    margin: 8px 15px !important;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level &gt; div &gt; a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level &gt; div &gt; a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
    font-family: 'shoptet' !important;
    content: '\e90e';
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div &gt; a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div &gt; a:after {
    display: none;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 &gt; li &gt; a {
    color: #1E1F22;
    line-height: 40px;
  }
  #navigation ul.menu-level-1 &gt; li &gt; a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    height: 58px;
  }
  #navigation ul.menu-level-1 &gt; li &gt; a .submenu-arrow:after {
    top: 21px;
    position: absolute;
    right: 15px;
    color: #1E1F22;
  }
  #navigation ul.menu-level-1 &gt; li &gt; a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
  }
  #navigation li a {
    padding: 12px 15px !important;
    background: #fff;
    margin: 4px 15px;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    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;
  }
}
.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/zelezarstvi/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/zelezarstvi/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;
}
.ordering-process .cart-content {
  font-family: 'Montserrat', sans-serif !important;
}
.ordering-process .cart-content .next-step .btn {
  font-family: 'Montserrat', sans-serif !important;
  color: #000;
}
.cart-header li {
  font-family: 'Montserrat', sans-serif !important;
}
.cart-content .discount-coupon {
  padding-left: 0;
}
.ordering-process .contact-box ul li span,
.ordering-process .checkout-box .contact-box ul li span,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span {
  display: block !important;
}
.ordering-process .checkout-box-wrapper h4,
.ordering-process .checkout-box h4,
.ordering-process .cart-empty .col-md-4 .cart-content h4,
.ordering-process .contact-box img,
.ordering-process .checkout-box .contact-box img,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box img,
.ordering-process .contact-box strong,
.ordering-process .checkout-box .contact-box strong,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box strong {
  display: block !important;
}
.ordering-process .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before,
.ordering-process .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  font-weight: 600 !important;
  left: -3px;
}
.ordering-process .contact-box ul li a,
.ordering-process .checkout-box .contact-box ul li a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a {
  color: #1E1F22;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box {
  display: block;
}
.ordering-process .checkout-box-wrapper h4,
.ordering-process .checkout-box h4 {
  margin-bottom: 15px;
  color: #1E1F22;
  margin-top: 5px;
}
.ordering-process .checkout-box-wrapper ul,
.ordering-process .checkout-box ul {
  color: #1E1F22;
}
.ordering-process .checkout-box-wrapper ul li,
.ordering-process .checkout-box ul li {
  width: 100% !important;
  display: block;
}
.ordering-process .checkout-box-wrapper ul a,
.ordering-process .checkout-box ul a {
  color: #1E1F22 !important;
}
.ordering-process .checkout-box-wrapper ul a:hover,
.ordering-process .checkout-box ul a:hover {
  text-decoration: underline !important;
}
.ordering-process {
  display: block;
}
.ordering-process .contact-box {
  color: #1E1F22;
}
.ordering-process .contact-box li {
  width: 100% !important;
  display: block;
}
.ordering-process .contact-box a {
  color: #1E1F22 !important;
}
.ordering-process .contact-box a:hover {
  text-decoration: underline !important;
}
.cart-content .extras-wrapper .extra.delivery {
  display: none;
}
.cart-content .cart-summary h4 {
  display: none;
}
.cart-table {
  margin-bottom: 0;
}
.cart-table tr:last-child {
  border-bottom: none;
}
.cart-table tr:last-child:after {
  display: none;
}
.cart-content .cart-summary {
  padding-bottom: 0;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  background: #FFC941;
  text-transform: none;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
}
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: #151617;
  margin: 0;
  overflow: hidden;
  border: none;
  color: #5B5B5B;
  clear: both;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .container {
  border: none;
}
footer .banner-wrapper {
  margin-top: 0;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #fff;
}
footer .custom-footer {
  border: none;
  padding: 0;
  /* @media @tablet-port {
      padding: 30px 0 0 0;
    }*/
}
footer .custom-footer &gt; div {
  width: 33.333%;
  padding: 60px 15px 40px 0 !important;
}
footer .custom-footer &gt; div .banner {
  margin: 0;
}
footer .custom-footer &gt; div .banner img {
  max-width: 100%;
  min-height: initial;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer &gt; div {
    padding: 30px 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div {
    padding: 0px 15px 0px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer &gt; div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div {
    width: 100% !important;
    padding-bottom: 15px !important;
    padding-right: 0 !important;
  }
  footer .custom-footer &gt; div img {
    max-width: 100px;
    height: auto;
    margin-bottom: -15px;
  }
  footer .custom-footer &gt; div:last-child {
    border: none;
  }
}
footer .custom-footer {
  display: flex;
  flex-wrap: wrap;
}
footer .site-name {
  display: none !important;
}
footer h4 {
  letter-spacing: 0;
  margin-top: 20px;
  position: relative;
  padding-bottom: 17px;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 22px;
  color: #fff;
  text-transform: none !important;
  font-weight: 600;
  font-size: 1.3em;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  footer h4 {
    margin-top: 15px !important;
  }
}
footer h4:before {
  width: 50px;
  height: 1px;
  background: #FFC941;
  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: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
footer .copyright strong {
  font-weight: 400;
}
footer .copyright a {
  font-weight: 400;
  color: #fff;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
}
footer .cart-overview .btn {
  background: transparent;
  width: 180px;
  border: 1px solid #f2f2f2;
}
footer .cart-overview .btn:hover {
  border: 1px solid #b8b8b8 !important;
}
footer h5 {
  font-size: 1.2em;
  color: #fff;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: 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: #fff;
  letter-spacing: 0px;
}
footer ul li a {
  color: #fff !important;
  font-weight: 400;
}
footer ul span {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  footer .footer-logo {
    display: none;
  }
}
footer .footer-logo img {
  max-width: 250px;
}
footer .contact-box ul li &gt; span::before {
  color: #65C344;
}
footer .socials {
  margin-bottom: 10px;
}
footer .socials a {
  margin-right: 8px;
}
footer .socials a:hover img {
  opacity: 0.5;
}
footer .contact-box {
  color: #5B5B5B;
  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: #5B5B5B;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .contact-box &gt; img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
footer .contact-box &gt; strong {
  display: block !important;
  margin-bottom: 20px;
}
footer .contact-box .mail:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/mail2.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box .youtube:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/yt.svg?v4);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
footer .contact-box .tel:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/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;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/fb.svg?v2);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
footer .contact-box .instagram:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/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 .topic a {
  background: transparent !important;
  color: #000;
}
footer #categories .topic a:hover {
  text-decoration: underline;
}
footer #categories .categories .topic &gt; a {
  padding-left: 20px;
}
footer #categories ul {
  display: none !important;
}
footer #categories .cat-trigger {
  display: none !important;
}
footer #categories .expandable ul {
  display: none;
}
footer #categories .expandable:hover ul {
  display: block;
  padding-left: 12px !important;
  font-size: 0.9em;
  margin-top: -5px;
  margin-bottom: 10px;
}
footer #categories .expandable:hover ul li a {
  margin-bottom: 4px;
}
@media (min-width: 1320px) {
  footer .container {
    padding: 0;
  }
}
footer .container {
  background: transparent !important;
}
footer a {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0px;
  font-size: 0.9em;
  font-weight: 400;
}
footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer a {
    margin-bottom: 8px;
  }
}
footer .custom-footer &gt; div.extended {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div.extended {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer &gt; div.extended {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.extended {
    width: 100% !important;
  }
}
footer p {
  margin-bottom: 12px;
  font-size: 0.9em;
  letter-spacing: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer p {
    margin-bottom: 8px;
  }
}
body footer .container.footer-bottom {
  padding: 35px 20px 20px 20px !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: #242526 !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: 35px 0 20px 0 !important;
  }
}
body footer .container.footer-bottom:before {
  width: 100vw;
  height: 100%;
  background: #242526;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
}
@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: #5B5B5B;
}
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: #5B5B5B;
}
body footer .container.footer-bottom .copyright {
  color: #5B5B5B;
  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: #5B5B5B;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #5B5B5B;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 10px 0;
  font-size: 11px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #fff;
  display: inline-block;
  font-weight: 500;
}
.instagram-line {
  width: 100% !important;
  padding: 0 0 30px 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    padding: 20px 0 !important;
  }
}
.instagram-line h4 {
  display: none;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget &gt; a {
  width: 16.2666%;
  height: auto;
  margin-bottom: 0 !important;
  padding-bottom: 16.2666%;
  margin: 0.2%;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget &gt; a {
    width: 32.9333%;
    padding-bottom: 32.9333%;
  }
}
.instagram-line .instagram-widget &gt; a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget &gt; a:hover img {
  opacity: 0.8;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  margin: 20px auto 10px auto;
}
.instagram-line .instagram-widget .instagram-follow-btn span {
  padding-left: 0;
}
.instagram-line .instagram-widget .instagram-follow-btn span a {
  color: #fff !important;
  width: 250px;
}
.instagram-line .instagram-widget .instagram-follow-btn span:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  border-radius: 4px;
  background: #c69d56;
  width: 250px !important;
  max-width: 250px !important;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.instagram-line .instagram-widget .instagram-follow-btn a:hover {
  background: #333;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result &gt; div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar &gt; .box &gt; span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator &gt; div {
  background-color: #656565;
}
.poll-result &gt; div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  flex: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    &gt; 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: 1280px;
  }
}
.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) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .container &gt; .top-navigation-menu {
    flex: 1 1 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar {
    border-bottom: none;
    padding: 6px 0 0 0;
    background: transparent;
    height: 38px;
    display: flex;
    align-items: center;
    margin-bottom: -60px;
    position: relative;
    z-index: 9;
    border: none;
    /*.dropdown {
      margin-right: 15px;
      display: flex;
      align-items: center;

      &amp;:before {
        content: '' !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/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;
            &amp;:before {
              display: none;
            }

            padding: 0 5px;
          }
        }
      }
    }*/
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #fff;
    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/zelezarstvi/img/key.svg);
    background-size: 18px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 7px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    margin-left: 0;
    border-radius: 0px;
    color: transparent;
    overflow: visible;
    text-transform: none;
    background: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    top: 82px;
    z-index: 9;
    right: 65px;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/user.svg?v2);
    background-size: 16px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    opacity: 1;
    margin-right: 3px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
    color: #000;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .top-navigation-bar .top-nav-button:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    font-size: 10px;
    color: #000;
    margin: 0;
    clip: unset;
    text-transform: uppercase;
    display: flex;
    width: auto;
    height: auto;
    font-family: Poppins;
    content: 'Účet';
  }
  .top-navigation-bar .top-nav-button:hover {
    color: transparent !important;
  }
  .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/zelezarstvi/img/globe.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    font-size: 0.9em;
    padding: 0 4px;
    font-weight: 500;
  }
  .top-navigation-bar .dropdown {
    margin-right: 15px;
    margin-left: auto;
  }
  .top-navigation-bar .dropdown:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/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;
    display: none;
  }
  .top-navigation-bar .dropdown &gt; span {
    display: inline-block;
    color: #fff;
  }
  .top-navigation-bar .dropdown button {
    color: #fff;
    font-weight: 600;
    padding-left: 3px;
    padding-right: 14px;
  }
  .top-navigation-bar .dropdown button .caret {
    font-size: 9px;
    color: #fff;
    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 {
    max-height: 22px !important;
    top: 5px;
    position: relative;
  }
  .top-navigation-bar .container {
    padding: 3px 0 8px 0;
    position: relative;
    /*&amp;:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .top-navigation-menu {
    padding-left: 20px;
    /*max-width: 450px;*/
    background: transparent;
    display: none !important;
  }
  .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:hover {
    text-decoration: none !important;
    color: #FFC941 !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;
        }
        &amp;:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/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: #65C344;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px !important;
    text-transform: none;
    color: #1E1F22 !important;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu {
    text-align: left;
  }
  .top-navigation-bar .top-navigation-bar-menu li:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu li a {
    text-transform: none;
    color: #0c1833;
    font-size: 13px;
    padding: 4px 13px;
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-bar-menu li a:hover {
    text-decoration: underline;
    color: #65C344;
  }
  .top-navigation-bar .top-navigation-contacts {
    flex: 0 0 !important;
    flex-basis: auto !important;
    margin-left: auto;
    display: flex !important;
    min-width: 450px;
    flex-direction: row-reverse;
    align-items: center;
    order: 2;
    background: transparent;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #1E1F22;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #FFB800;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #1E1F22;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    padding: 6px 0 5px 12px;
    font-size: 1em;
    letter-spacing: 1px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 500;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span:before {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    content: 'Prodejna:';
  }
  .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/zelezarstvi/img/phone.svg);
    background-size: 20px;
    width: 28px;
    margin-right: 5px;
    text-align: center;
    height: 28px;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover {
    color: #65C344;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone.two span:before {
    content: 'E-shop:';
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #101113;
    font-size: 1em;
    padding-right: 10px;
    display: flex;
    align-items: center;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/mail.svg);
    background-size: 24px;
    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-email .open-time {
    opacity: 0.5;
    font-size: 13px;
    margin-left: 5px;
    color: #000 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:hover {
    color: #65C344;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .dropdown &gt; span {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .top-navigation-bar .container {
    padding: 3px 15px 8px 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a &gt; span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    padding: 6px 18px 5px;
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone:before {
    margin-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 .container {
    padding: 5px 15px !important;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 197px;
    top: 15px;
    display: none;
  }
  .top-navigation-bar .dropdown button {
    color: #1E1F22;
    padding-right: 12px;
  }
  .top-navigation-bar .dropdown button .caret:before {
    font-size: 8px;
  }
  .top-navigation-bar .top-navigation-tools .socials {
    display: none;
  }
  .top-navigation-bar .responsive-tools {
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: flex-start;
    padding-right: 97px;
    flex-direction: row-reverse;
  }
  .top-navigation-bar .responsive-tools &gt; a {
    width: 33px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #1E1F22;
    font-weight: 600;
    margin-top: 0;
    transform: scaleX(-1);
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 5px;
    right: 5px;
    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: 16px;
    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/zelezarstvi/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;
  }
}
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .btn,
.external-fonts-loaded .products .name,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: 'Montserrat', sans-serif !important;
}
body {
  font-family: 'Montserrat', sans-serif !important;
  background: #f4f4f4 !important;
}
@media (max-width: 1450px) {
  .container {
    padding: 0 15px !important;
    width: 100%;
  }
  .row {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 768px) {
  aside + .content {
    width: calc(100% - 385px);
  }
}
.content-wrapper {
  background: transparent;
}
aside.sidebar {
  background: transparent !important;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  aside.sidebar {
    width: 335px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  aside.sidebar {
    margin-top: -45px;
  }
}
aside.sidebar .box {
  padding: 20px;
  border: 1px solid rgba(30, 30, 28, 0.08) !important;
  margin-bottom: 20px;
}
aside.sidebar .box h4 {
  font-size: 1.1em;
  text-transform: none;
  color: #383C43;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 5px;
}
aside.sidebar .top-products-wrapper {
  padding-bottom: 25px;
}
aside.sidebar .top-products-wrapper .top-products-image {
  display: none !important;
}
aside.sidebar .top-products-wrapper ol li:before {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 600;
  background: #383C43 !important;
}
aside.sidebar .top-products-wrapper ol li a {
  padding-left: 15px;
}
aside.sidebar .top-products-wrapper ol li a .top-products-name {
  font-size: 14px;
  color: #1E1F22;
}
aside.sidebar .top-products-wrapper ol li a strong {
  font-weight: 600 !important;
  color: #1E1F22;
}
.box.box-sm.box-filters {
  padding: 10px 0;
}
.sidebar-inner {
  background: transparent;
  border: none;
  padding: 0;
}
.row.banners-row {
  margin: 0;
}
.row.banners-row .wide-carousel {
  padding-left: 0;
}
.content-wrapper-in {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .content-wrapper-in {
    padding-top: 0;
  }
}
aside .box-categories.box {
  padding: 12px !important;
  border-bottom: none !important;
  padding-bottom: 0;
  background: #151617;
  border: none !important;
}
aside .box-categories.box h4 {
  color: #000;
  background-color: transparent;
  padding: 9px 15px 11px 15px;
  margin: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 1.2em;
  background: #FFC941;
  text-transform: uppercase;
  margin-bottom: 5px;
}
aside .box-categories.box .categories {
  margin: 0 15px;
}
aside .box-categories.box .categories .topic &gt; a {
  background: transparent;
  color: #fff;
  border-bottom: none;
  padding-left: 0px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
aside .box-categories.box .categories .topic &gt; a:hover {
  color: #FFC941;
}
aside .box-categories.box .categories .topic a {
  background: transparent;
}
aside .box-categories.box .categories .topic.active &gt; a {
  color: #FFC941;
  background: transparent;
}
aside .box-categories.box .categories .topic.active &gt; a:hover {
  color: #fff;
}
aside .box-categories.box .categories li.active &gt; a {
  color: #FFC941;
  background: transparent;
}
aside .box-categories.box .categories &gt; ul &gt; li &gt; a {
  padding-left: 35px;
  background: transparent;
}
aside .box-categories.box .categories li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
aside .box-categories.box .categories a {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  font-weight: 500;
  color: #fff;
  background: transparent;
}
aside .box-categories.box .categories a:hover {
  color: #FFC941;
}
aside .box-categories.box .categories a .cat-trigger {
  right: 10px !important;
  left: inherit !important;
  top: 9px !important;
  bottom: inherit !important;
  width: 30px !important;
  height: 30px !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/zelezarstvi/img/menu-arrow.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1 !important;
}
aside .box-categories.box .categories a .cat-trigger:before {
  content: '' !important;
  width: 30px !important;
  height: 30px !important;
}
aside .box-categories.box .categories a .cat-trigger:hover {
  opacity: 0.6;
}
.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;
  }
  .popup-widget.cart-widget .cart-widget-button a {
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
  }
}
.popup-widget.login-widget .user-action-tabs li.active a,
.popup-widget.login-widget a,
.popup-widget.login-widget .link-like {
  color: #1E1F22;
}
.popup-widget.login-widget .user-action-tabs li.active a:hover,
.popup-widget.login-widget a:hover,
.popup-widget.login-widget .link-like:hover {
  text-decoration: underline;
}
.popup-widget.login-widget .btn-login {
  color: #1E1F22;
  border-color: #1E1F22;
}
.popup-widget.login-widget .user-action-tabs li.active a::before {
  border-color: #1E1F22;
}
.popup-widget.login-widget .user-action-tabs li.active a::after {
  background: #1E1F22;
}
.popup-widget.login-widget .user-action-tabs {
  padding-left: 0;
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 90px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 115px !important;
  }
  .popup-widget.cart-widget {
    top: 75px;
    right: calc(50% - 661px);
    left: unset;
  }
  .popup-widget.login-widget {
    top: 90px !important;
    left: initial;
    right: calc(50% - 592px);
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  .popup-widget.cart-widget {
    right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  .popup-widget.login-widget {
    right: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 182px !important;
    margin-top: 0 !important;
  }
}
.ordering-process #content {
  margin-top: 20px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process .top-navigation-bar .top-nav-button {
  right: 30px;
}
.ordering-process .cart-content .co-box h4 {
  color: #000;
}
.ordering-process #header .site-name {
  display: block;
}
.ordering-process .cart-header {
  display: none;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
  margin-bottom: 0;
}
.type-index .content-wrapper-in {
  padding-top: 0;
}
.type-index .latest-contribution-box {
  display: block;
  background: #f4f4f4;
  padding: 50px 0 60px 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box {
    padding: 30px 0 40px 0;
    margin-top: 15px;
  }
}
.type-index .latest-contribution-box .latest-contribution-discussion {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
.type-index .latest-contribution-box .latest-contribution-rating:first-child &gt; a {
  padding-bottom: 0px !important;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 0 !important;
  text-align: left;
  font-size: 1.8em !important;
  font-family: 'Montserrat', sans-serif;
  color: #1E1F22;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating h2 {
    font-size: 1.5em !important;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a {
  width: 50%;
  background: #fff;
  padding: 30px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating &gt; a {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating &gt; a {
    width: 100%;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a:nth-child(n + 5) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating &gt; a:last-child {
    padding-bottom: 30px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .latest-contribution-author,
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .latest-contribution-author + i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .latest-contribution-date {
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .stars {
  width: 110px;
  height: 22px;
  margin-right: 0;
  margin-bottom: 10px;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .stars .star {
  width: 22px;
  height: 22px;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-info .stars .star:before {
  font-size: 20px;
  color: #ffd600!important;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-description {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-product {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #1E1F22;
  text-transform: none;
}
.type-index .latest-contribution-box .latest-contribution-rating &gt; a .latest-contribution-product:hover {
  color: #FFB800;
}
.type-index .latest-contribution-box .latest-contribution-placeholder {
  display: none;
}
.type-index .homepage-box.welcome-wrapper {
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper {
    padding-top: 0;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}
.type-index .homepage-box.welcome-wrapper .container {
  max-width: 100%;
  width: 100%;
}
.type-index aside {
  margin-top: 20px;
}
@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: 57px;
  }
  .popup-widget {
    top: 60px !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: 16px !important;
      top: 7px;
      position: relative;
    }
  }*/
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
/*@media (min-width: 1280px) {
   .popup-widget.cart-widget {
     margin-left: 285px;
   }
   .popup-widget.login-widget {
     margin-left: 215px !important;
   }
}*/
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 5px;
  }
  .popup-widget.cart-widget {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .popup-widget.cart-widget {
    margin-left: 125px;
  }
  .popup-widget.login-widget {
    margin-left: -47px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .admin-logged .popup-widget.cart-widget {
    top: 128px;
  }
  .popup-widget.cart-widget {
    margin-left: 35px;
  }
  .popup-widget.login-widget {
    margin-left: 0;
    right: 218px;
    left: initial;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .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;
  }
}
main &gt; .banners-row .col-sm-4 {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .narrow .banners-row .col-sm-4 {
    display: block;
  }
}
.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.welcome-wrapper .welcome-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
body .homepage-box.before-carousel .container {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}
.next-to-carousel-banners &gt; .banner-wrapper &gt; .small-banner {
  display: none;
}
.welcome {
  max-width: 100%;
  float: right;
  margin: 50px 0;
  margin-bottom: 0 !important;
  position: relative;
}
.welcome p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .welcome {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .welcome .col-md-6:last-child {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome &gt; div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.welcome .welcome-bg {
  min-height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .welcome .welcome-bg {
    min-height: 250px;
  }
}
.welcome .welcome-float-box {
  position: absolute;
  right: calc(50% - 630px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 35px;
  max-width: 460px;
  width: 100%;
}
@media (max-width: 1400px) {
  .welcome .welcome-float-box {
    right: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .welcome .welcome-float-box {
    max-width: 300px;
    padding: 15px 25px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome .welcome-float-box {
    position: relative;
    right: 0;
    max-width: 100%;
    top: 0;
    padding: 15px 0;
    transform: none;
    text-align: center;
  }
}
.welcome .welcome-float-box h1 {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .welcome .welcome-float-box h1 {
    margin-top: 0;
  }
}
.welcome .welcome-float-box h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #1E1F22;
  margin-top: -5px;
}
.welcome .welcome-float-box table {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .welcome .welcome-float-box table {
    margin: 5px auto;
  }
}
.welcome .welcome-float-box table tr td {
  padding: 6px;
}
.welcome .welcome-float-box table tr td:first-child {
  padding-right: 15px;
  padding-left: 0;
}
.welcome strong {
  font-size: 1.2em;
  color: #FFC941;
}
.welcome div {
  max-width: 100%;
  padding: 0;
}
.welcome div h1 {
  font-weight: 400;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-top: -5px;
  color: #1E1F22;
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 1280px) {
  .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 p {
  line-height: 1.7em;
  color: #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/zelezarstvi/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;
  }
}
#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,
.middle-banners-wrapper .carousel-control.right,
.type-category .carousel-control.right,
.body-banners .carousel-control.right {
  top: initial;
  bottom: 45px;
  right: 0;
  transform: none;
}
#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/zelezarstvi/img/arrow-w.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#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: #000;
}
#carousel .carousel-control.left,
.middle-banners-wrapper .carousel-control.left,
.type-category .carousel-control.left,
.body-banners .carousel-control.left {
  top: initial;
  bottom: 45px;
  left: initial;
  transform: none;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control.left,
  .middle-banners-wrapper .carousel-control.left,
  .type-category .carousel-control.left,
  .body-banners .carousel-control.left {
    right: 100px;
    transform: none;
    left: initial;
    width: 50px;
    bottom: 45px;
  }
}
#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/zelezarstvi/img/arrow-w.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#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: #000;
}
#carousel .item &gt; img,
.middle-banners-wrapper .item &gt; img,
.type-category .item &gt; img,
.body-banners .item &gt; img,
#carousel .banner-wrapper &gt; img,
.middle-banners-wrapper .banner-wrapper &gt; img,
.type-category .banner-wrapper &gt; img,
.body-banners .banner-wrapper &gt; img,
#carousel .banner-category &gt; img,
.middle-banners-wrapper .banner-category &gt; img,
.type-category .banner-category &gt; img,
.body-banners .banner-category &gt; img,
#carousel .item &gt; a &gt; img,
.middle-banners-wrapper .item &gt; a &gt; img,
.type-category .item &gt; a &gt; img,
.body-banners .item &gt; a &gt; img,
#carousel .banner-wrapper &gt; a &gt; img,
.middle-banners-wrapper .banner-wrapper &gt; a &gt; img,
.type-category .banner-wrapper &gt; a &gt; img,
.body-banners .banner-wrapper &gt; a &gt; img,
#carousel .banner-category &gt; a &gt; img,
.middle-banners-wrapper .banner-category &gt; a &gt; img,
.type-category .banner-category &gt; a &gt; img,
.body-banners .banner-category &gt; a &gt; img {
  min-height: 360px;
  object-fit: cover;
}
#carousel .item &gt; a,
.middle-banners-wrapper .item &gt; a,
.type-category .item &gt; a,
.body-banners .item &gt; a,
#carousel .banner-wrapper &gt; a,
.middle-banners-wrapper .banner-wrapper &gt; a,
.type-category .banner-wrapper &gt; a,
.body-banners .banner-wrapper &gt; a,
#carousel .banner-category &gt; a,
.middle-banners-wrapper .banner-category &gt; a,
.type-category .banner-category &gt; a,
.body-banners .banner-category &gt; a {
  width: 100%;
}
#carousel .item &gt; a img,
.middle-banners-wrapper .item &gt; a img,
.type-category .item &gt; a img,
.body-banners .item &gt; a img,
#carousel .banner-wrapper &gt; a img,
.middle-banners-wrapper .banner-wrapper &gt; a img,
.type-category .banner-wrapper &gt; a img,
.body-banners .banner-wrapper &gt; a img,
#carousel .banner-category &gt; a img,
.middle-banners-wrapper .banner-category &gt; a img,
.type-category .banner-category &gt; a img,
.body-banners .banner-category &gt; a img {
  width: 100%;
}
#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: 80px;
  width: auto;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  top: 50%;
  right: 80px;
  bottom: initial;
  text-align: left;
  transform: translate(-50%, -50%);
  text-shadow: none;
  background: transparent;
  color: #000;
  max-width: 500px;
  background: #fff;
  padding: 25px;
  left: calc(50% - 385px) !important;
}
@media (max-width: 1420px) {
  #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: 50px !important;
    transform: translateY(-50%);
  }
}
#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 !important;
    right: 20px;
    max-width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    top: initial;
    transform: none;
  }
}
#carousel .item .extended-banner-texts .extended-banner-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.8em;
  text-transform: uppercase;
  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.3em;
  font-weight: 400;
  margin: 10px 0 12px 0px;
  padding: 0;
  max-width: 100%;
  letter-spacing: 0.8px;
}
#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;
  margin-bottom: 0;
  padding: 11px 20px;
  text-transform: uppercase;
  background: #FFB800;
  min-width: 230px;
  text-align: center;
  height: auto;
  letter-spacing: 0.5px;
  border-radius: 0px;
  font-size: 1em;
  transition: 0.3s;
  top: initial !important;
}
#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/zelezarstvi/img/arrow-w.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
#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: #FFC941;
}
.type-category .banner-category .extended-banner-texts {
  left: 30px !important;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
}
@media only screen and (max-width: 767px) {
  .type-category .banner-category .extended-banner-texts {
    left: 20px !important;
  }
}
.type-category .banner-category .extended-banner-texts .extended-banner-link {
  background: #FFC941;
}
.type-category .banner-category .extended-banner-texts .extended-banner-link:hover {
  background: #65C344;
}
.middle-banners-wrapper .container {
  max-width: 100% !important;
  width: 100% !important;
}
.body-banners .banner-wrapper .extended-banner-texts {
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
  max-width: 550px;
  background: #1E1F22;
  padding: 20px 24px;
  left: 60px;
}
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .body-banners .banner-wrapper .extended-banner-texts {
    left: 20px;
    right: 20px;
  }
}
.body-banners .banner-wrapper a:hover img {
  transform: none;
}
.products-block.products-alternative &gt; div:nth-child(4n),
.products-block.products-related &gt; div:nth-child(4n) {
  border-right: none !important;
}
.type-page main {
  padding-bottom: 40px;
}
@media (max-width: 1600px) {
  .type-page .content-inner {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1200px) {
  .type-page .content-inner {
    max-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .type-page .content-inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0;
  }
}
.products-inline &gt; div .p .p-in .p-in-in .name {
  color: #1E1F22;
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1,
.dkLabVisitedProductsBox h2 {
  font-weight: 500;
  color: #1E1F22;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif !important;
  text-align: left;
  font-size: 1.8em;
  font-weight: 700;
  /* &amp;:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @green;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    padding-right: 70px;
  }
}
.type-page h1 {
  text-align: left;
  margin-top: 0;
}
.flags .flag {
  font-weight: 600;
}
.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;
}
.middle-banners-wrapper .banner-wrapper a:hover img {
  transform: none;
}
.cart-content .extras-wrapper .extras-col {
  flex: 1 1 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
.cart-table tr td.p-total {
  justify-content: flex-end;
}
.cart-table tr td.p-total .remove-item {
  visibility: visible;
}
</pre></body></html>