body {
	background: #fff;
}

header, footer, .productdetail .productdetail-form, .productdetail-links,
.nav-tabs, .account-nav, .tab-content, .stepper, .btn, .breadcrumb {
	display: none;
	visibility: hidden;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}

a[href]:after {
	content: none !important;
}

.text-lg {
	font-size: 0.9em;
}

.fieldset-recap ul li {
	padding: 3px 0;
}

@media print {
	.col-productlist {
		padding: 0;
	}
	.col-print {
		flex: 1;
	}
	.h1-print {
		margin-top: 0 !important;
		font-size: 1.6em;
	}
	.border-print {
		border: 1px solid;
	}
	.address .row {
		display: flex;
	}
	.text-center-print {
		text-align: center !important;
	}
	.order-delivery-payment-price .row {
		margin-bottom: 0px;
	}
	.order-delivery-payment-price .row h2 {
		margin-top: 5px;
	}.order-delivery-payment-price .fieldset-recap {
		padding: 0;
	}
}
