/**
 * Webkul Software.
 *
 * @category   Webkul
 * @package    Webkul_Agorae
 * @author     Webkul Software Private Limited
 * @copyright  Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */
/**
 * Magento_Theme
 */
#agorae-rtl .primary,
#agorae-rtl .secondary {
  float: right !important;
}
#agorae-rtl .primary .action,
#agorae-rtl .secondary .action {
  margin: 0 0 0 15px !important;
}
#agorae-rtl .block-content {
  margin-top: 25px 0 0 0;
}
#agorae-rtl .wk_column_main {
  width: 74% !important;
  float: left !important;
}
#agorae-rtl .wk-sidebar {
  float: right !important;
  padding: 0px;
}
#agorae-rtl .block-title.order {
  margin: 0 0px 30px 0;
}
#agorae-rtl .notification-block {
  left: 1px !important;
  right: 200px !important;
}
#agorae-rtl .notification-count {
  padding: .2em .5em !important;
}
#agorae-rtl .footer.links li {
  margin-right: -48px;
}
#agorae-rtl .sidebar-additional {
  clear: both;
}
#agorae-rtl .product-item-actions .actions-primary {
  display: block !important;
}
#agorae-rtl .product-item-actions .actions-secondary {
  padding-left: 0px !important;
}
#agorae-rtl .minicart-wrapper .product .actions {
  float: left !important;
}
#agorae-rtl .shipping-information .action.action-edit {
  right: inherit !important;
}
