form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form textarea {
  background: transparent;
  border: 1px solid var(--zielony);
  font-size: 14px;
  line-height: 17px;
  padding: 1em;
  border-radius: 10px;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=password]::placeholder,
form textarea::placeholder {
  color: #23392f28;
}

body.page-template-page-contact form input[type=text],
body.page-template-page-contact form input[type=email] {
  border: 0;
  border-bottom: 1px solid var(--zielony);
}
body.page-template-page-contact form input[type=text],
body.page-template-page-contact form input[type=email],
body.page-template-page-contact form textarea {
  border-radius: 0;
  padding: 1em 0;
  margin-bottom: 2rem;
}
body.page-template-page-contact form .wpcf7-submit {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  filter: none !important;
}

.button.complete_payment,
.button.pay {
  background: var(--pomarancz) !important;
  color: var(--zielony) !important;
}

.read_more,
.view_all,
.wpcf7-form-control,
.go_about_text,
.go_link,
.mailpoet_submit,
input:is([type="button"], [type="submit"]) {
  text-transform: uppercase;
}
.read_more::after,
.view_all::after,
.wpcf7-form-control::after,
.go_about_text::after,
.go_link::after,
.mailpoet_submit::after,
input:is([type="button"], [type="submit"])::after {
  content: url("../../static/arrow.svg");
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out;
}
.read_more:hover::after,
.view_all:hover::after,
.wpcf7-form-control:hover::after,
.go_about_text:hover::after,
.go_link:hover::after,
.mailpoet_submit:hover::after,
input:is([type="button"], [type="submit"]):hover::after {
  transform: translateX(5px);
}
.read_more.arrow_white::after,
.view_all.arrow_white::after,
.wpcf7-form-control.arrow_white::after,
.go_about_text.arrow_white::after,
.go_link.arrow_white::after,
.mailpoet_submit.arrow_white::after,
input:is([type="button"], [type="submit"]).arrow_white::after {
  content: url("../../static/arrow_white.svg");
}

.view_all::after {
  content: url("../../static/arrow_white.svg");
  vertical-align: middle;
}

.flex_between {
  justify-content: space-between;
  align-self: stretch;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid var(--zielony);
  border-radius: 10px;
  padding: 16px 5px !important;
  min-width: 250px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  text-align: center;
}

button[name=apply_coupon] {
  border-radius: 10px !important;
  margin-left: -24px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m_qty {
  max-width: 120px;
}

.m_qty,
.product-quantity .quantity,
.minicart_item_quantity .quantity {
  border: 1px solid var(--zielony);
  align-items: stretch;
  border-radius: 1rem;
}
.m_qty .step-up-btn,
.m_qty .step-down-btn,
.product-quantity .quantity .step-up-btn,
.product-quantity .quantity .step-down-btn,
.minicart_item_quantity .quantity .step-up-btn,
.minicart_item_quantity .quantity .step-down-btn {
  padding: 0.9rem 0.5rem;
}
@media (max-width: 767px) {
  .m_qty .step-up-btn,
.m_qty .step-down-btn,
.product-quantity .quantity .step-up-btn,
.product-quantity .quantity .step-down-btn,
.minicart_item_quantity .quantity .step-up-btn,
.minicart_item_quantity .quantity .step-down-btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.m_qty .step-up-btn,
.product-quantity .quantity .step-up-btn,
.minicart_item_quantity .quantity .step-up-btn {
  border-left: 1px solid var(--zielony);
}
.m_qty .step-down-btn,
.product-quantity .quantity .step-down-btn,
.minicart_item_quantity .quantity .step-down-btn {
  border-right: 1px solid var(--zielony);
}

.quantity {
  display: inline-flex;
  align-items: center;
}

.step-up-btn,
.step-down-btn {
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  font-style: normal;
  padding: 1rem;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  position: relative;
  text-align: center;
  user-select: none;
  border: 0;
  background: transparent;
  font-size: 16px;
  padding: 0.3em;
  text-align: center;
  min-width: 2rem;
}
input[type=number].qty {
  width: 1.2em !important;
}
input[type=number].number_wide.qty {
  width: 1.8em !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: currentColor;
  border: 1px solid #aaa;
  width: 1em;
  height: 1em;
  max-width: 16px;
  max-height: 16px;
  margin: 0 0.2em 0 0 !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-content: center;
  cursor: pointer;
  border: 0 !important;
  background: transparent !important;
}
input[type=checkbox] + span,
input[type=radio] + span {
  display: inline-block;
  line-height: 1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin-left: 0.5rem;
}
input[type=checkbox]:before,
input[type=radio]:before {
  content: "";
  width: 1em;
  height: 1em;
  max-width: 16px;
  max-height: 16px;
  border: 1.25px solid #080808;
  border-color: #eee;
  background: #fff;
  border-radius: 100%;
  transform: translateY(0.1em);
  transition-duration: 0.4s;
  transition-property: background, transform;
  display: inline-block;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  background: var(--zielony);
  border-color: #fff;
  box-shadow: 0 0 2px #000;
  border-width: 2px;
  transform: scale(1.1) translateY(0.1em);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed;
}
input[type=checkbox]:disabled::before,
input[type=radio]:disabled::before {
  background: #777;
}

input[type=checkbox]:before {
  border-radius: 0.1em;
}

body:not(.single) .xoo-wl-open-form-btn {
  display: none !important;
}

.xoo-wl-close {
  right: 2rem !important;
  top: 2rem !important;
}
@media (max-width: 768px) {
  .xoo-wl-close {
    right: 1rem !important;
    top: 1rem !important;
  }
}

.xoo-wl-wrap {
  border-radius: 30px;
  overflow: hidden;
}

.xoo-wl-popup-active .xoo-wl-opac {
  opacity: 0.5 !important;
}

.xoo-wl-inmodal {
  background: transparent;
}

.xoo-wl-close.xoo-wl-icon-cancel-circle {
  background: transparent !important;
  border: 0;
}
.xoo-wl-close.xoo-wl-icon-cancel-circle::before {
  content: url("../../static/x.svg") !important;
}

.xoo-wl-notice-success {
  color: var(--zielony) !important;
  background: transparent;
  font-size: 30px;
  line-height: normal;
  font-family: Ivar;
}
.xoo-wl-notice-success .xoo-wl-scs-icon {
  display: none !important;
}

.xoo-aff-group {
  margin-bottom: 0.25rem;
  float: none !important;
  width: auto !important;
}

.xoo-wl-srcont {
  background: var(--pomarancz) !important;
  text-align: center;
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.xoo-wl-srcont .xwh-heading {
  font-family: Ivar;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 110%;
}
.xoo-wl-srcont .xwh-subheading {
  max-width: 325px;
  margin: 0 auto;
}
.xoo-wl-srcont label {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.xoo-wl-srcont .xoo-wl-submit-btn,
.xoo-wl-srcont .xoo-aff-fields {
  margin-top: 0.5rem !important;
}
.xoo-wl-srcont input[type=email],
.xoo-wl-srcont input[type=number],
.xoo-wl-srcont input[type=text],
.xoo-wl-srcont textarea {
  background: var(--bezowy) !important;
  border: 0 !important;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
.xoo-wl-srcont input[type=number] {
  width: 4rem !important;
}
.xoo-wl-srcont .step-down-btn,
.xoo-wl-srcont .step-up-btn {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}