<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container.main-content {
  width: 100%;
max-width: 1370px;
margin: 60px auto 80px;
}

.woocommerce form .form-row {
  position: relative;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #212121;
  position: absolute;
  font-size: 12px;
  bottom: 52px;
  left: 0;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  bottom: -4px;
  transform: translateX(-50%);
  border-color: #212121 transparent transparent transparent;
  top: unset;
}

.photo-description {
  font-size: 14px;
  margin-bottom: 25px;
  display: block;
  float: left;
  width: 100%;
}

.form-row-quater-first {
  width: 23%;
  float: left;
  margin-left: 4% !important;
}

.form-row-quater-last {
  width: 23%;
  float: right;
}

.form-row.checkbox {
  width: 100%;
  float: left;
}

.form-row.checkbox-small {
  float: left;
  width: 33%;
  margin-left: 6% !important;
}

.hidden-default {
  display: none;
}

.wpmc-step-item .cart-menu {
  min-width: 360px;
}

.formularz-addings {
  display: flex;
  gap: 40px;
}

.woocommerce form .form-row .optional,
.woocommerce-page.woocommerce-order-received .formularz-undertitle {
  display: none;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart__buttons,
.wpmc-step-item .cart-menu .woocommerce-mini-cart li:first-child .remove,
.wpmc-step-item .cart-menu .woocommerce-mini-cart img,
.wpmc-step-item .woocommerce-loop-product__title {
  display: none
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart .quantity {
  font-size: 0px;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart .woocommerce-Price-amount.amount {
  font-size: 12px;
  background: #dc9805;
  color: #fff;
  border-radius: 25px;
  padding: 5px 20px;
  font-weight: 600;
  width: 96px;
  display: block;
  text-align: center;
}

.formularz-title {
  color: #212121;
  font-family: "Outfit";
  font-size: 2.241rem;
  font-weight: 700;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 15px;
}

.formularz-undertitle {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}

.wpmc-nav-wrapper.wpmc-no-back-to-cart {
  margin-top: 40px;
}

#wpmc-next {
  background-color: #dc9805;
  text-transform: none;
  padding: 14px 50px;
  font-weight: 600;
  letter-spacing: 0;
}

#wpmc-prev {
  background-color: transparent;
  text-transform: none;
  padding: 14px 50px;
  font-weight: 600;
  letter-spacing: 0;
  border: 2px solid #c6c6c6;
  color: #a4a4a4;
  margin-right: 20px !important;
}

.woocommerce-checkout .elementor-element-6b156c6,
.woocommerce-checkout .elementor-element-ffa91d7,
.woocommerce-checkout #kontakt-form {
  display: none;
}

.wpmc-steps-wrapper .wpmc-step-billing,
.wpmc-steps-wrapper .wpmc-step-shipping {
  background: #fff;
  padding: 20px 40px 40px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  margin-top: 40px;
}

.wpmc-steps-wrapper .wpmc-step-review,
.wpmc-steps-wrapper .wpmc-step-payment {
  margin-top: 40px;
}

.wpmc-steps-wrapper .wpmc-step-review .woocommerce.columns-3 ,
.wpmc-steps-wrapper .wpmc-step-payment #payment {
  background: #fff;
  padding: 20px 40px 40px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}

.wpmc-tabs-wrapper .wpmc-tab-text {
  text-align: left;
  padding-left: 20px;
  font-family: "Outfit";
  color: #cfcfcf;
  font-weight: 600;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text {
  font-weight: 600;
  color: #212121;
}

/* .wpmc-tabs-wrapper .wpmc-tab-item.previous .wpmc-tab-text {
  font-weight: 600;
  color: #FCD173;
} */

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
  display: block;
  margin-left: 20px;
  font-weight: 600;
  color: #e3e3e3;
  border: 2px solid #e3e3e3;
  background: #fafafa;
  line-height: 26px;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
  border-color: #dc9805;
  background: #dc9805;
  color: #fff;
}

/* .wpmc-tabs-wrapper .wpmc-tab-item.previous .wpmc-tab-number {
  color: #FCD173;
  border-color: #FCD173;
} */

.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
  border-bottom-color: #dc9805;
}

/* .wpmc-tabs-wrapper .wpmc-tab-item.previous::before {
  border-bottom-color: #FCD173;
} */

