html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  position:relative;
}
body {
  color: #000;
  overflow: unset;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
.woocommerce .blockUI.blockOverlay::before {
    width: 25px!important;
    height: 25px!important;
}
#ppc-button-ppcp-gateway {
  width: 80%;
  margin: 1.5rem auto .7rem;
}
#order_header {
  padding: 1rem 4rem;
  border-bottom: 1px solid #EFEFEF;
}
#order_header .logo img {
  height: 48px;
}
#order_header .tekst {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.3rem;
      font-weight: 700;
}
#order_header .tekst b {
  color: #d9b53e;
}
.top_step {
  justify-content: space-between;
  width: 100%;
  padding: 0 4rem;
  margin: 1rem 0 2rem;
  position: relative;
}
.top_step div {
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  padding: 4px 25px;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.8;
      z-index: 1;
}
.top_step div i {
  margin-right: 9px;
      color: #1bc542;
}
.top_step .t_step_ok {
  background: #ffffff;
      opacity: 1;
      color: #000;
}
.top_step:before {
  content: "";
  height: 1px;
  width: 90%;
  background: #DCDAD4;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
}
#new_checkout .tylko_jeden .usun_produkt2 {
    display: none;
}
#new_checkout .woocommerce-checkout .cart_item img {
  width: 24px;
  height: 24px;
  max-width: 24px;
}
#new_checkout {
  background: linear-gradient(180deg, #FFF0DF 0%, rgba(255, 240, 223, 0) 100%);
  padding: 2rem 0;
}
#new_checkout .show-password-input {
    top: .7em;
}
#new_checkout input#rememberme {
    top: 2px;
}

.woocommerce-form-login__rememberme span {
    font-weight: 500;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: 1px solid var(--neutral-200, #E7E8E9);
    padding: 16px 20px;
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 11px;
    width: 20px;
}
#new_checkout input[type="checkbox"], #new_checkout input[type="radio"] {
  width: 15px;
      height: 15px;
      border-radius: 50%!important;
      transition: box-shadow 0.3s;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      position: relative;
      top: 8px;
      right: 0;
      border: 2px solid #d9b53e;
      padding: 0!important;
}
#new_checkout input:checked {
  box-shadow: inset 0 0 0 20px #D9B53E;
}
#new_checkout h3 {
  font-weight: 400;
  margin-bottom: 1rem;
      margin-left: 0;
}
#new_checkout .form-logowanie input, #new_checkout input, #new_checkout textarea {
  border-radius: 8px;
  border: 1px solid var(--neutral-200, #E7E8E9);
  padding: 16px 20px;
}
#new_checkout .order-box {
  display: flex;
  padding: 32px 32px 40px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 25px;
  margin-bottom: 24px;
}
#new_checkout #zgody_prawne a {
  color: initial;
  text-decoration: underline;
}
#new_checkout .plywak {
  position: -webkit-sticky;
    position: sticky;
  top: 10%;
}
#new_checkout .plywak .open_valid {
  display: none;
}
#new_checkout .form-logowanie .form-row1 input {
  width: 100%;
}
#new_checkout .wc_payment_method {
  display: flex;
}
#new_checkout .wc_payment_method label {
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  align-items: center;
}
#new_checkout .wc_payment_method label .ikonka {
  width: 140px;
  margin-left: 2vw;
}
#new_checkout .wc_payment_method .payment_box {
  display: none !important;
}
#new_checkout .wc_payment_method.is-checked label {
  color: #d9b53e;
}
#new_checkout .prawa-strona .form_step {
  margin-bottom: 1rem;
}
#new_checkout .prawa-strona .form_step div {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1;
  display: flex;
  align-items: center;
  color: #626262;
}

#new_checkout .prawa-strona .step_ok{
    color: #000!important;
}

