
.woocommerce-checkout-review-order .orddd-checkout-fields {
  display: none !important;
}

p.custom-delivety-date-order-detail + p {
  display: none !important;
}

.payment_box.payment_method_stripe #wc-stripe-cc-form {
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.payment_box.payment_method_stripe #wc-stripe-cc-form .form-row.form-row-wide {
  width: 100%;
}

.payment_box.payment_method_stripe #wc-stripe-cc-form .form-row.form-row-first,
.payment_box.payment_method_stripe #wc-stripe-cc-form .form-row.form-row-last {
  width: auto !important;
}