﻿footer { display: none; }


.container-details { padding: 0; }

/* overwrite layout.css; see also catalog_view.css */
.view-header-catalog-details {
	/* in the interest of unifying the standalone Details view and the Catalog -> zoom Details view, we're gonna lose this .view-header */
	display: none;
	margin: 0;
	padding: .3rem .9rem;
	background: #f0f0f0;
/*	border: 3px dashed lime;*/
}

.view-header-catalog-details h1 {
	width: auto;
	margin-bottom: 0;
	padding: 0;
}



.currency-advisory {
	text-align: right;
}

.detail-view-footer-wrapper {
	display: flex;
	width: 100%;
	max-width: 96vw;
	margin: 0 auto 1.5rem;
	flex-flow: row wrap;
	justify-content: flex-start;
/*	border: 1px dotted lime;*/
}