#new_checkout .prawa-strona .form_step div.step_ok i {
  background: #D9B53E;
  color: #fff;
      padding-top: 3px;
}
#new_checkout .prawa-strona .form_step div i {
  background: #b7b7b7;
  color: #b7b7b7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0.8rem;
  height: 22px;
  width: 22px;
  margin-right: 8px;
}
#new_checkout .prawa-strona .step_info {
  text-align: right;
  margin-bottom: 10px;
  justify-content: end;
}
#new_checkout .prawa-strona #place_order {
  padding: 14px 20px;
  border-radius: 8px;
  background: #D9B53E;
  font-size: 1.3rem;
  width: 80%;
  margin: 1rem auto;
}
#new_checkout .prawa-strona #place_order:hover {
  background: #ff0404;
}
#new_checkout .prawa-strona .do_zaplaty {
  display: block;
      margin: 0 auto;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 500;
      border-top: 1px solid #eee;
      padding-top: 1rem;
}
#new_checkout .prawa-strona .do_zaplaty span {
  font-weight: 700;
}
#new_checkout .prawa-strona .showcoupon {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #71757a;
text-decoration: underline;

}
#new_checkout .prawa-strona .dolacz {
  text-align: center;
  color: #818181;
  font-weight: 500;
}
#new_checkout .prawa-strona .dolacz b {
  color: #000;
}
#new_checkout .woocommerce {
  width: 95%;
  margin: 0 auto;
}
#new_checkout .woocommerce .form-row .input-checkbox {
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  top: 0 !important;
  display: inline-block;
}
#new_checkout .checkout_upsales {
  margin-bottom: 2rem;
}
#new_checkout .checkout_upsales .product {
  background: #fff;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
#new_checkout .checkout_upsales .product img {
  height: 140px;
  object-fit: cover;
}
#new_checkout .checkout_upsales .product .nazwa_produktu {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem;
  display: block;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
#new_checkout .checkout_upsales .product .cena_dodatku {
  display: flex;
  padding: 1rem 2rem;
  align-items: center;
}
#new_checkout .checkout_upsales .product .cena_dodatku a {
  margin-left: auto;
  background: transparent;
  border: 1px solid #d4b03b;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.5s;
}
#new_checkout .checkout_upsales .product .cena_dodatku a:hover {
  opacity: 0.5;
}
#new_checkout .checkout_upsales .product .cena_dodatku a i {
  color: #d4b03b;
  margin-left: 5px;
}
#new_checkout .checkout_upsales .product .ceny_all {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
#new_checkout .checkout_upsales .product .ceny_all del {
  font-size: 1rem;
  color: #8D9197;
}
#new_checkout .dane_platnosci .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#new_checkout .dane_platnosci .woocommerce-billing-fields__field-wrapper p {
  flex: 50%;
}
#new_checkout .dane_platnosci h3 {
  margin-bottom: 2rem;
}
#new_checkout .dane_platnosci label {
  position: absolute;
  top: 14px;
  left: 25px;
  color: #8D9197;
  transition: 0.5s;
}
#new_checkout .dane_platnosci label.text-in {
  font-size: 12px;
  top: 2px;
}
#new_checkout .dane_platnosci .logowanie {
  display: flex;
  justify-content: end;
  align-items: center;
}
#new_checkout .dane_platnosci .logowanie a {
  color: #000;
  background: transparent;
  border: 1px solid #d4b03b;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.5s;
  margin-left: 15px;
  padding: 6px 15px;
  text-decoration: none;
}
#new_checkout .dane_platnosci .logowanie a i {
  color: #d4b03b;
  padding-left: 5px;
}
#new_checkout .woocommerce-checkout .woocommerce-invalid input {
  border: 1px solid red;
}
#new_checkout .woocommerce-checkout .wc_payment_methods li {
  border-bottom: 1px solid #E7E8E9;
  padding: 0.6rem 0;
}
#new_checkout .woocommerce-checkout .wc_payment_methods li:last-child {
  border: none;
}
#new_checkout .woocommerce-checkout textarea {
  height: 140px;
}
#new_checkout .woocommerce-checkout .form-row {
  position: relative;
}
#new_checkout .woocommerce-checkout .cart_item {
  border-bottom: 1px solid #eee;
  font-weight: 700;
  font-size: 1.1rem;
}
#new_checkout .woocommerce-checkout .cart_item .product-name {
  padding: 1rem;
}
#new_checkout .woocommerce-checkout .cart_item .product-total {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column-reverse;
}
#new_checkout .woocommerce-checkout .cart_item .product-total del {
  color: #888888;
  font-size: 0.9rem;
  font-weight: 400;
}
#new_checkout .woocommerce-checkout .cart_item .product-total ins {
  text-decoration: none;
}
#new_checkout .woocommerce-checkout .cart_item .product-remove {
  display: block;
  float: left;
  margin-right: 10px;
  transition: 0.5s;
}
#new_checkout .woocommerce-checkout .cart_item .product-remove:hover {
  opacity: 0.5;
}
#new_checkout .woocommerce-checkout .order-subtotal {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #d9b53e;
}
#new_checkout .woocommerce-checkout .order-total {
  padding: 1rem 1rem 0;
  font-size: 1.1rem;
  font-weight: 700;
}
#new_checkout .woocommerce-checkout .upsales h3 {
  font-size: 1.4rem;
}
#new_checkout .woocommerce-checkout .cart-discount {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 0;
  font-weight: 700;
}
#new_checkout .woocommerce-checkout .cart-discount .woocommerce-remove-coupon {
  color: #000;
}
#new_checkout .woocommerce form .form-row, #new_checkout .woocommerce-billing-fields .form-row, #new_checkout .woocommerce-shipping-fields .form-row {
  display: block;
}
#new_checkout .woocommerce .col2-set .col-1, #new_checkout .woocommerce .col2-set .col-2, #new_checkout .woocommerce-page .col2-set .col-1, #new_checkout .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
#new_checkout #add_payment_method #payment ul.payment_methods, #new_checkout .woocommerce-cart #payment ul.payment_methods, #new_checkout .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
#new_checkout #add_payment_method #payment, #new_checkout .woocommerce-cart #payment, #new_checkout .woocommerce-checkout #payment {
  background: transparent;
}
#new_checkout .woocommerce-error, #new_checkout .woocommerce-info, #new_checkout .woocommerce-message {
  position: fixed;
  left: 0;
  width: 100%;
  background: white;
  bottom: 0;
  z-index: 99;
  margin: 0;
}
#new_checkout .woocommerce form.checkout_coupon, #new_checkout .woocommerce form.login, #new_checkout .woocommerce form.register {
  padding: 0;
  border: none;
  margin: 1rem;
}
#new_checkout .woocommerce-error {
  border-top-color: #b81c23;
}
#new_checkout .woocommerce-message {
  border-top-color: #8fae1b;
}
#new_checkout .woocommerce .woocommerce-form-login.login {
  display: flex;
  padding: 32px 32px 40px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 25px;
  margin-bottom: 24px;
  width: 100%;
}
#new_checkout .woocommerce .checkout_coupon p {
  margin: 10px 0;
  text-align: center;
}
#new_checkout .woocommerce .checkout_coupon .form-row {
  width: 100%;
}
#new_checkout .woocommerce .checkout_coupon .form-row button, #new_checkout .woocommerce .checkout_coupon .form-row input {
  border-radius: 8px;
  border: 1px solid var(--neutral-200, #E7E8E9);
  padding: 16px 20px;
  width: 100%;
  height: 50px;
}
#new_checkout .woocommerce form .form-row button {
  background: #d9b53e;
  color: #ffff;
  border: none;
}
#new_checkout .woocommerce form .form-row button:hover {
  background: #ff0404;
}
.nopadding {
  padding: 0;
  margin: 0;
}