.wpmc-tabs-wrapper .wpmc-tab-item::before {
  border-bottom-color: #e3e3e3;
}

.cart-title {
  font-family: "Outfit";
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart li:first-child {
  padding-left: 0;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart li:not(:first-child) {
  padding-left: 34px;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart li {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart li .remove {
  position: absolute;
  left: 0;
  border: 2px solid;
  font-weight: 600;
  line-height: 15px;
  top: 10px;
  font-size: 22px;
  width: 23px;
  height: 23px;
  padding-left: 1px;
}

.woocommerce-mini-cart__total.total {
  border: 1px solid #e9e9e9 !important;
  background: #fff;
  padding: 10px 30px !important;
  border-radius: 45px;
  color: #212121;
  text-align: right;
}

.wpmc-steps-wrapper .formularz-addings .added_to_cart.wc-forward {
  display: none !important;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart li a:not(.remove) {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
}

.cross-title {
  font-family: "Outfit";
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 24px;
}

.product-opis {
  color: #878787;
  font-size: 14px;
  min-height: 100px;
  line-height: 20px;
}

.wpmc-steps-wrapper .formularz-addings .price {
    color: #212121 !important;
    font-weight: 700 !important;
}

.wpmc-steps-wrapper .formularz-addings .product {
  margin-bottom: 0 !important;
}

.formularz-addings-entry-title {
  font-family: "Outfit";
  font-size: 36px;
  font-weight: 700;
}

.form-title {
  font-family: "Outfit";
  font-size: 22px;
  width: 100%;
float: left;
display: block;
  font-weight: 700;
}

.formularz-addings-entry-title span,
.form-title span {
  color: #dc9805;
}

.formularz-addings-entry-undertitle {
  color: #7F7F7F;
  font-size: 16px;
}

.formularz-addings-entry {
  margin-bottom: 42px;
}

.wpmc-steps-wrapper .formularz-addings .add_to_cart_button {
  background-color: #3042E5;
  color: #E7E9FA;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 11px 25px 13px;
}

.wpmc-steps-wrapper #place_order {
  background-color: #3042E5;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 50px;
  text-transform: none;
  margin-top: 30px;
}

.wpmc-step-item .cart-menu .woocommerce-mini-cart li:first-child a {
  color: #212121
}

.divider-one {
  display: block;
  height: 40px;
  float: left;
  width: 100%;
}

.woocommerce form .form-row label {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce-additional-fields__field-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 28px;
}

#alg_checkout_files_upload_button_1 {
  border: 0;
  box-shadow: none;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 6px 25px;
  font-size: 14px;
  color: #212121;
}

#alg_checkout_files_upload_form_1 label,
#apartment_plan_upload label,
#image_file_upload label {
  margin: 0;
  font-weight: 600;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-color: #a7a7a7;
  border-radius: 5px;
  font-size: 14px;
  padding: 12px 15px;
}

.woocommerce form .form-row select {
  font-size: 14px;
  max-height: 43px;
  padding: 12px 15px;
}

#apartment_wallswidth_field,
#house_ac_field {
  margin-top: 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 48%;
}

.wpmc-step-item table {
  table-layout: fixed;
}

.form-row.terms.wc-terms-and-conditions {
  padding: 3px !important;
}

.woocommerce-validated #oswiadczenie-stanu {
  outline: 2px solid red;
  outline-offset: 2px;
}

@media only screen and (max-width: 600px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last,
  .form-row-quater-last, .form-row-quater-first, .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
  }
  .container.main-content {
    padding: 0 15px;
  }
  .wpmc-steps-wrapper .wpmc-step-billing, .wpmc-steps-wrapper .wpmc-step-shipping,
  .wpmc-steps-wrapper .wpmc-step-review .woocommerce.columns-3, .wpmc-steps-wrapper .wpmc-step-payment #payment {
    padding: 20px;
  }
  .wpmc-nav-wrapper {
    gap: 25px;
    flex-direction: column;
  }
  #wpmc-prev {
    margin-right: 0 !important;
  }
  .formularz-addings {
    flex-direction: column;
  }
  .wpmc-step-item .cart-menu {
    min-width: auto;
  }
}</pre></body></html>