/* mixins */
/* Custom mixins */
/* inspired by bootstrap */
/* promo boxes */
.promo-boxes {
  margin: 22px 0 53px;
}

.promo-boxes .article {
  text-align: center;
  color: #484848;
  font-weight: 300;
  line-height: 18px;
}

@media (max-width: 1199px) {
  .promo-boxes .article {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.promo-boxes figure {
  min-height: 62px;
  position: relative;
}

.promo-boxes figure img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}

.promo-boxes figcaption {
  position: relative;
  width: 100%;
  z-index: 2;
  font-size: 13px;
  text-transform: uppercase;
}

.promo-boxes .content {
  font-size: 11px;
}

.promo-boxes .content:after {
  display: block;
  margin: 8px auto;
  content: '';
  width: 64px;
  -webkit-box-shadow: 0 2px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 2px rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid #e86342;
  opacity: 0.5;
}

/* END OF  promo boxes */
/* banners on homepage */
.home-banners {
  /* grid modifications for banners */
  /* banners specific styles */
  /* variants */
}

.home-banners>.row {
  margin-left: -4.5px;
  margin-right: -4.5px;
}

.home-banners .col-md-4 {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.home-banners .delim {
  display: block;
  margin: 10px auto;
  width: 66px;
  border-bottom: 1px solid #e86342;
}

.home-banners .banner {
  text-align: center;
  margin-bottom: 11px;
}

.home-banners .banner h3 {
  margin: 16px 0;
  text-shadow: 0 3px 3px rgba(51, 51, 51, 0.5);
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  text-transform: uppercase;
}

.home-banners .content {
  color: #333;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  margin: 20px 0;
}

.home-banners .content-wrapper {
  padding: 10px;
  min-height: 327px;
  -webkit-box-shadow: 0 6px 6px rgba(51, 51, 51, 0.35);
  box-shadow: 0 6px 6px rgba(51, 51, 51, 0.35);
}

.home-banners .content-wrapper--image-only {
  min-height: unset;
  padding: 0;
}

.home-banners .content-wrapper--image-only .img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.home-banners .content-wrapper--image-only>a {
  display: block;
  width: 100%;
}

.home-banners .textual-link {
  margin: 20px 0;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #e86342;
}

.home-banners .textual-link:focus {
  text-decoration: none;
}

.home-banners .textual-link .crux-right:after {
  font-size: 9px;
  vertical-align: middle;
}

.home-banners .inner {
  width: 100%;
}

.home-banners .button.button-default {
  width: 131px;
  text-align: center;
}

.home-banners .banner.right,
.home-banners .banner.right-image-only {
  position: relative;
  padding: 0 0 18px 12px;
}

.home-banners .banner.right .content-wrapper,
.home-banners .banner.right-image-only .content-wrapper {
  z-index: 2;
  position: relative;
}

.home-banners .banner.right .frame,
// PIOTR wylaczone cienkie ramki na pierwszej stronie pod zdjęciami
// .home-banners .banner.right-image-only .frame {
position: absolute;
z-index: 1;
top: 18px;
right: 18px;
bottom: 0;
left: 0;
border: 1px solid #405997;
-webkit-box-shadow: inset 0px 0px 5px -1px #405997;
box-shadow: inset 0px 0px 5px -1px #405997;
}

.home-banners .banner.left,
.home-banners .banner.left-image-only {
  position: relative;
  padding: 10px 10px 10px 10px;
}

// PIOTR padding: 0 12px 18px 0; }

.home-banners .banner.left .content-wrapper,
.home-banners .banner.left-image-only .content-wrapper {
  z-index: 2;
  position: relative;
}

.home-banners .banner.left .frame,
// PIOTR wylaczone cienkie ramki na pierwszej stronie pod zdjęciami
// .home-banners .banner.left-image-only .frame {
position: absolute;
z-index: 1;
top: 18px;
left: 18px;
bottom: 0;
right: 0;
border: 1px solid #405997;
-webkit-box-shadow: inset 0px 0px 5px -1px #405997;
box-shadow: inset 0px 0px 5px -1px #405997;
}

.home-banners .banner.textual h3 {
  color: #484848;
  text-shadow: none;
}