#new_checkout .wc_payment_method .payment_box.payment_method_przelewy24_blik {
    position: absolute;
    width: 300px;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    align-items: center;
    background-color: transparent;
    bottom: 0;
}

#new_checkout .payment_method_przelewy24_blik:before {
    display: none!important;
}

#new_checkout .wc_payment_method .payment_box.payment_method_przelewy24_blik p {
    display: none;
}

#new_checkout .wc_payment_method .payment_box.payment_method_przelewy24_blik label {
    display: flex;
    flex-direction: row;
    line-height: 1;
    white-space: nowrap;
}

#new_checkout .wc_payment_method.payment_method_przelewy24_blik {
    position: relative;
}
#new_checkout .wc_payment_method .payment_box.payment_method_przelewy24_blik input {
    background: #e9e9e9;
    border-radius: 0;
    margin-left: 16px;
    padding: 5px;

}

#new_checkout .wc_payment_method.payment_method_przelewy24_blik.is-checked .payment_box.payment_method_przelewy24_blik {
    display: flex!important;
}

@media only screen and (min-width: 999px) {
  .twoje_zamowienie{
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  html {
    overflow-x: hidden!important;
  }
  body {
    overflow-x: hidden!important;
  }
  #new_checkout .wc_payment_method.payment_method_przelewy24_blik.is-checked {
    height: 100px;
}

#new_checkout .wc_payment_method.payment_method_przelewy24_blik.is-checked .payment_box.payment_method_przelewy24_blik {
    top: initial;
    bottom: 10px;
        left: 0;
}
}
@media only screen and (max-width: 999px) {
  .err_hide {
      display: none;
  }
  .twoje_zamowienie {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}
  .top_step {
    padding: 0 15px;
        display: none!important;
  }
  .top_step span {
    display: none;
  }
  .top_step .number {
    display: block;
  }
  .top_step div {
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_step div i {
    margin-right: 0;
  }
  .top_step div.pods {
    width: auto;
    padding: 0 15px;
  }
  .top_step div.pods i {
    margin-right: 5px;
  }
  .top_step div.pods span {
    display: block;
  }
  #new_checkout h3 {
    text-align: center;
  }
  #new_checkout .order-box {
    padding: 10px 30px 15px;
  }
  #new_checkout .dane_platnosci h3 {
    margin-bottom: 1rem;
  }
  #new_checkout {
    padding: 1rem 0;
  }
  #new_checkout .woocommerce-checkout .cart_item ins .amount {
    font-size: 1rem;
}
  #new_checkout .woocommerce-checkout .product img {
    height: 110px;
  }
  #new_checkout .woocommerce-checkout .upsales h3 {
    font-size: 1rem;
  }
  #new_checkout .woocommerce-checkout .cart_item {
    font-size: 12px;
  }
  #new_checkout .woocommerce-checkout .cart_item .product-name {
    padding: 8px 0;
    line-height: 1.4;
  }
  p.lost_password {
    margin: 0 auto;
}
  #new_checkout .woocommerce-checkout .cart_item .product-total del {
    font-size: 12px;
  }
  #new_checkout .checkout_upsales {
    margin-bottom: 0;
  }
  #new_checkout .checkout_upsales .product {
    margin-bottom: 1rem;
    font-size: 12px;
  }
  #new_checkout .checkout_upsales .product .nazwa_produktu {
    font-size: 12px;
  }
  #new_checkout .checkout_upsales .product .ceny_all {
    font-size: 16px;
  }
  #new_checkout .checkout_upsales .product .ceny_all del {
    font-size: 12px;
  }
  #new_checkout .wc_payment_method label {
    font-size: 13px;
  }
  #new_checkout .prawa-strona .form_step div {
    font-size: 0.8rem;
  }
  #new_checkout .dane_platnosci .woocommerce-billing-fields__field-wrapper p {
    flex: 100%;
  }
  #new_checkout .wc_payment_method label .ikonka {
    width: 68px;
        padding-right: 29px;
        margin-left: 0px;
  }
  #new_checkout .wc_payment_method label .ikonka img {
    margin: 0 !important !important;
  }
  .m-none {
    display: none !important;
  }
  #order_header .logo {
    margin: 0 auto;
  }
  #zgody_prawne {
    font-size: 0.8rem;
  }
  #new_checkout .plywak {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: initial;
  }
  #new_checkout .plywak h3 {
    display: none;
  }
  #new_checkout .prawa-strona .dolacz {
    display: none;
  }
  .form_step {
    display: none;
  }
  #new_checkout .prawa-strona #place_order {
    font-size: 1rem;
    margin: 0.5rem auto;
  }
  #new_checkout .plywak .order-box {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
  }
  #new_checkout .prawa-strona .form_step.show {
    display: block;
    padding: 1rem 1.5rem 0;
    margin-bottom: -15px;
  }
  #new_checkout .prawa-strona .do_zaplaty {
    font-size: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
  #new_checkout .prawa-strona .do_zaplaty span {
    padding-left: 5px;
  }
  #new_checkout .prawa-strona .plywak .order-box {
    box-shadow: 0 0 21px -8px #a7a7a7;
  }
  #new_checkout .prawa-strona .plywak .open_valid {
    display: block;
    padding-left: 40px;
    padding-top: 3px;
  }
  #new_checkout .prawa-strona .plywak .open_valid .fa-chevron-down {
    display: none;
  }
  #new_checkout .prawa-strona .plywak .open_valid.show .fa-chevron-down {
    display: block;
  }
  #new_checkout .prawa-strona .plywak .open_valid.show .fa-chevron-up {
    display: none;
  }
  #new_checkout .prawa-strona .showcoupon {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  #new_checkout .dane_platnosci .logowanie {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  #new_checkout .woocommerce-error, #new_checkout .woocommerce-info, #new_checkout .woocommerce-message {
    position: relative;
    font-size: 13px;
  }
  .woocommerce-error::before {
    display: none;
  }
  .woocommerce-error {
    padding: 1rem;
  }
  #new_checkout input[type="checkbox"], #new_checkout input[type="radio"] {
    top:0;
  }
  .payment_method_ppcp-gateway img {
    width: 100%!important;
}


}
ul.woocommerce-error a {
  display: none !important;
}
