.noprint {
	display: none !important;
}
body {
	padding-top: 0;
	background-image: none;
	background-color: transparent;
}
nav.bar {
	position: static;
	background-color: transparent;
	border-bottom: 0;
	box-shadow: none;
	height: 1.75cm;
}
nav.bar > div > nav {
	padding-top: 0;
}
nav a.logo img {
	max-height: 1.5cm;
}
nav.row > nav.cell:nth-of-type(1),
nav.row > nav.cell:nth-of-type(3) {
	display: none;
}
main {
	margin-top: 0;
}
footer {
	background-color: transparent;
	border-top: 0;
}

/*
 * Produktsida
 */
div.product_group.products div.product_image_container {
	float: none;
	width: auto;
}
div.product_group.products div.product_image div.scroller {
	display: block;
	text-align: center;
}
div.product_group.products div.product_image img {
	max-width: 10cm;
	display: none;
	padding: 0;
	margin: 0;
}
div.product_group.products div.product_image img.selected {
	display: inline;
}
div.product_group.products div.side_box_container {
	float: none;
}
div.product_group.products nav div.scroller {
	flex-wrap: wrap;
	justify-content: center;
}
div.product_group.products nav img {
	max-width: 4cm;
	opacity: 1;
}
div.product_group.products nav img.selected {
	xdisplay: none;
}
div.product_group.products div.product_image img {
	xbackground-image: none;
}
