#promo-toggler {
  font-weight: bold;
  font-size: 15px;
  color: #6f6f6f;
  cursor: pointer;
}
.hidden-promo {
  display: flex;
  height: 0px;
  transition-duration: 0.3s;
  overflow: hidden;
}

.hidden-promo.active {
  height: 50px;
}

#price::after {
  content: " zł";
  display: inline-block;
  margin-left: 4px;
}

#total-price::after {
  content: " zł";
  margin-left: 4px;
  display: inline-block;
}

.loading {
  opacity: 0.2;
}
.your-cart-top {
  display: flex;
  justify-content: space-between;
  padding: 2em;
  gap: 20px;
}

.your-cart-top .left-side {
  width: 35%;
}

@media (max-width: 992px) {
  .your-cart-top .left-side {
    width: 100%;
  }
}

.your-cart-top .right-side {
  display: grid;
  width: 65%;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 992px) {
  .your-cart-top .right-side {
    display: block;
    width: 100%;
  }
}

.your-cart-top .right-side__wide {
  grid-column: span 2;
}

@media (max-width: 992px) {
  .your-cart-top .right-side__wide {
    margin-top: 20px;
  }
}

.your-cart-top .right-side__wide--title {
  font-size: 28px;
}

.your-cart-top .title h2 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
div#right_rozliczenie_select {
  margin-bottom: 1.5em;
}

.your-cart-top .title span {
  color: #000;
  font-family: "Karma";
  font-weight: 400;
  font-size: 14px;
}

.your-cart-top .select-box {
  border: 1px solid #ddd;
}
label.price-month {
  font-weight: bold;
  flex-direction: column !important;
  min-height: 70px;
  gap: 10px;
}
label.price-month ul {
  padding-left: 22px;
}
label.price-month li {
  font-size: 15px;
  font-weight: 500;
  color: #0052b4;
  line-height: 1.4em;
  list-style-type: none;
  position: relative;
  padding-left: 24px;
}

label.price-month li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #0052b4;
  font-size: 20px;
}

.your-cart-top .info-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.your-cart-top .info-top i {
  font-size: 24px;
  margin-right: 10px;
}
.select-box .info-top {
  background-color: #0052b4;
  color: #fff;
  padding: 1em;
  gap: 10px;
  margin-bottom: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.left-side .select-box {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.your-cart-top .info-top h4 {
  margin: 0;
  color: #fff;
}
.your-cart-top .title span {
  margin-bottom: 1em;
  display: block;
}
.your-cart-top .info-top p {
  margin: 0;
  color: #fff;
}

.your-cart-top .select-box label {
  display: block;
  margin-bottom: 10px;
}

.your-cart-top .select-box label span {
  display: flex;
  align-items: center;
}

.your-cart-top .select-box label input[type="radio"] {
  margin-right: 10px;
}
.your-cart-top .select-box label {
  padding: 10px 25px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}

.your-cart-top .select-box .fav {
  background-color: #febd43;
  padding: 6px 10px 2px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
}
.your-cart-top .select-box label span p {
  font-weight: bold;
  color: #000;
}

.your-cart-top .select-box label span p del {
  font-weight: 300;
  text-decoration: unset;
  color: #000;
}

.your-cart-top .select-box span del {
  color: #777;
}

.your-cart-top .to-checkout {
  grid-column: span 2;
  background-color: #d80027;
  border-radius: unset;
}

.your-cart-top .to-checkout {
  width: 100%;
  background-color: #d80027;
  border-radius: unset;
  padding: 15px 15px 10px 15px;
  color: #fff;
  font-weight: bold;
  margin-top: 0.3em;
}

.your-cart-top .to-checkout i {
  margin-left: 5px;
}

.your-cart-top .to-checkout:hover {
  background-color: #0056b3;
}
.your-cart-top .select-box label {
  padding: 10px 25px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #bfc7cf;
  margin-bottom: unset;
}
.summary-cart {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0em 2em;
  align-items: stretch;
}
.summary-cart h3 {
  text-align: center;
}
.summary-details {
}
.summary-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
span.price {
  color: #000;
  font-family: "Kanit", sans-serif;
}
span.price.sale {
  color: #0052b4;
}
.summary-line span.description.sale {
  color: #0052b4;
}
.summary-cart {
  color: #000;
}
.summary-cart {
  color: #000;
  width: 100%;
  margin: 0 auto;
}
.summary-desc {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 1em;
}
.info-box {
  background-color: #f0f7ff;
  padding: 1em;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 1em;
  display: flex;
  color: #0052b4;
}
.description-bottom {
  font-size: 13px;
  color: #516378;
  margin-bottom: 2em;
  margin-left: 2em;
}
form#promo_check {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3em;
  justify-content: center;
  gap: 15px;
}
form#promo_check input.promo-code {
  max-width: 270px;
  border-color: #bfc7cf;
  border-radius: unset;
  min-height: 50px;
}
button.button-veryfi-promo {
  background-color: #000;
}
span#price_year {
  color: #d80027;
  font-weight: bold;
}
span.skreslona-cena {
  padding: 10px;
  text-decoration: line-through;
  font-weight: 500;
}
.your-cart-top .select-box span del {
  color: #777;
  text-decoration: none;
  color: #d80027;
  font-weight: 400;
}
.your-cart-top .select-box label span {
  display: flex;
  align-items: center;
  color: #d80027;
}
.your-cart-top .select-box label {
  padding: 18px 25px 14px 10px;
  border-bottom: 1px solid #bfc7cf;
}
@media only screen and (max-width: 768px) {
  .your-cart-top {
    display: flex;
    flex-direction: column;
    padding: 1em;
  }
  form#promo_check {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  form#promo_check input.promo-code {
    width: 100%;
    max-width: unset;
  }
  .summary-cart {
    color: #000;
    width: 100%;
    margin: 0 auto;
  }
  .info-box span.left-side span {
    display: flex;
    flex-direction: column;
    float: right;
    margin-left: 1em;
    align-items: center;
  }
}

.elementor-element-3c8af45 {
  display: none !important;
}
