/* ======Astra Theme Compatibility css File Here ======*/

/* Product Grid Compatibility css fixing  */

.wooready_product_layout_2.product {
    padding: 0;
    background: none !important;
    border-radius: 18px;
  }
  .theme-astra.woo-ready-header-enable .wooready-main-menu{
    margin: 0;
  }
  .theme-astra form .shop-ready-pro-checkout-param-two #order_review{
    width: auto;
  }
  .theme-astra .woo-raedy-check-layout-3 form #order_review,
  .theme-astra .woo-raedy-check-layout-1 form #order_review{
    width: auto;
    float: none;
  } 
  body.single-product:not([class*="elementor-page-"]) .site-main {
    width: 100% !important;
  }
  
  .site-main {
    width: 100% !important;
  }
  
  @media (min-width: 922px) {
    .primary {
      width: 100% !important;
    }
  }
  