.mp_container {
  display: none;
  top: 0px;
  bottom: 0px;
  z-index: 5000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); }

.mp_staticbar {
  text-align: center; }

.mp_staticbar h1,
.mp_staticbar h2,
.mp_staticbar h3,
.mp_staticbar h4 {
  margin: 5px 0; }

.mp_content {
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px; }

.mp_row {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.mp_static_row {
  position: relative; }

.mp_box {
  position: relative;
  display: inline-block;
  min-width: 240px;
  background: white;
  text-align: center;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.mp_button {
  box-shadow: 1px 1px 4px grey;
  border-radius: 5px;
  color: black;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  float: none;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  margin: 6px 0; }

.mp_button:hover {
  text-decoration: none; }

.mp_close {
  line-height: normal;
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: 1px;
  right: 3px;
  cursor: pointer;
  color: black;
  width: 30px;
  height: 30px;
  border-radius: 25px; }

.mp_close:hover {
  color: red;
}
.mp-counter-container {
  display: none; 
}
.mp-counter-container .counter {
  font-size: 20px;
}
.mp-counter-container._show {
  display: inline-block;
}
.mp-counter-container .hour, .mp-counter-container .min, .mp-counter-container .sec {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 2px;
}

@media (min-width: 480px) {
  div.mp_spacer {
    min-width: 420px;
    min-height: 420px; } }

@media (max-width: 479px) {
  div.mp_spacer {
    min-width: 220px;
    min-height: 220px; } }


/* PONIŻEJ 
PROMOCJE NA PRODUKTY
*/


.product-gallery .aaMp-promo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 50;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 16px;
  transform: rotate(-15deg);
}
.product-gallery .aaMp-promo:nth-child(2) {
  transform: translateY(110%) rotate(-15deg);
}
.product-gallery .aaMp-promo:nth-child(3) {
  transform: translateY(220%) rotate(-15deg);
}
@media (min-width: 1200px) {
  .product-gallery .aaMp-promo {
    transform: rotate(-15deg) scale(1.5);
    top: 3rem;
  }
  .product-gallery .aaMp-promo:nth-child(2) {
    transform: translateY(140%) rotate(-15deg) scale(1.5);
  }
  .product-gallery .aaMp-promo:nth-child(3) {
    transform: translateY(280%) rotate(-15deg) scale(1.5);
  }
}

.product-gallery .aaMp-promo h1, 
.product-gallery .aaMp-promo h2, 
.product-gallery .aaMp-promo h3, 
.product-gallery .aaMp-promo h4, 
.product-gallery .aaMp-promo h5, 
.product-gallery .aaMp-promo h6,
.product-gallery .aaMp-promo p {
  margin: 0;
  line-height: 1;
}

.product-gallery .aaMp-promo h1, 
.product-gallery .aaMp-promo h2, 
.product-gallery .aaMp-promo h3, 
.product-gallery .aaMp-promo h4, 
.product-gallery .aaMp-promo h5, 
.product-gallery .aaMp-promo h6,
.product-gallery .aaMp-promo strong {
  font-weight: 900;
}

.product-gallery .aaMp-promo h1, 
.product-gallery .aaMp-promo h2, 
.product-gallery .aaMp-promo h3, 
.product-gallery .aaMp-promo h4, 
.product-gallery .aaMp-promo h5, 
.product-gallery .aaMp-promo h6 {
  font-size: 24px;
}

.product-gallery .aaMp-promo p {
  font-size: 8px;
}

.product-gallery .aaMp-promo p strong {
  font-size: 12px;
  margin-top: 2px;
}



.product-list .aaMp-promo, .skLongList .aaMp-promo {
  background-color: #fff !important;
  color: #000 !important;
  padding: 5px;
  border: 1px solid #666;
  margin: 5px 0;
  line-height: 1;
  font-size: 12px;
}

.product-list .aaMp-promo *, .skLongList .aaMp-promo *{
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 12px;
}

.product-list .aaMp-promo h1, .skLongList  .aaMp-promo h1,
.product-list .aaMp-promo h2, .skLongList  .aaMp-promo h2,
.product-list .aaMp-promo h3, .skLongList  .aaMp-promo h3,
.product-list .aaMp-promo h4, .skLongList  .aaMp-promo h4,
.product-list .aaMp-promo h5, .skLongList  .aaMp-promo h5,
.product-list .aaMp-promo h6, .skLongList  .aaMp-promo h6,
.product-list .aaMp-promo strong,
.skLongList .aaMp-promo strong {
  font-weight: 900;
}


@media (min-width: 992px) {
  .mp_staticbar {
    text-align: left;
  }
  .mp_content {
    padding: 0;
  }
  .mp_staticbar h1, .mp_staticbar h2, .mp_staticbar h3, .mp_staticbar h4 {
    margin: 10px 0;
  }
  .mp_static_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .mp-counter-container .hour, .mp-counter-container .min, .mp-counter-container .sec {
    border-radius: none;
    background-color: transparent;
    color: inherit;
  }
  .mp-counter-container .counter {
    font-size: 20px;
  }
}