.blog-section {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 10px 0 5px 0;
  background: #fff;
  margin-top: 0;
}
.blog-section .container {
  max-width: 1280px;
}
.blog-section .pagination-wrapper {
  display: none;
}
.blog-section .blog-posts + .button {
  color: #23262b;
  font-weight: 400;
  margin-top: 15px;
  padding: 0;
  background: transparent;
  min-width: 166px;
  text-align: center;
  height: auto;
  letter-spacing: 0;
  border-radius: 0px;
  font-size: 0.9em;
  transition: 0.3s;
  top: initial !important;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 10px;
  margin-bottom: 35px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts + .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.blog-section .blog-posts + .button:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .blog-section {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section {
    margin-top: 0px;
    padding-top: 0;
  }
}
.blog-section .button {
  color: #BA0101;
  position: relative;
  display: inline-block !important;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-section .button {
    margin-top: 20px;
  }
}
.blog-section .button:hover {
  color: #000;
  background: transparent;
}
.blog-section .h4 {
  margin-top: 50px !important;
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .blog-section .h4 {
    font-size: 2.2em !important;
    margin-top: 30px !important;
    margin-bottom: 35px !important;
  }
}
.blog-section h2 {
  position: relative;
  text-align: center;
  font-size: 2.6em;
  font-weight: 500;
  font-family: 'Mulish', cursive !important;
  color: #000;
  letter-spacing: 0px;
  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: #C09544;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover {
  background: #333;
}
.blog-section .blog-posts .content-inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blog-section .blog-posts .content-inner .blog-desc {
  width: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.blog-section .blog-posts .content-inner .blog-desc h1 {
  font-size: 2.1em;
  font-weight: 700;
  font-family: 'Mulish', cursive !important;
  color: #1E1E1E;
  margin-top: 70px;
  letter-spacing: 0px;
  margin-bottom: 35px;
  margin-top: 0;
  line-height: 1.2em;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc h1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner .blog-desc h1 {
    font-size: 1.6em;
    margin-top: 0px;
  }
}
.blog-section .blog-posts .content-inner .blog-desc p {
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  font-size: 0.95em;
}
.blog-section .blog-posts .content-inner #newsWrapper {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner #newsWrapper {
    width: 100%;
  }
}
.blog-section #newsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@media @mobile-land {
      flex-direction: column;
    }*/
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper {
    padding: 0 40px !important;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper {
    max-width: 100%;
  }
}
.blog-section #newsWrapper .slick-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .slick-list {
    margin: 0 -5px;
  }
}
.blog-section #newsWrapper .slick-arrow {
  position: absolute;
  top: 50%;
  left: -65px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  font-size: 0;
  color: transparent;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-left.svg?v2);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  z-index: 2;
  transform: none;
  background-color: #FFFFFF;
  box-shadow: none;
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper .slick-arrow {
    left: -15px;
  }
}
.blog-section #newsWrapper .slick-arrow:hover {
  background-color: #fff;
}
.blog-section #newsWrapper .slick-arrow.slick-next {
  right: -65px;
  left: inherit;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-right.svg?v2);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper .slick-arrow.slick-next {
    right: -15px;
  }
}
.blog-section #newsWrapper .news-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
  margin: 0 20px;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 0;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  border-radius: 20px;
  background: #fff;
  /*.read-more {
        text-decoration: underline;
        color: @brown;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

        &:hover {
          color: @mainText;
        }
      }*/
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item {
    margin: 0 5px;
  }
}
.blog-section #newsWrapper .news-item .read-more {
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: auto;
  margin-top: 25px;
  width: auto;
  height: auto;
  border-radius: 5px;
  color: #fff;
  padding: 12px 20px 10px 20px;
  background: #BA0101;
  border: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .read-more {
    padding: 14px 30px;
  }
}
.blog-section #newsWrapper .news-item .read-more img {
  width: 14px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  filter: invert(1);
}
.blog-section #newsWrapper .news-item .read-more:hover {
  background: #a60101;
  color: #fff;
}
.blog-section #newsWrapper .news-item .description {
  font-weight: 300;
  font-size: 0.95em;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000 !important;
  opacity: 1;
}
.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;
  text-align: left;
  padding: 20px 0px;
  /*time {
          font-weight: 500;
          color: #fff;
          font-size: 0.8em;
          letter-spacing: -0.5px;
          margin-top: 5px;
          background: #ef3f3f;
          display: inline-block;
          padding: 7px 15px;
          border-radius: 20px;

          @media @tablet-600 {
            display: none;
          }
        }*/
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper .news-item .text {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .news-item .text {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .text {
    padding: 15px 5px;
  }
}
.blog-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text p {
  font-size: 1.05em;
  line-height: 1.6em;
  margin-bottom: 5px;
  font-weight: 400;
  color: #25120B;
  letter-spacing: 0px;
}
.blog-section #newsWrapper .news-item .text .title {
  margin-top: 0;
  letter-spacing: 0.4px;
  display: inline-block;
  width: 100%;
  line-height: 1.25em;
  text-align: left;
  font-weight: 700;
  font-size: 1.3em;
  padding-bottom: 0;
  margin-bottom: 3px;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  position: relative;
  color: #25120B;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .text .title {
    min-height: inherit;
  }
}
.blog-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  border: none;
  color: #BA0101;
}
.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%;
  max-width: 476px;
  height: 285px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .news-item .image {
    height: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .image {
    height: 25vw;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image {
    height: auto;
  }
}
.blog-section #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.blog-section #newsWrapper .news-item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image img {
    /* max-width: 100%;
            max-height: 100%;
            min-width: 100%;*/
    min-height: inherit;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
  }
}
.banners-section {
  max-width: 100%;
}
.banners-section .banners-posts + .button {
  color: #23262b;
  font-weight: 400;
  margin-top: 15px;
  padding: 0;
  background: transparent;
  min-width: 166px;
  text-align: center;
  height: auto;
  letter-spacing: 0;
  border-radius: 0px;
  font-size: 0.9em;
  transition: 0.3s;
  top: initial !important;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 10px;
  margin-bottom: 35px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .banners-section .banners-posts + .button {
    margin-top: 0px;
  }
}
.banners-section .banners-posts + .button:hover {
  text-decoration: none;
}
.banners-section h3 {
  color: #303030;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .banners-section h3 {
    padding: 0 15px;
    line-height: 1.3em;
  }
}
.banners-section #newsWrapper {
  max-width: 100%;
}
.banners-section #newsWrapper .news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.banners-section #newsWrapper .news-item:nth-child(odd) .image {
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item:nth-child(odd) .image {
    -ms-flex-order: 0;
        order: 0;
  }
}
.banners-section #newsWrapper .news-item .image {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .image {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.banners-section #newsWrapper .news-item .text {
  padding: 20px 80px;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item .text {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .text {
    width: 100%;
    padding: 15px;
  }
}
.banners-section #newsWrapper .news-item .text p {
  font-size: 1em;
  color: #303030;
  line-height: 2em;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item .text p {
    line-height: 1.7em;
  }
}
.banners-section #newsWrapper .news-item .text time {
  display: none;
}
.banners-section #newsWrapper .news-item .text .title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 40px;
  position: relative;
  color: #303030;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .text .title {
    margin-bottom: 30px;
  }
}
.banners-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  color: #C09544;
}
.banners-section #newsWrapper .news-item .text .title:after {
  width: 136px;
  height: 2px;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #303030;
}
div.extended.newsletter {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  margin: 50px auto 0 auto;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/newsletter-bg.svg?v2);
  background-repeat: no-repeat;
  background-position: 100%;
  width: 100% !important;
  max-width: inherit;
  padding: 25px 50px 100px 50px !important;
  /*z-index: 1;*/
  background: #fff;
  border: none;
  border-radius: 0;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1300px) {
  div.extended.newsletter {
    width: 100% !important;
    margin: 0;
    padding: 30px 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  div.extended.newsletter {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter {
    margin-top: 0;
    border-radius: 0;
    padding: 30px 25px !important;
    text-align: left;
  }
  div.extended.newsletter:before {
    display: none;
  }
}
div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 673px;
  z-index: 2;
}
div.extended.newsletter form label {
  font-weight: 400;
  color: #fff;
  font-size: 0.9em;
  display: none;
  position: relative;
}
div.extended.newsletter form label a {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  text-decoration: underline;
}
div.extended.newsletter form button:hover {
  opacity: 0.5;
}
div.extended.newsletter form button:focus {
  outline: snow;
}
div.extended.newsletter form button:before {
  display: none;
}
div.extended.newsletter form button:-ms-input-placeholder {
  font-weight: 600;
}
div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
div.extended.newsletter form .validator-msg-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: relative;
  padding: 0 25px;
  font-style: normal;
  font-weight: 400;
  color: #262A36;
  margin-bottom: 20px;
  background: #fff;
  border: none;
  max-width: 673px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  text-align: center;
  letter-spacing: 0;
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  div.extended.newsletter form .validator-msg-holder input {
    padding: 0 0 0 20px;
    letter-spacing: 0;
    font-size: 1em;
    height: 50px;
  }
}
div.extended.newsletter form .validator-msg-holder input:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #000;
  opacity: 0.4;
}
div.extended.newsletter form .validator-msg-holder input:focus {
  outline: none;
  box-shadow: none;
}
div.extended.newsletter form button {
  left: initial;
  top: 0;
  font-weight: 700;
  font-size: 1em;
  overflow: hidden;
  right: 0;
  opacity: 1;
  /*background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/nl-arrow.svg) no-repeat center;*/
  background-size: 40px;
  border: none;
  position: relative;
  border-radius: 5px;
  width: 230px;
  height: auto;
  padding: 15px;
  border: 3px solid #BA0101;
  color: #272727 !important;
  background: transparent;
  margin: 0 auto;
  /*@media @tablet-port {
        height: 44px;
        width: 44px;
        background-size: 18px;
        min-width: auto;
      }*/
  /*@media @mobile-land {
        height: 58px;
        width: 58px;
        background-size: 30px;
      }*/
}
div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  color: #272727;
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 700;
  transition: 0.3s;
}
div.extended.newsletter form button:hover {
  background: #BA0101;
  color: #fff;
  border-color: #BA0101;
  opacity: 1;
}
div.extended.newsletter form button:hover .sr-only {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  div.extended.newsletter form button {
    position: relative;
    width: 210px;
  }
}
div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
div.extended.newsletter label a {
  display: inline-block;
  color: #fff;
}
div.extended.newsletter fieldset {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
div.extended.newsletter br {
  display: none;
}
div.extended.newsletter div.validator-msg-holder {
  width: 100%;
  margin-right: 10px;
}
div.extended.newsletter br + div {
  -ms-flex-order: 3;
      order: 3;
  width: 100%;
}
div.extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1em;
  color: #000;
  border: none;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none !important;
  margin-bottom: 50px !important;
  padding-bottom: 0;
}
div.extended.newsletter h4 strong {
  font-weight: 700;
  font-size: 2.5em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-family: 'Mulish', cursive !important;
}
@media (max-width: 1300px) {
  div.extended.newsletter h4 strong {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1200px) {
  div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 20px !important;
  }
  div.extended.newsletter h4 strong {
    margin-bottom: 5px;
  }
}
div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
div.extended.newsletter h4:before {
  display: none;
}
div.extended.newsletter h3 {
  position: relative;
  color: #000;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#content-wrapper {
  background: transparent;
}
.breadcrumbs-wrapper {
  max-width: 100% !important;
  background: #F8F8F8;
  width: 100% !important;
  position: relative;
  margin-bottom: 0px !important;
  padding-top: 2px !important;
  padding-bottom: 3px !important;
  /* &:before {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: -1;
    content: '';
    transform: translateX(-50%);
    top: 0;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/bread-bg.png) no-repeat center;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 30px;
  }*/
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper.container {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumbs-wrapper #navigation-first > span,
.breadcrumbs-wrapper #navigation-first > a {
  padding-left: 13px;
  padding: 18px 14px;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  left: 0;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/home.svg?v2);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5px 0;
  margin-top: 5px;
}
.type-detail .breadcrumbs-wrapper {
  margin-bottom: 0 !important;
}
/*.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/metis-lab/img/home2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}*/
.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 10px 16px;
  color: rgba(53, 2, 2, 0.7);
  font-weight: 400;
  font-size: 0.8em;
  min-height: inherit;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: rgba(53, 2, 2, 0.7);
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs > span > a::after {
  width: 12px;
  background: transparent;
  height: 12px;
  font-family: 'shoptet';
  color: rgba(53, 2, 2, 0.7);
  right: -10px;
  content: '\e910';
  bottom: unset;
  font-size: 8px;
  font-weight: 400;
  transform: none;
  top: 12px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0px auto 0 auto;
  max-width: 1480px;
}
@media (max-width: 1600px) {
  .next-to-carousel-banners {
    padding: 0 40px;
  }
}
@media (max-width: 1320px) {
  .next-to-carousel-banners {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.next-to-carousel-banners .slick-list {
  padding: 15px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .slick-list {
    padding: 0;
  }
}
.next-to-carousel-banners .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1600px) {
  .next-to-carousel-banners .slick-arrow.slick-prev {
    left: 0;
  }
  .next-to-carousel-banners .slick-arrow.slick-next {
    right: 0;
  }
}
.next-to-carousel-banners .banner-wrapper {
  margin: 0 10px;
  margin-top: 0 !important;
  width: calc(33.333% - 20px);
  overflow: hidden;
  border: none;
  border-radius: 10px;
  transition: 0.3s;
  /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.02);*/
  background-color: #fff;
  /* a {
      &:hover {
        img {
          transform: none !important;
        }
      }
    }*/
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(33.333% - 14px);
    margin: 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(100% - 14px);
  }
  .next-to-carousel-banners .banner-wrapper:last-child {
    margin-bottom: 0;
  }
}
.next-to-carousel-banners .banner-wrapper:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.next-to-carousel-banners .banner-wrapper > a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: left;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  transition: 0.3s;
  border: none;
  border-radius: 20px;
}
.next-to-carousel-banners .banner-wrapper > a img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: 0.3s;
  transform-origin: center;
  transform: scale(1) !important;
  width: 100%;
}
.next-to-carousel-banners .banner-wrapper > a:hover img {
  transform: scale(1.1) !important;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px 60px;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  z-index: 2;
  max-width: 100%;
  margin-right: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 14.96%, rgba(0, 0, 0, 0) 46.4%);
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 20px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  transition: 0.3s;
  box-shadow: none;
  border: none;
  top: initial;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  line-height: 1.1em;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 2em;
  color: #fff;
  /*&:after {
          position: relative;
          margin-left: 15px;
          width: 44px;
          height: 44px;
          border-radius: 30px;
          content: '';
          display: inline-block;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/banner-arr.svg);
          background-size: 44px;
          background-position: center;
          background-repeat: no-repeat;
          transition: 0.3s;
          margin-bottom: 0;
          float: right;
          margin-left: 35px;
          top: 0px !important;
          position: relative;

          @media (max-width: 1400px) {
            top: -5px;
          }

          @media @tablet-land {
            display: none;
          }
        }*/
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 1.6em;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  position: relative;
  letter-spacing: 0.3px;
  background: #BA0101;
  border: none;
  min-width: inherit;
  font-weight: 500;
  top: 0;
  right: inherit;
  display: block;
  height: auto;
  font-size: 0.9em;
  transition: 0.3s;
  margin: 15px 0 0 0;
  padding: 14px 45px 13px 45px;
  color: #fff !important;
  margin-top: 20px;
  max-height: 70px;
  opacity: 1;
  width: auto;
  border-radius: 5px;
  text-transform: none;
  box-shadow: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  background: #a60101;
  color: #fff !important;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
  position: relative;
  left: 0;
  box-shadow: none;
  padding: 0;
  font-size: 1.1em;
  margin-top: 15px;
  background: transparent;
  text-align: left;
  max-width: 100%;
  border: none;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  transition: 0.3s;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
    opacity: 1;
    width: 100%;
    margin-top: 15px;
  }
}
.small-banners-line,
.detail-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line,
  .detail-banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .small-banners-line,
  .detail-banners {
    padding: 20px 0 0 0;
  }
}
.small-banners-line .banner-wrapper,
.detail-banners .banner-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 100%;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  border: none;
}
.small-banners-line .small-banner,
.detail-banners .small-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner,
  .detail-banners .small-banner {
    padding-right: 0;
    border: none;
  }
}
.small-banners-line .small-banner .icon-box,
.detail-banners .small-banner .icon-box {
  margin-right: 25px;
}
.small-banners-line .small-banner .icon-box:before,
.detail-banners .small-banner .icon-box:before {
  display: none;
}
.small-banners-line .small-banner .icon-box img,
.detail-banners .small-banner .icon-box img {
  max-height: 66px;
  max-width: 66px;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .icon-box,
  .detail-banners .small-banner .icon-box {
    width: 30px;
    text-align: center;
  }
}
.small-banners-line .small-banner .desc-box,
.detail-banners .small-banner .desc-box {
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner .desc-box,
  .detail-banners .small-banner .desc-box {
    padding-right: 20px;
  }
}
.small-banners-line .small-banner .desc-box h3,
.detail-banners .small-banner .desc-box h3 {
  font-size: 1.3em;
  letter-spacing: 0;
  color: #000;
  margin: 0px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
}
.small-banners-line .small-banner .desc-box p,
.detail-banners .small-banner .desc-box p {
  font-size: 0.9em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  line-height: 1.8em;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .desc-box p,
  .detail-banners .small-banner .desc-box p {
    max-width: initial;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .detail-banners .small-banner {
    margin-bottom: 20px;
  }
}
.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: -ms-flexbox;
  display: flex;
  padding-top: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
}
.before-carousel .banners-row > div {
  width: 100%;
  padding: 0;
}
.before-carousel .banners-row .col-sm-4 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .banners-row > div {
    padding: 0 !important;
  }
}
/*@media @tablet-port {
  main {
    > .banners-row {
      .col-sm-4 {
        .banner-wrapper {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .wide-carousel {
    overflow: initial;
  }
  #carousel {
    margin: 0 -5px;
  }
}
#carousel .video-banner {
  position: relative;
}
#carousel .video-banner video {
  width: 100%;
  height: auto;
}
#carousel .video-banner .video-full {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
#carousel .video-banner .video-full img {
  width: 40px;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
  min-height: initial !important;
}
#carousel .video-banner .video-full:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-play,
#carousel .video-banner .video-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  cursor: pointer;
}
#carousel .video-banner .video-play img,
#carousel .video-banner .video-pause img {
  width: 110px;
  height: auto;
  min-height: initial !important;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #carousel .video-banner .video-play img,
  #carousel .video-banner .video-pause img {
    width: 44px;
  }
}
#carousel .video-banner .video-play:hover img,
#carousel .video-banner .video-pause:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-pause {
  display: none;
}
#carousel .video-banner.played .video-play {
  display: none;
}
#carousel .video-banner.played .video-pause {
  display: block;
  opacity: 0;
}
#carousel .video-banner.played:hover .video-pause {
  opacity: 1;
}
#carousel .carousel-inner {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner {
    margin-top: 0;
    padding-bottom: 15px;
  }
}
#carousel .carousel-inner .carousel-inner {
  overflow: visible;
}
#carousel .carousel-inner .item {
  /*position: relative;*/
  /*@media @mobile-land {
      position: relative;
      height: 250px;

      > a {
        position: relative;
        height: 250px;
      }

      img {
        position: absolute;
        object-fit: inherit;
        height: 250px;
        max-width: inherit;
        width: auto !important;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        margin-left: 10vw;
      }
    }*/
  /*&:after {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.25%, rgba(0, 0, 0, 0.9) 100%);
    }*/
}
#carousel .carousel-inner .item img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 330px;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item img {
    min-height: 200px;
  }
}
#carousel .carousel-inner .item a {
  -ms-flex-direction: column;
      flex-direction: column;
}
#carousel .carousel-inner .item .extended-banner-texts {
  z-index: 2;
  background: transparent;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: center;
  width: 100%;
  left: 0 !important;
  color: #fff;
  left: 50% !important;
  text-align: center;
  padding: 20px;
  right: initial;
  transform: translate(-50%, -50%);
  max-width: 100%;
  padding-bottom: 120px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.6%, rgba(0, 0, 0, 0.69) 71.87%);
  /*@media @tablet-port {
        max-width: 100% !important;
        bottom: inherit;
        padding: 10px 25px;
        width: 100%;
        right: initial;
        transform: translateY(-50%);
        position: relative;
        transform: none;
        left: 0 !important;
        top: 0;
      }*/
  /*@media @tablet-port {
        bottom: 0;
        top: initial;
        transform: none;
        left: 0px !important;
        height: 100%;
        position: relative;
        border-radius: 10px;
        margin: 0 15px;
        margin-top: -35px;
        width: calc(~'100% - 30px');
        background: #fff;
        padding: 25px;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
      }*/
}
@media (min-width: 768px) and (max-width: 1400px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 992px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    padding-bottom: 20px;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
  color: #fff;
  text-shadow: none;
  text-transform: none !important;
  font-size: 3.6em;
  letter-spacing: 1px;
  font-weight: 700 !important;
  max-width: 1200px;
  line-height: 0.9em;
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 2.6em;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 2em;
    /*letter-spacing: 0px;
          margin-top: 5px;
          line-height: 1.1em;
          color: #000;*/
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
  color: #fff;
  text-transform: none;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 400;
  text-shadow: none;
  max-width: 690px;
  text-align: center;
  margin-top: 0;
  letter-spacing: 0.5px;
  -ms-flex-order: -1;
  margin-bottom: 20px;
  margin-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    font-size: 1.1em;
    /*margin-top: 3px;
          margin-bottom: 17px;
          color: #000;*/
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
  letter-spacing: 0;
  border-radius: 0;
  padding: 9px 23px 11px 23px;
  min-width: inherit;
  font-weight: 600;
  color: #fff !important;
  border-radius: 5px;
  margin-top: 35px;
  font-size: 1em;
  text-transform: none;
  border: none;
  background: transparent;
  width: 222px;
  border: 3px solid #fff;
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:hover {
  border: 3px solid #fff;
  color: #000 !important;
  background: #fff;
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
    margin-top: 10px;
    font-size: 1em;
    color: #000 !important;
    padding: 8px 20px;
    border: 3px solid #000;
    width: 170px;
  }
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:hover {
    border: 3px solid #000;
    color: #fff !important;
    background: #000;
  }
}
.type-detail {
  /*.products-related{
    margin-bottom: 40px;
  }*/
  /*.p-image-wrapper {
    @media @desktop-min {
      width: 58%;
    }
  }

  .p-info-wrapper {
    @media @desktop-min {
      width: 42%;
    }
  }*/
}
.type-detail #rate-form input[type=submit].btn {
  padding: 10px 20px;
}
.type-detail .shipping-options {
  text-decoration: underline;
  display: none;
}
.type-detail .shipping-options:hover {
  text-decoration: none;
}
.type-detail .sidebar-inner .box-categories {
  padding-top: 0;
}
.type-detail .product-top {
  position: relative;
  padding: 10px 0 60px 0;
  margin-bottom: 20px;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 20px;
      background: #FBFBFB;

      @media (max-width: 1250px) {
        width: 100vw;
      }

      @media @tablet-port {
        display: none;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top {
    padding: 0px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-image-wrapper {
    width: 57%;
  }
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
  margin-bottom: 15px;
  border-radius: 0px;
  overflow: hidden;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #000;
  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.4em;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 3px;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
    font-size: 2.3em;
    font-weight: 300;
    margin-top: 0;
  }
}
.type-detail .p-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*> div, > table, > * {
      order: 1;
    }*/
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-info-wrapper {
    width: 43%;
  }
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.5em;
  color: #000;
  font-size: 1em;
  margin-top: 15px !important;
  -ms-flex-order: -1;
  order: -1;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  -ms-flex-order: -1;
      order: -1;
  margin-top: 20px;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #000;
  text-decoration: underline;
  letter-spacing: 0;
  font-size: 0.9em;
  position: relative;
  top: -10px;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  font-size: 9px;
  margin-left: 8px;
}
.type-detail .p-info-wrapper .p-short-description + p a:hover {
  text-decoration: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header,
.type-detail .p-info-wrapper .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header .stars-label,
.type-detail .p-info-wrapper .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
  margin-top: 1px;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default {
  display: block;
  margin-bottom: 10px;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag {
  border-radius: 5px;
}
.type-detail .p-info-wrapper .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper {
  margin-top: 30px;
}
.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: 120px;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars .star {
  width: 24px;
}
.type-detail .p-info-wrapper .detail-parameters {
  -ms-flex-order: 0;
      order: 0;
  border-top: 20px solid transparent;
  position: relative;
  width: 100%;
  border-bottom: 15px solid transparent;
  margin-bottom: 10px;
  /*&:before {
        width: 100%;
        height: 1px;
        background: #E1E1E1;
        content: '';
        position: absolute;
        top: -30px;
      }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters {
    border-top: 10px solid transparent;
    border-bottom: 0px solid transparent;
  }
}
.type-detail .p-info-wrapper .detail-parameters.empty {
  margin: 0;
}
.type-detail .p-info-wrapper .detail-parameters.extended {
  margin-bottom: 0;
  border-top: 15px solid transparent;
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 18px;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr:last-child:before {
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th {
  width: 100%;
  color: #000;
  font-weight: 700;
  min-width: 135px;
  float: left;
  font-size: 0.85em;
  padding: 6px 5px 6px 12px;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label .question-tooltip {
  margin-left: 7px;
  font-weight: 400;
  background: #adaaaa;
  border: none;
  padding-top: 1px;
  -ms-flex-order: 2;
      order: 2;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label .row-header-label-colon {
  display: none;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr td {
  font-size: 0.85em;
  padding: 6px 5px 6px 12px;
  border: none;
}
.type-detail .p-info-wrapper .detail-parameters tr {
  width: 100%;
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 165px;
  color: #000;
  font-weight: 400;
  min-width: 135px;
  float: left;
  font-size: 1em;
  letter-spacing: 0.3px;
}
.type-detail .p-info-wrapper .detail-parameters tr select {
  height: 48px;
  border-radius: 50px;
  padding: 0 50px 0 20px;
  color: #000;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/select-bg.svg?v4);
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: right -1px center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  width: 235px;
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list th,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th,
.type-detail .p-info-wrapper .detail-parameters tr.variant-list td,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td {
  width: 100%;
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list th,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th {
  padding-bottom: 7px;
  font-weight: 600;
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list td,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td {
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
  }
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td {
    width: 100%;
    padding-bottom: 5px;
    color: #000;
  }
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list th select,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th select,
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td select,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td select {
    width: 100%;
    max-width: 100%;
  }
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list .advanced-parameter,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list .advanced-parameter {
  margin: 6px 12px 6px 0;
  width: 48px;
  height: 48px;
}
.type-detail .p-info-wrapper .detail-parameters tr:last-child td,
.type-detail .p-info-wrapper .detail-parameters .variant-list:nth-last-child(2) td {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-info {
    margin-bottom: 5px;
  }
  .type-detail .p-detail-info > div {
    display: none;
  }
  .type-detail .p-detail-info > .stars-wrapper,
  .type-detail .p-detail-info > .flags {
    display: block;
  }
}
.type-detail .advanced-parameter-inner.yes-before::before {
  background-size: 0px;
}
.type-detail .advanced-parameter-inner {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.type-detail .advanced-parameter-inner img {
  display: none;
}
.type-detail .advanced-parameter-inner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 3px;
  padding-left: 1px;
}
.type-detail .advanced-parameter-inner.yes-before {
  border: 3px solid #000;
}
.type-detail .stars-wrapper .stars-label {
  font-size: 0.9em;
  margin-top: 2px;
  margin-left: 5px;
  color: #000;
}
.type-detail .flags-default .flag {
  margin: 0 5px 0 0;
  padding: 9px 9px 7px;
  max-width: 170px;
  font-size: 0.9em !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  border-radius: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .type-detail .flags-default .flag {
    font-size: 0.8em;
  }
}
.type-detail p[data-testid="productCardDescr"] {
  display: none;
}
.type-detail .p-detail-inner-header h1 {
  font-size: 2.6em;
  font-weight: 700;
  color: #1E1E1E;
  font-family: 'Mulish', cursive !important;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 1.8em;
    padding: 0;
  }
}
.type-detail .p-detail-inner-header .p-code {
  color: #000;
}
.type-detail .p-detail-inner-header .p-code .p-code-label {
  display: inline-block;
  font-weight: 700;
}
.type-detail .responsive-nav .hidden-links > li a {
  padding: 10px 20px;
  color: #000;
  background: #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  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: none;
  color: #000;
  font-size: 1em;
  background: transparent;
  border-top: none;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 480px) {
  .type-detail .shp-tabs-row .shp-tabs-holder li a {
    padding: 12px 20px;
  }
}
.type-detail .shp-tabs-row .shp-tabs-holder li a[href="#productDiscussion"] {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a[href="#productsAlternative"] {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  border-color: transparent;
  background: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail .p-switchable .inactive {
  display: block;
}
.type-detail .browse-p {
  display: none !important;
}
.type-detail #tab-content {
  /* #variants, #description {
       display: block;
       opacity: 1;
     }*/
}
@media only screen and (min-width: 768px) {
  .type-detail #tab-content {
    padding: 0 30px;
  }
}
.type-detail #tab-content #variants {
  margin-bottom: 50px;
}
.type-detail .stars a::before,
.type-detail .stars span::before {
  font-size: 14px;
}
.type-detail .social-buttons-wrapper {
  -ms-flex-order: 1;
      order: 1;
}
.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: #BA0101;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #BA0101;
}
.type-detail .p-final-price-wrapper {
  margin-bottom: 10px;
  width: 100%;
  /*border-bottom: 1px solid #E1E1E1;*/
  margin-top: -2px;
  -ms-flex-order: 1;
      order: 1;
  padding-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-final-price-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.4em;
  font-weight: 400;
  color: #1b1b1b;
}
.type-detail .p-final-price-wrapper .price-standard span,
.type-detail .p-final-price-wrapper .price-save span {
  font-weight: 400;
}
.type-detail .p-final-price-wrapper .price-final {
  font-size: 3.3em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-final {
    font-size: 2em;
  }
}
.type-detail .price-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 0;
  margin-top: 15px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line {
    margin-top: 20px;
  }
}
.type-detail .price-line .price-side {
  margin-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-detail .price-line .price-side .price-standard,
.type-detail .price-line .price-side .price-save {
  font-size: 1em;
}
.type-detail .price-line .price-side .price-standard {
  -ms-flex-order: 2;
      order: 2;
  font-size: 1.4em;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .price-side .price-standard {
    font-size: 1.2em;
  }
}
.type-detail .price-line .price-side .price-additional {
  -ms-flex-order: 3;
      order: 3;
}
.type-detail .price-line .price-side .price-save {
  display: none;
}
.type-detail .price-line .delivery-line {
  font-weight: 400;
  font-size: 0.8em;
  color: #000;
  margin-top: 5px;
  text-transform: none;
}
.type-detail .price-line .delivery-line .delivery-time-label {
  margin-right: 5px;
}
.type-detail .price-line .price-final {
  font-size: 2.6em;
  font-weight: 500;
  margin-right: 20px;
  color: #000;
  letter-spacing: 0.3px;
  min-width: 100px;
  /*.price-final-holder {
        &:after {
          content: 's DPH';
          display: inline-block;
          margin-left: 0;
          font-size: 14px;
          font-weight: 400;
        }
      }*/
}
@media only screen and (max-width: 992px) {
  .type-detail .price-line .price-final {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.type-detail .price-line .availability-value {
  font-size: 1.1em;
  padding-top: 0;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.type-detail .price-line .availability-value .availability-label[style="color: #009901"] {
  color: #3F9B00 !important;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .availability-value {
    margin: 5px 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: 0px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.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 .stars-wrapper {
  -ms-flex-order: -1;
      order: -1;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .stars-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.type-detail .stars-wrapper .stars {
  width: 110px;
  height: 10px;
}
.type-detail .stars-wrapper .stars .star {
  width: 22px;
}
.type-detail .stars-wrapper .stars .star:before {
  color: #BA0101 !important;
  font-size: 17px;
}
.type-detail .add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  /*border-bottom: 1px solid #E1E1E1 !important;*/
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 0;
  padding: 12px 0 22px 0;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart {
    padding: 0px 0 5px 0;
  }
}
.type-detail .add-to-cart .quantity {
  padding: 0;
  width: 152px;
  height: 60px;
  margin: 15px 0;
  margin-right: 15px;
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.type-detail .add-to-cart .quantity .increase {
  position: absolute;
  right: 18px;
  left: inherit;
  top: 23px;
  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/airsoft/v2/img/plus.svg?v2);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .add-to-cart .quantity .increase:hover {
  background: #ccc;
}
.type-detail .add-to-cart .quantity .increase:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity .decrease {
  position: absolute;
  left: 18px;
  right: inherit;
  width: 22px;
  top: 23px;
  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/airsoft/v2/img/minus.svg?v2);
  background-size: 24px;
  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: 149px;
  height: 60px;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 1.6em;
  font-family: 'Mulish', sans-serif !important;
  padding-bottom: 4px;
}
.type-detail .add-to-cart button.add-to-cart-button {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 168px);
  height: 64px;
  -ms-flex-align: center;
      align-items: center;
  text-transform: none;
  letter-spacing: 0.5px;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 300;
  color: #fff;
  background: #BA0101;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3em;
  /*&:after {
        width: 10px;
        height: 10px;
        position: relative;
        content: '';
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arrow-w.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
      }*/
}
.type-detail .add-to-cart button.add-to-cart-button:hover {
  background: #a60101;
}
.type-detail .add-to-cart button.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/airsoft/v2/img/arrow-right-long-w.svg);
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -2px;
        margin-left: 8px;*/
  display: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart button.add-to-cart-button {
    width: auto;
    padding: 0 30px !important;
  }
}
.type-detail .shp-tabs-wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  padding: 40px 0;
  border-radius: 20px;
  background: #FBFBFB;
  padding: 40px 50px 50px;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 20px;
      background: #FBFBFB;
      content: '';

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-wrapper {
    padding: 5px 30px 30px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .shp-tabs-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-wrapper {
    padding-top: 20px;
  }
}
.type-detail .p-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-detail .benefitBanner {
  margin-top: 0;
  margin-bottom: 20px;
}
.type-detail .p-thumbnails {
  padding-bottom: 1px;
  height: 102px;
}
.type-detail .p-thumbnails .p-thumbnail {
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a {
  border: 1px solid transparent;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a img {
  border: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:before {
  display: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a.highlighted {
  border: 1px solid #000;
}
.type-detail .social-buttons-wrapper {
  margin-top: 0px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper {
    margin-top: 0;
  }
}
.type-detail .social-buttons-wrapper .link-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.type-detail .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.type-detail .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.type-detail .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: revert;
      flex-direction: revert;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  height: 33px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 15px;
    padding-right: 15px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
  margin-bottom: 20px;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #000;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #000;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/dog.svg);
}
.type-detail .social-buttons-wrapper .link-icon.share::before,
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 50px;
  margin-right: 10px;
  color: #d5d6da;
  line-height: 46px;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
  margin-bottom: 10px;
}
.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.print {
  display: none;
}
.type-detail .social-buttons-wrapper .link-icon.share::before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/share.svg);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/chat.svg);
}
.type-detail .social-buttons-wrapper .link-icon {
  transition: 0.3s;
  /*&.share {
        display: none;
      }*/
}
@media only screen and (min-width: 1200px) {
  .type-detail .social-buttons-wrapper .link-icon {
    padding-right: 60px;
  }
}
.type-detail .social-buttons-wrapper .link-icon:hover.chat:before,
.type-detail .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.type-detail .social-buttons-wrapper .link-icon:hover.share:before,
.type-detail .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000;
}
.type-detail .basic-description > h3:first-child,
.type-detail h2.products-related-header {
  font-size: 2em;
  font-family: 'Mulish', cursive !important;
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail .products-related ~ .alternative-wrap h2.products-related-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .type-detail .p-switchable .related-sm-screen-hide {
    display: block;
  }
}
.type-detail #content h2.products-related-header {
  text-align: center;
  width: 100%;
  padding: 45px 45px 30px 45px;
  text-transform: none;
  font-size: 2em;
  -ms-flex-order: 6;
  order: 6;
  margin-bottom: 0px;
  margin-top: 40px;
  position: relative;
  color: #000;
  font-weight: 700;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 20px 20px 0 0;
      background: #FBFBFB;
      content: '';
      z-index: -1;

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail #content h2.products-related-header {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
}
.type-detail #content h2.products-related-header + .products,
.type-detail #content h2.products-related-header + .products-rel-wrap,
.type-detail #content h2.products-related-header + .products-alt-wrap {
  -ms-flex-order: 6;
      order: 6;
}
.type-detail #content h2.products-related-header > * {
  z-index: 2;
}
.type-detail #content h2.products-related-header:before {
  display: none;
}
.type-detail .products-block {
  position: relative;
  padding-bottom: 30px;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 0 0 20px 20px;
      background: #FBFBFB;
      content: '';

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
.type-detail .products-rel-wrap,
.type-detail .products-alt-wrap {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .type-detail .products-rel-wrap,
  .type-detail .products-alt-wrap {
    margin-bottom: 0;
  }
}
.type-detail .products-related:after {
  display: none;
}
.type-detail .basic-description {
  max-width: 100vw;
  overflow: auto;
  color: #000;
  line-height: 1.6em;
}
.type-detail .basic-description > h3:first-child {
  font-size: 2em;
  font-family: 'Mulish', cursive !important;
  color: #141414;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child {
    font-size: 1.4em;
  }
}
.type-detail .contact-banner {
  background: #f0f0f0;
  margin-top: 20px;
  text-align: center;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .type-detail .contact-banner {
    margin-bottom: 30px;
  }
}
.type-detail .contact-banner h3 {
  display: block !important;
  margin: 40px 0 30px 0;
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
}
.type-detail .contact-banner p {
  margin-top: 20px;
  font-size: 1.1em;
  color: #000;
}
.type-detail .contact-banner .top-navigation-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 20px;
  max-width: 270px;
  background: transparent;
  margin: 30px auto 20px auto;
  text-align: left;
}
.type-detail .contact-banner .top-navigation-contacts a {
  position: relative;
  padding-left: 50px;
  color: #000;
  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: #000;
}
.type-detail .contact-banner .top-navigation-contacts a .open-time {
  display: block;
  font-size: 0.8em;
}
.type-detail .contact-banner .photo img {
  max-width: 110px;
  max-height: 110px;
}
.type-detail #ratingTab {
  /* &:before {
       content: 'Hodnocení';
       font-size: 2.3em;
       font-weight: 600;
       display: block;
       margin-bottom: 25px;
       color: #343434;
 
       @media @tablet-port {
         font-size: 1.5em;
       }
     }
 */
}
.type-detail #ratingTab .votes-wrap {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper textarea.form-control {
  border-radius: 5px;
}
.type-detail #ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
}
.type-detail #ratingTab #ratingWrapper .stars {
  width: 110px;
  height: 10px;
}
.type-detail #ratingTab #ratingWrapper .stars .star {
  width: 22px;
}
.type-detail #ratingTab #ratingWrapper .stars .star:before {
  color: #BA0101 !important;
  font-size: 17px;
}
.type-detail .alternative-wrap {
  -ms-flex-order: 5;
      order: 5;
  margin-bottom: 40px;
  margin-top: 40px;
}
.type-detail .alternative-wrap .products-alternative:after {
  display: none;
}
.type-detail .products .slick-dots li button,
.type-detail .products-rel-wrap .glider-dots button,
.type-detail .products-alt-wrap .glider-dots button {
  background: #fff;
}
.type-detail .products-alternative:after {
  display: none;
}
.type-detail .extended-description {
  padding-left: 0;
  margin-bottom: 0px;
}
.type-detail .extended-description h3 {
  color: #141414;
  font-size: 2em;
  font-family: 'Mulish', cursive !important;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .extended-description h3 {
    font-size: 1.4em;
  }
}
.type-detail .extended-description table {
  width: 100%;
  max-width: 450px;
}
.type-detail .extended-description table tr {
  border-bottom: none;
}
.type-detail .extended-description table tr:nth-child(even) {
  background: #F5F5F5;
}
.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 {
  padding-left: 12px;
  width: 180px;
}
.type-detail .extended-description table tr a {
  color: #000;
  text-decoration: underline;
}
.type-detail .extended-description table tr th {
  font-weight: 400;
}
.type-detail .extended-description table tr td {
  font-weight: 400;
}
.type-detail .description-inner {
  padding: 0;
}
.type-detail .detail-banners {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
  }
}
.stars .star:before {
  color: #000 !important;
}
.content-inner {
  max-width: 100%;
}
#colorbox .advanced-order .h1.advanced-order-suggestion {
  padding-left: 40px;
  padding-right: 40px;
}
#colorbox .advanced-order .products .slick-arrow {
  top: -50px;
  right: 5px;
  left: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products .slick-arrow.slick-prev {
  display: block;
  left: 5px;
  right: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products-block {
  margin: 0;
}
#colorbox .advanced-order .products-block.margin {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
#colorbox .advanced-order .products-block.margin .slick-list {
  padding: 0 !important;
}
#header .cart-count {
  margin-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-family: Inter;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 54px;
  margin-top: -8px;
  height: 36px;
  top: 1px;
  /*&.full {
    .cart-price {
      font-size: 0.9em;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    padding-left: 50px;
  }
}
#header .cart-count:before {
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/cart.svg?v11);
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background-color: transparent;
  background-size: 30px;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.3s;
  margin-top: -4px;
}
#header .cart-count.full:after {
  position: relative;
  width: 10px;
  height: 10px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arrow-down.svg);
  background-position: center;
  margin-left: 14px;
  display: inline-block;
  content: '';
  background-size: 8px;
  background-repeat: no-repeat;
  top: 15px;
}
#header .cart-count:hover:before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    position: fixed;
    top: 8px;
    z-index: 99;
    right: 12px;
    margin-top: 0;
    padding-left: 36px;
    transition: none;
  }
  #header .cart-count:before {
    background-size: 24px;
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  #header .cart-count:after {
    display: none !important;
  }
}
#header .cart-count .sr-only {
  position: relative;
  width: auto;
  height: auto;
  text-transform: none;
  font-family: 'Mulish';
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 0.8em;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .cart-count .sr-only {
    display: none;
  }
}
#header .cart-count .cart-price {
  font-size: 0.8em;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  min-height: 17px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: right;
  width: 73px;
  line-height: 1.2em;
  min-height: 39px;
  margin-top: 2px;
  text-align: left;
  padding-left: 10px;
  display: none !important;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1200px) {
  #header .cart-count .cart-price {
    display: none !important;
  }
}
#header .cart-count i {
  background: #BA0101;
  width: 22px;
  height: 22px;
  color: #fff;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 9px;
  left: 40px;
  padding-top: 4px;
  font-size: 11px;
  padding-left: 4px;
  font-weight: 300;
  position: absolute;
  margin-left: 2px;
  display: flex !important;
  font-family: Arial;
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    right: -5px;
    background: #BA0101;
    color: #fff;
    left: initial;
    top: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 3px;
    padding-right: 4px;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    border: none !important;
    position: relative;
    background: #fff;
    z-index: 3;
  }
  #header:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    background: #BA0101;
    width: 100vw;
    height: 52px;
  }
  #header .navigation-in > ul > li.ext > ul > li {
    min-height: 40px !important;
  }
  #header .nav-fav-cats .fav-categories {
    padding-bottom: 0;
  }
  #header .nav-fav-cats .fav-categories .container {
    width: 100%;
  }
  #header .nav-fav-cats .fav-categories h1 {
    font-size: 1.4em;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
    max-width: 100%;
    padding-bottom: 23px;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image {
    margin-right: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image a {
    padding: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .text a {
    padding: 0;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 0;
  }
  #header .navigation-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #header .socials {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .socials a {
    margin-right: 13px;
  }
  #header .socials a:hover img {
    opacity: 0.7;
  }
  #header .site-name {
    text-align: left;
    margin: 0;
    z-index: 2;
    position: relative;
    line-height: 0;
    /*width: 105px;*/
  }
  #header .site-name img {
    max-height: 90px !important;
  }
  #header .header-top {
    height: 98px;
    padding: 0px 0 0 0 !important;
    position: relative;
    /* &:after {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 52px;
        bottom: -52px;
        background: #191A1E;
      }*/
    /*&:before {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 100%;
        top: 0;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/head-bg.jpg);
        background-size: cover;
      }*/
  }
  #header .header-top > div {
    -ms-flex: inherit;
        flex: inherit;
  }
  #header .menu-helper {
    right: 5px;
    bottom: 11px;
    top: inherit;
    /*@media (max-width: 1200px) {
        right: 260px;
      }*/
  }
  #header .menu-helper a:hover {
    color: #CF6628;
  }
  #header .menu-helper .menu-level-2 {
    padding-bottom: 10px;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #fff;
  }
  #header .menu-helper ul li {
    border: none !important;
  }
  #header #navigation {
    height: 52px;
    transition: none;
    margin: 0;
    border-bottom: none;
    margin-top: 10px;
    /*@media (max-width: 1200px) {
        width: calc(~'100% - 530px');
      }*/
  }
  #header #navigation #nav-manufacturers {
    display: none !important;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
    font-size: 16px;
    /*#nav-manufacturers {
          display: none;
        }*/
  }
  #header #navigation .navigation-in ul li a {
    color: #fff;
    background: transparent !important;
  }
  #header #navigation .navigation-in ul li a:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    border: none !important;
    margin: 0 0 0 0;
    padding: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    text-transform: none;
    padding: 19px 18px;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    letter-spacing: 0;
    color: #fff;
    border-radius: 20px;
    font-family: 'Mulish', sans-serif;
    border-radius: 0;
    margin-right: 0px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #fff;
    text-decoration: none !important;
    background: #A30000 !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover .submenu-arrow:after {
    color: #fff;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active {
    color: #fff;
    text-decoration: none !important;
    background: #A30000 !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active .submenu-arrow:after {
    color: #fff;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {
    display: none;
    font-size: 14px;
    position: relative;
    top: -1px;
    color: #000;
    padding-left: 10px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow:after {
    font-size: 8px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a b {
    font-weight: 600;
  }
  #header #navigation .navigation-in .menu-level-1 > li:not(.splitted):last-child > a {
    border: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
    width: 800px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-left: 0px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #fff;
    top: 0;
    z-index: -1;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 a {
    color: #000;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-image {
    padding: 0;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 9px;
    overflow: hidden;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: scale(1);
    transform-origin: center;
    transition: 0.3s;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 {
    line-height: 18px;
    max-height: 45px;
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 a {
    font-size: 14px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
    width: calc(33.333% - 10px);
    -ms-flex-preferred-size: calc(33.333% - 10px);
        flex-basis: calc(33.333% - 10px);
    margin-right: 10px;
    border-radius: 8px;
    transition: 0.3s;
    overflow: hidden;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li a {
    line-height: 1.2em;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li:hover {
    overflow: hidden;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li:hover .menu-image img {
    transform: scale(1.05);
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {
    font-weight: 500;
    padding-bottom: 0;
  }
  #header .search {
    -ms-flex: initial !important;
        flex: initial !important;
    margin-left: 50px;
    margin-right: auto;
    width: calc(100% - 650px);
    /*.search-form {
        position: absolute;
        right: 105px;
        top: 50%;
        width: 50px;
        transform: translateY(-50%);
        cursor: default;
        margin-top: 0;
        z-index: 9999;

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

        .search-toggle {
          overflow: hidden;
          color: transparent;
          content: '';
          right: 0;
          top: -24px;
          height: 44px;
          width: 44px;
          position: absolute;
          z-index: 2;
          transition: none;
          cursor: pointer;
          opacity: 1;
          border-radius: 40px;
          background-color: transparent;

          &:before {
            content: '';
            background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/search.svg?v8);
            background-size: 26px;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 0;
            position: absolute;
            top: 13px;
            left: 13px;
          }

          &:hover {
            &:before {
              opacity: 1;
            }
          }
        }

        fieldset {
          transition: 0.3s;
          position: relative;
          right: 20px;
          padding: 0;

          input {
            padding-left: 15px;
            opacity: 0;
            height: 52px;
            background: #fff;
            float: right;
            width: 300px;
            padding-right: 10px;
            margin-bottom: 0;
          }

          button {
            position: absolute;
            right: 2px;
            top: 2px;
            border: none !important;
            left: unset;
            width: 120px;
            height: 48px;
            font-size: 0.85em;
            overflow: hidden;
            color: #fff;
            padding: 0;
            transition: none;
            background: @brown;
            z-index: 2;
            min-height: 20px;
            border-radius: 0;
            min-width: 0;
            opacity: 0;

            &:focus {
              outline: none;
              border: none;
            }

            &:before {
              color: #fff;
              font-size: 16px;
              content: '\e920';
              font-family: shoptet;
              -moz-transform: scale(-1, 1);
              -webkit-transform: scale(-1, 1);
              -o-transform: scale(-1, 1);
              -ms-transform: scale(-1, 1);
              transform: scale(-1, 1);
              font-weight: 600;
              display: inline-block;
              right: 10px;
              position: absolute;
              display: none;
            }
          }
        }

        fieldset {
          display: none;
        }
        &.hovered {
          position: absolute;
          left: initial;
          right: 105px;
          top: 0px;
          transform: none;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          height: 100%;
          width: calc(~'100% - 445px' );
          z-index: 999999;
          background: transparent;
          padding-right: 35px;

          .search-toggle {
            top: 26px;
            opacity: 1;
            right: 0;

            &:before {
              background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/stegu/img/close.svg?v3);
              background-size: 18px;
              background-position: center;
              background-color: transparent;
              border-radius: 40px;
              width: 48px;
              height: 48px;
              opacity: 1;
              left: 0;
              top: 0;
            }
            &:hover {
              &:before {
                opacity: 1;
              }
            }
          }
          .search-whisperer.active {
            display: block;
            top: 48px;
            border-radius: 0 0 4px 4px;
          }
          fieldset {
            opacity: 1;
            display: block;
            width: calc(~'100% - 20px');
            float: right;

            input {
              opacity: 1;
              width: 100%;
              border-radius: 30px;
              height: 46px;
              font-size: 1em;
              color: @mainText;
              padding-left: 20px;
              background: #fff;
              border: 1px solid rgba(0, 0, 0, 0.4);
            }

            button {
              opacity: 1;
              background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/search.svg?v3);
              background-size: 24px;
              width: 44px;
              height: 44px;
              color: transparent;
              font-size: 0;
              border-radius: 40px;
              background-repeat: no-repeat;
              transition: 0.3s;
              background-position: center;
              background-color: transparent;
              top: 1px;
              right: 3px;

              &:before {
                display: none;
              }

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

        !*&:before {
          width: 25px;
          height: 30px;
          font-size: 20px;
          color: #4f4e4c;
          content: '\e920';
          font-family: shoptet;
          position: absolute;
          right: -11px;
          top: 4px;
          transform: scaleX(-1);
        }*!
      }*/
  }
  #header .search .search-whisperer {
    top: 45px;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
  }
  #header .search .search-whisperer a,
  #header .search .search-whisperer .p-name,
  #header .search .search-whisperer .price {
    color: #000;
  }
  #header .search .search-whisperer .p-name {
    font-size: 1.2em;
    font-weight: 600;
  }
  #header .search .search-form {
    max-width: 814px;
    margin-left: 0;
    margin-right: auto;
  }
  #header .search .search-form fieldset {
    max-width: 814px;
    position: relative;
  }
  #header .search .search-form fieldset .search-input {
    border-radius: 4px;
    background: #F8F8F8;
    color: #000;
    font-size: 0.8em;
    font-weight: 300;
    padding: 12px 60px 12px 20px;
    height: 51px;
    border: none;
  }
  #header .search .search-form fieldset .search-input:-ms-input-placeholder {
    color: #000;
  }
  #header .search .search-form fieldset .search-input::placeholder {
    color: #000;
  }
  #header .search .search-form fieldset button {
    border-radius: 4px;
    background-color: #777B7D;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/search-w.svg?v9);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 51px;
    height: 35px;
    border: none;
    top: 8px;
    right: 8px;
  }
  /*.fixed-menu {
    #header {
      margin-bottom: 48px;
      z-index: 99;
    }
    #header .menu-helper {
      position: fixed;
      top: 10px;
      z-index: 99;
      right: calc(~'50% - 640px');

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

      .navigation-in {
        max-width: 1280px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }*/
  .submenu-visible .overall-wrapper {
    /*&:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, 0.8);
        z-index: 3;
      }*/
  }
  .submenu-visible #header .site-name {
    z-index: 9999;
  }
  .submenu-visible .top-navigation-bar {
    z-index: 4;
    position: relative;
  }
  .submenu-visible #header {
    z-index: 3;
  }
  .submenu-visible #header #navigation .menu-level-2:before {
    box-shadow: 0 60px 60px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .site-name img {
    max-height: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    width: 100vw;
    padding-left: 30px;
    margin-left: -340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
    width: calc(25% - 10px);
    -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .search {
    margin-left: 40px;
    min-width: 220px;
    max-width: 250px;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  #header .search .search-form fieldset {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .overall-wrapper {
    padding-top: 50px;
  }
  #navigation .navigationActions li > a > span {
    padding: 0;
  }
  #navigation .navigation-in > ul > li {
    border: none !important;
  }
  .search-window-visible #header {
    box-shadow: none;
  }
  .type-index .overall-wrapper {
    padding-top: 50px;
  }
  .navigation-in > ul > li > a > b {
    padding-top: 0;
    padding-bottom: 0;
  }
  #navigation .navigationActions li {
    margin-bottom: 3px;
  }
  #navigation .navigationActions li .submenu-arrow {
    margin-left: 5px;
  }
  #header {
    margin: 0;
    top: 0px;
    transition: none !important;
  }
  #header .socials {
    display: none !important;
  }
  #header .nav-fav-cats {
    display: none;
  }
  #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 fieldset input {
    border: 1px solid #000;
    border-radius: 5px;
  }
  #header .search-form fieldset input:focus {
    outline: none;
    box-shadow: none;
  }
  #header .search-form button {
    background: #000;
    font-family: Inter;
    border-color: #000;
    border-radius: 0 5px 5px 0;
  }
  #header .site-name {
    position: fixed;
    left: 60px;
    top: 3px;
    z-index: 99;
    height: 51px;
    transition: none;
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 40px !important;
    margin-top: 3px !important;
    padding: 0;
  }
  .search-window-visible #header .search {
    padding: 0;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) and (max-width: 380px) {
  #header .site-name img {
    max-height: 28px !important;
    margin-top: 12px !important;
    padding: 0;
    margin-left: -3px !important;
  }
}
/*
.fixed-search-active {
  #header {
    z-index: 99;
  }
}*/
@media only screen and (max-width: 767px) {
  .category-title,
  .p-detail-inner-header h1,
  .type-page h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
.category-title {
  text-align: left !important;
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > ul,
.type-category #content > * {
  -ms-flex-order: 0;
      order: 0;
}
.type-category #content > h1,
.type-category #content > .category-perex {
  -ms-flex-order: -1;
      order: -1;
}
.type-category #content > h1 {
  -ms-flex-order: -2;
      order: -2;
}
.type-category .category-top > h1 {
  display: none;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category .products-block {
  position: relative;
  padding: 10px 0;
  /*&:before {
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      background: #fff;
      z-index: -1;
      top: 0;
    }*/
}
.type-category #filters {
  max-width: 650px;
  margin: 0 auto 30px auto;
  background: transparent;
  padding: 0 0px 15px 0px !important;
  border-radius: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.03), 0px -7px 10px 0px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 767px) {
  .type-category #filters {
    margin-top: 20px;
    background: transparent;
    padding: 0 15px !important;
  }
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .advanced-filters-wrapper > div {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-bottom: 5px;
  width: auto;
  margin-right: 4px;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.type-category #filters .filter-section.filter-section-boolean,
.type-category #filters .filter-section.filter-section-count {
  border: none;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #000;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .slider-wrapper {
    width: 100%;
  }
}
.type-category #filters .slider-wrapper > h4 {
  font-size: 1.1em;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
  font-weight: 700;
}
.type-category #filters .slider-wrapper .slider-header {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 10px;
}
.type-category #filters #clear-filters a {
  margin-bottom: 0px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #383C43;
  text-transform: none;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 0;
  background: transparent;
  border-radius: 5px;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
  display: none;
}
.type-category #filters .filter-sections form fieldset > div {
  margin: 4px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters .filter-section h4 {
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .filter-section h4 {
    background: transparent;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 0;
    margin-bottom: 0 !important;
  }
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 3px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle::after {
  width: 4px;
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0;
  height: 8px;
  left: 8px;
  top: 6px;
  display: none;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  background: #000;
  border-radius: 26px;
  width: 26px;
  height: 26px;
  top: -11px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 2px #636363;
}
.type-category .box-categories {
  padding-top: 0;
}
.type-category .sidebar .filters-wrapper {
  margin-top: 5px;
  /*&:before {
        content: 'Filtry';
        font-size: 1.1em;
        margin-bottom: 15px !important;
        padding-bottom: 0;
        font-weight: 700;
        display: block;
        color: @mainText;
        position: relative;
      }*/
}
.type-category .sidebar #filters {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px !important;
}
.type-category .sidebar #filters .slider-wrapper {
  background: transparent;
  padding: 0 20px;
}
.type-category .sidebar #filters .slider-wrapper .slider-header {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 13px;
  font-size: 14px;
}
.type-category .sidebar #filters #clear-filters a {
  margin-bottom: 0 !important;
}
.type-category .sidebar #filters .filter-section form {
  padding: 0 20px;
}
.type-category .sidebar #filters .filter-section form fieldset > div {
  padding: 5px 0 5px 0;
  margin: 0;
}
.type-category .sidebar #filters .filter-section h4 {
  padding-left: 20px;
  font-weight: 700;
  margin-top: 0 !important;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0 !important;
}
.type-category .sidebar #filters .filter-section h4:after {
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
  height: 100%;
  width: 35px;
  content: '';
  background-color: transparent !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/chevron-down.svg);
  background-size: 18px;
  transform-origin: center;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
