@font-face {
	font-family: 'jumbo_thesans';
	src: url('../fonts/jthsab5_-webfont.eot');
	src:
		url('../fonts/jthsab5_-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jthsab5_-webfont.woff2') format('woff2'),
		url('../fonts/jthsab5_-webfont.woff') format('woff'),
		url('../fonts/jthsab5_-webfont.ttf') format('truetype'),
		url('../fonts/jthsab5_-webfont.svg#jumbo_thesansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'jumbo_thesans';
	src: url('../fonts/jthsab5i-webfont.eot');
	src:
		url('../fonts/jthsab5i-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jthsab5i-webfont.woff2') format('woff2'),
		url('../fonts/jthsab5i-webfont.woff') format('woff'),
		url('../fonts/jthsab5i-webfont.ttf') format('truetype'),
		url('../fonts/jthsab5i-webfont.svg#jumbo_thesansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'jumbo_thesans';
	src: url('../fonts/jthsab7_-webfont.eot');
	src:
		url('../fonts/jthsab7_-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jthsab7_-webfont.woff2') format('woff2'),
		url('../fonts/jthsab7_-webfont.woff') format('woff'),
		url('../fonts/jthsab7_-webfont.ttf') format('truetype'),
		url('../fonts/jthsab7_-webfont.svg#jumbo_thesansbold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'jumbo_thesans';
	src: url('../fonts/jthsab7i-webfont.eot');
	src:
		url('../fonts/jthsab7i-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jthsab7i-webfont.woff2') format('woff2'),
		url('../fonts/jthsab7i-webfont.woff') format('woff'),
		url('../fonts/jthsab7i-webfont.ttf') format('truetype'),
		url('../fonts/jthsab7i-webfont.svg#jumbo_thesansbold_italic') format('svg');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'jumbo_thesans';
	src: url('../fonts/jthsab9_-webfont.eot');
	src:
		url('../fonts/jthsab9_-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jthsab9_-webfont.woff2') format('woff2'),
		url('../fonts/jthsab9_-webfont.woff') format('woff'),
		url('../fonts/jthsab9_-webfont.ttf') format('truetype'),
		url('../fonts/jthsab9_-webfont.svg#jumbo_thesans_blackblack') format('svg');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'jumbo_thesans';
	src: url('../fonts/jthsab9i-webfont.eot');
	src:
		url('../fonts/jthsab9i-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jthsab9i-webfont.woff2') format('woff2'),
		url('../fonts/jthsab9i-webfont.woff') format('woff'),
		url('../fonts/jthsab9i-webfont.ttf') format('truetype'),
		url('../fonts/jthsab9i-webfont.svg#jumbo_thesans_blackitalic') format('svg');
	font-weight: 800;
	font-style: italic;
}

@font-face {
    font-family: 'mindsetregular';
    src: url('../fonts/pintassilgoprints-mindset-webfont.woff2') format('woff2'),
         url('../fonts/pintassilgoprints-mindset-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: 'jumbo_thesans', Verdana;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
}

h1, h2, h3{
	font-family: mindsetregular;
	font-weight: normal;
	line-height: 1.1;
}

a{
	color: #000;
}
a:hover{
	opacity: .8;
}

.grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(12, 1fr);
}
.grid__cell--1 {
	grid-column: 12 span;
}
.grid__cell--1-2 {
	grid-column: 6 span;
}
.grid__cell--1-3 {
	grid-column: 4 span;
}
.grid__cell--2-3 {
	grid-column: 8 span;
}

.diptych {
	display: grid;
}
.diptych__left {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-position: center;
	position: relative;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
}
	.diptych__left__gourmetstel{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.diptych__left__op-is-op{
		position: absolute;
		right:2%;
		bottom:5%;
		height: 90%;
	}
	@media (min-width: 721px) {
		.diptych__left__op-is-op{
			right:5%;
			bottom:2%;
			width: 25%;
			height: auto;
		}
	}
	.diptych__left__4-in-1{
		position: absolute;
		left:2%;
		bottom:2%;
		height: 40%;
	}
	@media (min-width: 721px) {
		.diptych__left__4-in-1{
			position: absolute;
			left:5%;
			top:2%;
			width: 30%;
			height: auto;
		}
	}
.diptych__right {
	padding: 60px 5vw;
	overflow: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.diptych--test-mode .diptych__right {
	outline:solid 5px #CD0025;
	outline-offset: -5px;
}
	.diptych--test-mode .diptych__right::before {
		content:'Test mode';
		position: absolute;
		top:0;
		left:50%;
		padding: 6px 10px;
		background: #CD0025;
		translate: -50% 0;
		color:#FFF;
	}
.diptych__right::-webkit-scrollbar {
	width: 8px;
}
.diptych__right:hover::-webkit-scrollbar-thumb {
	background: #00000025;
}
.diptych__right::selection {
	color: #fff;
	background: var(--color-primary);
}
.footer {
	padding-top: 20px;
	margin-top: auto;
	text-align: center;
}
.visitorcontrol {
	display: flex;
	gap: 5px;
	margin-top: 8px;
	align-items: center;
	font-size: 10px;
	color: #545454;
	justify-content: center;
	align-content: center;
}
.visitorcontrol a {
	color: inherit;
}
.poweredby {
	display: flex;
	gap: 5px;
}
.poweredby svg {
	vertical-align: text-top;
}
.message {
	margin-bottom: 16px;
	pointer-events: none;
	padding: 8px;
	background: #0cb50c;
	z-index: 2;
	color: #fff;
	border-radius: 5px;
	transition: opacity 0.3s ease-in;
}
.message--red {
	background: red;
}

@media (max-width: 720px) {
	.diptych {
		grid-template-rows: 300px auto;
	}
	.diptych__right {
		padding: 25px;
	}
	.visitorcontrol {
		flex-direction: column;
	}
}
@media (min-width: 721px) {
	.diptych {
		grid-template-columns: 50% 50%;
		height: 100vh;
	}
	.poweredby:after {
		content: ' -';
	}
	.diptych__left {
		height: 100vh;
	}
	.diptych__right {
		overflow-y: auto;
		scrollbar-gutter: stable;
		height: 100vh;
		box-sizing: border-box;
	}
}

.logo {
	margin-bottom: 32px;
	text-align: right;
}
	.logo img{
		display: inline-block;
		width: 100%;
		max-width: 150px;
	}

label {
	cursor: pointer;
}
.form_block {
}
.form_block + .form_block {
	margin-top: 30px;
}
.form_block b {
	display: block;
	margin-bottom: 10px;
}
.form_block label {
	box-sizing: border-box;
	clear: both;
}
.form_block label + label {
	padding-left: 40px;
	clear: none;
}
input[type='text'],
input[type='number'],
input[type='date'],
input[type='email'],
input[type='tel'],
select,
textarea,
.input {
	width: 305px;
	max-width: 100%;
	height: 48px;
	padding: 10px;
	border: solid 1px #999999;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 18px;
}
textarea {
	width: 100%;
	min-height: 102px;
}
select {
	width: auto;
}
.button,
button {
	display: inline-block;
	position: relative;
	padding: 10px 65px 10px 20px;
	border: 0;
	border-radius: 4px;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #80c469;
	cursor: pointer;
}
.button:before,
button:before {
	content: '';
	position: absolute;
	top: 0;
	right: 42px;
	width: 1px;
	height: 100%;
	background: #fff;
}
.button:after,
button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
}

.customInputContainer {
	display: inline-block;
	position: relative;
}
.customInputContainer .customInput {
	display: flex;
	align-items: center;
}

.customInputContainer .options {
	width: 100%;
	display: flex;
	color: #202020;
	background: #fff;
	align-items: center;
	border-radius: 0.3rem;
}

.customInputContainer .options {
	display: none;
	justify-content: start;
	flex-direction: column;
	transition: background-color 0.1s ease-in-out;
}

.customInputContainer.show .options {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.options-list {
	border: solid 1px #cccccc;
	height: 15rem;
	overflow-y: scroll;
	position: relative;
}

.options-list__option {
	cursor: pointer;
	list-style: none;
	padding: 0.4rem 0.4rem;
	border-bottom: 1px solid #cccccc;
}

.options-list__option.selected {
	background: #eeb717;
}

.options-list__option.selected:hover {
	background: #ffd042;
}

.options-list__option:last-child {
	border: 0;
}

.options-list__option:hover {
	background: #ffd042;
}