.home-banners .banner.textual .content-wrapper {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

/* END OF banners on homepage */
.home-contact-link {
  text-align: center;
  margin: 69px 0 34px;
}

.home-contact-link .h3 {
  margin: 37px 0;
  color: #484848;
  font-size: 33px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
}

.home-contact-link .button-medium {
  min-width: 170px;
}

/* form elements */
div.selector {
  background: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0 0 0 10px;
  border: 1px solid #b7b7b7;
  border-radius: 0;
}

div.selector span {
  background: #fff !important;
  line-height: 35px;
  height: 35px;
}

div.selector span:after {
  position: absolute;
  right: 16px;
  top: 10px;
  border-style: solid;
  border-color: currentcolor;
  border-width: 1px 1px 0 0;
  display: inline-block;
  background: transparent;
  content: "";
  vertical-align: 0px;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

div.selector.active span:after {
  top: 14px;
  border-style: solid;
  border-color: currentcolor;
  border-width: 1px 1px 0 0;
  display: inline-block;
  background: transparent;
  content: "";
  vertical-align: 0px;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.selector select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* selector full width */
.selector-fw div.selector {
  width: 302px !important;
  max-width: 100%;
}

.selector-fw div.selector span {
  width: 100% !important;
}

.checkbox {
  padding-left: 24px;
  position: relative;
}

.checkbox div.checker {
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox label {
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  color: #666;
}

.checkbox label a {
  text-decoration: underline;
}

ul.pagination {
  margin-right: -7px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  border: none;
  position: relative;
  float: left;
  padding: 0 7px;
  line-height: 32px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  background-color: transparent;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  background-color: transparent;
  color: #111;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #111;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999999;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}

.ec-cart-navigation .button-exclusive,
.ec-cart-navigation .button-medium,
.cart_navigation .button-exclusive,
.cart_navigation .button-medium {
  margin-right: 0;
  padding: 14px 18px;
  line-height: 20px;
  background-color: #e86342;
  border: 1px solid #e86342;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Kaleko 105 Round W01 Book", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  width: 371px;
  max-width: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ec-cart-navigation .button-exclusive,
.cart_navigation .button-exclusive {
  font-size: 11px;
  background-color: transparent;
  border-color: transparent;
  width: auto;
  padding: 14px 0;
  color: #b8b8b8;
  text-decoration: underline;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-cart-navigation .button-exclusive:focus,
.ec-cart-navigation .button-exclusive:hover,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #787878;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*# sourceMappingURL=dev.css.map */

/* 2022-09-29 ec zmiany */
.header-middle.has-efrr .header-middle__inner {
  max-width: 1170px;
}

.promo-boxes figure.flex.cen {
  margin-top: 5px;
  align-items: baseline;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
}

.promo-boxes figure img {
  top: 28%;
}

.ec-tpay img {
  float: right;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .ec-tpay img {
    width: 100%;
    margin-top: 1rem;
  }
}

#homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10px;
}

#homepage-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 10px;
}

.header-middle.has-efrr .header-middle__inner {
  padding: 0px 7px;
}

@media (max-width: 1199px) {
  .header-middle.has-efrr .header-middle__inner {
    padding: 0 15px;
    max-width: 940px;
  }
}

@media (max-width: 991px) {
  .header-middle.has-efrr .header-middle__inner {
    max-width: 720px;
  }
}


.header-middle.has-efrr .efrr-banner img {
  /* max-width: unset; */
  width: 360px;
  margin-left: 1rem;
}

.header-middle.has-efrr .efrr-banner {
  padding: 0;
  max-width: 30%;
}

@media (max-width: 1199px) {
  .header-middle.has-efrr .efrr-banner {
    max-width: unset;
  }
}

/* 25-10-2022 zmiany produktu */
.pb-left-column .thumbs-column {
  width: 14.2%;
}

.pb-left-column #image-block #bigpic {
  max-width: 100%;
  padding: 0 3rem;
  margin: 0 1rem;
}

@media screen and (max-width: 767px) {
  .pb-left-column #image-block #bigpic {
    padding: 0.2rem;
  }
}

.pb-left-column .image-column {
  padding-bottom: 80%;
}

/* .pb-center-column {
  margin-top: 0.5%;
} */

.pb-center-column h1 {
  line-height: 3.5rem;
}

@media (max-width: 991px) {
  .pb-center-column h1 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .pb-center-column h1 {
    margin-top: 6rem;
  }
}



.pb-left-column #views_block {
  margin: 0 0 30% -5px;
}

.pb-center-column #product_reference {
  margin-top: 2rem;
}

#buy_block {
  margin-top: 3rem;
}

.content_prices {
  padding: 0;
}

.description-block {
  margin: 40px 0 20px;
}

#thumbs_list li a {
  max-height: 98px;
}

.pb-left-column #image-block img {
  background: none;
}

/*4ec dostosowanie produktu */
.description-block__content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.description-block__outline {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.box-cart-bottom label[for="quantity_wanted"] {
  margin: 0 9px;
}

.share-actions {
  float: left;
}

.qty-wrapper {
  float: left;
  width: 33%;
  padding: 0 9 0 2px;
}

.pb-center-column .overprint-tip {
  margin: 25px 0 20px 2px;
}