/**
 * Print Stylesheet
 */
a[href]:after {
	display: none;
}

a.button {
	display: none;
}


.site-header {
	position: relative;
	top: 0;
	height: auto;
	text-align: center;
	border-bottom: 0;
}

.site-header .row {
	justify-content: center;
}

.site-header .header-logo img {
	max-height: none;
	margin-bottom: 2rem;
}

.header-actions {
	display: none;
}

.main-with-sections {
	margin-top: 0;
}

.section-customer-info {
	background-color: transparent !important;
	display: none;
}

.form-customer-selection {
	display: none;
}

.customer-info {
	border: 5px solid #eee;
}

.customer-info-change,
.customer-info-dashboard {
	display: none;
}

.product-table-grouping-title-action {
	display: none;
}

.product-table-amount {
	flex: 0 1 45%;
}

.product-table-amount-summary {
	display: none;
}

.product-table-amount-picker {
	display: block;
	position: relative;
	width: auto;
	right: auto;
	left: auto;
	padding: 0;
	margin: 0;
}

.product-table-amount-picker:before {
	display: none;
}

.product-table-amount-weeks {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.product-table-amount-week {
	flex: 0 1 auto;
	margin-bottom: 0;
}

.product-table-amount-week .quantity input.qty {
	color: white !important;
}

.product-qty-button {
	display: none !important;
}

.product-table-item {
	border-bottom-width: 2px;
}

.product-table-campaign-group-title span {
	font-size: 1rem;
	border-bottom: 3px solid black;
}

.product-table-campaign-group-title {
	border-top-color: #eeeeee;
}

.product-table-item-free-group {
	border: 5px solid #ccc;
	border-radius: 0;
}

.product-table-item-free-group .product-table-amount {
	text-align: right;
}

.product-table-amount-selector-button {
	display: none !important;
}

.product-table-amount-selector-value {
	color: white !important;
}