/* ---- Cart page (Kingway cards layout) ---- */
.woocommerce-cart table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  display: none; /* używamy własnego layoutu */
}

/* Align Woo messages with theme spacing */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin: 1rem 0;
}

/* Quantity input to fit into our .custom-amount-input wrapper */
.custom-amount-input input.qty {
  width: 72px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
  border-right: 0;
  height: 38px;
  outline: 0;
}
.custom-amount-input button {
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 38px;
  height: 38px;
  line-height: 1;
  background: transparent;
}

/* Cross-sells cards spacing */
.woocommerce .cross-sells {
  margin-top: 1rem;
}

/* Proceed to checkout button full width in totals box */
.woocommerce .checkout-button {
  width: 100%;
}
