/* Checkout payment spacing/divider polish. Scoped to PSD Commerce UI Preview/presentation. */
body.psd-commerce-ui-preview.woocommerce-checkout .psd-payment-section-heading { margin-bottom: 10px; }
body.psd-commerce-ui-preview.woocommerce-checkout #payment { margin-top: 0; padding-top: 0; border-top: 0; }

@media (max-width: 767px) {
  body.psd-commerce-ui-preview.woocommerce-checkout #payment ul.payment_methods li {
    border-width: 0 0 1px;
  }

  body.psd-commerce-ui-preview.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item {
    row-gap: 10px;
  }

  body.psd-commerce-ui-preview.woocommerce-cart td.product-name dl.variation {
    margin-top: 7px !important;
    line-height: 1.5;
  }

  body.psd-commerce-ui-preview.woocommerce-cart .psd-commerce-cart-quantity {
    gap: 10px;
  }
}
