.woocommerce-cart .age-commerce-main .age-section-shell, .woocommerce-checkout .age-commerce-main .age-section-shell { max-width: 1200px; }
.woocommerce-cart table.cart img { width: 100px; }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--age-line); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-selection--single { border: 1px solid #c8c8c8; border-radius: 0; min-height: 46px; padding: 10px; }
.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { margin-top: 25px; }
.woocommerce-checkout #payment { border-radius: 0; background: var(--age-paper); }

@media (max-width: 760px) {
  .woocommerce-cart table.cart .product-thumbnail { display: block; }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { float: none; width: 100%; }
}
