.table_order .fee,
.table_order .woocommerce-shipping-totals,
.table_order label[for='delivery_method'],
.table_order abbr,
.table_order .livrare-la-domiciliu,
.table_order .ridicare-personala,
.table_order .delivery_hour_on_field,
.table_order #billing_address_1_field,
.table_order #billing_bloc_field,
.table_order #billing_apartament_field,
.table_order #billing_scara_field,
.table_order #billing_etaj_field,
.table_order #map,
/* .table_order #gdpr_email_field,
.table_order #keep_data_field,
.table_order #gdpr_sms_field, */
.table_order .create-account,
.table_order .login,
.table_order #delivery_hour_on_field {
  display: none !important;
}

.fake-checkout-button {
  display: none;
}

#delivery_hour_on_field .woocommerce-input-wrapper label {
  float: left;
  width: 95%;
}

#delivery_hour_on_field .woocommerce-input-wrapper input {
  float: left;
  width: 15px;
  margin-top: 6px;
  margin-right: 5px;
}

.woocommerce-checkout-payment {
  margin: 25px 0 0;
}

.woocommerce-NoticeGroup-updateOrderReview,
.woocommerce-message {
  font-size: 15px;
  color: red;
  list-style-type: none;
  text-align: center;
}

.back-to-shop a {
  cursor: pointer;
}

.back-to-shop a {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #1f2326 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  color: #1f2326 !important;
  padding: 12px 41px;
}

.errors-box ul {
  margin: 0;
}

.terms-and-conditions-info {
  font-weight: bold;
}

.wc-block-components-notice-banner__summary {
  display: none !important;
}

.wc-block-components-notice-banner__content ul {
  list-style: none !important;
}

.wc-block-components-notice-banner svg {
  display: none !important;
}

.wc-block-components-notice-banner {
  max-width: 600px;
  margin: 0 auto 30px !important;
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15px !important;
  border: none;
  -webkit-box-shadow: 0px 0px 25px rgb(14 10 10 / 48%);
  box-shadow: 0px 0px 25px rgb(30 24 24 / 48%);
  padding: 15px;
  margin: 0 auto 0px !important;
}

.wc-block-components-notice-banner li {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px !important;
  font-weight: 500;
  color: #17191c !important;
  line-height: 24px;
  text-align: left;
  padding: 0 0 8px;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
.woocommerce-message {
  max-width: 600px;
}

@media (max-width: 767px) {
  .woocommerce-checkout.processing>.blockUI.blockOverlay {
    background-position: bottom center !important;
  }

  .woocommerce-checkout-review-order>p {
    line-height: 18px;
  }

  .woocommerce-checkout-review-order>p label {
    font-size: 13px;
  }

  .woocommerce-checkout-review-order>p label .input-checkbox {
    margin: -2px 2px 0 0;
  }

  #delivery_hour_on_field .woocommerce-input-wrapper label {
    width: 94%;
  }
}

@media (max-width: 420px) {
  #delivery_hour_on_field .woocommerce-input-wrapper label {
    width: 90%;
  }
}

/*# sourceMappingURL=rpd-checkout.min.css.map */