/* Light styling for the standard Woo cart page.
   Does NOT touch JCart's drawer UI. */
body.woocommerce-cart .woocommerce {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 16px;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

body.woocommerce-cart table.shop_table {
  border: 0;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  border: 0;
  padding: 10px 6px;
}

body.woocommerce-cart .cart_totals tr.order-total th,
body.woocommerce-cart .cart_totals tr.order-total td {
  font-size: 18px;
  font-weight: 700;
}
