/*
Theme Name: AriaStore
*/

/* Supplemental RTL tweaks — theme is RTL-first already */

body {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: right;
}

.woocommerce .woocommerce-ordering {
  float: left;
}

.woocommerce .woocommerce-result-count {
  float: right;
}

.woocommerce div.product form.cart div.quantity {
  float: right;
  margin: 0 0 0 0.75rem;
}

.woocommerce div.product form.cart .button {
  float: right;
}

.star-rating {
  float: right;
}

.woocommerce ul.products li.product .star-rating {
  margin: 0 0.9rem 0.5rem;
}