.type-category .sidebar #filters .param-filter-top {
  padding: 0 0 15px 0 !important;
}
.type-category .sidebar #filters h4 {
  background: transparent;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !important;
}
.type-category .products-inline > div .p .price strong {
  font-weight: 600;
}
.type-category #content h4 {
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  -ms-flex-order: -1;
      order: -1;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .type-category #content h4 {
    background: transparent;
  }
}
.type-category .sidebar-inner .box {
  padding-bottom: 0;
  border-color: transparent;
}
.type-category .sidebar-inner .box .text-center {
  text-align: left !important;
}
.type-category .sidebar-inner .fb_iframe_widget,
.type-category .sidebar-inner .fb_iframe_widget iframe {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.type-category #productsTop {
  -ms-flex-order: -1 !important;
      order: -1 !important;
  margin: 0 -5px;
  width: calc(100% + 10px);
  margin-bottom: 30px;
}
.type-category #productsTop .toggle-top-products {
  font-size: 0.9em;
  color: #000;
  letter-spacing: -0.2px;
  text-decoration: underline;
}
.type-category #productsTop .toggle-top-products:after {
  margin-left: 8px;
  display: inline-block;
  display: none;
}
.type-category #productsTop .toggle-top-products:hover {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.products-inline.products-top > div.button-wrapper {
    display: block;
    text-align: center;
    padding-top: 0;
    text-decoration: none;
  }
}
.type-category #productsTop .product {
  background: #fff;
  margin: 0 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: calc(33.333% - 10px);
  background: #FFFFFF;
  border: none;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none;
}
@media only screen and (max-width: 992px) {
  .type-category #productsTop .product {
    width: calc(50% - 10px);
  }
  .type-category #productsTop .product:nth-child(4) {
    display: block;
    position: relative;
    height: auto;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop .product {
    width: calc(100% - 10px);
  }
  .type-category #productsTop .product.inactive {
    display: none;
  }
}
.type-category #productsTop .product.active {
  display: block;
}
.type-category #productsTop .product .image {
  width: 75px;
  height: 75px;
  min-height: inherit;
  background: #fff;
  border-radius: 5px;
  padding: 7px;
}
.type-category #productsTop .product .name {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.type-category #productsTop .product .availability {
  font-size: 0.8em;
  margin-top: 3px;
}
.type-category #productsTop .product .price strong {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.5px;
  margin-top: 5px;
  display: block;
}
.type-category .category-perex {
  line-height: 1.6em;
  font-size: 0.9em;
  color: #141414;
  -ms-flex-order: -2 !important;
      order: -2 !important;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
  padding-top: 5px;
}
.type-category .category-perex p {
  color: #141414 !important;
}
.type-category .category-perex.empty-content {
  text-align: center;
}
.type-category .perex-wrap {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .type-category .perex-wrap {
    margin-bottom: 40px;
  }
}
.type-category .perex-wrap .perex-toggle {
  display: inline-block;
  margin-top: 15px;
  background: #e9e9e9;
  padding: 5px 10px 6px 10px;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
.type-category .perex-wrap .perex-toggle:hover {
  background: #d5d5d5;
}
.type-category .category-perex .faq-list h2 {
  margin-bottom: 7px;
  margin-top: 25px;
  font-size: 1.1em;
  font-weight: 600;
  color: #343434;
}
.type-category .perex-wrap ~ #content .category-perex {
  display: none;
}
.type-category .category-title.b-distance + .perex-wrap {
  padding-bottom: 40px;
  margin-top: -75px;
}
.type-category .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #343434;
  text-align: left;
  margin-top: 0px;
}
.type-category .category-perex:not(.toggled) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .type-category .category-perex {
    margin-top: 20px;
  }
}
.type-category .category-perex img {
  margin-bottom: 20px;
  width: 100%;
}
.type-category .category-perex.toggled {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .type-category .category-perex.toggled {
    height: 105px;
  }
}
.type-category #content h1 {
  /*@media @tablet-min {
        display: none;
      }*/
}
@media only screen and (max-width: 767px) {
  .type-category #content h1 {
    -ms-flex-order: -3 !important;
        order: -3 !important;
  }
}
.type-category .products-inline .name {
  color: #000;
}
.type-category .subcategories {
  margin-bottom: 20px;
  margin: 15px -6px 15px -6px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: -1 !important;
      order: -1 !important;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories {
    margin: 15px -5px 15px -5px;
  }
}
.type-category .subcategories li {
  width: 20%;
  padding: 6px;
}
@media only screen and (max-width: 1200px) {
  .type-category .subcategories li {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .type-category .subcategories li {
    width: 33.333%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .type-category .subcategories li {
    width: 50%;
  }
}
.type-category .subcategories li a {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: none;
  color: #000;
  font-size: 1em;
  padding: 8px 10px 12px 10px;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  text-align: left;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}
.type-category .subcategories li a .image {
  width: 98%;
  max-width: 140px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 8px;
}
.type-category .subcategories li a .image img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}
.type-category .subcategories li a .text {
  font-weight: 700;
  width: 100%;
  padding-left: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95em;
  margin-top: 0;
  line-height: 1.3em;
}
.type-category .subcategories li a:hover {
  border-color: #BA0101;
}
.type-category .subcategories li a:hover .text {
  text-decoration: none;
}
.type-category .subcategories li a:hover:after {
  display: none;
}
.type-category .subcategories li a:before {
  /*content: '\e910';
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0px;
          width: 22px;
          height: 22px;
          font-size: 8px;
          color: #3d3d3d;
          line-height: 0;
          background: #e7e7e7;
          border-radius: 30px;
          font-weight: 400;*/
  display: none;
}
.products-block {
  margin: 0 -10px;
  width: calc(100% + 20px);
  /*@media @mobile-land {
    width: calc(~'100% + 10px');
  }*/
}
.products-block.glider {
  scrollbar-width: none;
}
@media (max-width: 1440px) {
  .products-block.slick-slider.products.carousel {
    padding: 0 55px 1px 55px!important;
  }
}
.products-block .product {
  position: relative;
  padding: 0px 0px 18px 0px !important;
  background: #fff;
  transition: 0.3s;
  border-radius: 0;
  border: none !important;
  margin: 0 10px 20px 10px;
  border-radius: 5px;
  /*@media @mobile-land {
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    }*/
}
.products-block .product:not(.slick-slide) {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 1200px) {
  .products-block .product:not(.slick-slide) {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product:not(.slick-slide) {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 550px) {
  .products-block .product:not(.slick-slide) {
    width: calc(50% - 20px);
  }
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-in {
    /*.p-desc {
          display: none !important;
        }*/
  }
  .products-block .product .p-in .name {
    font-size: 1em !important;
    line-height: 1.4em;
    max-height: 46px !important;
    -webkit-line-clamp: 3 !important;
  }
}
.products-block .product .image {
  margin-bottom: 15px;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding-top: 12px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.products-block .product .image .old-price-line {
  background: rgba(209, 3, 3, 0.7);
  color: #fff;
  padding: 7px 0;
  font-size: 0.9em;
  letter-spacing: 0.1px;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 500;
  bottom: 0;
}
.products-block .product .image .product-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s;
  opacity: 0;
  padding-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .image .product-buttons {
    display: none !important;
  }
}
.products-block .product .image .product-buttons .button {
  width: 85px;
  height: 88px;
  background: #fff;
  min-width: inherit;
  text-align: center;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 10px;
  padding-top: 57px;
  transition: 0.3s;
  margin: 4px;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  transform: scale(0.5);
  border-radius: 20px;
}
.products-block .product .image .product-buttons .button:before {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  content: '';
}
.products-block .product .image .product-buttons .button.cart {
  background: #fff;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.cart:hover {
  background: #f2f2f2;
}
.products-block .product .image .product-buttons .button.cart:before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/cart-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail {
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.detail:before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/eye2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail:hover {
  background: #f2f2f2;
}
.products-block .product:hover {
  border-radius: 5px;
}
.products-block .product:hover .image .product-buttons {
  opacity: 1;
}
.products-block .product:hover .image .product-buttons .button {
  transform: scale(1);
}
.products-block .product:hover .p-desc {
  opacity: 1;
}
.products-block .product .widget-parameter-wrapper {
  margin-top: auto;
  padding-top: 13px;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;*/
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 2px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper {
    margin-top: 0;
    padding-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: auto;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more {
  color: #000;
  margin-top: 3px;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more span {
  font-size: 12px !important;
  display: block;
  color: #000;
  padding: 0 3px;
}
.products-block .product .widget-parameter-wrapper.more-visible .widget-parameter-more {
  display: block !important;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  min-width: 29px;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  margin-right: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #F1F1F1;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-value a {
    padding: 5px 4px;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a:hover {
  background: #F1F1F1;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.products-block .product .stars-wrapper {
  display: none;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -7px;
  right: 20px;
  /* @media @tablet-600 {
         left: 50%;
         top: -8px;
         transform: translateX(-50%);
         height: 20px;
       }*/
}
.products-block .product .stars-placeholder .stars,
.products-block .product .p .stars-wrapper .stars {
  width: 70px;
}
.products-block .product .stars-placeholder .stars .star,
.products-block .product .p .stars-wrapper .stars .star {
  width: 14px;
}
.products-block .product .flag-discount {
  margin-left: 0;
}
.products-block .product .image img {
  opacity: 1;
  transition: 0.3s;
}
.products-block .product .p-code {
  padding: 1px 6px;
  background: #f5f5f4;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75em;
  color: #a7a7a7;
  right: 10px;
  top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-code {
    display: none;
  }
}
.products-block .product.slick-slide {
  padding: 0 10px;
}
.products-block .product .p-bottom {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-block .product .p-in {
  position: relative;
  background: transparent;
  padding: 10px 30px 0px 30px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1440px) {
  .products-block .product .p-in {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-in {
    padding: 0;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-list {
  /*width: 100%;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-list {
    max-height: 23px;
    overflow: hidden;
  }
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags.flags-default {
  left: 10px;
  text-align: right;
  width: auto;
  top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .products-block .product .flags.flags-default {
    left: 10px;
    top: 0px;
  }
}
.products-block .product .flags.flags-default .flag {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  width: auto;
  height: auto;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin-right: 5px;
  /*@media @mobile-land {
            width: 50px;
            height: 50px;
            font-size: 10px;
          }*/
}
.products-block .product .flags.flags-default .flag.flag-action {
  background: #054B84;
}
.products-block .product .flags.flags-extra {
  position: absolute;
  top: 0;
  right: 10px;
  left: inherit;
  display: -ms-flexbox;
  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;
  width: 40px;
  height: 40px;
  font-size: 1em;
  background: #C70000;
  color: #fff;
  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: 12px;
  font-weight: 400;
}
.products-block .product .flags.flags-extra .flag span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags.flags-extra .flag {
    width: 45px;
    height: 45px;
    margin: 0;
    right: -5px;
    opacity: 0.8;
  }
  .products-block .product .flags.flags-extra .flag > span {
    display: none;
  }
  .products-block .product .flags.flags-extra .flag > span.price-save {
    display: block;
    font-size: 11px !important;
    letter-spacing: 0px;
  }
  .products-block .product .flags.flags-extra .flag > span.icon-van {
    display: block;
    font-size: 20px;
  }
}
.products-block .product .stars {
  margin-bottom: 10px;
}
.products-block .product .p {
  position: relative;
  border: none;
}
.products-block .product .p .name {
  font-weight: 700;
  color: #393939;
  text-decoration: none;
  height: auto;
  max-height: 40px;
  opacity: 1;
  margin: 5px auto;
  font-family: 'Mulish', sans-serif !important;
  text-align: center !important;
  width: 100%;
  text-transform: none;
  display: block;
  min-height: 20px;
  font-size: 1em;
  letter-spacing: 0.2px;
  line-height: 1.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* @media @tablet-min {
           &:after {
             width: 88px;
             height: 88px;
             position: absolute;
             left: 50%;
             transform: translateX(-50%);
             margin-left: 50px;
             content: 'Detail' !important;
             font-family: "Inter", sans-serif;
             background: #fff;
             color: @mainText;
             text-align: center;
             padding-top: 55px;
             border-radius: 10px;
             background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/eye.svg);
             background-size: 32px;
             background-repeat: no-repeat;
             background-position: center top 17px;
             bottom: calc(~'100% + 30px');
             font-size: 10px;
             font-weight: 600;
             display: none !important;

             !*&:hover {
               background-color: #f2f2f2;
             }*!
           }
         }*/
  /*@media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
          min-height: 40px;
        }*/
}
.products-block .product .p .name:hover {
  text-decoration: underline;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p .name {
    max-height: 33px;
  }
}
.products-block .product .ratings-wrapper {
  width: 100%;
  padding: 0;
  min-height: 0;
}
.products-block .product .p-bottom .prices,
.products-block .product .p-bottom .p-tools {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.products-block .product .availability {
  text-align: center;
  line-height: 1.1em;
  font-size: 14px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0px;
  max-width: 100%;
  margin-top: 5px;
  margin: 0 auto;
  -ms-flex-pack: end;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
  -ms-flex-order: -1;
  order: -1;
  /* @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: 480px) {
  .products-block .product .availability {
    font-size: 0.8em;
  }
}
.products-block .product .availability span {
  font-weight: 700;
}
.products-block .product .availability span[style="color:#009901"] {
  color: #6AB868 !important;
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .availability span[style="color:#6AB868"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*&:before {
          width: 20px;
          height: 20px;
          content: '';
          margin-right: 5px;
          display: inline-block;
          background: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/box.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          position: relative;
          top: 0px;
          min-width: 20px;
        }*/
}
.products-block .product .availability span[style="color:#FB5D5D"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*&:before {
          width: 20px;
          height: 20px;
          content: '';
          margin-right: 5px;
          display: inline-block;
          background: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/box-red.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          position: relative;
          top: 0px;
          min-width: 20px;
        }*/
}
.products-block .product .p-desc {
  -ms-flex-order: -1;
      order: -1;
  font-size: 13px;
  opacity: 1;
  font-weight: 300;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0.2px;
  color: #fff;
  padding: 10px 15px 10px 15px;
  margin: 0;
  line-height: 1.45em;
  background: #7d297ec9;
  margin-bottom: auto;
  margin-bottom: 0;
  max-height: inherit;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-desc {
    display: none;
  }
}
.products-block .product .prices {
  -ms-flex-order: 2;
      order: 2;
  padding: 0px;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  margin-bottom: 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: inherit;
  margin-top: 13px;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 0px;
  width: 100%;
  margin: 15px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  /*.old-price + .price-final {
        strong {
          color: #EF5B5B;
        }
      }*/
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices {
    margin-bottom: 10px;
  }
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #787878;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1px;
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices .price-additional {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-additional {
    font-size: 0.7em;
  }
}
.products-block .product .prices .price,
.products-block .product .prices .price strong {
  text-transform: none;
}
.products-block .product .prices .price-save {
  display: none;
}
.products-block .product .prices .old-price {
  color: #000;
  margin-left: 0px;
  text-decoration: line-through;
  font-weight: 400;
  padding-top: 1px;
  font-size: 0.9em;
  margin-right: 10px;
}
.products-block .product .prices .price-final {
  margin-bottom: 0;
  -ms-flex-order: 1;
      order: 1;
}
.products-block .product .prices .price-final strong {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.4em;
  color: #393939;
  font-family: 'Mulish', sans-serif !important;
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-final strong {
    font-size: 1.3em;
  }
}
.products-block .product .stars-placeholder {
  position: absolute;
  top: -15px;
}
.products-block .product .flags-default .flag {
  font-weight: 600;
  max-width: 165px;
  font-size: 12px !important;
}
.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 {
  border-radius: 30px;
  font-weight: 600;
  padding: 9px 20px;
  font-size: 0.85em;
  background: #BA0101;
  transition: 0.3s;
  border: none !important;
  text-transform: uppercase;
  /*width: calc(~'100% - 95px');*/
  max-width: 120px;
}
@media (max-width: 650px) {
  .products-block .product button,
  .products-block .product .btn {
    width: 100%;
  }
}
.products-block .product button:before,
.products-block .product .btn:before {
  display: none;
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #a60101;
  color: #fff;
}
.products-block .product a.btn {
  width: 100%;
  margin: 0 auto;
}
.products-block .product .quantity {
  padding: 0;
  width: 100px;
  height: 36px;
  margin: 0;
  border-radius: 40px;
  margin-right: 10px;
  position: relative;
  border: none;
  display: none;
}
@media (max-width: 1440px) {
  .products-block .product .quantity {
    width: 100px;
  }
}
@media (max-width: 650px) {
  .products-block .product .quantity {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.products-block .product .quantity[title="Produkt obsahuje varianty"] {
  display: none;
}
.products-block .product .quantity .increase {
  position: absolute;
  right: 0px;
  left: inherit;
  top: 0px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 30px;
  background: #EFEFEF !important;
  opacity: 1;
}
.products-block .product .quantity .increase:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-left.svg?v9);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  transform: rotate(-180deg);
}
.products-block .product .quantity .increase:hover {
  background: #ccc;
}
.products-block .product .quantity .increase:hover:before {
  opacity: 1 !important;
}
.products-block .product .quantity .decrease {
  position: absolute;
  left: 0px;
  right: inherit;
  width: 36px;
  top: 0px;
  height: 36px;
  border: none;
  border-radius: 30px;
  background: #EFEFEF !important;
  opacity: 1;
}
.products-block .product .quantity .decrease:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-left.svg?v9);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.products-block .product .quantity .decrease:hover {
  background: #ccc;
}
.products-block .product .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.products-block .product .quantity input {
  width: 100px;
  height: 38px;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 1.3em;
}
.products-block .product.single-btn .p .name:after {
  display: none !important;
}
.products-block .product .p-tools {
  -ms-flex-order: 3;
      order: 3;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
}
.products-block .product .p-tools form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 650px) {
  .products-block .product .p-tools form {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-tools {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}
.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/airsoft/v2/img/arr-right.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
      }

      &:hover {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product button:after {
  display: none;
}
.products-block .product .p-bottom > div {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-bottom > div {
    width: 100%;
  }
}
.products-block .product:hover {
  height: auto !important;
  /*.p-bottom {
        button, a.btn {
          display: block;
        }
      }*/
  /*button {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product:hover .name:after {
  display: block !important;
}
.products-block .product:hover .image img {
  opacity: 1;
}
.products-block .product.sold-out .image {
  opacity: 0.4;
}
.products-block .product.sold-out .p .name {
  color: #959595;
}
.products-block .product.sold-out .prices .price-final strong,
.products-block .product.sold-out .prices .price-additional {
  color: #959595;
}
.products-block .product.sold-out a.btn,
.products-block .product.sold-out button {
  background: #cbcbcb;
}
body .overall-wrapper .products-block .product {
  border-right-style: none !important;
}
.homepage-products-heading-1 {
  /*@media @tablet-port {
    display: block;
    margin-bottom: -38px !important;
    margin-top: 10px !important;
  }*/
}
.products-block.wide-products .p {
  display: none !important;
}
.products-block.wide-products .p-load .price-line {
  margin-top: 0;
}
.products-block.wide-products .p-load .price-line .price-line {
  margin: 0;
}
.products-block.wide-products .p-load .availability-value {
  font-size: 1.2em;
}
.products-block.wide-products .p-load .social-buttons-wrapper {
  display: none;
}
.products-block.wide-products .p-load a[href="#description"] {
  display: none;
}
.products-block.wide-products .p-load .p-final-price-wrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 3em;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 2.5em;
    margin-top: 20px;
  }
}
.products-block.wide-products .p-load .p-detail-inner-header,
.products-block.wide-products .p-load .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper),
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) {
  color: #000;
  font-size: 0;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper) a,
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.products-block.wide-products .p-load .p-detail-inner-header .stars-label,
.products-block.wide-products .p-load .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
  margin-top: 1px;
}
.products-block.wide-products .p-load .p-short-description {
  line-height: 1.6em;
  color: #000;
  font-weight: 300;
  font-size: 1.1em;
}
.products-block.wide-products .p-load .p-detail-info {
  margin-bottom: 5px;
}
.products-block.wide-products .p-load .detail-parameters,
.products-block.wide-products .p-load .p-thumbnails-wrapper {
  display: none;
}
.products-block.wide-products .p-load .p-image {
  margin-bottom: 0;
}
.products-block.wide-products .p-load .product-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load .p-detail-inner .p-detail-inner-header h1 {
    font-size: 2.2em;
  }
}
.products-block.wide-products .p-load .p-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.products-block.wide-products .p-load .p-info-wrapper > * {
  -ms-flex-order: 1;
      order: 1;
}
.products-block.wide-products .p-load .p-info-wrapper .p-short-description {
  -ms-flex-order: 2;
      order: 2;
}
.products-block.wide-products .p-load .p-info-wrapper .p-final-price-wrapper,
.products-block.wide-products .p-load .p-info-wrapper .availability-value,
.products-block.wide-products .p-load .p-info-wrapper .add-to-cart {
  -ms-flex-order: 3;
      order: 3;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load button,
  .products-block.wide-products .p-load .btn {
    margin: 0;
    background: #A9C83E !important;
    width: auto !important;
    padding: 0 20px !important;
  }
}
.products-block.wide-products .p-load .p-detail-inner .add-to-cart button {
  position: relative;
  color: #fff !important;
  left: inherit;
  transform: none;
  margin-left: 0;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1540px) {
  .columns-4 .products-block > div {
    width: 20%;
  }
}
.products {
  /*@media (max-width: 1250px) {
    &.slick-slider {
      padding-bottom: 40px !important;
    }

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

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

  @media (max-width: 400px) {
    .slick-arrow {
      bottom: 13px;
    }
  }*/
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 15px 0 !important;
}
.products .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.products .slick-list .slick-track .product {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .products .slick-list {
    margin: 0 !important;
    padding-bottom: 15px !important;
  }
}
.products .slick-list .product {
  margin-bottom: 0 !important;
}
.products.wide-products {
  position: relative;
  margin-top: 40px;
  /*@media @tablet-port {
      .slick-arrow {
        margin: 0;
        left: initial;
        transform: none;
        z-index: 2;
        top: 75vw;

        &.slick-prev {
          left: 8px;
        }
        &.slick-next {
          right: 8px;
        }
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .products.wide-products {
    margin-top: 0;
    padding-top: 0;
    margin-top: -30px;
  }
}
.products.wide-products .product:hover {
  box-shadow: none;
}
.products.wide-products .slick-prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-prev {
    top: 0;
    transform: none;
    left: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-prev:hover {
  opacity: 1;
}
.products.wide-products .slick-prev.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-prev.slick-disabled:hover {
  opacity: 0.2;
}
.products.wide-products .slick-next {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  left: inherit;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-next {
    top: 0;
    transform: none;
    right: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-next:hover {
  opacity: 1;
}
.products.wide-products .slick-next.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-next.slick-disabled:hover {
  opacity: 0.2;
}
.type-index .products.products-block .product:not(.slick-slide) {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 992px) {
  .type-index .products.products-block .product:not(.slick-slide) {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 550px) {
  .type-index .products.products-block .product:not(.slick-slide) {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .in-airsoft .carousel .slick-arrow {
    top: inherit !important;
    transform: none !important;
    bottom: -34px !important;
  }
}
.products .slick-dots,
.blog-posts .slick-dots,
.fav-categories .slick-dots,
.next-to-carousel-banners .slick-dots,
.hp-ratings .slick-dots,
.in-airsoft .carousel .slick-dots,
.products .glider-dots,
.blog-posts .glider-dots,
.fav-categories .glider-dots,
.next-to-carousel-banners .glider-dots,
.hp-ratings .glider-dots,
.in-airsoft .carousel .glider-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .products .slick-dots,
  .blog-posts .slick-dots,
  .fav-categories .slick-dots,
  .next-to-carousel-banners .slick-dots,
  .hp-ratings .slick-dots,
  .in-airsoft .carousel .slick-dots,
  .products .glider-dots,
  .blog-posts .glider-dots,
  .fav-categories .glider-dots,
  .next-to-carousel-banners .glider-dots,
  .hp-ratings .glider-dots,
  .in-airsoft .carousel .glider-dots {
    margin-top: 0;
  }
}
.products .slick-dots button,
.blog-posts .slick-dots button,
.fav-categories .slick-dots button,
.next-to-carousel-banners .slick-dots button,
.hp-ratings .slick-dots button,
.in-airsoft .carousel .slick-dots button,
.products .glider-dots button,
.blog-posts .glider-dots button,
.fav-categories .glider-dots button,
.next-to-carousel-banners .glider-dots button,
.hp-ratings .glider-dots button,
.in-airsoft .carousel .glider-dots button {
  font-size: 0;
  width: 10px;
  max-width: 10px;
  padding: 0;
  height: 10px;
  margin: 0 10px;
  background: #CDCDCD;
  border-radius: 20px;
  border: none;
}
.products .slick-dots button.active,
.blog-posts .slick-dots button.active,
.fav-categories .slick-dots button.active,
.next-to-carousel-banners .slick-dots button.active,
.hp-ratings .slick-dots button.active,
.in-airsoft .carousel .slick-dots button.active,
.products .glider-dots button.active,
.blog-posts .glider-dots button.active,
.fav-categories .glider-dots button.active,
.next-to-carousel-banners .glider-dots button.active,
.hp-ratings .glider-dots button.active,
.in-airsoft .carousel .glider-dots button.active {
  background: #CF6628;
}
.products .slick-dots li,
.blog-posts .slick-dots li,
.fav-categories .slick-dots li,
.next-to-carousel-banners .slick-dots li,
.hp-ratings .slick-dots li,
.in-airsoft .carousel .slick-dots li,
.products .glider-dots li,
.blog-posts .glider-dots li,
.fav-categories .glider-dots li,
.next-to-carousel-banners .glider-dots li,
.hp-ratings .glider-dots li,
.in-airsoft .carousel .glider-dots li {
  padding: 0;
}
.products .slick-dots li.slick-active button,
.blog-posts .slick-dots li.slick-active button,
.fav-categories .slick-dots li.slick-active button,
.next-to-carousel-banners .slick-dots li.slick-active button,
.hp-ratings .slick-dots li.slick-active button,
.in-airsoft .carousel .slick-dots li.slick-active button,
.products .glider-dots li.slick-active button,
.blog-posts .glider-dots li.slick-active button,
.fav-categories .glider-dots li.slick-active button,
.next-to-carousel-banners .glider-dots li.slick-active button,
.hp-ratings .glider-dots li.slick-active button,
.in-airsoft .carousel .glider-dots li.slick-active button {
  background: #000;
}
.products .slick-arrow,
.blog-posts .slick-arrow,
.fav-categories .slick-arrow,
.next-to-carousel-banners .slick-arrow,
.hp-ratings .slick-arrow,
.in-airsoft .carousel .slick-arrow {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 350px;
  content: "";
  background-color: transparent !important;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 46px;
  height: 46px;
  border-radius: 50px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-right.svg?v9);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  border-radius: 40px;
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);*/
  z-index: 1;
}
.products .slick-arrow.slick-disabled,
.blog-posts .slick-arrow.slick-disabled,
.fav-categories .slick-arrow.slick-disabled,
.next-to-carousel-banners .slick-arrow.slick-disabled,
.hp-ratings .slick-arrow.slick-disabled,
.in-airsoft .carousel .slick-arrow.slick-disabled,
.products .slick-arrow.disabled,
.blog-posts .slick-arrow.disabled,
.fav-categories .slick-arrow.disabled,
.next-to-carousel-banners .slick-arrow.disabled,
.hp-ratings .slick-arrow.disabled,
.in-airsoft .carousel .slick-arrow.disabled {
  border-color: #fff !important;
  opacity: 0.1 !important;
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover,
.fav-categories .slick-arrow:hover,
.next-to-carousel-banners .slick-arrow:hover,
.hp-ratings .slick-arrow:hover,
.in-airsoft .carousel .slick-arrow:hover {
  background-color: transparent;
  opacity: 1;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-arrow,
  .blog-posts .slick-arrow,
  .fav-categories .slick-arrow,
  .next-to-carousel-banners .slick-arrow,
  .hp-ratings .slick-arrow,
  .in-airsoft .carousel .slick-arrow {
    margin-left: 150px;
    top: -38px;
  }
}
@media only screen and (max-width: 480px) {
  .products .slick-arrow,
  .blog-posts .slick-arrow,
  .fav-categories .slick-arrow,
  .next-to-carousel-banners .slick-arrow,
  .hp-ratings .slick-arrow,
  .in-airsoft .carousel .slick-arrow {
    margin-left: 135px;
    top: -38px;
  }
}
.products.carousel + .browse-p,
.blog-posts.carousel + .browse-p,
.fav-categories.carousel + .browse-p,
.next-to-carousel-banners.carousel + .browse-p,
.hp-ratings.carousel + .browse-p,
.in-airsoft .carousel.carousel + .browse-p {
  display: none !important;
}
.products.products-block.slick-slider,
.blog-posts.products-block.slick-slider,
.fav-categories.products-block.slick-slider,
.next-to-carousel-banners.products-block.slick-slider,
.hp-ratings.products-block.slick-slider,
.in-airsoft .carousel.products-block.slick-slider,
.products .news-wrapper,
.blog-posts .news-wrapper,
.fav-categories .news-wrapper,
.next-to-carousel-banners .news-wrapper,
.hp-ratings .news-wrapper,
.in-airsoft .carousel .news-wrapper {
  padding: 0px 0 30px !important;
}
@media (max-width: 1600px) {
  .products.products-block.slick-slider,
  .blog-posts.products-block.slick-slider,
  .fav-categories.products-block.slick-slider,
  .next-to-carousel-banners.products-block.slick-slider,
  .hp-ratings.products-block.slick-slider,
  .in-airsoft .carousel.products-block.slick-slider,
  .products .news-wrapper,
  .blog-posts .news-wrapper,
  .fav-categories .news-wrapper,
  .next-to-carousel-banners .news-wrapper,
  .hp-ratings .news-wrapper,
  .in-airsoft .carousel .news-wrapper {
    padding: 0 40px !important;
  }
}
.products .slick-prev,
.blog-posts .slick-prev,
.fav-categories .slick-prev,
.next-to-carousel-banners .slick-prev,
.hp-ratings .slick-prev,
.in-airsoft .carousel .slick-prev {
  left: 50%;
  margin-left: -350px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-right.svg?v9);
  background-size: 34px;
  left: -55px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  margin: 0;
  /*@media @tablet-port {
      margin-left: -150px;
    }

    @media @mobile-land {
      margin-left: -135px;
    }*/
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
@media (max-width: 1600px) {
  .products .slick-prev,
  .blog-posts .slick-prev,
  .fav-categories .slick-prev,
  .next-to-carousel-banners .slick-prev,
  .hp-ratings .slick-prev,
  .in-airsoft .carousel .slick-prev {
    left: 0px;
  }
}
.products .slick-next,
.blog-posts .slick-next,
.fav-categories .slick-next,
.next-to-carousel-banners .slick-next,
.hp-ratings .slick-next,
.in-airsoft .carousel .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: inherit;
}
@media (max-width: 1600px) {
  .products .slick-next,
  .blog-posts .slick-next,
  .fav-categories .slick-next,
  .next-to-carousel-banners .slick-next,
  .hp-ratings .slick-next,
  .in-airsoft .carousel .slick-next {
    right: 0px;
  }
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover,
.fav-categories .slick-arrow:hover,
.next-to-carousel-banners .slick-arrow:hover,
.hp-ratings .slick-arrow:hover,
.in-airsoft .carousel .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.products-1-wrap .slick-dots,
.products-2-wrap .slick-dots,
.products-3-wrap .slick-dots,
.products-cats-wrap .slick-dots,
.products-rel-wrap .slick-dots,
.products-alt-wrap .slick-dots,
.products-1-wrap .glider-dots,
.products-2-wrap .glider-dots,
.products-3-wrap .glider-dots,
.products-cats-wrap .glider-dots,
.products-rel-wrap .glider-dots,
.products-alt-wrap .glider-dots {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .products-1-wrap .slick-dots,
  .products-2-wrap .slick-dots,
  .products-3-wrap .slick-dots,
  .products-cats-wrap .slick-dots,
  .products-rel-wrap .slick-dots,
  .products-alt-wrap .slick-dots,
  .products-1-wrap .glider-dots,
  .products-2-wrap .glider-dots,
  .products-3-wrap .glider-dots,
  .products-cats-wrap .glider-dots,
  .products-rel-wrap .glider-dots,
  .products-alt-wrap .glider-dots {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .products-1-wrap .slick-dots,
  .products-2-wrap .slick-dots,
  .products-3-wrap .slick-dots,
  .products-cats-wrap .slick-dots,
  .products-rel-wrap .slick-dots,
  .products-alt-wrap .slick-dots,
  .products-1-wrap .glider-dots,
  .products-2-wrap .glider-dots,
  .products-3-wrap .glider-dots,
  .products-cats-wrap .glider-dots,
  .products-rel-wrap .glider-dots,
  .products-alt-wrap .glider-dots {
    display: none !important;
  }
}
.products-1-wrap .slick-dots button,
.products-2-wrap .slick-dots button,
.products-3-wrap .slick-dots button,
.products-cats-wrap .slick-dots button,
.products-rel-wrap .slick-dots button,
.products-alt-wrap .slick-dots button,
.products-1-wrap .glider-dots button,
.products-2-wrap .glider-dots button,
.products-3-wrap .glider-dots button,
.products-cats-wrap .glider-dots button,
.products-rel-wrap .glider-dots button,
.products-alt-wrap .glider-dots button {
  background: #EAEAEA;
}
.products-1-wrap .slick-arrow,
.products-2-wrap .slick-arrow,
.products-3-wrap .slick-arrow,
.products-cats-wrap .slick-arrow,
.products-rel-wrap .slick-arrow,
.products-alt-wrap .slick-arrow {
  /*@media @mobile-land {
      display: none !important;
    }*/
}
@media only screen and (max-width: 767px) {
  .products-block.products > div {
    padding: 0px;
  }
}
#category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#category-header > div {
  color: #141414;
  /*display: none;*/
}
.category-header {
  background: transparent;
  padding: 1px 2px 0 2px;
  margin-bottom: 20px;
  /*fieldset {
    label[for="order1"] {
      padding-left: 0 !important;
    }
  }*/
}
.category-header label {
  color: #000 !important;
  font-weight: 400;
  padding: 14px 18px !important;
  font-size: 15px !important;
  border-right: none;
  background: transparent !important;
  text-decoration: underline !important;
  /*@media @tablet-min {
      padding: 14px 25px !important;
      font-size: 15px !important;
      border-right: 2px solid #fff;
    }*/
}
@media only screen and (max-width: 480px) {
  .category-header label {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
.category-header label:hover {
  color: #000 !important;
}
.category-header input[type="radio"] + label {
  color: #000;
  text-decoration: none;
}
.category-header input[type="radio"] + label:hover {
  color: #CF6628;
}
.category-header input[type="radio"]:checked + label {
  color: #000 !important;
  text-decoration: none !important;
}
.category-header input[value="name"] + label {
  display: none !important;
}
/*.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: @mainText !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 13px 25px !important;
    position: relative;
    font-weight: 400;
    z-index: 1;

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

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

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

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

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

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

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

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

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

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

    &.hovered {
      height: auto;
    }
  }
}*/
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #BA0101 !important;
  border: none !important;
  text-transform: none;
  font-family: Inter !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: @mainText !important;
    border: 2px solid #d6d8d9 !important;
    text-transform: none;
    font-weight: 500;
    padding: 11px 15px;
    margin-top: 3px;
    border-radius: 0;
    letter-spacing: 0.5px;

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

    &:hover {
      box-shadow: none;
      border-color: @mainText !important;
      background: transparent;
    }
  }
}*/
.pagination-wrapper {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination-top {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination {
    margin-top: 20px;
  }
}
.pagination-wrapper .pagination-loader {
  margin-bottom: 0 !important;
}
.pagination-wrapper .load-products {
  background: transparent;
  letter-spacing: 0;
  border-radius: 5px;
  border: 3px solid #BA0101;
  font-size: 0.9em;
  text-transform: none !important;
  font-weight: 700 !important;
  padding: 13px 15px 12px 15px;
  height: auto;
  min-height: auto;
  line-height: 1em;
  width: 200px;
  color: #000;
}
.pagination-wrapper .load-products:hover {
  background: #BA0101;
  color: #fff;
  border-color: #BA0101;
}
.pagination-wrapper .pagination a {
  color: #000;
}
.pagination-wrapper .pagination-top strong {
  display: none;
}
.pagination-wrapper .pagination-top a {
  border: none;
  background: transparent;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5px;
  margin: 0;
}
.pagination-wrapper .pagination-top a:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arrow-top.svg);
  background-size: 28px;
  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 > a,
.pagination-wrapper .pagination-top > a,
.pagination-wrapper .pagination > strong,
.pagination-wrapper .pagination-top > strong {
  font-size: 18px;
}
.pagination-wrapper .pagination .next.pagination-link,
.pagination-wrapper .pagination .prev.pagination-link {
  border: none;
  background: transparent;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5px;
  padding-top: 3px;
  margin: 0;
}
.pagination-wrapper .pagination .next.pagination-link:before,
.pagination-wrapper .pagination .prev.pagination-link:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arrow-right.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -2px;
}
.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);
}
.in-znojemske-pivo .category-top > h4,
.in-specialy .category-top > h4,
.in-lezaky .category-top > h4,
.in-znojemske-pivo .category-top #productsTop,
.in-specialy .category-top #productsTop,
.in-lezaky .category-top #productsTop {
  display: none;
}
.products-block .product .flags.flags-default .flag.flag-ethiopia,
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag.flag-ethiopia,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag.flag-ethiopia,
.type-detail .flags-default .flag.flag-ethiopia {
  font-size: 0 !important;
  background-color: transparent !important;
  width: 60px;
  height: 40px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/ethiopia.png?v2);
  background-size: 60px;
  min-width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags.flags-default .flag.flag-ethiopia,
  .type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag.flag-ethiopia,
  .type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag.flag-ethiopia,
  .type-detail .flags-default .flag.flag-ethiopia {
    width: 40px;
    background-size: 40px;
    min-width: 40px;
  }
}
.products-block .product .flags.flags-default .flag.flag-tanzania,
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag.flag-tanzania,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag.flag-tanzania,
.type-detail .flags-default .flag.flag-tanzania {
  font-size: 0 !important;
  background-color: transparent !important;
  width: 60px;
  height: 40px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/tanzania.png?v2);
  background-size: 60px;
  min-width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags.flags-default .flag.flag-tanzania,
  .type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag.flag-tanzania,
  .type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag.flag-tanzania,
  .type-detail .flags-default .flag.flag-tanzania {
    width: 40px;
    background-size: 40px;
    min-width: 40px;
  }
}
.products-block .product .flags.flags-default .flag.flag-uganda,
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag.flag-uganda,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag.flag-uganda,
.type-detail .flags-default .flag.flag-uganda {
  font-size: 0 !important;
  background-color: transparent !important;
  width: 60px;
  height: 40px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/uganda.png?v2);
  background-size: 60px;
  min-width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags.flags-default .flag.flag-uganda,
  .type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag.flag-uganda,
  .type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag.flag-uganda,
  .type-detail .flags-default .flag.flag-uganda {
    width: 40px;
    background-size: 40px;
    min-width: 40px;
  }
}
.category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
  padding-left: 20px;
  padding-right: 15px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .category-header {
    padding-left: 142px;
    border: none;
  }
}
.category-header label {
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 7px 20px 7px 50px !important;
  position: relative;
  font-weight: 400;
  z-index: 1;
}
.category-header label:before {
  display: none !important;
}
.category-header form {
  position: relative;
  height: 35px;
  overflow: visible;
  margin: 5px 0;
  /*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*/
}
@media only screen and (max-width: 480px) {
  .category-header form {
    width: 100%;
  }
}
.category-header > div {
  padding: 0 0 0 25px !important;
  color: #b0b2b3;
  letter-spacing: 0px;
  -ms-flex: inherit;
      flex: inherit;
}
.category-header fieldset {
  overflow: hidden;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 400px;
  width: 190px;
  padding-top: 34px;
  height: 34px;
  z-index: 3;
  background-color: #fafafa;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/sort.svg?v2);
  background-position: left 13px top 5px;
  background-size: 24px;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.category-header fieldset:after {
  top: 0;
  left: 0;
  height: 47px;
  /*background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 10px no-repeat !important;*/
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 8px 15px !important;
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: '';
}
.category-header fieldset label {
  font-weight: 500;
  background: transparent;
  text-align: left !important;
}
.category-header fieldset label:hover {
  color: #000 !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 15px center !important;
  background-size: 8px !important;
  background-color: transparent !important;
  color: #000 !important;
  top: 0;
  left: 0;
  border-radius: 25px !important;
  letter-spacing: 0;
  width: 100%;
  height: 34px;
  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: #000;
}
#category-header > div {
  z-index: -1;
  padding-right: 0;
}
.filters-unveil-button-wrapper {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper {
    width: 100%;
    margin-top: -55px;
    margin-bottom: 10px !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper {
    padding-left: 0;
  }
}
.filters-unveil-button-wrapper a {
  width: 189px !important;
  color: #000 !important;
  text-transform: none;
  font-weight: 500;
  padding: 8px 30px 9px 48px;
  letter-spacing: 0.5px;
  border: none !important;
  border-radius: 100px !important;
  background-color: #fff !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/filters.svg?v2) !important;
  background-position: left 13px top 9px !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper a {
    background-position: left 0px top 9px !important;
    padding-left: 34px;
  }
}
.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/airsoft/v2/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: #CF6628 !important;
  background-color: #fff !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/filters.svg?v2) !important;
  background-position: left 13px top 9px !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper a:hover {
    background-position: left 0px top 9px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process {
    /*padding-top: 75px !important;*/
  }
  .ordering-process .next-step-back {
    display: none !important;
  }
  .ordering-process .top-navigation-bar {
    position: fixed;
  }
}
.ordering-process .cart-table .show-related:after {
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.ordering-process.in-kosik .col-md-8 .cart-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.ordering-process.in-kosik .col-md-8 .cart-content .cart-header,
.ordering-process.in-kosik .col-md-8 .cart-content .cart-table {
  -ms-flex-order: -2;
      order: -2;
}
.ordering-process.in-kosik .col-md-8 .cart-content .delivery-time {
  -ms-flex-order: -1;
      order: -1;
  padding-left: 20px;
  color: #243E36;
  margin-bottom: 25px;
  padding-top: 5px;
}
@media only screen and (max-width: 480px) {
  .ordering-process.in-kosik .col-md-8 .cart-content .delivery-time {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ordering-process .top-navigation-bar .top-nav-button {
    right: 0;
  }
}
.ordering-process #content-wrapper {
  max-width: 1320px !important;
  width: 100%;
  padding: 0 20px;
}
.ordering-process .quantity {
  padding: 0;
  width: 118px;
  height: 49px;
  margin: 15px 0;
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.ordering-process .quantity .increase {
  position: absolute;
  right: 8px;
  top: 15px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/plus.svg?v2);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .increase:hover {
  background: #ccc;
}
.ordering-process .quantity .increase:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity .decrease {
  position: absolute;
  left: 8px;
  width: 24px;
  top: 15px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/minus.svg?v2);
  background-size: 24px;
  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: 47px;
  text-align: center;
  font-weight: 600;
  color: #243E36;
  font-size: 1.5em;
}
.cart-inner .mail:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/mail2.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
.cart-inner .tel:before,
.cart-inner .cellphone:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 0px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/phone2.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
.cart-inner .facebook:before {
  width: 26px;
  height: 24px;
  content: '' !important;
  display: inline-block;
  margin-left: -5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/fb.svg?v2);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
.cart-inner .instagram:before {
  width: 26px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: -5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/insta.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1px;
}
.cart-inner .youtube:before {
  width: 26px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/yt.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
.cart-inner li {
  position: relative;
}
.cart-inner li a {
  padding-left: 0px !important;
}
.cart-inner .contact-box {
  display: -ms-flexbox;
  display: flex;
  /*&:before {
      width: 95px;
      height: 32px;
      min-width: 95px;
      content: '';
      position: relative;
      display: inline-block;
      margin-right: 20px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/cbdcko/img/cart-logo.svg?v2);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
    }*/
}
.cart-inner .contact-box a:hover {
  text-decoration: underline;
}
.extras-new {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .extras-new {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 20px;
  }
}
.extras-new .extra {
  font-size: 1em;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  max-width: 48%;
}
@media only screen and (max-width: 480px) {
  .extras-new .extra {
    width: 100%;
    max-width: 100%;
  }
  .extras-new .extra.discount {
    margin-top: 10px;
    padding-left: 50px;
  }
}
.empty-cart-boxes .search fieldset input[type="search"] {
  height: 42px;
  border-radius: 20px;
}
.empty-cart-boxes .search fieldset .search-whisperer {
  border-radius: 20px;
  padding: 10px;
}
.empty-cart-boxes .search fieldset .btn {
  height: 42px;
  border-radius: 0 20px 20px 0;
}
.in-kosik .overall-wrapper {
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
  .in-kosik .cart-inner.cart-empty {
    min-height: 625px;
  }
}
.in-kosik .search-whisperer {
  max-height: 400px;
  overflow: auto;
}
.cart-content .cart-header {
  margin-top: 12px;
}
.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
  font-weight: 400;
}
.extras-new-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.extras-new-wrap .cart-summary {
  width: calc(50% - 24px);
  margin: 0 12px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
  padding: 25px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .extras-new-wrap .cart-summary {
    width: 100%;
    padding-bottom: 5px !important;
  }
}
.extras-new-wrap .cart-summary h4 {
  font-family: 'Mulish', cursive !important;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .extras-new-wrap .cart-summary h4 {
    text-align: left;
    margin-bottom: 20px;
  }
}
.extras-new-wrap .cart-summary h4:before {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/gift.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  margin-bottom: -8px;
}
.extras-new-wrap .extras-new {
  width: calc(50% - 24px);
  margin: 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .extras-new-wrap .extras-new {
    width: 100%;
    margin-top: 15px;
  }
}
.extras-new-wrap .extras-new .extra.discount {
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 20px 75px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
  margin-top: 20px;
}
.extras-new-wrap .extras-new .extra.discount:before {
  left: 25px;
}
.extras-new-wrap .extras-new .extra.discount strong {
  font-weight: 700;
}
.extras-new-wrap .extras-new .extra.discount .price-range {
  margin-top: 10px;
  height: 7px;
  margin-bottom: 0;
}
.extras-new-wrap .extras-new .extra.delivery {
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 20px 75px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
}
.extras-new-wrap .extras-new .extra.delivery:before {
  left: 25px;
}
.extras-new-wrap .extras-new .extra.delivery strong {
  font-weight: 700;
}
.extras-new-wrap .extras-new .extra.delivery .price-range {
  margin-top: 10px;
  height: 7px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .cart-content .discount-coupon form {
    min-width: 240px;
  }
  .cart-content .discount-coupon form input {
    font-size: 1em;
  }
}
.cart-inner.cart-empty {
  background: rgba(250, 212, 0, 0.1);
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cart-inner.cart-empty .btn.back-to-shop {
  margin-top: 20px;
  background: #000;
  color: #fff;
  border-radius: 40px;
  padding: 12px 25px;
  font-weight: 600;
}
.cart-inner.cart-empty .btn.back-to-shop:hover {
  opacity: 0.7;
}
.cart-inner.cart-empty h1 {
  color: #243E36;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0;
}
.cart-inner.cart-empty h1:before {
  position: relative;
  display: block;
  width: 175px;
  height: 175px;
  content: '';
  margin-bottom: 30px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/cart.svg?v8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 175px;
  /*opacity: 0.3;*/
}
.cart-inner.cart-empty .cart-row {
  display: none;
}
.price-wrapper .price.price-primary {
  padding-bottom: 4px;
  position: relative;
  /*&:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: 's DPH';
    font-size: 14px;
    font-weight: 500;
  }*/
}
/*@media @tablet-min {
  .ordering-process {
    .top-navigation-bar .top-nav-button {
      top: 66px;
    }
  }
}*/
@media (min-width: 1200px) {
  .in-kosik .cart-content.summary-wrapper.fixed,
  .in-kosik .cart-row .col-md-4 .cart-content.fixed {
    position: fixed;
    top: 20px;
    width: 422px;
  }
  .cart-items {
    overflow: auto;
    max-height: 250px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table {
    margin: 15px -17px;
    width: calc(100% + 38px);
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: none !important;
    border-bottom: 2px solid #F7F7F9 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    /* align-items: flex-start; */
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 0;
  }
  .cart-table tr td.p-total .p-label {
    display: none !important;
  }
  .cart-table tr:after {
    display: none !important;
  }
  .cart-table tr td.p-name {
    margin-top: 0;
  }
  .cart-table tr td.p-name .main-link {
    font-size: 1.1em;
  }
  .cart-table tr td.p-name .main-link .main-link-variant {
    font-size: 0.8em;
    opacity: 0.7;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .cart-table tr.related.visible {
    border-bottom: 2px solid #F7F7F9 !important;
    padding-right: 5px;
  }
  .cart-table tr.related.visible .cart-related-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-button {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 0;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-button .price {
    text-align: left;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-button .pr-action {
    margin-left: auto;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-img {
    margin-bottom: 0;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-availability {
    line-height: 1.1em;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-name {
    padding-right: 10px;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-availability {
    margin-left: auto;
    padding-right: 2px;
  }
  .cart-table tr.related-visible {
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .p-quantity {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
    margin-left: 10px;
    padding: 0 !important;
    margin-bottom: 15px;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr td,
  .cart-table tr .p-name {
    padding: 12px 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total {
    text-align: right;
    min-width: 150px;
    width: 150px;
    margin-right: 10px;
    -ms-flex-direction: row;
        flex-direction: row;
    position: initial;
    margin-right: 4px;
    text-align: right !important;
  }
  .cart-table tr td.p-total form {
    margin-left: 18px;
    height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .cart-p-image {
    margin-left: 0;
    width: 80px;
    height: auto;
    border-radius: 10px;
    width: 60px !important;
    height: 60px;
    padding: 0 !important;
    -ms-flex: inherit !important;
        flex: inherit !important;
    margin-right: 7px;
    margin-left: 8px;
  }
  .cart-table .cart-p-image a {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .cart-table .cart-p-image a img {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px;
    min-width: auto;
    min-height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related.visible {
    display: block !important;
    max-height: initial;
    animation-name: showup2;
    animation-duration: 1s;
    /* padding: 15px 8px 0;*/
    margin: 15px;
    margin-top: 0;
    /*margin-bottom: 25px;
        border: 1px solid #e9e9e9 !important;*/
  }
  .cart-table .related.visible > td {
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
.cart-table .related .cart-related-button .btn:before {
  display: none;
}
.cart-table .related .cart-related-button .btn:hover {
  background: #CF6628;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cart-table .related > td {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 0 !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    width: auto;
    height: auto;
    max-width: 35px;
    max-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    background: #f9f9f9;
    padding: 5px 20px 5px 15px;
    border-radius: 10px;
    position: relative;
    margin-top: -8px;
    padding: 10px 15px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .p-availability {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .remove-item {
    width: 21px;
    height: 21px;
    min-height: inherit;
    min-width: 21px !important;
    background: transparent;
    border-radius: 0;
    margin-top: -2px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    border: none;
    margin-left: 15px;
    top: 7px;
  }
  .cart-table .remove-item:before {
    background-size: 16px;
  }
}
.cart-table tr {
  position: relative;
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
.cart-table tr.related-visible:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    max-width: 100px;
    min-width: 100px;
    position: absolute;
    left: 140px;
    bottom: 13px;
    width: calc(100% - 155px);
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total form {
    float: right;
    margin-top: -5px;
    /*position: absolute;
            right: 20px;
            bottom: 28px;
            margin: 0;*/
    position: relative;
  }
}
.content-wrapper.latest-contribution-box {
  display: none;
}
.contact-box ul li > span.twitter::before {
  display: none;
}
footer {
  background: #fff;
  margin: 0;
  overflow: hidden;
  color: #000;
  clear: both;
  position: relative;
  padding-top: 40px;
  /*.custom-footer > div.custom-footer__contact {
    border-radius: 10px !important;
    background: #FAF8FA !important;
    padding: 30px !important;

    @media @tablet-port {
      padding: 20px !important;
    }
  }*/
}
footer .socials {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  footer .socials {
    margin-top: 25px;
  }
}
footer .socials a {
  margin-right: 12px !important;
  display: inline-block;
}
footer .footer-socials {
  width: auto;
  -ms-flex-order: -1;
  order: 0;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 50px;
}
@media only screen and (max-width: 480px) {
  footer .footer-socials {
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
    padding-left: 15px;
    margin-bottom: 0;
  }
}
footer .footer-socials .contact-box > strong {
  display: none !important;
}
footer .footer-socials ul {
  display: -ms-flexbox;
  display: flex;
}
footer .footer-socials ul .facebook,
footer .footer-socials ul .instagram,
footer .footer-socials ul .youtube,
footer .footer-socials ul .twitter,
footer .footer-socials ul .tiktok,
footer .footer-socials ul .skype {
  display: block;
}
footer .footer-socials li span {
  display: none;
}
footer .footer-socials a {
  display: inline-block;
  float: left;
  padding-left: 30px !important;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  transition: 0.3s;
  color: transparent !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
footer .footer-socials a:before {
  width: 30px;
  content: '';
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
footer .footer-socials a:hover {
  opacity: 0.4;
}
footer .footer-socials .mail {
  display: none;
}
footer .footer-socials .tel {
  display: none;
}
footer .footer-socials .facebook a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/fb.svg?v4") !important;
  background-size: 29px !important;
}
footer .footer-socials .instagram a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/ig.svg?v4") !important;
  background-size: 29px !important;
}
footer .footer-socials .youtube a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/yt.svg?v2");
  background-size: 29px;
}
footer .footer-socials .twitter a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/twitter.svg?v2");
  background-size: 36px;
}
footer .footer-socials .tiktok a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/tiktok.svg?v4");
  background-size: 18px;
}
footer .footer-socials .skype a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/skype.svg?v3");
  background-size: 22px;
}
footer .footer-contacts {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts {
    margin: 15px 0;
  }
}
footer .footer-contacts strong {
  display: none !important;
}
footer .footer-contacts .contact-box {
  margin-right: 0;
}
footer .footer-contacts .contact-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 450px) {
  footer .footer-contacts .contact-box ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer .footer-contacts .contact-box ul li:first-child {
    margin-bottom: 10px;
  }
}
footer .footer-contacts .contact-box > strong {
  display: none;
}
footer .footer-contacts .contact-box li {
  width: auto;
}
footer .footer-contacts .contact-box li > * {
  display: none;
}
footer .footer-contacts .contact-box li > .mail,
footer .footer-contacts .contact-box li > .tel {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 50px;
}
@media only screen and (max-width: 1200px) {
  footer .footer-contacts .contact-box li > .mail,
  footer .footer-contacts .contact-box li > .tel {
    font-size: 1em;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li > .mail,
  footer .footer-contacts .contact-box li > .tel {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1em;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }
}
footer .footer-contacts .contact-box li > .mail a,
footer .footer-contacts .contact-box li > .tel a {
  margin-bottom: 0;
  font-weight: 500;
  /* padding-bottom: 2px; */
  padding-left: 0 !important;
  font-size: 1em;
  color: #000;
}
footer .footer-contacts .contact-box li > .mail a:hover,
footer .footer-contacts .contact-box li > .tel a:hover {
  color: #BA0101;
}
footer .footer-contacts .contact-box li .mail:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/mail.svg) no-repeat 50%;
  background-size: 36px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .mail:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
footer .footer-contacts .contact-box li .tel:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/phone.svg) no-repeat 50%;
  background-size: 36px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .tel:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
footer .site-name {
  padding-top: 0px;
  padding-bottom: 50px;
  clear: both;
  position: relative !important;
  width: 100%;
  top: 0 !important;
  left: 0px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100% !important;
}
@media only screen and (max-width: 992px) {
  footer .site-name {
    padding-top: 40px;
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  footer .site-name {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    padding: 0;
  }
}
footer .site-name > a {
  margin: 0;
}
footer .site-name > a img {
  max-width: 250px;
  max-height: 120px;
  height: auto;
  max-width: inherit;
  /*filter: grayscale(1) brightness(0);*/
}
@media only screen and (max-width: 767px) {
  footer .site-name > a img {
    margin-bottom: 15px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 15px;
  }
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .banner-wrapper {
  margin-top: 0;
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 15px;
  color: #7C7C7C !important;
}
footer .news-item-widget h5 a:hover {
  color: #BA0101 !important;
}
footer .custom-footer {
  border: none;
  padding: 0;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
footer .custom-footer > div {
  width: calc(25% - 20px);
  margin: 0 10px;
  padding: 20px 0 !important;
  border-radius: 20px;
  background: transparent;
  margin-bottom: 20px;
  /*&.custom-footer__contact {
        width: calc(~'21% - 20px');
      }*/
}
footer .custom-footer > div .banner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    padding: 30px 15px 20px 0 !important;
    width: calc(50% - 20px) !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    padding: 15px 0px 0 0px !important;
    width: calc(100% - 20px) !important;
    padding-bottom: 0px !important;
    padding-right: 0 !important;
    margin-bottom: 5px !important;
  }
  footer .custom-footer > div img {
    height: auto;
  }
  footer .custom-footer > div:last-child {
    border: none;
  }
}
footer .custom-footer .footer-contacts {
  padding: 30px;
  border-radius: 10px;
  background: #F7F7F7;
}
footer .custom-footer .footer-contacts > img {
  margin-bottom: 25px;
}
footer .custom-footer .footer-contacts a {
  display: block;
  color: #7C7C7C;
  margin-bottom: 8px;
}
footer .custom-footer .footer-contacts .logos {
  margin-top: 25px;
}
footer .custom-footer .footer-contacts .logos img {
  display: inline-block;
  margin-right: 15px;
}
footer .custom-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
footer h4 {
  letter-spacing: 0.2px;
  margin-top: 0;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
  color: #1E1E1C;
  text-transform: uppercase !important;
  font-weight: 800;
  font-size: 1.15em;
  padding-top: 2px;
  margin-top: 0px !important;
  /*  &:before {
      width: 50px;
      height: 1px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
    }*/
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  footer h4 {
    margin-bottom: 12px;
    margin-top: 0 !important;
  }
}
footer .container.footer-links-icons {
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding-top: 35px;
}
footer .container.footer-links-icons .footer-icons {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
footer #signature {
  text-align: center;
  font-size: 0.9em;
  -ms-flex: 1;
      flex: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  footer #signature {
    margin: 10px;
  }
}
footer #signature a {
  letter-spacing: 0;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
footer .copyright strong {
  font-weight: 500;
}
footer .copyright a {
  font-weight: 500;
  color: #000;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
  color: #BA0101;
}
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: #000;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer #formLogin .password-helper {
    padding-right: 0;
  }
}
footer .search-form .btn {
  text-transform: none;
  line-height: 38px;
}
footer #formLogin input,
footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  footer #formLogin input,
  footer .search input {
    width: 100%;
  }
}
footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #262A36;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #262A36;
}
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: #000;
  letter-spacing: 0px;
}
footer ul li a {
  color: rgba(30, 30, 28, 0.8) !important;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
footer ul li a:hover {
  color: #BA0101 !important;
  text-decoration: underline;
}
footer ul span {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  footer .footer-logo {
    display: none;
  }
}
footer .footer-logo img {
  max-width: 250px;
}
footer .contact-box ul li > span::before {
  color: #000;
}
footer .socials {
  margin-bottom: 10px;
}
footer .socials a {
  margin-right: 8px;
}
footer .socials a:hover img {
  opacity: 0.5;
}
footer .custom-footer > div.custom-footer__articles {
  padding-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.custom-footer__articles {
    padding-left: 0 !important;
  }
}
footer .footer-socials .contact-box ul li {
  width: auto;
}
footer .footer-socials .contact-box .mail:before {
  width: 32px;
  /*filter: grayscale(1) brightness(2);*/
  height: 32px;
  content: '' !important;
  display: inline-block;
  margin-left: 0px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/mail2.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
footer .footer-socials .contact-box .tel:before,
footer .footer-socials .contact-box .cellphone:before {
  width: 32px;
  height: 32px;
  /*filter: grayscale(1) brightness(2);*/
  content: '' !important;
  display: inline-block;
  margin-left: 0px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/phone2.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
footer .footer-socials .contact-box .facebook:before {
  display: none;
}
footer .footer-socials .contact-box .facebook a {
  font-size: 0;
}
footer .footer-socials .contact-box .facebook a:before {
  width: 32px;
  height: 32px;
  /*filter: grayscale(1) brightness(2);*/
  content: '' !important;
  display: inline-block;
  margin-left: 0px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/fb.svg?v5);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
footer .footer-socials .contact-box .instagram:before {
  display: none;
}
footer .footer-socials .contact-box .instagram a {
  font-size: 0;
}
footer .footer-socials .contact-box .instagram a:before {
  width: 32px;
  height: 32px;
  /*filter: grayscale(1) brightness(2);*/
  content: '' !important;
  display: inline-block;
  margin-left: 0px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/ig.svg?v6);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
footer .contact-box {
  color: #000;
  text-align: left;
  font-size: 1em;
  min-height: initial;
  padding-bottom: 0px !important;
}
@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: #000;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .contact-box > img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
footer .contact-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .contact-box ul li {
  margin-right: 0px;
  width: 100%;
  color: #424242;
  font-weight: 500;
  /*&:nth-child(2) {
          order: -1;
        }*/
}
footer .contact-box ul li a {
  color: rgba(30, 30, 28, 0.8) !important;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  footer .contact-box ul li a {
    font-size: 1em;
  }
}
footer .contact-box ul li a:hover {
  color: #BA0101 !important;
}
footer .contact-box ul li span:before {
  display: none;
}
footer .contact-box li a {
  padding-left: 0px !important;
}
footer .contact-box .open-time {
  display: block;
  font-size: 0.8em;
  margin-top: -2px;
}
footer .contact-box p {
  margin-bottom: 5px;
}
footer .news-item-widget {
  margin-bottom: 7px;
}
footer .news-item-widget time {
  display: none;
}
footer .news-item-widget > div {
  display: none;
}
footer .news-item-widget h5 {
  margin-top: 0;
  font-size: 1em;
  color: rgba(30, 30, 28, 0.8);
}
footer .news-item-widget h5 a {
  color: rgba(30, 30, 28, 0.8) !important;
  font-size: 1em;
}
footer .news-item-widget h5 a:hover {
  color: #BA0101 !important;
}
footer .footer-links {
  margin-bottom: 20px;
}
footer .footer-links a {
  margin: 0 10px;
}
footer .news-item-widget h5 a {
  color: #7C7C7C;
}
footer .news-item-widget h5 a:hover {
  color: #7C7C7C !important;
}
footer #categories {
  display: block !important;
  height: inherit !important;
}
footer #categories #cat-manufacturers {
  display: none;
}
footer #categories .categories a {
  padding-bottom: 0;
}
footer #categories .categories a:hover {
  color: #7C7C7C !important;
}
footer #categories .categories:nth-child(n + 6) {
  display: none;
}
footer #categories .topic a {
  background: transparent !important;
  color: #7C7C7C;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 17px;
}
footer #categories .topic a:hover {
  text-decoration: underline;
}
footer #categories .categories .topic > a {
  padding-left: 0px;
}
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.8em;
  color: #000;
  margin-top: -5px;
  margin-bottom: 10px;
}
footer #categories .expandable:hover ul li a {
  margin-bottom: 4px;
}
@media (min-width: 1320px) {
  footer .container {
    padding: 0;
  }
}
footer .container {
  background: transparent !important;
  border: none !important;
}
footer a {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-size: 0.85em;
  font-weight: 500;
  /*@media @tablet-port {
      margin-bottom: 1px;
    }*/
}
footer a:hover {
  text-decoration: underline;
}
footer .custom-footer > div.extended {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.extended {
    width: calc(50% - 20px) !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended {
    width: calc(100% - 20px) !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: 40px 0 25px 0 !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: transparent !important;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: none;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
body footer .container.footer-bottom:before {
  width: 100vw;
  height: 1px;
  background: #252525;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  display: none;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  body footer .container.footer-bottom {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom {
    height: auto;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 25px;
    padding: 10px 15px 40px 15px !important;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
body footer .container.footer-bottom #signature {
  font-size: 12px;
  -ms-flex: 1;
      flex: 1;
  max-width: 145px;
  font-weight: 400;
  max-width: initial;
  text-align: center !important;
  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: #000;
}
body footer .container.footer-bottom #signature .title {
  display: none !important;
}
body footer .container.footer-bottom #signature .podpis {
  font-weight: 300;
  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: #000;
}
body footer .container.footer-bottom .copyright {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  max-width: 710px;
  margin: 0 0 10px 0;
  letter-spacing: 0px;
}
@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: 500;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 500;
  color: #000;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #000;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 10px 0 0 0;
  font-size: 12px;
  letter-spacing: 0.2px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #BA0101;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
body footer .container.footer-bottom .copyright .podpis a:hover {
  text-decoration: none;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.fb_iframe_widget {
  width: 100% !important;
}
.fb_iframe_widget > span {
  width: 100% !important;
}
.fb_iframe_widget > span iframe {
  width: 100% !important;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  -ms-flex: inherit;
      flex: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

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

      > li {
        display: flex;
        align-items: center;

        .menu-image {
          width: 40px;
          padding: 0;
          height: 40px;
          display: flex !important;
          align-items: center;
          justify-content: center;
          margin-left: 10px;
          margin-right: -9px;
          padding-left: 0 !important;
        }
      }
    }

    .navigation-close {
      background: rgba(255, 255, 255, 0.7);
      height: 46px;
      width: 46px;
      padding: 15px;
    }

    .navigation-in ul.menu-level-2 li a {
      padding-left: 20px;
    }

    .navigationActions {
      li {
        a {
          padding: 14px 15px 14px;
          border-bottom: 1px solid #f1f1f1;
        }
      }
    }

    .menu-level-1 {
      > li {
        a {
          padding: 14px 15px 14px;
          border-bottom: 1px solid #f1f1f1;

          b {
            font-weight: 400;
          }
        }
      }

      > li:first-child {
        > a {
          padding: 17px 15px 10px;
          background: @purple;
          color: #fff;
          padding-bottom: 15px;
          padding-top: 15px;


          b {
            font-weight: 600;
          }
        }
      }

      .menu-level-2 {
        > li {
          border-bottom: 1px solid #f2f2f2;

          a {
            border-bottom: none !important;
          }

          &:last-child {
            a {
              border-bottom: none;
            }
          }
        }
      }
    }

    .submenu-arrow {
      display: none !important;
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .container > .top-navigation-menu {
    -ms-flex: 1 1 20% !important;
        flex: 1 1 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-search-active .top-navigation-bar .dropdown {
    display: none;
  }
  .top-navigation-bar {
    border-bottom: none;
    padding: 0;
    background: #fff;
    border: none;
    padding-top: 0px;
    position: relative;
    z-index: 4;
    /*box-shadow: inset 0px 4px 50px 0px rgba(0, 0, 0, 0.04);*/
    padding: 8px 0;
    /*.dropdown {
      margin-right: 15px;
      display: flex;
      align-items: center;

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

      button {
        display: none;
      }

      .caret {
        color: #b2b2b2;
      }

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

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

            padding: 0 5px;
          }
        }
      }
    }*/
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #000;
    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/airsoft/v2/img/key.svg);
    background-size: 18px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 7px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0;
    font-size: 13px;
    color: #383C43;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    right: 206px;
    top: 68px;
    z-index: 9;
    height: 32px;
    width: auto;
    position: absolute;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  .top-navigation-bar .top-nav-button span {
    margin-left: 7px;
    color: #000;
    font-weight: 500;
    display: none;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/user.svg?v6);
    background-size: 21px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button:hover:before {
    opacity: 0.7;
  }
  .top-navigation-bar .language-switcher {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/globe.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    font-size: 0.9em;
    padding: 0 4px;
    font-weight: 500;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    right: 95px;
    left: initial;
    top: 74px;
    z-index: 3;
  }
  .top-navigation-bar .dropdown:before {
    content: '' !important;
    /* background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/globe.svg?v3);
        background-size: 19px;*/
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 1px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .dropdown > span {
    display: none;
    color: #fff;
  }
  .top-navigation-bar .dropdown.eur:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/eur.svg?v3);
    background-size: 19px;
  }
  .top-navigation-bar .dropdown.czk:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/czk.svg?v3);
    background-size: 19px;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    font-weight: 600;
    padding-left: 3px;
    padding-right: 14px;
  }
  .top-navigation-bar .dropdown button .caret {
    font-size: 9px;
    color: #000;
    margin-left: 6px;
  }
  .top-navigation-bar .dropdown button:hover {
    color: #CF6628;
  }
  .top-navigation-bar .dropdown .dropdown-menu li {
    list-style: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a {
    padding: 8px 13px;
    color: #000;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:before {
    display: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:hover {
    color: #CF6628;
  }
  .top-navigation-bar .top-navigation-menu-trigger:before {
    font-size: 10px;
    color: #000 !important;
  }
  .top-navigation-bar .socials {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
  }
  .top-navigation-bar .socials a {
    margin-right: 15px;
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .top-navigation-bar .socials a:hover img {
    opacity: 1;
  }
  .top-navigation-bar .socials a img {
    width: 16px;
    height: auto;
    opacity: 0.5;
  }
  .top-navigation-bar .container {
    padding: 0;
    position: relative;
    /*&:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .top-navigation-menu {
    padding-right: 0px;
    /* max-width: 450px; */
    background: transparent;
    margin-left: auto;
    margin-right: 0;
    -ms-flex: initial !important;
        flex: initial !important;
    text-align: left !important;
    -ms-flex-order: 2;
        order: 2;
    /*li:first-child {
        a {
          padding-left: 0;
        }
      }*/
  }
  .top-navigation-bar .top-navigation-menu a {
    color: #2E3032 !important;
    letter-spacing: 0px;
    font-weight: 500 !important;
  }
  .top-navigation-bar .top-navigation-menu a b {
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-menu a:hover {
    text-decoration: none !important;
    color: #BA0101 !important;
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 0px;
    min-width: 266px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    min-width: 0;
    -ms-flex: 0 !important;
        flex: 0 !important;
    /*.register-btn {
        margin-left: 20px;
        @media @tablet-port {
          display: none;
        }
        &:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/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: #BA0101;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #000;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-menu {
    height: auto;
  }
  .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: #000;
    font-size: 13px;
    padding: 4px 20px;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.2px;
    position: relative;
  }
  .top-navigation-bar .top-navigation-bar-menu li a:before {
    width: 1px;
    height: 10px;
    content: '';
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-navigation-bar .top-navigation-bar-menu li a:hover {
    text-decoration: underline;
    color: #BA0101;
  }
  .top-navigation-bar .top-navigation-bar-menu li:first-child a {
    padding-left: 0;
  }
  .top-navigation-bar .top-navigation-bar-menu li:first-child a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts {
    /*flex: 0 0 !important;*/
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    background: transparent;
    z-index: 9;
    -ms-flex-direction: column;
        flex-direction: column;
    /*display: none !important;*/
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
    padding-left: 0px;
    margin-left: 0;
    margin-right: auto;
    -ms-flex: inherit !important;
        flex: inherit !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    width: 50%;
    -ms-flex-direction: revert;
        flex-direction: revert;
    text-align: left !important;
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    /*@media (max-width: 1200px) {
        flex-direction: row;
        align-items: center;
        top: 41px;
        left: 300px;
      }*/
  }
  .top-navigation-bar .top-navigation-contacts > strong {
    display: none;
    font-weight: 500;
    color: #2E3032;
    font-size: 10.5px;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials {
    margin-left: 15px;
    padding-left: 20px;
    position: relative;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials:before {
    width: 1px;
    height: 10px;
    content: '';
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-navigation-bar .top-navigation-contacts .head-socials a {
    padding: 0 8px;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials a:hover img {
    opacity: 0.5;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #2E3032;
    font-size: 1em;
    letter-spacing: 0px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #BA0101;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #2E3032;
    background: transparent;
    border-radius: 9px;
    padding: 0px 12px 0 3px;
    font-size: 1em;
    letter-spacing: 0;
    padding-top: 2px;
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/mail-h.svg?v5);
    background-size: 21px;
    width: 24px;
    margin-right: 5px;
    text-align: center;
    height: 24px;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:hover {
    color: #BA0101;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #2E3032;
    font-size: 1em;
    padding-right: 30px;
    padding-top: 2px;
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/phone.svg?v5);
    background-size: 20px;
    width: 24px;
    margin-right: 5px;
    text-align: center;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    margin-top: -3px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone .open-time {
    opacity: 0.5;
    font-size: 13px;
    margin-left: 5px;
    color: #000 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover {
    color: #BA0101;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
  .site-msg-show .top-navigation-bar .top-nav-button {
    top: 67px;
  }
  .site-msg-show .top-navigation-bar .dropdown {
    top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar {
    padding: 2px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-nav-button {
    /*right: 92px;*/
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .dropdown > span {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a > span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    padding: 6px 18px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .site-msg-show .top-navigation-bar .top-nav-button {
    top: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    top: -80px;
  }
  #header {
    transition: 0.3s;
  }
  .scrolled-down #header,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    top: -80px;
  }
  .site-msg-show.type-index .overall-wrapper {
    padding-top: 50px;
  }
  .site-msg-show .overall-wrapper {
    padding-top: 50px;
  }
  .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    height: 60px;
    padding-top: 4px;
    transition: none;
  }
  .top-navigation-bar .responsive-tools > a {
    width: 30px;
    height: 40px;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 125px;
    top: 20px;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    padding-right: 12px;
  }
  .top-navigation-bar .dropdown button .caret:before {
    font-size: 8px;
  }
  .top-navigation-bar .top-navigation-tools .socials {
    display: none;
  }
  .top-navigation-bar .responsive-tools {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 36px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex: 0;
        flex: 0;
    min-width: 160px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"] {
    margin-right: 6px;
    margin-top: 0px;
    transform: scaleX(-1);
    visibility: visible;
    padding-right: 0;
    padding-left: 0;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    color: #000;
    background: #BA0101;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 40px;
    right: initial;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 20px;
    color: transparent;
    background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu2-w.svg?v3);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"] {
    position: relative;
    display: block;
  }
  .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/airsoft/v2/img/user.svg?v3);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    top: 4px;
    margin-top: 0px;
    margin-bottom: -3px;
  }
}
.benefitBanner {
  max-width: 1450px;
  margin-top: 0;
  padding: 0;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: visible;
  position: relative;
  background: transparent;
  border-radius: 20px;
  z-index: 2;
  margin: 15px auto;
  /*&:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #F8F8F8;
    top: 0;
  }*/
}
@media only screen and (max-width: 992px) {
  .benefitBanner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 992px) {
  .benefitBanner.position--benefitHomepage {
    margin-top: -155px;
    margin-bottom: 0;
    max-width: 1380px;
  }
  .benefitBanner.position--benefitHomepage .benefitBanner__item {
    padding-bottom: 15px !important;
  }
  .benefitBanner.position--benefitHomepage .benefitBanner__title,
  .benefitBanner.position--benefitHomepage .benefitBanner__data {
    color: #fff !important;
  }
}
.benefitBanner.position--benefitCategory {
  display: none;
}
@media only screen and (max-width: 992px) {
  .benefitBanner {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner {
    width: 100%;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .benefitBanner {
    max-width: 225px;
    margin: 0 auto;
  }
}
.benefitBanner .benefitBanner__picture {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  margin-right: 15px;
  -ms-flex-pack: center;
      justify-content: center;
}
.benefitBanner .benefitBanner__picture img {
  width: auto;
}
.benefitBanner .benefitBanner__item {
  margin: 0;
  position: relative;
  overflow: visible;
  -ms-flex: initial !important;
      flex: initial !important;
  width: 25%;
  color: #000;
  padding: 20px 15px;
  padding-left: 25px;
  border-left: none;
  /*&:before {
      width: 2px;
      height: 26px;
      background: #EEE;
      content: '';
      border-radius: 0;
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);

      @media @desktop {
        display: none;
      }
    }*/
}
@media only screen and (max-width: 992px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
    margin: 0 !important;
    padding: 20px 20px 0 20px;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
    max-width: 100%;
    margin: 15px 0;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 5px;
    /*&:after {
        width: 68px;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: block;
      }*/
  }
  .benefitBanner .benefitBanner__item:first-child {
    padding-top: 7px;
  }
  .benefitBanner .benefitBanner__item:last-child {
    margin-bottom: 0;
  }
  .benefitBanner .benefitBanner__item:last-child:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .benefitBanner .benefitBanner__item {
    width: 100%;
  }
}
.benefitBanner .benefitBanner__item:first-child {
  border: none;
}
.benefitBanner .benefitBanner__item:first-child:before {
  display: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.1em;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}
.benefitBanner .benefitBanner__item .benefitBanner__data {
  font-size: 0.85em;
  color: #000;
  letter-spacing: 0;
  margin-top: 4px;
  font-weight: 300;
  line-height: 1.2em;
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: transparent;
  padding-bottom: 0px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    margin-top: 0px;
  }
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1em;
  color: #243E36;
  letter-spacing: 1px;
  padding-right: 20px;
  margin-bottom: 40px;
  display: none;
  /*&:before {
      width: 33px;
      height: 33px;
      margin-right: 20px;
      display: inline-block!important;
      position: relative;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/ig2.svg);
      background-size: 31px;
      background-repeat: no-repeat;
      background-position: 50%;
      content: "";
      top: 5px;
      min-width: 33px;

      @media @mobile-land {
        margin-right: 10px;
        top: 9px;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.instagram-line h4 span {
  text-transform: none;
  font-size: 2.1em;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Mulish', cursive !important;
  color: #58585A;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 span {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line h4 span {
    font-size: 1.3em;
  }
}
.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: 767px) {
  .instagram-line h4 span {
    font-size: 1.4em;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget {
    padding: 0;
  }
}
.instagram-line .instagram-widget > a {
  width: 20%;
  margin: 0;
  padding-bottom: 20%;
  height: auto;
  margin-bottom: 0 !important;
  border-radius: 0px;
}
.instagram-line .instagram-widget > a:nth-child(n+6) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget > a {
    width: 25%;
    padding-bottom: 25%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget > a {
    width: 33.333%;
    padding-bottom: 33.333%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+5) {
    display: block;
  }
  .instagram-line .instagram-widget > a:nth-child(n+6) {
    display: block;
  }
  .instagram-line .instagram-widget > a:nth-child(n+7) {
    display: none;
  }
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
  /*order: -1;*/
  color: #000;
  display: none;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    margin-bottom: 10px;
  }
  .instagram-line .instagram-widget .instagram-follow-btn img {
    height: 55px;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0px;
  -ms-flex-align: center;
      align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  content: '\e909';
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 1em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: #000;
  color: #fff !important;
  text-transform: none;
  padding: 10px 17px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn a:before {
  width: 24px;
  height: 24px;
  position: relative;
  content: '';
  margin-right: 10px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/ig-w.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.instagram-line .instagram-widget .instagram-follow-btn a:hover {
  background: #FAD400;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.1em;
  }
}
.hp-ratings.container {
  margin-top: 0px;
  background: #fbfbfb;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 80px !important;
  max-width: 100% !important;
  padding-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .hp-ratings.container {
    margin-bottom: 30px;
    padding-bottom: 40px !important;
  }
}
.hp-ratings.container .ratings-list {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.hp-ratings.container h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 60px;
}
@media only screen and (max-width: 480px) {
  .hp-ratings.container h4.homepage-group-title,
  .hp-ratings.container .h4.homepage-group-title {
    padding-top: 20px;
  }
}
.hp-ratings.container h4.homepage-group-title:before,
.hp-ratings.container .h4.homepage-group-title:before {
  display: none;
}
.hp-ratings.container .slick-dots {
  display: none !important;
}
.hp-ratings.container.carousel + .browse-p {
  display: none !important;
}
.hp-ratings.container .button {
  display: inline-block;
  background: #fff;
  text-align: center;
  height: auto;
  color: #000;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 5px;
  border: 3px solid #BA0101;
  padding: 10px 20px 8px 20px;
  text-transform: none;
  letter-spacing: 0px;
  width: 210px;
}
.hp-ratings.container .button:hover {
  background: #BA0101;
  color: #fff;
}
.hp-ratings.container h4.homepage-group-title,
.hp-ratings.container .h4.homepage-group-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.hp-ratings.container .votes-wrap {
  max-width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1620px) {
  .hp-ratings.container .votes-wrap {
    padding: 0 60px;
  }
}
.hp-ratings.container .votes-wrap .vote-wrap {
  /*width: calc(~'50% - 40px');*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  -ms-flex-direction: column;
      flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0px;
  color: #000;
  text-align: center;
  margin: 15px 20px;
  border-radius: 20px;
  background: #FBFBFB;
  padding: 15px 20px 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
  .hp-ratings.container .votes-wrap .vote-wrap {
    margin: 15px 10px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings.container .votes-wrap .vote-wrap {
    padding: 10px;
  }
}
.hp-ratings.container .votes-wrap .vote-wrap[data-testid="reaction"] {
  display: none;
}
.hp-ratings.container .votes-wrap .vote-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .hp-ratings.container .votes-wrap .vote-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings.container .votes-wrap .vote-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.hp-ratings.container .votes-wrap .vote-wrap .vote-delimeter,
.hp-ratings.container .votes-wrap .vote-wrap .vote-time {
  display: none;
}
.hp-ratings.container .votes-wrap .vote-wrap .vote-pic {
  min-width: 70px;
  height: 70px;
  padding: 0;
  display: none;
}
@media only screen and (max-width: 480px) {
  .hp-ratings.container .votes-wrap .vote-wrap .vote-pic {
    min-width: 50px;
    height: 50px;
  }
}
.hp-ratings.container .votes-wrap .vote-wrap .vote-pic .vote-initials {
  background: #fff !important;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  line-height: 68px;
  color: #000;
  border: 3px solid #000;
}
@media only screen and (max-width: 480px) {
  .hp-ratings.container .votes-wrap .vote-wrap .vote-pic .vote-initials {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
  }
}
.hp-ratings.container .votes-wrap .vote-wrap .vote-header {
  margin-bottom: 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.hp-ratings.container .votes-wrap .vote-wrap .stars {
  width: 105px;
  height: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .hp-ratings.container .votes-wrap .vote-wrap .stars {
    margin: 0 auto;
  }
}
.hp-ratings.container .votes-wrap .vote-wrap .stars .star {
  width: 21px;
  height: 15px;
}
.hp-ratings.container .votes-wrap .vote-wrap .stars .star:before {
  color: #BA0101 !important;
  font-size: 12px;
  line-height: 30px;
}
.hp-ratings.container .votes-wrap .vote-wrap .vote-summary {
  margin-bottom: 5px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 0px;
}
.hp-ratings.container .votes-wrap .vote-wrap .vote-name {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 1.4em;
  color: #000;
  text-transform: none;
  margin-top: 5px;
}
@media only screen and (max-width: 992px) {
  .hp-ratings.container .votes-wrap .vote-wrap .vote-name {
    font-size: 1.2em;
  }
}
.hp-ratings.container .votes-wrap .vote-wrap .vote-content {
  padding: 0 15px 0 15px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.5em;
  height: 100%;
  width: 100%;
  font-size: 1em;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin-top: 7px;
}
@media only screen and (max-width: 480px) {
  .hp-ratings.container .votes-wrap .vote-wrap .vote-content {
    font-size: 0.9em;
  }
}
.hp-ratings.container .votes-wrap .vote-rating {
  -ms-flex-order: -1;
      order: -1;
}
.hp-ratings.container .votes-wrap .vote-wrap:last-child {
  margin-bottom: 15px;
}
@media (max-width: 1620px) {
  .hp-ratings.container .slick-next {
    right: 0;
  }
  .hp-ratings.container .slick-prev {
    left: 0;
  }
}
#filters {
  padding: 0 !important;
}
#filters .slider-wrapper,
#filters .filter-section {
  padding: 0;
}
#filters .slider-wrapper {
  background: transparent;
  padding-bottom: 10px;
  padding: 0 15px 10px 15px;
}
#filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
#filters .filter-section {
  border: none;
}
#filters .ui-slider .ui-slider-range {
  background: #cdcdcd;
}
#filters #clear-filters a {
  margin-top: 15px;
}
#filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
}
#filters .slider-wrapper > h4 {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 25px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: transparent;
  padding: 20px 0px;
  border-bottom: none;
}
#filters .slider-wrapper > h4:after {
  display: none;
}
#filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
#filters .slider-content {
  margin-bottom: 0;
}
#filters h4 {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 2px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: #fff;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  border-bottom: none;
}
#filters h4:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 50px;
  content: '';
  background-color: transparent !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/chevron-down.svg);
  background-size: 16px;
  transform-origin: center;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-position: center;
}
#filters .filter-section {
  padding-bottom: 15px !important;
}
#filters .filter-section.rolled {
  padding-bottom: 0 !important;
}
#filters .filter-section.rolled h4:after {
  transform: rotate(0);
}
#filters .filter-section.rolled h4 + form,
#filters .filter-section.rolled h4 + .slider-header,
#filters .filter-section.rolled h4 + .slider-header + .slider-content {
  max-height: 200px;
  padding: 0 15px 15px 15px;
  overflow: visible;
}
#filters .filter-section.rolled h4 + form {
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  margin-bottom: 0;
}
#filters .filter-section.rolled h4 + .slider-header + .slider-content {
  padding: 0 28px 35px 24px !important;
}
#filters .filter-total-count {
  display: none;
}
#filters .filter-section-count {
  padding: 0 !important;
}
#filters #price-filter-form {
  padding: 0 !important;
}
#filters form,
#filters .param-filter-top {
  padding: 15px;
  padding-top: 0;
  background: #f5f5f5;
  border-radius: 0;
}
#filters form form,
#filters .param-filter-top form {
  padding: 0;
}
#filters .param-filter-top {
  padding-top: 15px;
  padding-bottom: 15px !important;
}
#filters .param-filter-top form {
  margin-top: 0 !important;
}
#filters #clear-filters,
#filters .filter-section-button {
  text-transform: none;
}
#filters .filter-sections {
  background: transparent;
  padding: 0;
}
#filters .filter-sections #manufacturer-filter {
  display: none;
}
#filters .filter-sections #category-filter-hover {
  display: block;
}
@media only screen and (min-width: 768px) {
  #filters .filter-sections .toggle-filters {
    display: none;
  }
}
#filters .filter-sections form {
  margin-top: -15px;
}
#filters .filter-sections form fieldset label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 0;
}
#filters .filter-sections form fieldset label .filter-count {
  background: transparent;
}
#filters .filter-sections form fieldset > div {
  margin: 7px 0;
}
#filters .filter-sections .rolled form {
  margin-top: 0px;
}
#filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
#filters input[type="checkbox"] + label,
#filters input[type="radio"] + label {
  padding-left: 30px;
  font-size: 14px;
}
#filters input[type="checkbox"] + label::before,
#filters input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
}
#filters input[type="checkbox"]:checked + label::after,
#filters input[type="radio"]:checked + label::after {
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
#filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000;
}
#filters input[type="checkbox"] + label::before,
#filters input[type="radio"] + label::before {
  border-color: #ccc;
  border-radius: 4px;
}
#filters input[type="checkbox"]:checked + label::after,
#filters input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 4px;
  border: none;
  /*background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/checkbox-checked.svg) no-repeat center !important;
    background-size: 16px;*/
  background: #BA0101 !important;
  background-color: #BA0101 !important;
  background-position: center !important;
}
#filters input[type="checkbox"]:checked + label::before,
#filters input[type="radio"]:checked + label::before {
  border-color: #BA0101;
  background: #fff;
}
.filters-wrapper > h4 {
  margin-bottom: -10px !important;
}
.box.box-sm.box-filters {
  border: none !important;
  padding: 0 !important;
}
#category-filter-hover .filter-section:first-child {
  border: none !important;
}
.banner-wrapper.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  margin: 10px 0 30px 0;
  padding-top: 40px;
  /*&:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #FAFAFA;
    top: 0;

    @media @tablet-port {
      display: none;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners {
    margin-bottom: 15px !important;
    width: 100%;
    left: 0;
    padding: 0 0 !important;
    transform: none;
    margin: 10px 0 !important;
    background: transparent;
  }
}
.banner-wrapper.footer-banners .slick-dots {
  display: none !important;
}
.banner-wrapper.footer-banners .footer-banner {
  -ms-flex: inherit;
      flex: inherit;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 20px;
  background: #FBFBFB;
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding: 40px;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner {
    border-radius: 0;
    padding: 30px 15px 15px;
  }
}
.banner-wrapper.footer-banners .footer-banner img {
  opacity: 1 !important;
}
.banner-wrapper.footer-banners .footer-banner > span {
  width: 100%;
}
.banner-wrapper.footer-banners .footer-banner > a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-wrapper.footer-banners .footer-banner > a img {
  width: 50%;
}
.banner-wrapper.footer-banners .footer-banner a img {
  transition: 0.3s;
}
.banner-wrapper.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.banner-wrapper.footer-banners .footer-banner h2 {
  margin-top: 0;
  font-size: 1.9em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .banner-wrapper.footer-banners .footer-banner h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner h2 {
    font-size: 1.6em;
  }
}
.banner-wrapper.footer-banners .footer-banner .col-md-6 + .col-md-6 {
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  .banner-wrapper.footer-banners .footer-banner .col-md-6 + .col-md-6 {
    padding-left: 15px;
    margin-top: 30px;
  }
}
.banner-wrapper.footer-banners .footer-banner p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 25px;
}
.banner-wrapper.footer-banners .footer-banner p strong {
  font-weight: 800;
}
.banner-wrapper.footer-banners .footer-banner p.contacts {
  font-size: 1.2em;
  margin-bottom: 50px;
}
.banner-wrapper.footer-banners .footer-banner p.contacts a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
.banner-wrapper.footer-banners .footer-banner p.contacts a:hover {
  text-decoration: none;
}
.banner-wrapper.footer-banners .footer-banner form label {
  width: 100%;
  color: #000;
  margin-bottom: 2px;
}
.banner-wrapper.footer-banners .footer-banner form label a {
  color: #79A881;
  text-decoration: underline;
}
.banner-wrapper.footer-banners .footer-banner form label a:hover {
  text-decoration: none;
}
.banner-wrapper.footer-banners .footer-banner form .btn {
  border-radius: 40px;
  color: #fff;
  padding: 10px 38px 9px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-weight: 500;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-right-w.svg") no-repeat right 15px center;
  background-size: 14px;
  background-color: #243E36;
}
.banner-wrapper.footer-banners .footer-banner form .btn:hover {
  background-color: #CF6628;
}
.banner-wrapper.footer-banners .footer-banner form .form-control {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  height: 55px;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner form .form-control {
    height: 42px;
  }
}
.banner-wrapper.footer-banners .footer-banner form textarea {
  min-height: 200px;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner form textarea {
    min-height: 100px;
  }
}
.type-detail .detail-parameters .custom-variants-list select {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
  padding: 8px 15px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  margin-right: 10px;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
    padding: 5px 11px;
  }
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant[data-index="0"] {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant:hover {
  background-color: #fafafa;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.active {
  border: 1px solid #BA0101;
  box-shadow: 0 0px 3px #BA0101;
}
.fixed-cart-line {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  padding: 10px 0;
  border-bottom: 1px solid #EDEDED;
  display: none;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line {
    top: initial;
    bottom: 0;
    border-bottom: none;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    width: 100%;
  }
}
.fixed-cart-line .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  /*max-width: calc(~'100% - 68px') !important;*/
}
.fixed-cart-line .fcl-desc {
  width: 100%;
}
.fixed-cart-line .fcl-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-left {
    width: calc(100% - 175px);
  }
}
.fixed-cart-line .fcl-price .p-final-price-wrapper {
  border: none;
  margin: 0;
}
.fixed-cart-line .fcl-image {
  width: 80px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-image {
    display: none;
  }
}
.fixed-cart-line .fcl-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.fixed-cart-line .fcl-title {
  font-size: 1em;
  font-weight: 600;
  /*@media @mobile-land {
      position: absolute;
      left: 15px;
      top: 2px;
      font-size: 0.9em;
      width: calc(~'100% - 172px');
    }*/
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-title {
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.fixed-cart-line .p-final-price-wrapper .price-standard,
.fixed-cart-line .p-final-price-wrapper .price-save {
  display: none;
}
.fixed-cart-line .p-final-price-wrapper strong {
  font-weight: 400;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .p-final-price-wrapper strong {
    font-size: 1em;
  }
}
.fixed-cart-line .fcl-form {
  /*@media @mobile-land {
      width: 100%;
    }*/
}
.fixed-cart-line .fcl-form .quantity {
  display: none !important;
}
.fixed-cart-line .fcl-form .btn {
  height: 45px;
  padding: 0 15px;
  border: none;
  font-weight: 600;
  border-radius: 5px !important;
  font-size: 1.1em;
  color: #fff;
  margin-top: 0;
  letter-spacing: .2px;
  text-transform: none;
  background: #000;
  box-shadow: 0px 8px 16px rgba(30, 30, 28, 0.16);
  cursor: pointer;
  transition: 0.3s;
}
.fixed-cart-line .fcl-form .btn:hover {
  background: #000;
  opacity: 0.7;
}
.fixed-cart-line .price-measure {
  display: none;
}
.fixed-cart-line .add-to-cart {
  border: none;
  padding: 0;
}
.fixed-cart-line .price-line {
  margin: 0;
  padding: 0 !important;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 300px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line {
    min-width: 266px;
  }
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .price-line {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.fixed-cart-line .price-line .p-final-price-wrapper > span {
  display: none;
}
.fixed-cart-line .price-line .p-final-price-wrapper .price-final {
  display: block;
}
.fixed-cart-line .price-line .price-additional {
  display: none;
}
.fixed-cart-line .price-line .pr-list-unit {
  font-size: 0.8em;
  opacity: 0.6;
}
.fixed-cart-line .price-line .availability-value {
  display: none;
}
.fixed-cart-line .price-line .price-final {
  font-size: 1em;
  font-weight: 400;
  /*@media @mobile-land {
        position: absolute;
        left: 15px;
        bottom: 1px;
      }*/
}
.fixed-cart-line .price-line .add-to-cart {
  display: -ms-flexbox;
  display: flex;
}
.fixed-cart-line .price-line .add-to-cart .quantity {
  margin: 0 20px;
  display: none;
}
.fixed-cart-line .price-line .add-to-cart .btn,
.fixed-cart-line .price-line .add-to-cart button {
  border: none;
  padding: 0 20px;
  cursor: pointer;
  height: 40px;
  margin-left: 30px;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line .add-to-cart .btn,
  .fixed-cart-line .price-line .add-to-cart button {
    padding: 0 15px;
    margin-left: 15px;
  }
}
.fixed-cart-line .price-line .add-to-cart .btn:hover,
.fixed-cart-line .price-line .add-to-cart button:hover {
  background: #000;
}
@media only screen and (min-width: 768px) {
  .scrolled-up .fixed-cart-line {
    top: -100px;
  }
}
/*
.multiple-columns-body {
  .fixed-cart-line {
    @media @tablet-min {
      width: calc(~'100% - 280px');
    }
  }
}*/
body,
.external-fonts-loaded .vote-name,
.blank-mode .vote-name {
  font-family: 'Mulish', sans-serif !important;
}
.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 h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: 'Mulish', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
}
h1,
.h1,
.external-fonts-loaded .h1 {
  font-family: 'Mulish', cursive !important;
}
body {
  color: #000;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.type-index {
  background: #fff;
  /*@media @tablet-min {
    #header {
      background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0) 100%);
      box-shadow: none;
    }

    #content-wrapper {
      margin-top: -125px;
    }
  }*/
}
@media (max-width: 1520px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px !important;
  }
  .row {
    margin: 0 -15px;
  }
}
.sidebar {
  background-color: transparent;
  width: 312px;
  margin-right: 35px;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 250px;
  }
}
.sidebar .sidebar-inner {
  padding: 0;
  background: transparent;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  /*.topic + ul.active {
      padding-bottom: 10px;
      a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
      }
    }*/
}
.sidebar .sidebar-inner .categories .topic.active > a {
  background: transparent;
  color: #000;
  text-decoration: underline;
}
.sidebar .sidebar-inner .categories li.active > a {
  background: transparent;
  text-decoration: underline;
  color: #000;
}
.sidebar .sidebar-inner #categories .categories {
  margin: 0;
}
.sidebar .sidebar-inner #categories .categories a {
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
}
.sidebar .sidebar-inner #categories .categories a .cat-trigger {
  position: absolute;
  right: 12px;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.sidebar .sidebar-inner #categories .categories a .cat-trigger:before {
  width: 12px;
  height: 12px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arrow-right-b.svg?v3);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.2;
  content: '';
}
.sidebar .sidebar-inner #categories .categories .topic > a {
  border-top: 1px solid #f5f5f5;
  padding-left: 45px;
  position: relative;
  font-weight: 500;
  color: #000;
  display: none;
}
.sidebar .sidebar-inner #categories .categories .topic > a:before {
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/leaf.svg?v2);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.sidebar .sidebar-inner .categories > ul {
  padding-bottom: 0 !important;
}
.sidebar .sidebar-inner .categories > ul > li > a {
  border-top: 1px solid #f5f5f5;
  padding-left: 49px;
  position: relative;
  font-weight: 500;
  color: #000;
}
.sidebar .sidebar-inner .categories > ul > li > a:hover {
  text-decoration: underline !important;
}
.sidebar .sidebar-inner .categories > ul > li > a:before {
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/leaf.svg?v2);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/letnicky-a-balkonove-rastliny/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/letnicky.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/trvalky/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/trvalky.svg?v2);
  background-size: 29px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/bylinky/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/bylinky.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/jahody/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/jahody.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/ovocne-stromy/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/ovocne-stromy.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/drobne-ovocie/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/drobne-ovocie.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/listnate-dreviny/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/listnatedreviny.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/ihlicnate-dreviny/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/ihlicnatedreviny.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/okrasne-travy/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/okrasnetravy.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/okrasne-kry/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/okrasnekry.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/hortenzie/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/hortenzia.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/zivy-plot/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/zivyplot.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/dreviny-na-kmienku/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/drevinynakmienku.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/azalky-a-rododendrony/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/azalkyarododenron.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/exoticke-rastliny-a-ovocie/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/exotickerastlinyaovocie.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/ruze/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/ruza.svg?v2);
  background-size: 26px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/popinave-rastliny/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/popinaverastliny.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/podopokryvne-rastliny/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/podopokryvnerastliny.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/vinic/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/vinic.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/izbove-rastliny/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/izboverastliny.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/tvarovane-dreviny-a-bonsaje/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/tvarovanedrevinyabonsaje.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/kvetinace-a-truhliky/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/kvetinace.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/substraty-a-hnojiva/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/substratyhnojiva.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/zahradnicke-potreby/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/zahradnickepotreby.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/akcie/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/akcie.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/vianoce/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/vianoce.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/dusicky/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/dusicky.svg);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/cibuloviny/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/cibuloviny.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/jesen-2023/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/jesen.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li > a[href="/novinky/"]:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/menu/novinky.svg?v2);
  background-size: 24px;
}
.sidebar .sidebar-inner .categories > ul > li ul {
  padding-bottom: 10px;
}
.sidebar .sidebar-inner .categories > ul > li ul li a {
  padding-left: 60px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-size: 0.9em;
}
.sidebar .sidebar-inner .categories > ul > li ul li a:hover {
  text-decoration: underline !important;
}
.sidebar .sidebar-inner > div h4 {
  font-size: 1.1em;
  margin-bottom: 15px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #000;
  text-transform: none;
}
.sidebar .sidebar-inner #categories {
  background: #fff;
  border-radius: 10px;
}
.sidebar .box-filters {
  padding: 0 !important;
}
.siteCookies__form,
.siteCookies--bottom.siteCookies--scrolled {
  background: #000;
}
.btn.btn-default,
a.btn.btn-default {
  border-radius: 5px;
  text-transform: none;
  font-weight: 500;
}
.overall-wrapper {
  overflow: hidden;
}
#cboxContent {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .popup-widget.cart-widget {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 95px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 75px;
  }
  .popup-widget.cart-widget {
    top: 100px;
  }
  .popup-widget.login-widget {
    top: 45px;
  }
  .popup-widget.login-widget .popup-widget-inner {
    border-radius: 10px;
    overflow: hidden;
  }
}
.in-registracia h1,
.in-login h1,
.in-zabudnute-heslo h1 {
  text-align: center !important;
}
.in-login .content-inner {
  margin: 0 auto;
}
form .btn {
  border-radius: 5px;
  text-transform: none;
}
form .btn:hover {
  opacity: 0.8;
}
.in-zabudnute-heslo aside {
  display: none;
}
@media only screen and (max-width: 767px) {
  .in-zabudnute-heslo.customer-page form.csrf-enabled input:not(.btn),
  .in-zabudnute-heslo.customer-page form.csrf-enabled select {
    width: 100%;
  }
}
.in-zabudnute-heslo .login-wrapper {
  text-align: center;
}
.in-zabudnute-heslo .content-inner form {
  margin-bottom: 40px;
}
.in-zabudnute-heslo .content-inner form fieldset h2 {
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-top: 5px;
  color: #000;
}
#register-form,
#formLogin,
.csrf-enabled {
  /*#additionalInformation + .co-registration{
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
  }*/
}
#register-form .co-box,
#formLogin .co-box,
.csrf-enabled .co-box,
#register-form fieldset,
#formLogin fieldset,
.csrf-enabled fieldset {
  max-width: 650px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
  padding: 14px 20px 30px;
  border: none;
  margin: 20px auto 0 auto;
}
#register-form .co-box h4,
#formLogin .co-box h4,
.csrf-enabled .co-box h4,
#register-form fieldset h4,
#formLogin fieldset h4,
.csrf-enabled fieldset h4 {
  color: #000;
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 22px;
  margin-top: 0;
}
#register-form .co-box.co-registration input,
#formLogin .co-box.co-registration input,
.csrf-enabled .co-box.co-registration input,
#register-form fieldset.co-registration input,
#formLogin fieldset.co-registration input,
.csrf-enabled fieldset.co-registration input {
  width: calc(100% - 176px);
  background: #fbfbfb;
  border: none;
  height: 42px;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 480px) {
  #register-form .co-box.co-registration input,
  #formLogin .co-box.co-registration input,
  .csrf-enabled .co-box.co-registration input,
  #register-form fieldset.co-registration input,
  #formLogin fieldset.co-registration input,
  .csrf-enabled fieldset.co-registration input {
    width: 100%;
  }
}
#register-form .co-box > fieldset,
#formLogin .co-box > fieldset,
.csrf-enabled .co-box > fieldset {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#register-form fieldset > h4,
#formLogin fieldset > h4,
.csrf-enabled fieldset > h4 {
  margin-top: 32px;
  color: #000;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 9px;
}
#register-form .stay-in-touch,
#formLogin .stay-in-touch,
.csrf-enabled .stay-in-touch {
  margin-top: 15px;
}
#register-form fieldset .btn-login.btn,
#formLogin fieldset .btn-login.btn,
.csrf-enabled fieldset .btn-login.btn {
  height: 46px;
  border-radius: 5px;
  background: #000;
  border-color: #000;
  color: #fff;
  text-transform: none;
  font-size: 1em;
  margin-top: 15px;
  padding: 0 30px;
}
#register-form fieldset .btn-login.btn:hover,
#formLogin fieldset .btn-login.btn:hover,
.csrf-enabled fieldset .btn-login.btn:hover {
  opacity: 0.8;
}
.customer-page h1 {
  font-weight: 600;
  color: #000;
}
.customer-page .client-center-box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 !important;
}
.customer-page .client-center-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.customer-page .client-center-box .logout {
  margin: 0;
  -ms-flex-order: -1;
      order: -1;
}
.customer-page .client-center-box .logout .btn {
  background: #000;
  color: #fff;
}
.customer-page .client-center-box .logout .btn:hover {
  opacity: 0.8;
}
.customer-page .client-center-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.customer-page .client-center-box ul a {
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  color: #000;
}
.customer-page .client-center-box ul a:hover {
  color: #000;
}
.customer-page .client-center-box ul li:last-child a {
  border: none;
}
.customer-page table {
  background: #fff;
  border-radius: 5px;
  -o-object-fit: inherit;
     object-fit: inherit;
  border: none;
  border-collapse: collapse;
  overflow: hidden;
}
.customer-page table tr td,
.customer-page table tr th {
  border: none !important;
  padding: 10px 15px !important;
}
.customer-page table tr:nth-child(even) {
  background: #fbfbfb;
}
.customer-page .submit-wrapper input[type="submit"] {
  background: green;
  border-radius: 10px;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
  width: initial !important;
  height: auto;
}
.customer-page .submit-wrapper input[type="submit"]:hover {
  opacity: 0.8;
}
.customer-page form.csrf-enabled h4 {
  margin-top: 5px;
  padding-bottom: 18px;
}
.customer-page form.csrf-enabled input:not(.btn),
.customer-page form.csrf-enabled select {
  width: calc(100% - 176px);
  background-color: #fbfbfb;
  border: none;
  height: 42px;
  border: 1px solid #e1e1e1;
}
.customer-page .btn {
  border-radius: 5px;
  text-transform: none;
}
.customer-page .btn:hover {
  opacity: 0.8;
}
.login-wrapper .btn {
  float: none;
}
#register-form .co-registration.box-bg-transparent {
  display: none;
}
.popup-widget.login-widget .popup-widget-inner h2 {
  color: #000;
  font-weight: 500;
  font-size: 1.3em;
}
.popup-widget.login-widget .popup-widget-inner .form-group {
  margin-bottom: 10px;
}
.popup-widget.login-widget .popup-widget-inner .form-group input {
  height: 40px;
  font-size: 0.9em;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 0;
  padding-bottom: 5px;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper button {
  border-radius: 5px;
  background: #000;
  border-color: #000;
  color: #fff;
  text-transform: none;
  transition: 0.3s;
  height: 42px;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper button:hover {
  opacity: 0.8;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper a + a {
  padding: 0;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper a {
  font-size: 0.9em;
  color: #000;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper a:hover {
  text-decoration: underline;
}
#formLogin {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  padding-bottom: 5px;
  padding-top: 25px;
  margin: 0 auto;
}
#formLogin .form-group {
  margin-bottom: 10px;
}
#formLogin .form-group input {
  height: 40px;
  font-size: 0.9em;
}
#formLogin .login-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 0;
  padding-bottom: 5px;
}
#formLogin .login-wrapper button {
  border-radius: 5px;
  background: #000;
  color: #fff;
  text-transform: none;
  transition: 0.3s;
  height: 42px;
}
#formLogin .login-wrapper button:hover {
  opacity: 0.8;
}
#formLogin .login-wrapper .password-helper {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#formLogin .login-wrapper .password-helper a + a {
  padding: 0;
}
#formLogin .login-wrapper .password-helper a {
  font-size: 0.9em;
  color: #000;
}
#formLogin .login-wrapper .password-helper a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 119px !important;
    margin-top: 0 !important;
  }
}
.ordering-process #content {
  margin-top: 0px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process #header .site-name {
  display: block;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .products-block {
    padding-bottom: 0px !important;
  }
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
  display: none;
}
.type-index .latest-contribution-box {
  display: block;
}
.type-index .latest-contribution-box .latest-contribution-discussion {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
  font-size: 3em !important;
  font-family: 'Crimson Text', serif;
  color: black;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating h2 {
    font-size: 2em !important;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating > a {
    width: 100%;
    margin-top: 20px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a:nth-child(n + 5) {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info {
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author,
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author + i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-date {
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-description {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product:hover {
  color: #000;
}
.homepage-box.welcome-wrapper {
  border-top: none;
  margin-bottom: 0;
  background-size: cover;
  padding: 0 !important;
  text-align: left;
  font-weight: 400;
  color: #141414;
  margin-top: 20px;
  margin-top: 50px;
  margin-bottom: 15px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    padding: 0 !important;
    margin-bottom: 0;
  }
}
.homepage-box.welcome-wrapper .welcome > div,
.homepage-box.welcome-wrapper .welcome div {
  max-width: unset;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .container {
    padding: 0 !important;
  }
}
.homepage-box.welcome-wrapper .welcome > h1 {
  display: none;
}
.homepage-box.welcome-wrapper .welcome {
  position: relative;
}
.homepage-box.welcome-wrapper .welcome p {
  margin: 0;
}
.homepage-box.welcome-wrapper .welcome img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome img {
    min-height: 300px;
  }
}
.homepage-box.welcome-wrapper .welcome > div {
  border-radius: 10px;
  overflow: hidden;
}
.homepage-box.welcome-wrapper .welcome > div > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px 30px 40px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .welcome > div > div {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .welcome > div > div {
    padding: 25px 20px 30px 20px;
  }
}
.homepage-box.welcome-wrapper .welcome > div > div h1 {
  color: #fff;
  font-weight: 300;
  font-size: 3.1em;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin: 10px auto 15px auto;
  font-family: 'Mulish', cursive !important;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .welcome > div > div h1 {
    margin-top: 0;
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .welcome > div > div h1 {
    font-size: 2em;
  }
}
.homepage-box.welcome-wrapper .welcome > div > div p {
  color: #fff;
  max-width: 1030px;
  margin: 0 auto;
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .welcome > div > div p {
    margin-top: 0;
    font-size: 1.1em;
  }
}
.homepage-box.welcome-wrapper .welcome > div > div a.button {
  border-radius: 5px;
  border: 3px solid #FFF;
  background: transparent;
  padding: 12px 20px 10px 20px;
  text-transform: none;
  letter-spacing: 1px;
  width: 175px;
  margin-top: auto;
}
.homepage-box.welcome-wrapper .welcome > div > div a.button:hover {
  background: #fff;
  color: #000;
}
.homepage-box.welcome-wrapper .wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.homepage-box.welcome-wrapper .wrap .img-box {
  width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .wrap .img-box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .wrap .img-box {
    padding: 0 15px;
  }
}
.homepage-box.welcome-wrapper .wrap .desc-box {
  position: relative;
  left: 0;
  border-radius: 20px;
  background: #FFF;
  width: 90%;
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.05);
  max-width: 1050px;
  padding: 40px;
  -ms-flex-order: 2;
      order: 2;
  margin-top: -120px;
  text-align: center;
  color: #000;
  border: 2px solid transparent;
  transition: 0.3s;
}
.homepage-box.welcome-wrapper .wrap .desc-box:hover {
  border: 2px solid #CF6628;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .wrap .desc-box {
    width: calc(100% - 30px);
    left: 0;
    top: 0;
    transform: none;
    position: relative;
    margin-top: -25px;
    -ms-flex-order: 2;
        order: 2;
    padding: 20px;
  }
}
.homepage-box.welcome-wrapper .wrap .desc-box h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 800;
}
.homepage-box.welcome-wrapper .wrap .desc-box h2 strong {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .wrap .desc-box h2 {
    font-size: 2em;
  }
}
.homepage-box.welcome-wrapper .wrap .desc-box h3 {
  margin-top: 0;
  font-size: 1.75em;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .wrap .desc-box h3 {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .col-sm-6 {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
}
.homepage-box.welcome-wrapper ul {
  padding-left: 20px;
}
.homepage-box.welcome-wrapper ul li {
  margin-bottom: 10px;
}
.homepage-box.welcome-wrapper .row .col-sm-6:first-child {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .row .col-sm-6:first-child {
    margin-bottom: 25px;
  }
}
.homepage-box.welcome-wrapper .row .col-sm-6:first-child img {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .row .col-sm-6:first-child img {
    max-width: 100%;
  }
}
.homepage-box.welcome-wrapper h1 {
  color: #262A36;
  font-weight: 500;
  font-size: 2.6em;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin: 20px auto 25px auto;
  font-family: 'Mulish', cursive !important;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper h1 {
    font-size: 2em;
    margin-top: 0;
  }
}
.homepage-box.welcome-wrapper p {
  margin: 0 auto 15px auto;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.7em;
  color: #000;
  letter-spacing: -0.1px;
}
.homepage-box.welcome-wrapper p span {
  color: #000 !important;
}
.homepage-box.welcome-wrapper iframe {
  border-radius: 10px;
  overflow: hidden;
}
.homepage-box.welcome-wrapper .button {
  padding: 15px 20px 14px 20px;
  display: inline-block;
  background: #000;
  text-align: center;
  height: auto;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: auto;
  margin-top: 10px;
  /*&:after {
      width: 14px;
      height: 13px;
      position: relative;
      content: '';
      display: inline-block;
      margin-left: 7px;
      background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/kulhanek/img/arrow-w.svg);
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: center;
    }*/
}
.homepage-box.welcome-wrapper .button:hover {
  background: #CF6628;
}
.homepage-box.welcome-wrapper .row {
  max-width: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .row {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
}
.homepage-box.welcome-wrapper .row .col-md-6:last-child {
  background: #FFFAFA;
  padding: 25px 30px;
  border-radius: 20px;
}
.homepage-box.welcome-wrapper .row .col-sm-4 {
  padding: 0;
}
.homepage-box.welcome-wrapper .row .col-sm-8 {
  background: #FFFAFA;
  padding: 25px 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .row .col-sm-8 {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .row > div > img {
    max-width: 180px;
  }
}
.page-head {
  position: relative;
  margin-top: -120px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-head {
    display: none;
  }
}
.page-head .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-head .container h1 {
  color: #313130;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/banner-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 75px 45px 70px 75px;
  min-height: 210px;
  margin-left: -50px;
  font-size: 2.5em;
}
@media only screen and (max-width: 1200px) {
  .page-head .container h1 {
    margin-left: 0;
  }
}
.page-head .bg-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.page-head .bg-image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media only screen and (max-width: 1200px) {
  .page-head .bg-image img {
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
  }
}
.type-detail .page-head .bg-image,
.ordering-process .page-head .bg-image {
  height: 128px;
}
.type-detail .page-head .bg-image img,
.ordering-process .page-head .bg-image img {
  transform: translateX(-50%);
  margin-top: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .fixed-menu-mobile .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  body {
    padding-top: 10px;
  }
  .popup-widget {
    top: 60px !important;
    padding-top: 0 !important;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 380px) {
  /*.top-navigation-bar {
    .dropdown {
      font-size: 0.9em;
      right: 167px;
    }

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

      a {
        width: 35px;
      }
    }
  }*/
  #header .site-name {
    /*left: 11px;*/
    /* img {
       max-height: 20px !important;
       top: 7px;
       position: relative;
       left: -2px;
     }*/
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 294px;
  }
  .popup-widget.login-widget {
    margin-left: -20px !important;
  }
}
.in-vyhladavanie .search-results-groups h4,
.in-vyhladavanie .search-results h4 {
  font-weight: 600;
  color: #000;
  font-size: 1.1em;
  margin-top: 25px;
  margin-bottom: 15px;
}
.in-vyhladavanie .search-results-groups ul,
.in-vyhladavanie .search-results ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in-vyhladavanie .search-results-groups ul li a,
.in-vyhladavanie .search-results ul li a {
  padding: 6px 15px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 3px 15px #0000000d;
}
.in-vyhladavanie .search-results-groups ul li a:hover,
.in-vyhladavanie .search-results ul li a:hover {
  color: #000;
  border-color: #000;
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 80px;
    right: 180px;
    left: inherit;
    /*@media (max-width: 1200px) {
      right: 45px;
    }*/
  }
  .popup-widget.cart-widget {
    margin-top: 15px;
    right: -18px;
    left: inherit;
    margin-left: 0;
    border-radius: 10px;
  }
  .popup-widget.cart-widget .popup-widget-inner,
  .popup-widget.cart-widget .cart-widget-button {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.cart-widget {
    right: 2px;
  }
}
.popup-widget.cart-widget .cart-widget-button {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  background: #f2f2f2;
  border-radius: 0 0 10px 10px;
  padding-top: 60px;
}
.popup-widget.cart-widget .cart-widget-button #continue-order-button {
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  font-size: 1em;
}
.popup-widget.cart-widget .cart-free-shipping:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  width: var(--bar-percentage);
  height: 5px;
  z-index: 2;
  background-color: #000;
  transition: width 400ms ease-out;
}
.popup-widget.cart-widget .cart-free-shipping {
  font-size: 13.5px;
  color: #000;
  /* background: #f2f2f2;
     position: relative;
     padding-top: 5px;*/
}
.popup-widget.cart-widget .cart-free-shipping strong {
  color: #000;
}
.popup-widget.cart-widget .cart-widget-products {
  overflow: auto;
}
.popup-widget.cart-widget .cart-widget-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 45px;
  border-bottom-color: #efefef;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-image {
  margin-right: 15px;
  width: 54px;
  height: 54px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount {
  position: absolute;
  left: 76px;
  bottom: 10px;
  z-index: 1;
  padding: 0;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity {
  padding: 0;
  width: 70px;
  height: 28px;
  margin: 0;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
  border: none;
  background: transparent;
  overflow: hidden;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase {
  position: absolute;
  right: 1px;
  left: inherit;
  top: 3px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:before {
  margin-top: 0;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/plus.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:hover {
  background: #ccc;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:hover:before {
  opacity: 1 !important;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease {
  position: absolute;
  left: 2px;
  right: inherit;
  width: 22px;
  top: 3px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:before {
  margin-top: 0;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/minus.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:hover {
  background: #ccc;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity input {
  width: 70px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 1.2em;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-unit {
  display: none;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-name {
  width: calc(100% - 87px);
  padding-bottom: 30px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-name span[data-testid="cartWidgetProductPrice"] {
  display: block;
  min-height: 30px;
  text-align: right;
  padding-top: 6px;
  position: absolute;
  left: 160px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  height: 30px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button {
  opacity: 0.5;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/trash.svg?v3);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button:hover {
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product[data-testid="cartTitle"] {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1.2em;
  margin: 0;
  color: #000;
  padding: 30px;
}
.popup-widget.cart-widget .cart-widget-product[data-testid="cartTitle"]:before {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  content: '';
  margin-bottom: 20px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/cart.svg?v8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px;
  opacity: 0.3;
}
.user-action .container {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1440px) {
  #header .navigation-buttons .socials {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-top: 15px;
    margin-left: 148px;
    right: -1px;
    left: initial;
  }*/
  #header .search {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .header-top {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.categories-banners-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.categories-banners-line .banner-wrapper {
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
  .categories-banners-line .banner-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper .category-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.categories-banners-line .banner-wrapper .category-banner .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 390px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.8em;
  padding: 0;
  margin: 20px auto 0 auto;
}
.categories-banners-line .banner-wrapper .category-banner .links:nth-line(n + 1) li:first-child::marker {
  display: none;
  visibility: hidden;
  color: transparent;
}
.categories-banners-line .banner-wrapper .category-banner .links a {
  margin: 0 13px;
  color: #000;
  text-decoration: underline;
  /*&:first-of-type {
            &::marker {
              display: none;
              visibility: hidden;
              color: transparent;
            }
          }*/
}
.categories-banners-line .banner-wrapper .category-banner .links a:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #000;
}
.categories-banners-line .banner-wrapper .category-banner .img-box {
  position: relative;
}
.categories-banners-line .banner-wrapper .category-banner .img-box:after {
  position: absolute;
  border: 1px solid #fff;
  content: '';
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.categories-banners-line .banner-wrapper .category-banner .img-box span {
  position: absolute;
  left: 35px;
  bottom: 25px;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.categories-banners-line .banner-wrapper .category-banner .img-box span:after {
  position: relative;
  width: 22px;
  content: '';
  display: inline-block;
  margin-left: 6px;
  height: 12px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arrow-right-long-w.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
}
.logos-banner {
  padding: 30px 0 10px 0;
}
.logos-banner .logos-banner-inner {
  padding: 0 30px;
}
.logos-banner .logos-banner-inner a img {
  transition: 0.3s;
}
.logos-banner .logos-banner-inner a:hover img {
  opacity: 0.4;
}
.logos-banner .logos-banner-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  color: rgba(45, 50, 57, 0);
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/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/airsoft/v2/img/arrow-right-b.svg);
}
.logos-banner .logos-banner-inner .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.homepage-box {
  background: transparent !important;
  border: none !important;
  margin: 0;
}
.homepage-box.before-carousel {
  overflow: visible;
}
.homepage-box.before-carousel .container {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}
.next-to-carousel-banners > .banner-wrapper > .small-banner {
  display: none;
}
.homepage-box.before-carousel .container {
  padding-bottom: 30px;
  position: relative;
  /* &:before {
     width: 100%;
     height: calc(~'100% - 450px');
     position: absolute;
     left: 0;
     bottom: 0;
     content: '';
     background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/banners-bg.png) no-repeat center;
     background-size: cover;
     background-position: center bottom;

     @media (max-width: 1730px) {
       height: calc(~'100% - 300px');
     }
   }*/
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control:before {
    top: 30px;
    width: 40px;
    height: 40px;
    margin-top: 0;
    background-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #carousel,
  .middle-banners-wrapper,
  .type-category,
  .body-banners {
    margin-bottom: 0;
    border-radius: 10px;
  }
}
#carousel .carousel-control:before,
.middle-banners-wrapper .carousel-control:before,
.type-category .carousel-control:before,
.body-banners .carousel-control:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: '' !important;
}
#carousel .carousel-control.right:before,
.middle-banners-wrapper .carousel-control.right:before,
.type-category .carousel-control.right:before,
.body-banners .carousel-control.right:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/car-right.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.9);
}
#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: #CF6628;
}
#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/airsoft/v2/img/car-left.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.9);
}
#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: #CF6628;
}
#carousel .item,
.middle-banners-wrapper .item,
.type-category .item,
.body-banners .item,
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category {
  /*> a {
      width: 100%;

      img {
        width: 100%;
      }
    }*/
}
#carousel .item > a,
.middle-banners-wrapper .item > a,
.type-category .item > a,
.body-banners .item > a,
#carousel .banner-wrapper > a,
.middle-banners-wrapper .banner-wrapper > a,
.type-category .banner-wrapper > a,
.body-banners .banner-wrapper > a,
#carousel .banner-category > a,
.middle-banners-wrapper .banner-category > a,
.type-category .banner-category > a,
.body-banners .banner-category > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #carousel .item > a,
  .middle-banners-wrapper .item > a,
  .type-category .item > a,
  .body-banners .item > a,
  #carousel .banner-wrapper > a,
  .middle-banners-wrapper .banner-wrapper > a,
  .type-category .banner-wrapper > a,
  .body-banners .banner-wrapper > a,
  #carousel .banner-category > a,
  .middle-banners-wrapper .banner-category > a,
  .type-category .banner-category > a,
  .body-banners .banner-category > a {
    -ms-flex-align: center;
        align-items: center;
  }
}
#carousel .item > img,
.middle-banners-wrapper .item > img,
.type-category .item > img,
.body-banners .item > img,
#carousel .banner-wrapper > img,
.middle-banners-wrapper .banner-wrapper > img,
.type-category .banner-wrapper > img,
.body-banners .banner-wrapper > img,
#carousel .banner-category > img,
.middle-banners-wrapper .banner-category > img,
.type-category .banner-category > img,
.body-banners .banner-category > img,
#carousel .item > a > img,
.middle-banners-wrapper .item > a > img,
.type-category .item > a > img,
.body-banners .item > a > img,
#carousel .banner-wrapper > a > img,
.middle-banners-wrapper .banner-wrapper > a > img,
.type-category .banner-wrapper > a > img,
.body-banners .banner-wrapper > a > img,
#carousel .banner-category > a > img,
.middle-banners-wrapper .banner-category > a > img,
.type-category .banner-category > a > img,
.body-banners .banner-category > a > img {
  width: 100% !important;
  height: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  #carousel .item > img,
  .middle-banners-wrapper .item > img,
  .type-category .item > img,
  .body-banners .item > img,
  #carousel .banner-wrapper > img,
  .middle-banners-wrapper .banner-wrapper > img,
  .type-category .banner-wrapper > img,
  .body-banners .banner-wrapper > img,
  #carousel .banner-category > img,
  .middle-banners-wrapper .banner-category > img,
  .type-category .banner-category > img,
  .body-banners .banner-category > img,
  #carousel .item > a > img,
  .middle-banners-wrapper .item > a > img,
  .type-category .item > a > img,
  .body-banners .item > a > img,
  #carousel .banner-wrapper > a > img,
  .middle-banners-wrapper .banner-wrapper > a > img,
  .type-category .banner-wrapper > a > img,
  .body-banners .banner-wrapper > a > img,
  #carousel .banner-category > a > img,
  .middle-banners-wrapper .banner-category > a > img,
  .type-category .banner-category > a > img,
  .body-banners .banner-category > a > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#carousel .item .extended-banner-texts,
.middle-banners-wrapper .item .extended-banner-texts,
.type-category .item .extended-banner-texts,
.body-banners .item .extended-banner-texts,
#carousel .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts,
.type-category .banner-wrapper .extended-banner-texts,
.body-banners .banner-wrapper .extended-banner-texts,
#carousel .banner-category .extended-banner-texts,
.middle-banners-wrapper .banner-category .extended-banner-texts,
.type-category .banner-category .extended-banner-texts,
.body-banners .banner-category .extended-banner-texts {
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 40px;
  box-shadow: none;
  width: 100%;
  /* @media @tablet-port {
         padding: 20px;
         left: 20px !important;
         max-width: calc(~'100% - 40px') !important;
         background: rgba(255, 255, 255, 0.8);
         bottom: 20px;
         top: initial;
         transform: 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;
  }
}
#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;
}
#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: #fff;
  padding-left: 0;
  font-size: 2em;
  padding-top: 0;
  letter-spacing: 0.6px;
  line-height: 1.2em;
  font-weight: 600 !important;
  text-transform: none !important;
}
@media only screen and (max-width: 767px) {
  #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.6em;
  }
}
#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: #fff;
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 8px !important;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  margin-top: 0;
  text-transform: none;
  display: block;
}
#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;
  margin-top: 15px;
  padding: 15px 40px 13px 40px;
  color: #313130 !important;
  min-width: 148px;
  text-align: center;
  height: auto;
  border: none;
  letter-spacing: 0.3px;
  border-radius: 5px;
  transition: 0.3s;
  top: initial !important;
  background: #BA0101;
  color: #fff !important;
  text-transform: none;
  font-size: 0.9em;
  font-weight: 600;
  /*&:after {
          width: 16px;
          height: 16px;
          position: relative;
          content: '';
          display: inline-block;
          margin-left: 12px;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/arr-right2.svg);
          background-size: 22px;
          background-repeat: no-repeat;
          background-position: center;
          margin-bottom: -4px;
         }*/
}
#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: #a60101;
  color: #fff !important;
}
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .banners-content.body-banners {
    margin-bottom: 0;
    margin-top: 0px;
  }
  .banners-content.body-banners .banner-wrapper {
    margin: 0;
  }
  .banners-content.body-banners .banner-wrapper > a > img {
    min-height: 220px;
    border-radius: 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.type-category .banner-category .extended-banner-texts {
  left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .type-category .banner-category .extended-banner-texts {
    left: 20px !important;
  }
}
body .middle-banners-wrapper,
body .body-banners {
  padding: 0;
  background: #fff !important;
  margin-top: 0px;
  margin-bottom: 0;
}
body .middle-banners-wrapper img,
body .body-banners img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .middle-banners-wrapper .banner-wrapper,
body .body-banners .banner-wrapper {
  border-radius: 0px;
  overflow: hidden;
}
body .middle-banners-wrapper .row,
body .body-banners .row {
  margin: 0;
}
body .middle-banners-wrapper .row > div,
body .body-banners .row > div {
  padding: 0;
}
body .middle-banners-wrapper .extended-banner-texts,
body .body-banners .extended-banner-texts {
  height: 100% !important;
  /*background: linear-gradient(97deg, rgba(9, 65, 84, 0.77) 33.55%, rgba(9, 61, 79, 0.00) 61.29%) !important;*/
  max-width: 100% !important;
  /*@media @tablet-port {
      max-width: calc(~'100% - 40px') !important;
      background: rgba(255, 255, 255, 0.8);
      bottom: 20px;
      padding: 20px;
    }*/
  /*.extended-banner-text {
      font-size: 0.9em;
      font-weight: 400;
      letter-spacing: 0.5px;
      line-height: 1.8em;
      margin-top: 15px;
      max-width: 565px;
    }*/
}
@media only screen and (min-width: 1200px) {
  body .middle-banners-wrapper .extended-banner-texts,
  body .body-banners .extended-banner-texts {
    padding: 30px 80px !important;
  }
}
@media (max-width: 1300px) {
  body .middle-banners-wrapper .extended-banner-texts,
  body .body-banners .extended-banner-texts {
    margin-top: 0;
    left: 0 !important;
  }
}
body .middle-banners-wrapper .extended-banner-texts .extended-banner-title,
body .body-banners .extended-banner-texts .extended-banner-title {
  font-size: 3.5em !important;
  font-family: 'Mulish', sans-serif !important;
  display: inline-table;
  letter-spacing: 4px;
  color: #fff;
  text-transform: none !important;
  line-height: 0.9;
  font-weight: 700 !important;
}
@media only screen and (max-width: 992px) {
  body .middle-banners-wrapper .extended-banner-texts .extended-banner-title,
  body .body-banners .extended-banner-texts .extended-banner-title {
    font-size: 3em !important;
  }
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .extended-banner-texts .extended-banner-title,
  body .body-banners .extended-banner-texts .extended-banner-title {
    font-size: 2em !important;
  }
}
@media only screen and (max-width: 480px) {
  body .middle-banners-wrapper .extended-banner-texts .extended-banner-title,
  body .body-banners .extended-banner-texts .extended-banner-title {
    font-size: 1.8em !important;
  }
}
body .middle-banners-wrapper .extended-banner-texts .extended-banner-text,
body .body-banners .extended-banner-texts .extended-banner-text {
  color: #fff;
  font-size: 1.3em !important;
  line-height: 1;
  font-weight: 700;
  margin-top: 7px;
  position: relative;
  top: -5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  body .middle-banners-wrapper .extended-banner-texts .extended-banner-text,
  body .body-banners .extended-banner-texts .extended-banner-text {
    font-size: 1.1em !important;
  }
}
.header-top-msg {
  text-align: center;
  padding: 7px 15px;
  background: #393839;
  color: #fff;
  height: 36px;
}
@media only screen and (max-width: 480px) {
  .header-top-msg {
    font-size: 0.85em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1.2em;
  }
}
.header-top-msg p {
  margin: 0;
}
.header-top-msg p a {
  color: #fff;
  text-decoration: underline;
}
.header-top-msg p a:hover {
  text-decoration: none;
}
.header-top-msg h1 {
  display: none;
}
.site-msg.information {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  box-shadow: none;
  font-size: 0.95em;
  padding: 8px 0 8px 0;
  height: 40px;
  top: 0px;
  opacity: 1;
  letter-spacing: 0.4px;
  font-weight: 300;
}
.site-msg.information .text {
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .site-msg.information .text {
    font-size: 12px;
  }
}
.site-msg.information .close {
  margin-top: -7px;
  display: none;
}
.site-msg.information .close:before,
.site-msg.information .close:after {
  /* display: none;*/
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .site-msg.information .close {
    right: 10px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .site-msg.information {
    font-size: 0.8em;
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.3em;
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .site-msg.information {
    margin-bottom: 0;
  }
}
.type-page,
.type-posts-listing {
  /*main > .content-inner:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: -1;
  }*/
}
.type-page h2,
.type-posts-listing h2 {
  font-family: 'Mulish', sans-serif !important;
  font-size: 1.7em;
}
@media only screen and (max-width: 767px) {
  .type-page h2,
  .type-posts-listing h2 {
    font-size: 1.4em;
  }
}
.type-page h1,
.type-posts-listing h1 {
  margin-top: 0 !important;
  padding-bottom: 30px !important;
  z-index: 1;
  font-size: 2.3em !important;
  position: relative;
  font-family: 'Mulish', sans-serif !important;
  /*&:before {
      position: absolute;
      content: '';
      left: 50%;
      transform: translateX(-50%);
      width: 100vw !important;
      top: 0;
      background: #F8F8F8;
      height: 100%;
      z-index: -1;
    }*/
}
@media only screen and (max-width: 767px) {
  .type-page h1,
  .type-posts-listing h1 {
    font-size: 1.8em !important;
  }
}
.type-page main,
.type-posts-listing main {
  padding-bottom: 40px;
}
.type-page main h2,
.type-posts-listing main h2 {
  font-weight: 700;
  color: #383C43;
}
.type-page main > .content-inner,
.type-posts-listing main > .content-inner {
  /*background: #fff;*/
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0;
  }
}
.cart-widget .btn.btn-conversion,
.cart-widget a.btn.btn-conversion,
.cart-widget .btn.btn-cart,
.cart-widget a.btn.btn-cart {
  color: #000;
  font-size: 1em;
  font-weight: 600;
}
.cart-widget #continue-order-button {
  color: #fff;
}
.cart-widget .cart-widget-product-name {
  font-size: 0.9em;
}
.cart-widget .cart-widget-product-name a {
  color: #000;
  display: block;
  margin-bottom: 5px;
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1 {
  color: #000;
  position: relative;
  margin-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  text-align: left;
  font-family: 'Mulish', cursive !important;
  font-size: 2em;
  font-weight: 500;
}
h4.homepage-group-title:before,
.h4.homepage-group-title:before,
.category-title:before,
.type-detail h2.products-related-header:before,
.type-page h1:before {
  width: 100vw;
  height: 100%;
  content: '';
  background: #F8F8F8;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .category-title,
  .type-detail h2.products-related-header,
  .type-page h1 {
    font-size: 1.7em;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title {
  max-width: 800px;
  text-align: center;
  width: 100%;
  padding: 60px 45px 20px 45px;
  margin: 0 auto;
  margin-bottom: 0px;
  letter-spacing: 0.6px;
  color: #1E1E1E;
  position: relative;
  z-index: 1;
  text-transform: none;
  font-size: 2em;
  font-weight: 700;
  font-family: 'Mulish', cursive !important;
  /*&:before {
    width: calc(~'100vw - 60px');
    height: 100%;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #FBFBFB;
    bottom: 0;
    z-index: -1;
    border-radius: 20px 20px 0 0;

    @media @tablet-port {
      display: none;
    }
  }*/
}
h4.homepage-group-title:before,
.h4.homepage-group-title:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    max-width: inherit;
    margin: 0px auto !important;
    padding: 40px 0 10px 0;
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
.type-index .products-block {
  position: relative;
  padding-bottom: 30px !important;
  /*&:before {
      width: calc(~'100vw - 60px');
      height: 100%;
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #FBFBFB;
      bottom: 0;
      border-radius: 0 0 20px 20px;

      @media @tablet-port {
        display: none;
      }
    }*/
}
.msg.msg-success,
.msg.msg-notice {
  border-color: #000;
  color: #fff;
  background-color: #000;
  text-align: center;
}
.products-1-wrap,
.products-2-wrap,
.products-3-wrap,
.products-cats-wrap,
.products-rel-wrap,
.products-alt-wrap {
  position: relative;
}
.overall-wrapper {
  /*&:after {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    content: '';
    background-color: #fff;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/loading.gif);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
  }*/
}
.overall-wrapper.loaded:after {
  display: none;
}
.type-index .products-block,
.type-detail .products-block {
  position: relative;
}
#chat-application {
  bottom: 80px !important;
  right: 18px !important;
}
@media only screen and (max-width: 767px) {
  #chat-application {
    bottom: 60px !important;
    right: 10px !important;
  }
}
.fav-categories {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-top: 30px;
  /*&:after {
    width: 100vw;
    height: 1px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.08);
    bottom: 0;
  }*/
}
@media only screen and (max-width: 767px) {
  .fav-categories {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 550px) {
  .fav-categories {
    padding-bottom: 15px !important;
  }
}
.fav-categories .glider-dots {
  margin-top: 20px !important;
}
@media only screen and (max-width: 480px) {
  .fav-categories {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fav-categories .slick-dots li button {
    background: #F1F1F1;
  }
  .fav-categories .container {
    padding: 0 !important;
  }
}
.fav-categories .pagination-wrapper {
  display: none;
}
.fav-categories .slick-list {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-item {
    padding-bottom: 0;
  }
}
.fav-categories.carousel + .browse-p {
  display: none !important;
}
.fav-categories h1 {
  max-width: 350px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
  color: #000;
  padding: 10px 45px 0px 45px;
  text-transform: none;
  font-size: 2.6em;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fav-categories h1 {
    max-width: inherit;
    margin: 15px auto 0px auto !important;
    padding: 20px 0 0 0;
  }
}
.fav-categories .news-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
@media only screen and (max-width: 1440px) {
  .fav-categories .news-wrapper {
    padding-left: 55px !important;
    padding-right: 55px !important;
    width: calc(100% + 16px);
  }
}
@media (max-width: 550px) {
  .fav-categories .news-wrapper {
    padding-bottom: 15px !important;
  }
}
.fav-categories .news-wrapper.glider {
  scrollbar-width: none;
}
.fav-categories .news-wrapper .slick-list {
  padding: 20px 7px;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .slick-list {
    padding: 20px 0;
  }
}
.fav-categories .news-wrapper .news-item {
  /*width: calc(~'25% - 40px');*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  margin: 0 8px 0px 8px;
  padding: 0;
  /*@media @tablet-port {
        padding: 0;
        margin: 0;
      }*/
}
.fav-categories .news-wrapper .news-item .image {
  width: 100%;
  position: relative;
  height: auto;
  border-radius: 200px;
  overflow: hidden;
  background: #fff;
}
.fav-categories .news-wrapper .news-item .image a {
  display: block;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item .image {
    margin-bottom: 0;
  }
}
.fav-categories .news-wrapper .news-item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.fav-categories .news-wrapper .news-item .image .overlay .button {
  padding: 9px 20px 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.fav-categories .news-wrapper .news-item .image .overlay .button:hover {
  background: #fff;
  color: #000;
}
.fav-categories .news-wrapper .news-item .image img {
  transition: 0.3s;
  transform: scale(1);
  transform-origin: center;
  width: auto;
  margin: 0 auto;
  border-radius: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item:hover {
    box-shadow: none;
  }
}
.fav-categories .news-wrapper .news-item:hover .image .overlay {
  opacity: 1;
}
.fav-categories .news-wrapper .news-item:hover .image img {
  transform: none;
}
.fav-categories .news-wrapper .news-item:hover .text .title {
  text-decoration: underline;
}
.fav-categories .news-wrapper .news-item .text {
  background: #fff;
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.fav-categories .news-wrapper .news-item .text .title {
  text-align: center;
  width: 100%;
  color: #000;
  text-transform: none;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1em;
  font-weight: 500;
  margin: 25px 0;
  letter-spacing: 0;
  transition: 0.3s;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item .text .title {
    margin: 15px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.fav-categories .news-wrapper .news-item .text .description {
  display: none;
}
.fav-categories .news-wrapper .news-item .text time {
  display: none;
}
.type-posts-listing h1 {
  font-size: 2.2em;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0 !important;
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .type-posts-listing h1 {
    font-size: 1.8em;
  }
}
.type-posts-listing h1 + p {
  margin-bottom: 30px;
}
.type-posts-listing aside {
  display: none;
}
.type-posts-listing .news-wrapper {
  margin: 0 -10px;
  width: calc(100% + 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-posts-listing .news-wrapper .news-item {
  background: #fff;
  margin: 0 10px 20px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(33.333% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item {
    padding-bottom: 0;
  }
}
.type-posts-listing .news-wrapper .news-item .image {
  width: 100%;
  margin: 0;
}
.type-posts-listing .news-wrapper .news-item .image img {
  width: 100%;
  height: auto;
}
.type-posts-listing .news-wrapper .news-item .text {
  padding: 25px;
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item .text {
    padding: 15px;
  }
}
.type-posts-listing .news-wrapper .news-item .text .title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item .text .title {
    font-size: 1.4em;
  }
}
.type-posts-listing .news-wrapper .news-item .text .title:hover {
  color: #CF6628;
}
.type-posts-listing .news-wrapper .news-item .text time {
  color: #000;
  font-size: .85em;
  background: #ececec;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.type-posts-listing .news-wrapper .news-item .text .button {
  color: #fff;
  background: #000;
  padding: 8px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.type-posts-listing .news-wrapper .news-item .text .button:hover {
  background: #FAD400;
}
.type-posts-listing .news-wrapper .news-item .text .description {
  color: #000;
  font-size: 0.8em;
}
.type-posts-listing .news-wrapper .news-item .text .description .button {
  width: 197px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  text-transform: uppercase;
}
.type-posts-listing .news-wrapper .news-item .text .description .button:hover {
  background: #333;
}
@media only screen and (min-width: 768px) {
  .type-posts-listing .news-wrapper .news-item:first-child {
    width: calc(100% - 20px);
    margin-bottom: 40px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .type-posts-listing .news-wrapper .news-item:first-child .image {
    width: 50%;
    -ms-flex-order: 2;
        order: 2;
  }
  .type-posts-listing .news-wrapper .news-item:first-child .text .title {
    font-size: 1.4em;
  }
  .type-posts-listing .news-wrapper .news-item:first-child .text .button {
    width: auto;
  }
}
.type-post,
.type-page {
  /*.text, div[itemprop="about"] {
    color: #000;
    line-height: 1.8em;
    font-size: 0.85em;
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px 10px 25px;
  }*/
}
.type-post h1,
.type-page h1 {
  font-weight: 500;
  color: #000;
  font-size: 2.4em;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .type-post h1,
  .type-page h1 {
    font-size: 1.8em !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.type-post time,
.type-page time {
  color: #000;
  font-size: 0.9em;
  background: #f2f2f2;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 500;
}
.type-post .post-image,
.type-page .post-image {
  margin: -10px -25px 25px -25px;
  font-size: 0;
  line-height: initial;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.type-post .post-image img,
.type-page .post-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type-post .post-image time,
.type-page .post-image time {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  font-size: 14px;
  border-radius: 5px;
}
.type-post aside,
.type-page aside {
  display: none;
}
.mehub-bonus-header-container {
  display: none;
}
.type-page h1 {
  text-align: left;
}
.news-item-detail .next-prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.news-item-detail .next-prev .btn {
  border-radius: 6px;
  background: #000;
  color: #fff;
  padding: 6px 20px;
}
.news-item-detail .next-prev .btn:hover {
  background: #CF6628;
}
.news-item-detail .next-prev .btn.to-top {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.news-item-detail .next-prev .btn.to-top img {
  width: 24px;
}
.category-title,
.type-page h1 {
  margin-top: 0;
  position: relative;
  color: #000;
  font-size: 2.5em;
  padding-bottom: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 5px;
  /*&:before {
    width: 100vw !important;
    height: 100%;
    content: '';
    background: @purple;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: 0;
  }*/
}
@media only screen and (max-width: 992px) {
  .category-title,
  .type-page h1 {
    padding-bottom: 20px;
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .category-title,
  .type-page h1 {
    font-size: 1.8em !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail h1 {
    margin-top: 0;
    position: relative;
    color: #000 !important;
    padding-bottom: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.8em !important;
    padding-top: 17px;
    /*&:before {
        width: 100vw !important;
        height: 100%;
        content: '';
        background: @purple;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        top: 0;
      }*/
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .type-detail h1 {
    font-size: 1.5em !important;
  }
}
.type-page h1 {
  padding-bottom: 25px !important;
}
@media only screen and (max-width: 992px) {
  .type-page h1 {
    padding-bottom: 20px !important;
  }
}
.ordering-process .cart-inner .row {
  margin: 0 !important;
}
.middle-banners-wrapper .banner-wrapper .extended-banner-texts {
  max-width: 650px;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  border-color: #000;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 2px;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/checkbox-checked.svg) no-repeat center !important;
  background-size: 16px;
  background-color: transparent !important;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  /*border-color: @purple;
  background: @purple;*/
}
.head-banner.rc-header-top-image-bottom {
  position: relative;
  border-top: 30px solid #fff;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom {
    margin-top: -25px;
  }
}
.head-banner.rc-header-top-image-bottom .rc-gallery__image-title {
  display: none;
}
.head-banner.rc-header-top-image-bottom h1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 40px 50px !important;
  font-size: 3em !important;
  background: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom h1 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 25px 30px !important;
    font-size: 2.2em !important;
    background: #fff;
    margin: 0;
    max-width: calc(100% - 40px);
  }
}
.head-banner.rc-header-top-image-bottom h1:before {
  display: none;
}
.ordering-process.id--9 .discount-coupon {
  width: 100% !important;
}
.mehub-bonus-cart-container {
  margin-bottom: 25px;
}
.in-zemedelska-technika .obrazky {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 35px;
}
@media only screen and (max-width: 480px) {
  .in-zemedelska-technika .obrazky {
    margin: 0;
  }
}
.in-zemedelska-technika .obrazky .obrazek-50 {
  width: 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 480px) {
  .in-zemedelska-technika .obrazky .obrazek-50 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.in-zemedelska-technika h2 {
  margin-top: 45px;
  font-weight: 500 !important;
  font-size: 1.6em;
}
@media (max-width: 680px) {
  .in-zemedelska-technika h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .in-zemedelska-technika h2 {
    font-size: 1.4em;
    margin-top: 20px;
  }
}
.in-zemedelska-technika .technologie-boxy {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
}
@media (max-width: 680px) {
  .in-zemedelska-technika .technologie-boxy {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.in-zemedelska-technika .technologie-boxy > div {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 20px 10px 20px;
  margin: 0 10px;
  width: calc(33.333% - 20px);
}
@media (max-width: 680px) {
  .in-zemedelska-technika .technologie-boxy > div {
    width: calc(100% - 20px);
    margin-bottom: 20px;
    max-width: 250px;
  }
}
.in-zemedelska-technika .technologie-boxy > div > div:first-child {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.in-zemedelska-technika .technologie-boxy > div > div:first-child img {
  max-width: 157px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .in-zemedelska-technika .technologie-boxy > div > div:first-child {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 10px;
  }
  .in-zemedelska-technika .technologie-boxy > div > div:first-child img {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.in-zemedelska-technika .technologie-boxy > div img + div {
  padding-left: 25px;
}
@media only screen and (max-width: 1200px) {
  .in-zemedelska-technika .technologie-boxy > div img + div {
    padding-left: 0;
  }
}
.in-zemedelska-technika .technologie-boxy > div h3 {
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .in-zemedelska-technika .technologie-boxy > div h3 {
    font-size: 1.2em;
  }
}
.in-zemedelska-technika .technologie-boxy > div h3 a {
  text-decoration: underline;
  color: #000;
  font-size: 1em;
}
.in-zemedelska-technika .technologie-boxy > div h3 a:hover {
  text-decoration: none;
  color: #CF6628;
}
.in-zemedelska-technika .technologie-boxy > div ul {
  padding-left: 25px;
  font-size: 0.9em;
}
.in-zemedelska-technika .technologie-boxy > div div > p {
  font-size: 0.9em;
}
.in-zemedelska-technika .technologie-boxy > div a {
  color: #CF6628;
  text-decoration: underline;
  font-size: 0.9em;
}
.in-zemedelska-technika .technologie-boxy > div a:hover {
  text-decoration: none;
}
.in-airsoft .galerie {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .in-airsoft .galerie {
    margin-top: 40px;
  }
}
.in-airsoft .galerie a {
  margin: 7px;
  width: calc(33.333% - 14px);
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .in-airsoft .galerie a {
    width: calc(50% - 14px);
  }
}
.in-airsoft .galerie a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.in-airsoft .galerie a:hover img {
  opacity: 0.8;
}
.in-airsoft .carousel {
  margin-top: 30px;
  margin-bottom: 40px;
}
.in-airsoft .button {
  padding: 15px 25px;
  background: #243E36;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0 auto;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.in-airsoft .button:hover {
  background: #CF6628;
}
.in-airsoft .sede-boxy {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .in-airsoft .sede-boxy {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.in-airsoft .sede-boxy > div {
  margin: 0 7px;
  border-radius: 20px;
  background: #FBFBFB;
  padding: 30px;
  max-width: 615px;
}
@media only screen and (max-width: 767px) {
  .in-airsoft .sede-boxy > div {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
  }
}
.in-airsoft .sede-boxy > div h3 {
  margin-top: 0;
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  .in-airsoft .sede-boxy > div h3 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .in-airsoft .sede-boxy > div h3 {
    font-size: 1.3em;
  }
}
.in-airsoft .sede-boxy > div p {
  font-size: 0.9em;
  line-height: 1.6em;
}
.type-posts-listing .news-wrapper .news-item .text .button {
  display: none;
}
@media only screen and (min-width: 768px) {
  .type-posts-listing .news-wrapper .news-item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
    margin-bottom: 40px;
  }
  .type-posts-listing .news-wrapper .news-item .image {
    width: 55% !important;
    -ms-flex-order: 2;
        order: 2;
  }
  .type-posts-listing .news-wrapper .news-item .text {
    border-radius: 20px;
    background: #FBFBFB;
    margin-right: 20px;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    color: #000;
  }
  .type-posts-listing .news-wrapper .news-item .text .title,
  .type-posts-listing .news-wrapper .news-item .text .description {
    color: #000;
  }
  .type-posts-listing .news-wrapper .news-item .text .button {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #carousel .carousel-inner .item:nth-child(2) .extended-banner-texts {
    padding-bottom: 0;
    padding-top: 100px;
  }
}
