* {
  font-size: 12px;
}

img {
  width: 100%;
  position: absolute;
  width: 500px;
}

.wysokosc,
.szerokosc,
.glebokosc-polki-bazowej,
.glebokosc-polek,
.plecy,
.pulka-bazowa,
.przedluzka,
.plecy-dziury,
.ilosc-pulek-dwustronny {
  display: none;
}

.dwustronny .przedluzka {
  top: 15px;
}


.jednostronny img {
    margin-top: 70px;
}
.jednostronny .przedluzka {
    top: -60px;
  }


.form-group {
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  border-left: 3px solid #ee3d43;
}

label {
  color: #2f3946;
}

.podsumowanie {
  width: 800px;
  border-radius: 25px;
  background: #fff;
  margin-top: 50px;
  border: 2px solid #2f3946;

  display: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
}

.podsumowanie p,
.podsumowanie span {
  font-weight: bold;
}
h3 {
  font-size: 18px;
  padding: 5px;
}

.close {
  width: 20px;
  height: 20px;
  background: url("../../../static.thenounproject.com/png/52944-200.png");
  background-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.price {
  font-size: 20px;
}

.priceLabel {
  max-width: 300px;
  height: 80px;
  border-radius: 3px;
  background: #e9ecef;
  color: #282d3b;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #ced4da;
}

.finalPrice,
.summary-brutto {
  font-size: 24px;
  position: relative;
  color: #ee3d43;
  font-weight: bold;
}

.priceNetto,
.summary-netto {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.priceRightPos {
  float: right;
  font-size: 24px;
}

.priceLeftPos {
  float: left;
  font-size: 24px;
}

.adres-do-wysylki-container {
  display: none;
}

.checkbox-wysylka {
  padding: 5px;
}

.opis-przedluzka {
  max-width: 350px;
  font-size: 12px;
  color: #fff;
  background: #414142;
  text-align: center;
  padding: 10px;
  position: absolute;
  margin-top: -120px;
  display: none;
  border-radius: 5px;
}

.opis-przedluzka h3 {
  font-size: 16px;
  line-height: 0.1em;
}

.opis-przedluzka::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #414142 transparent transparent transparent;
}

.delivery-price-wrapper p,
.payment-method-wrapper p,
.summary-wrapper p {
  font-size: 16px;
  font-weight: bold;
  color: #ee3d43;
  margin: 0;
}

.delivery-price {
  font-size: 20px;
  font-weight: bold;
}

.summary-wrapper {
  animation: zoomIn 0.3s ease;
  border: 1px solid #282d3b;
  background-color: #2f3946;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0 10px;
}

.summary-netto {
  color: #ced4da;
}

.mail-summary-wrapper {
  display: none !important;
}

.main-container {
  display: none;
}

.jednostronny-btn,
.dwustronny-btn {
  cursor: pointer;
  text-align: center;
}

.jednostronny-btn img {
  padding-top: 70px;
}

.jednostronny-btn img,
.dwustronny-btn img{
    position: relative;
    transition: all .3s ease;
}

.jednostronny-btn img:hover,
.dwustronny-btn img:hover {
    transform: scale(1.05);
}

.wybor h2 {
    text-align: center;
}

