@charset "UTF-8";
@media (max-width:991px) {
  .ast-container {
    padding: 0
  }
}

section#wesprzyj .container .main-row {
  display: flex;
  gap: 20px;
  flex-flow: row nowrap;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

@media (max-width:991px) {
  section#wesprzyj .container .main-row {
    flex-direction: column
  }
}

section#wesprzyj .support-title {
  font-size: 26px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

section#wesprzyj .support-subtitle {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

section#wesprzyj .product-image {
  padding: 15px;
}

section#wesprzyj .container .main-row .payment-info {
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  max-width: 90vw;
  margin: 0 auto 25px
}

section#wesprzyj .container .main-row .payment-info p {
  margin: 0
}

section#wesprzyj .container .main-row .payment-info.success {
  background: #9de24e;
  color: #006400
}

section#wesprzyj .container .main-row .payment-info.error {
  background: #f8b975;
  color: #7c4604
}

section#wesprzyj .container .main-row .product-list-container {
  width: 70%;
}

@media (max-width:991px) {
  section#wesprzyj .container .main-row .product-list-container {
    width: 100%;
  }
}

section#wesprzyj .container .main-row .product-list-container .text-container {
  text-align: center;
  margin-bottom: 25px
}

section#wesprzyj .container .main-row .product-list-container .product-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
}

@media (max-width:991px) {
  section#wesprzyj .container .main-row .product-list-container .product-list {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

section#wesprzyj .container .main-row .product-list-container .product-list .product-spacer {
  display: block;
  height: 35px;
  margin-bottom: 20px;
}

section#wesprzyj .container .main-row .product-list-container .product-list .product {
  width: 100%;
  text-align: center;
  margin-bottom: 25px
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .product-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

section#wesprzyj .container .main-row .product-list-container .product-list .product h3 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  height: 40px;
  color: #201F1D;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width:991px) {
  section#wesprzyj .container .main-row .product-list-container .product-list .product h3 {
    font-size: 14px;
    line-height: 18px;
    height: 36px
  }
}

section#wesprzyj .container .main-row .product-list-container .product-list .product h4,
section#wesprzyj .container .main-row .product-list-container .product-list .product input[type=number].product-price {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  height: 30px;
  color: #201F1D;
  line-height: 23px;
  margin-bottom: 0;
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .product-description {
  margin-top: 30px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  height: 90px;
  margin: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .pick-price-container {
  position: relative
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .pick-price-container:after {
  position: absolute;
  content: "zł";
  display: block;
  right: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #000
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .pick-price-container input[type=number].product-price {
  width: 60%;
  text-align: center;
  border: 1px solid #707070;
  -moz-appearance: textfield;
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .pick-price-container input[type=number].product-price::-webkit-inner-spin-button,
section#wesprzyj .container .main-row .product-list-container .product-list .product .pick-price-container input[type=number].product-price::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .button-container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  margin: 10px auto 0;
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .button-container .quantity-wrap {
  height: 100%;
  width: 80px;
  border-radius: 4px;
  border: 1px solid #707070;
  padding: 2px 5px;
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  margin-bottom: 20px;
  font-weight: 800;

  color: #201F1D;
  font-family: "Roboto", sans-serif;
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .button-container .quantity {
  padding: 0;
  background-color: transparent;
  width: 100%;
  border: 0;
  margin-right: 5px;
  color: #201F1D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

section#wesprzyj .container .main-row .product-list-container .product-list .product .button-container button {
  max-width: 160px;
  width: 100%;
  border-radius: 0;
  border: 0;
  line-height: 32px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-transform: none;
  background: #201F1D;
}

@media (max-width:991px) {
  section#wesprzyj .container .main-row .product-list-container .product-list .product .button-container button {
    font-size: 14px
  }
}

section#wesprzyj .container .main-row .cart-container {
  padding: 10px 12px;
  align-self: start;
  background-color: #FFFFFF;
  border: 1px solid #DD1C1C;
  border-radius: 4px;
  margin: 0 auto 0 auto;
  width: 30%;
  max-width: 640px;
}

@media (max-width:991px) {
  section#wesprzyj .container .main-row .cart-container {
    margin: 20px auto 0 auto;
    width: 100%;
  }
}

section#wesprzyj .container .main-row .cart-container h2 {
  margin-bottom: 15px
}

section#wesprzyj .container .main-row .cart-container p {
  font-size: 12px;
  margin-bottom: 5px
}

section#wesprzyj .container .main-row .cart-container .cart-list {
  list-style: none;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 6px 14px;
  margin: 0;
  width: 100%;
  height: 130px;
  overflow-y: auto;
}

section#wesprzyj .container .main-row .cart-container .cart-list li {
  display: flex;
  align-items: center;
  cursor: default
}

section#wesprzyj .container .main-row .cart-container .cart-list li h5,
section#wesprzyj .container .main-row .cart-container .cart-list li span {
  font-size: 14px;
  transition: color .3s
}

section#wesprzyj .container .main-row .cart-container .cart-list li span {
  margin-right: 5px;
}

section#wesprzyj .container .main-row .cart-container .cart-list li span.quantity-container:after {
  content: "x"
}

section#wesprzyj .container .main-row .cart-container .cart-list li h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
}

section#wesprzyj .container .main-row .cart-container .cart-list li button {
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #000;
  font-size: 20px;
  margin-left: auto;
  transition: color .3s;
  background-color: transparent;
  padding: 3px 5px;
  width: auto;
  height: unset;
  line-height: unset;
  margin: 0 0 0 auto;
  line-height: 22px;
}

section#wesprzyj .container .main-row .cart-container form input:not([type="checkbox"]) {
  margin-bottom: 5px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #707070;
  border-radius: 4px;
}

section#wesprzyj .container .main-row .cart-container form .checkboxes {
  font-size: 11px;
  color: #201F1D;
  display: flex;
  flex-flow: row nowrap;
  gap: 3px;
}

section#wesprzyj .container .main-row .cart-container form .checkboxes input[type="checkbox"] {
  margin-top: 3px;
}

section#wesprzyj .container .main-row .cart-container form .display-cart-total {
  display: block;
  width: 100%;
  height: 35px;
  border: 1px solid #DD1C1C;
  border-radius: 5px;
  background: #DD1C1C10;
  line-height: 35px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000
}

section#wesprzyj .container .main-row .cart-container .legal-required {
  display: block;
  width: 100%;
  font-size: 11px;
  color: #201F1D;
}

section#wesprzyj .container .main-row .cart-container form button {
  max-width: 195px;
  width: 100%;
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  border: 0;
  display: block;
  margin: 20px auto 0 auto;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #DD1C1C;
  border-radius: 0;
}

section#wesprzyj .container .main-row .cart-container .summary form {
  display: flex;
  flex-flow: column wrap;
  gap: 30px;
}

section#wesprzyj .container .main-row .cart-container .summary .summary_data {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}

@media (min-width: 992px) {

  section#wesprzyj .container .main-row .cart-container .summary .summary_cart {
    display: flex;
    flex-flow: column wrap;
  }
}