﻿/* Frontend calculator RTL */
body.wpode-ccb-rtl .ccb-main-widget,
body.wpode-ccb-rtl .ccb-app-container,
body.wpode-ccb-rtl .ccb-sticky-calc {
  direction: rtl;
  text-align: start;
}

body.wpode-ccb-fa .ccb-main-widget,
body.wpode-ccb-fa .ccb-app-container,
body.wpode-ccb-fa .ccb-sticky-calc {
  font-family: "IranYekan", Tahoma, sans-serif !important;
}

body.wpode-ccb-rtl .ccb-main-widget .ccb-field__title,
body.wpode-ccb-rtl .ccb-main-widget .ccb-field__description {
  text-align: start;
}

body.wpode-ccb-rtl .ccb-main-widget input[type="number"],
body.wpode-ccb-rtl .ccb-main-widget input[type="email"],
body.wpode-ccb-rtl .ccb-main-widget input[type="url"],
body.wpode-ccb-rtl .ccb-main-widget .ccb-field-quantity input,
body.wpode-ccb-rtl .ccb-main-widget .calc-total,
body.wpode-ccb-rtl .ccb-main-widget .ccb-price {
  direction: ltr !important;
  text-align: left !important;
  unicode-bidi: plaintext;
}

body.wpode-ccb-enabled .ccb-main-widget [class^="ccb-icon-"],
body.wpode-ccb-enabled .ccb-main-widget [class*=" ccb-icon-"],
body.wpode-ccb-enabled .ccb-sticky-calc [class^="ccb-icon-"],
body.wpode-ccb-enabled .ccb-sticky-calc [class*=" ccb-icon-"] {
  font-family: "ccb-fonts" !important;
}
