/**
 * Cart page
 */
.product-details-wrapper .product-details {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}