.woocommerce-checkout .woocommerce-error {
  display: none;
}
.woocommerce-checkout .basket-cart-wrap {
  display: none;
}

.checkout-container {
  position: relative;
  z-index: 1;
  margin-top: 30px !important;
}
@media only screen and (max-width: 576px) {
  .checkout-container {
    width: 100% !important;
  }
}

.woocommerce-message {
  display: none;
}

.et-checkout-box {
  background: #ffffff;
  border: 1px solid #dedfde;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 16px;
  padding: 32px;
}
@media only screen and (max-width: 567px) {
  .et-checkout-box {
    padding: 16px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
}
.et-checkout-box .heading-6 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.et-checkout-box .heading-6 svg {
  width: auto;
  height: 14px;
}
.et-checkout-box .total-price .heading-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (max-width: 576px) {
  .et-checkout-box .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 576px) {
  .et-checkout-box .woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 16px;
  }
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p#billing_kod_dostawy_field {
  position: relative;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p#billing_country_field {
  display: none;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p label {
  font-size: 15px;
  font-weight: 400;
  color: #12230a;
  margin-bottom: 8px;
  display: flex;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p label abbr {
  opacity: 0;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p input,
.et-checkout-box .woocommerce-billing-fields__field-wrapper p textarea {
  width: 100%;
  background: #f8f9f8;
  border: 1px solid #ebeceb;
  border-radius: 8px;
  padding: 16px;
  color: #12230a;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p input#billing_miasto,
.et-checkout-box .woocommerce-billing-fields__field-wrapper p textarea#billing_miasto {
  background-color: #f2f2f2;
  pointer-events: none;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p input::-moz-placeholder, .et-checkout-box .woocommerce-billing-fields__field-wrapper p textarea::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #12230a;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p input::placeholder,
.et-checkout-box .woocommerce-billing-fields__field-wrapper p textarea::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #12230a;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p#billing_nazwa_firmy_field {
  grid-column: span 2;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p#billing_dodatkowe_uwagi_do_zamowienia_field {
  grid-column: span 2;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p#billing_dodatkowe_uwagi_do_zamowienia_field textarea {
  height: 112px;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid input {
  background-color: #fef5f7;
  border-color: #ee1a27;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p .custom-error-message {
  font-size: 14px;
  line-height: 22px;
  color: #ee1a27;
  margin-top: 4px;
  display: grid;
  grid-template-columns: 13px 1fr;
  align-items: center;
  gap: 8px;
}
.et-checkout-box .woocommerce-billing-fields__field-wrapper p .custom-error-message:before {
  content: "";
  background: url("/wp-content/themes/ergotree/assets/img/error-state.svg");
  width: 13px;
  height: 12px;
  display: flex;
}
.et-checkout-box .wc_payment_methods {
  padding-left: 0;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (max-width: 690px) {
  .et-checkout-box .wc_payment_methods {
    flex-direction: column;
  }
}
.et-checkout-box .wc_payment_methods li {
  list-style-type: none;
  margin-bottom: 10px;
}
.et-checkout-box#customer_details {
  margin-bottom: 32px;
}
.et-checkout-box.et-checkout-box-cart {
  padding-bottom: 90px;
}
.et-checkout-box.et-checkout-box-total {
  margin-top: -40px;
}
@media only screen and (max-width: 576px) {
  .et-checkout-box.et-checkout-box-total {
    border: 1px solid #dedfde;
    box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
    border-radius: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .et-checkout-box.payment-method {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .et-checkout-box.payment-method {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.et-checkout-box .price-total-wrapper {
  display: flex;
  flex-direction: column;
}
.et-checkout-box .small-text {
  color: var(--Grey-600, #474a46);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.et-checkout-box .total-price {
  display: flex;
  justify-content: space-between;
}
.et-checkout-box .total-price .amount bdi {
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}
.et-checkout-box .total-price .amount bdi .woocommerce-Price-currencySymbol {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .et-checkout-box .btn-theme.active {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    z-index: 9999;
  }
}
.et-checkout-box .woocommerce-cart-form .shop_table {
  width: 100%;
}
.et-checkout-box .woocommerce-cart-form__cart-item {
  background: #fcfcfc;
  border: 1px solid #ebeceb;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 16px;
  margin: 16px 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
  padding: 16px;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-thumbnail-wrap img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-info-wrap {
  position: relative;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-name {
  margin-bottom: 10px;
  max-width: calc(100% - 20px);
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-name a {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  pointer-events: none;
  color: #12230a;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .et-checkout-box .woocommerce-cart-form__cart-item .product-name a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .et-checkout-box .woocommerce-cart-form__cart-item .product-name a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .et-checkout-box .woocommerce-cart-form__cart-item .product-name a {
    font-size: 14px;
    line-height: 18px;
  }
}
.et-checkout-box .woocommerce-cart-form__cart-item .weight-kcal {
  font-size: 14px;
  font-weight: 400;
  color: #12230a;
  line-height: 22px;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  top: 0;
  right: 0;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-remove a {
  font-size: 20px;
  color: #12230a;
  text-decoration: none;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 16px;
  left: 0;
}
@media only screen and (max-width: 400px) {
  .et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info {
    position: relative;
    bottom: inherit;
    flex-direction: column;
    gap: 10px;
  }
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .minus {
  font-size: 28px;
  color: #12230a;
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .plus {
  font-size: 28px;
  color: #12230a;
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .qty {
  border: 0;
  width: 20px;
  height: 24px;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity .qty::-webkit-outer-spin-button,
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #f06000;
}
@media only screen and (max-width: 991px) {
  .et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-price {
    font-size: 16px;
    line-height: 20px;
  }
}
.et-checkout-box .woocommerce-cart-form__cart-item .product-bottom-info .product-price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.et-checkout-box.payment-method .shop_table {
  display: none;
}
.et-checkout-box.payment-method .btn-theme {
  display: none;
}
.et-checkout-box.payment-method .payment_box p {
  display: none;
}
.et-checkout-box.payment-method ul.wc_payment_methods li label {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-left: 24px;
}
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:checked,
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:checked + label,
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  background: #fcfcfc;
  border: 1px solid #ebeceb;
  border-radius: 18px;
  padding: 28px 16px 28px 72px;
}
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:checked + label:before,
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--green);
  border-radius: 100%;
  background: #fff;
}
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:checked + label {
  border: 1px solid var(--green);
  background: #eef9e9;
}
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:checked + label:after,
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--green);
  position: absolute;
  top: 32px;
  left: 28px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.et-checkout-box.payment-method ul.wc_payment_methods li [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.et-checkout-box.payment-method .info {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 8px;
  line-height: 22px;
  color: #595c57;
}
.et-checkout-box.payment-method .info svg {
  width: 16px;
  height: 16px;
}

#custom_field_name_search {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #ccc;
}

.custom-search {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #ccc;
}

.custom-select-container {
  position: relative;
}

.custom-select-search {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #ccc;
}

.custom-select-list {
  position: absolute;
  width: 100%;
  z-index: 1;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.custom-select-list li {
  padding: 12px 20px;
  cursor: pointer;
}

.custom-select-list li:hover {
  background-color: #f5f5f5;
}

.select2-search {
  display: none;
}

.select2-container--open .select2-dropdown {
  flex-direction: column;
  background: #fff;
  width: calc(100% - 64px);
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 8px;
  padding: 16px;
  margin-top: 39px;
}
.select2-container--open .select2-dropdown ul li {
  list-style-type: none;
  font-size: 18px;
  line-height: 25px;
  color: #5e5e5e;
  padding: 16px;
  cursor: pointer;
}
.select2-container--open .select2-dropdown ul li.select2-results__option--highlighted {
  background: transparent;
  color: #5e5e5e;
}
.select2-container--open .select2-dropdown ul li.select2-results__option[data-selected=true] {
  background: transparent;
  color: #5e5e5e;
}
.select2-container--open .select2-dropdown ul li:hover {
  background: #eef9e9;
  border-radius: 4px;
}