/**
 * The Meat Master — Cart page.
 * OWNER: Alissa. Claude does NOT edit this file. In the plugin; loaded on
 * is_cart() by Modules\Storefront\Module at priority 20.
 */

/* ===== Product thumbnails (G2 desktop bigger, G3 add on mobile) ========== */
/* .woocommerce-cart-form .cart_item .product-thumbnail img */

/* ===== Order Summary + coupon layout (G4-G6) ============================= */
/* .cart-collaterals , .cart_totals , .woocommerce-cart-form , .coupon */

/* ===== Mobile ============================================================ */


.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 1rem;
  transition: all .3s ease-in-out;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100%;
    box-shadow: none;
    max-width: 100px;
    border-radius: 12px;
}

@media only screen and (max-width: 768px) {
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
}