.elementor-44 .elementor-element.elementor-element-b28319d{--display:flex;}/* Start custom CSS *//* MOBILE FIX: Left side cut off on Cart page */
@media (max-width: 767px){

  html, body{
    width: 100% !important;
    overflow-x: hidden !important;
  }

  body.woocommerce-cart #page,
  body.woocommerce-cart #content,
  body.woocommerce-cart .site,
  body.woocommerce-cart .site-content,
  body.woocommerce-cart .content-area,
  body.woocommerce-cart .entry-content,
  body.woocommerce-cart .woocommerce{
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
  }

  /* Give safe padding so nothing gets clipped */
  body.woocommerce-cart .entry-content,
  body.woocommerce-cart .woocommerce{
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  /* Full width totals / checkout */
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart_totals{
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  body.woocommerce-cart a.checkout-button{
    width: 100% !important;
    text-align: center !important;
  }
}/* End custom CSS */