/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
footer .custom-footer > div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #141414;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: #262726;
  border: none;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 0;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter {
    margin-bottom: 40px;
    padding: 45px 0 !important;
  }
}
@media (max-width: 992px) {
  footer .custom-footer > div.extended.newsletter .topic {
    margin-bottom: 40px;
  }
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 590px;
  z-index: 2;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #262a36;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #262a36 !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  padding: 0 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 18px;
  color: #262a36;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #c4c4c480;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    background-color: #fff;
    border: 1px solid #c4c4c480;
  }
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    height: 66px;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    padding: 0 16px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #262a36;
  font-size: 18px;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
    font-size: 16px;
  }
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #262a36;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #262a36;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 18px !important;
  color: #262a36 !important;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 700 !important;
  font-size: 28px !important;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
  color: #262a36;
  letter-spacing: 0.5px !important;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter h4 {
    font-size: 1.2em;
  }
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
footer .custom-footer > div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 400;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #262a36;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer > div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
  background: #fff;
  /*border-top: 1px solid rgba(196, 196, 196, 0.5);
      border-bottom: 1px solid rgba(196, 196, 196, 0.5);*/
}
footer .custom-footer {
  padding-top: 0;
}
footer .custom-footer > div.extended.newsletter form label {
  display: block;
  padding-right: 0;
  text-align: right;
  position: absolute;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter form label {
    text-align: center;
  }
}
footer .custom-footer > div.extended.newsletter {
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter {
    padding-bottom: 65px !important;
  }
}
footer .custom-footer > div.extended.newsletter .btn.btn-default {
  border-radius: 0;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter .btn.btn-default {
    right: 50px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  border-radius: 0;
  height: 55px;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  padding-right: 170px;
}
@media (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
    justify-content: center;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  font-size: 14px;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  font-size: 14px;
}
footer .custom-footer > div.extended.newsletter h4 strong {
  color: #000;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: center !important;
  }
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 24px !important;
  }
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
    padding-right: 0;
  }
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    min-width: 100%;
    padding-right: 200px;
  }
  footer .custom-footer > div.extended.newsletter .btn.btn-default {
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .products-block.products .product {
    width: 48%;
  }
  .products-block.products .product .image {
    height: 43vw;
  }
}
@media (min-width: 1200px) {
  .products-block.products .product {
    width: calc(20% - 20px);
  }
}
.next-to-carousel-banners .normal-banners-line {
  justify-content: space-between;
  margin: 0;
}
.next-to-carousel-banners .normal-banners-line .banner-wrapper {
  width: 30%;
}
@media (max-width: 991px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper {
    width: 48%;
  }
}
#return-to-top {
  bottom: 100px;
}
@media (max-width: 767px) {
  #return-to-top {
    bottom: 75px;
    right: 14px;
  }
}
.in-index .products-block.products .product .widget-parameter-wrapper {
  display: none;
}
.row.banners-content.body-banners {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .row.banners-content.body-banners > div {
    width: 48%;
    flex: initial;
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.products-block.products .product .widget-parameter-more {
  margin-top: 8px;
  margin-left: 5px;
  display: block;
}
.products-block.products .product .widget-parameter-more span {
  white-space: nowrap;
}
.products-block.products .product .widget-parameter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-block.products .product .widget-parameter-list > li.widget-parameter-value {
  display: list-item !important;
}
.products-block.products .product .widget-parameter-wrapper .widget-parameter-list {
  max-height: 34px;
  overflow: hidden;
}
footer {
  background-color: #fff;
  color: #1e1e1c;
}
footer ul li a {
  color: #1e1e1c !important;
}
footer h4 {
  color: #1e1e1c;
}
body footer .container.footer-bottom .copyright,
body footer .container.footer-bottom .copyright .podpis,
body footer .container.footer-bottom .copyright .podpis a {
  color: #1e1e1c;
}
@media (min-width: 1200px) {
  .subcategories li {
    width: 20%;
    max-width: 20%;
  }
}
.subcategories.with-image li a {
  background-color: transparent;
  border: 2px solid #f1f3f7;
}
.normal-banners-line .banner-wrapper a:hover img {
  transform: scale(1.05);
}
.normal-banners-line .banner-wrapper a img {
  transition-duration: 0.3s;
}
.next-to-carousel-banners .normal-banners-line {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 20px);
  padding-bottom: 30px;
}
.next-to-carousel-banners .normal-banners-line .banner-wrapper {
  width: calc(25% - 20px);
  margin: 10px;
  overflow: visible;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper {
    width: calc(100% - 20px);
  }
}
.next-to-carousel-banners .normal-banners-line .banner-wrapper a {
  text-decoration: none;
}
.next-to-carousel-banners .normal-banners-line .banner-wrapper .extended-banner-texts {
  display: flex;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.next-to-carousel-banners .normal-banners-line .banner-wrapper .extended-banner-texts .extended-banner-link {
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}
@media only screen and (min-width: 1800px) {
  .products-block.products .slick-list .product .image,
  .one-column-body .products-block.products .product .image {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  #header #navigation ul.menu-level-1 > li.exp > ul {
    margin-left: 0;
    margin-right: 0;
    transform: none;
    padding-left: 270px !important;
    padding-right: 75px !important;
    left: -270px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #header #navigation ul.menu-level-1 > li.exp > ul {
    width: calc(100vw + 80px) !important;
  }
}
.next-to-carousel-banners .normal-banners-line .banner-wrapper .extended-banner-texts {
  margin-top: -60px;
}
@media (min-width: 1440px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper .extended-banner-texts {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper .extended-banner-texts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.normal-banners-line .banner-wrapper a img {
  height: 100%;
  object-fit: cover;
}
.next-to-carousel-banners .normal-banners-line {
  width: 100%;
  margin-left: 0;
}
.next-to-carousel-banners .normal-banners-line .banner-wrapper {
  width: 25%;
  margin: 0;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper {
    margin: 0;
  }
}
@media (min-width: 1920px) {
  #header #navigation ul.menu-level-1 > li.exp > ul {
    padding-left: 270px !important;
    width: 1850px !important;
  }
}
@media screen and (max-width: 1000px) {
  body .heu,
  body .zbozi {
    display: block;
  }
  body .zbozi {
    margin-top: 0;
    margin-left: 0;
  }
}
.next-to-carousel-banners > .banner-wrapper {
  display: none;
}
.products-inline.products .product .p {
  border: 2px solid #1e1e1c;
  background-color: transparent;
}
@media (max-width: 450px) {
  .next-to-carousel-banners .normal-banners-line .banner-wrapper .extended-banner-texts {
    margin-top: -45px;
  }
  .next-to-carousel-banners .normal-banners-line .banner-wrapper .extended-banner-texts .extended-banner-link {
    font-size: 14px;
    letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .benefitBanner,
  .benefitBanner {
    justify-content: center;
  }
  .benefitBanner .benefitBanner__item {
    padding-right: 0;
    min-width: 300px !important;
    max-width: 300px;
    flex-wrap: nowrap;
  }
  .benefitBanner .benefitBanner__item .benefitBanner__picture {
    min-width: 45px;
    max-width: 45px;
  }
}
.benefitBanner {
  align-items: center;
  font-size: 13px;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 14px;
}
article {
  max-width: 100%;
}
@media (min-width: 768px) {
  .benefitBanner .benefitBanner__item {
    flex-wrap: nowrap;
    width: 25%;
  }
  .benefitBanner .benefitBanner__item .benefitBanner__picture {
    min-width: 45px;
    max-width: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
  }
}
.type-detail .shp-tabs-wrapper > .row {
  width: 100%;
}
.type-detail .shp-tabs-wrapper > .row table {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  overflow-x: auto;
  border-style: none !important;
}
@media (max-width: 767px) {
  .type-detail .shp-tabs-wrapper > .row table {
    width: 100% !important;
  }
}
.benefitBanner {
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    justify-content: center;
    padding: 0 10px;
  }
}
.type-detail .shp-tabs-wrapper > .row > div {
  max-width: none;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .navigation-in > ul > li.ext > ul > li {
    width: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 480px) {
  .margin {
    position: initial;
    transform: none;
    margin-right: 0;
  }
  .margin img {
    width: 100%;
  }
}
.menu-helper ul {
  padding: 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #navigation ul.menu-level-1 > li > a {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .navigation-in > ul > li.ext > ul > li > div {
    width: auto;
    padding-right: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li > div > a {
    font-size: 12px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li > div > ul.menu-level-3 li a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #header #navigation ul.menu-level-1 > li.exp > ul {
    display: flex;
  }
}
.custom-footer__banner29 img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #header #navigation ul.menu-level-1 > li.exp > ul {
    display: flex;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: auto;
    padding-right: 15px;
  }
  .navigation-in > ul > li.ext > ul > li {
    width: auto !important;
    flex-basis: auto !important;
  }
  #header #navigation ul.menu-level-1 > li.exp > ul {
    justify-content: space-between;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li:last-child > div {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navigation-in > ul > li.ext > ul > li {
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  footer .custom-footer {
    position: relative;
    justify-content: center;
  }
  footer .custom-footer > div.custom-footer__banner29 {
    margin-bottom: -60px;
    margin-top: 60px;
    padding-right: 0 !important;
  }
  .custom-footer__banner7 {
    position: absolute;
    right: 0;
    bottom: 60px;
  }
}
.p-detail .price-line .price-standard .empty,
.p-detail .price-line .price-save .empty,
.flags.flags-extra .flag.no-display {
  display: none;
}
.products-inline.products .product .p {
  height: 100%;
}
