/* RIGHT TO LEFT */
/*
 * LAYOUTS VAIRABLES
 */
#currencies-block-top {
  float: right;
}
.rtl #currencies-block-top {
  float: left;
}
