body.rtl.woocommerce_page_wc-orders form#order #order_data .order_data_column:first-child p.form-field:first-of-type {
  direction: ltr;
}
body.rtl.woocommerce_page_wc-orders form#order #order_data .order_data_column:first-child p.form-field:first-of-type label {
  display: block;
  direction: rtl;
}
body.rtl.woocommerce_page_wc-orders form#order #order_data .order_data_column:first-child p.form-field:first-of-type input {
  padding: 5px;
}

.woocommerce-analytics-import-status-bar__trigger {
  width: 170px !important;
  justify-content: center;
}

.woocommerce-calendar__input-text[dir=rtl],
.woocommerce-calendar__input input[dir=rtl] {
  text-align: center;
  font-variant-numeric: normal;
  unicode-bidi: plaintext;
}

.woocommerce-pagination__page-arrows-buttons button:not(.is-active) {
  background-color: white;
  opacity: 0.5;
}
.woocommerce-pagination__page-arrows-buttons button svg {
  transform: rotate(180deg);
}

/*# sourceMappingURL=woocommerce.css.map */
