@media print {
	.loader,
	.global-wishlist,
	.wishlist,
	.header,
	.banner__content-cta,
	.remove-cart-item,
	.breadcrumbs,
	.footer,
	.cart__header,
	.quantity-sum__decrease,
	.quantity-sum__increase,
	.checkout-button,
	button {
		display: none !important;
	}
	.cart_item {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		position: relative;
	}
	.cart__collaterals-totals-review-row {
		padding: 0 !important;
	}
	.cart__row {
		padding-bottom: 0 !important;
		margin-bottom: 12px !important;
	}
	.cart__row-image,
	.quantity-control {
		width: 100px !important;
		height: 100px !important;
		margin-right: 16px;
	}

	.quantity-sum__input {
		width: 30px;
		float: right;
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 22px !important;
	}

	.cart__row-image {
		float: left;
	}

	.quantity-control {
		position: absolute;
		top: 0;
		right: 0;
		float: left;
		display: block;
	}
	.quantity::before {
		content: 'Quantity';
		font-family: 'Roboto', Arial, sans-serif;
		font-weight: 400;
		font-size: 20px;
	}

	.quantity > label {
		display: none;
	}
	.grecaptcha-badge,
	.grecaptcha-logo {
		display: none !important;
	}
	.grecaptcha-logo > iframe {
		display: none;
	}
}
