/* Woo SAR Currency Symbol (RTL Supported) — Digital Mutate */
.sar-modern-icon {
  display:inline-block;
  width:0.9em;
  height:0.9em;
  margin-right:.25em;
  vertical-align:-0.06em;
  -webkit-mask-image:url('sar.svg');
  mask-image:url('sar.svg');
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  background-color:currentColor;
}
[dir="rtl"] .woocommerce-Price-amount {
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:flex-start;
  gap:0.25em;
}
[dir="rtl"] .sar-modern-icon {
  order:2;
  margin-left:.25em;
  margin-right:0;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
}
