<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/dhp3iph.css");

:root {
	--animation-speed: 0.7s;
}

* {
	margin: 0;
	padding: 0;
	/* outline:1px solid #FF000022; */
}

.producten h5 {
	display: block;
	color: #023E91;
	font-weight: bold;
	cursor:pointer;
}

.swal-overlay {
	background-color: rgba(20,20,100,.6) !important;
}

nav h1 {
	z-index: 99999 !important;
}

.hidedesktop {
	display: none !important;
}

html,
body {
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	background: #F6E7D6;
	overflow-x: hidden;
}

h2, h3, h4 {
	font-family: eds-market-regular-slant, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 41px;
	color: #023E91;
	padding: 30px;
}

h3 {
	font-family: eds-market-regular, sans-serif;
	font-size: 40px;
	padding: 30px 0px 0px 0px;
}

h4 {
	display: inline-block;
	font-size: 1.5vw;
	padding: 0;
	padding-top: 25px;
}

p {
	color: #023E91;
	font-family: Calibri;
	font-size: 25px;
	line-height: 38px;
	padding-right: 75px;
}

header {
	width: 100%;
	height: 540px;
	background-image:
	linear-gradient(to left, #091e3cBB, rgba(0, 0, 0, 0.1)), url(../img/Winkel_binnen.jpeg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

#headersub {
	display: block;
	height: auto;
	position: absolute;
	right: 0;
	right: -20px;
	top: 300px;
	text-align: right;
	padding-right: 20px;
}

#headersub&gt;.whitebg {
	background: #FFF;
	position: absolute;
	width: 100%;
	height: 175px;
	transform: skewX(-7deg);
	z-index: 8888;
}

#headersub&gt;h2 {
	position: relative;
	top: -20px;
	display: block;
	width: auto;
	z-index: 8899;
}

#headersub&gt;h5 {
	display: block;
	color: #023E91;
	position: absolute;
	top: 114px;
	right: 25px;
	z-index: 8899;
	font-weight: bold;
	padding-right: 25px;
}

nav {
	width: 100%;
	height: 90px;
	background: #FFF;
	position: fixed;
	z-index: 9998;
}

.title {
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}

.title h1 {
	color: #023E91;
	font-family: Calibri;
	font-weight: bold;
	font-size: 2.8vw;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	text-transform: uppercase;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #023E91;
	transition: var(--animation-speed);
}

.title h5 {
	color: #023E91;
	font-family: eds-market-regular-slant, sans-serif;
	width: 100%;
	text-align: center;
	margin-top: -15px;
	font-size: 0.97vw;
	transition: var(--animation-speed);
}

nav a {
	display: inline-block;
	color: #023E91;
	font-family: Calibri;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 90px;
	text-align: center;
	font-size: 1.5vw;
	transition: all var(--animation-speed);
}

nav a:hover {
	transition: all var(--animation-speed);
	color: #BDCCD4;
}

#main, #producten {
	margin: 0 14.5vw;
}

#main span, #producten span, #boodschappenlijstje span {
	content: '';
	height: 25px;
	display: block;
	position: relative;
	top: 25px;
	bottom: 0;
	z-index: 7777;
	clear: none;
	background: #F4D778;
	transform: skew(-15deg);
	margin: 25px 0px;
	margin-left: 20px;
}

#main h2, #producten h2, #boodschappenlijstje h2 {
	display: block;
	z-index: 9999;
	position: relative;
	top: -50px;
	transform: skew(15deg);
}

#boodschappenlijstje {
	padding: 0 14.5vw;
	padding-top: 50px;
}

.orderbutton, .addproducts, .emptycart {
	position: relative;
	display: block;
	background: #023E91 url(../img/icons/mandje.svg);
	color: #FFF;
	padding: 5px;
	/* text-transform: uppercase; */
	width: 300px;
	margin: 0px auto;
	margin-top: -225px;
	z-index: 99999;
	font-family: 'eds-market-regular';
	appearance: none;
	border: 0;
	font-size: 3.2vh;
	line-height: 50px;
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: 90% center;
	text-align: left;
	padding-left: 40px;
}

.orderbutton {
	padding-left: 0;
	text-align: center;
	font-size: 18px;
	margin: 0;
	position: absolute;
	top: 260px !important;
	right: 0;
}

.emptycart {
	background: #023E91;
	padding-left: 0;
	text-align: center;
	font-size: 18px;
	margin: 0;
	position: absolute;
	top: 190px !important;
	right: 0;
}

.addproducts {
	background: #023E91;
	padding-left: 0;
	text-align: center;
	font-size: 18px;
	margin: 0;
	position: absolute;
	top: 120px !important;
	right: 0;
}

.orderbutton:hover, .addproducts:hover, .emptycart:hover {
	background-color: #BDCCD4;
	transition: all 0.3s;
}

.orderlist button {
	background-color: #023E91;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-family: "Calibri", sans-serif;
	font-size: .875rem;
	letter-spacing: 1px;
	padding: 5px 10px;
	transition: all 0.3s;
}

.orderlist button:hover {
	background-color: #BDCCD4;
	border: 2px solid #023E91;
	color: #023E91;
}

#producten {
	display: none;
}

#categories {
	margin-top: 25px;
}

footer {
	width: 100%;
	height: 300px;
	background: #023E91;
	margin-top: 100px;
}

.category {
	padding: 25px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 10px 2px #BBBBBB66;
	background: #F6F0E8;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: var(--animation-speed);
}

.category&gt;* {
	width: 100%;
	cursor: pointer;
	font-family: eds-market-regular, sans-serif;
}

.category h4 {
	font-size: 1.3vw;
	padding-top: 0;
	margin-top: -10%;
}

.category:hover {
	background: #023E91;
	transition: all var(--animation-speed);

}

.leftist:hover {
	transform: rotateZ(-2deg);
}

.rightist:hover {
	transform: rotateZ(2deg);
}

.category:hover&gt;h4 {
	color: #FFF;
	transition: all var(--animation-speed);
}

.category:hover object {
	filter: brightness(0) invert(1);
	transition: all var(--animation-speed);
}

.category&gt;object {
	height: 90%;
}

.categoryImage {
	pointer-events: none;
}


.subcategorie {
	padding: 50px 25px;
	padding-left: 100px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px 2px #AAA;
	background: #F6F0E8 url(../img/icons/singles/Beleg_single.svg);
	text-align: center;
	display: flex;
	background-repeat: no-repeat !important;
	background-size: 250px !important;
	background-origin:border-box;
	background-position: 95% 90%;
}

.producten {
	margin-top: 25px;
}

.product {
	width: 100%;
	text-align: left;
	color: #023E91;
}

.productnaam {
	display: block;
	font-family: eds-market-regular, sans-serif;
	font-size: 30px;
	width: 400px;
}

.productomschrijving {
	display: block;
	font-family: Calibri;
	font-size: 20px;
	margin-top: -15px;
	min-height: 25px;
	width: 450px;
	float: left;
	font-style:italic;
}

.product a {
	cursor: pointer;
	padding: 0;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 33px;
	margin-top: -40px;
	border: 3px solid #023E91;
	border-radius: 50%;
	font-size: 25px;
	float: left;
	transition: all 0.2s;
	color: #023E91 !important;
}

.product a:hover {
	background: #023E91;
	transition: all 0.1s;
	text-decoration: none;
}

.product a.active {
	color: #023E91;
}

.productcount {
	background: #F6F0E8;
	position: relative;
	z-index: 9988;
	font-family:Roboto, mono;
}

.productcount:hover {
	color: #FFF !important;
}

.changeamount {
	position: relative;
	color: #023E91 !important;
	z-index: 8888;
	transition: all 0.1s;
}

.changeamount:hover {
	background: #F6F0E8 !important;
	font-size: 35px;
	padding-bottom: 10px;
	transition: all 0.1s;
}

.changeamount.min {
	margin-right: -50px;
	border: 0;
	color: #023E91 !important;
}

.changeamount.plus {
	border: 0;
	color: #023E91 !important;
}

.product.active .changeamount {
	margin-left: -50px;
}

.product.active .changeamount.min {
	margin-right: 0;
}

.product.active .changeamount.plus {
	margin-left: 50px;
}

.backbutton, .cartbackbutton {
	height: 60px;
	margin-top: 25px;
	margin-left: -50px;
	cursor: pointer !important;
}

footer {
	height: auto;
	padding: 50px;
}

#map {
	padding-left: 50px;
}

#map iframe {
	width: 100%;
}

footer h2 {
	padding: 0;
	color: #FFF;
	font-family: eds-market-regular, sans-serif;
	font-size: 35px;
}

.contact {
	padding-left: 50px;
	color: #FFF;
}

address {
	font-family: Calibri;
	font-size: 20px;
	margin-top: 25px;
}

address a {
	color: #FFF !important;
}

.openingstijden {
	color: #FFF;
	font-family: Calibri;
	font-size: 20px;
	margin-top: 25px;
}

.dag {
	display: block;
}

.tijd {
	display: block;
	float: right;
	text-align: left;
	width: 40%;
}

#lijstje_button {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 100px;
	cursor: pointer;
	z-index: 9999;
}

#lijstje_button object {
	pointer-events: none;
	transition: all var(--animation-speed);
}

#lijstje_button:hover object {
	transition: all var(--animation-speed);
}

#boodschappenlijstje {
	width: 100vw;
	height: calc(100vh - 90px);
	top: 100%;
	position: fixed;
	background: #F6E7D6;
	z-index: 9999;
	overflow-y: scroll;
}

#over p {
	font-size: 1.35vw;
}

.cart {
	margin: 0px auto;
	width: 100%;
	margin-bottom: 100px;
}

.swal-content textarea{
	width:90%;
	padding:5%;
	height:150px;
}

.cartbuttons{
	margin-top:-25%;
}

@media screen and (max-width: 600px) {

	.hidemobile {
		display: none;
	}

	.hidedesktop {
		display: flex !important;
	}

	h2, h3, h4 {
		font-family: eds-market-regular-slant, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 27px;
		color: #023E91;
		padding: 30px;
		line-height: 1;
	}

	header {
		height: 350px;
	}

	nav .row {
		height: 100%;
	}

	.title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		align-items: center;
		height: 100%;
		align-items: center;
	}

	.title h1 {
		font-size: 27px;
		padding-left: 10px;
	}

	.title&gt;h5 {
		display: none;
	}

	#headersub&gt;.whitebg {
		height: 110px;
	}

	#headersub {
		top: 180px;
	}

	#headersub&gt;h5 {
		top: 67px;
		font-size: 14px;
	}

	#main, #producten {
		margin: 0;
	}

	#main h2, #producten h2, #boodschappenlijstje h2 {
		display: block;
		z-index: 9999;
		position: relative;
		top: -36px;
		transform: skew(15deg);
		padding-left: 5px;
	}

	#main span, #producten span, #boodschappenlijstje span {
		margin-left: 25px;
	}

	#categories .col {
		padding: 2px;
	}

	.category {
		margin: 0;
		padding: 0;
	}

	.category&gt;h4 {
		font-size: 0.8em !important;
		padding: 25px;
		padding-top: 0;
	}

	#over p {
		width: 100%;
		padding: 25px;
		font-size: 20px;
	}

	#over h3 {
		font-size: 30px;
		padding: 0px 30px;
	}

	.contact {
		padding-left: 15px;
	}

	#map {
		padding-left: 15px;
		margin-bottom: 25px;
	}

	#lijstje_button {
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 75px;
		cursor: pointer;
		z-index: 9999;
	}

	.subcategorie {
		padding-left: 25px;
		margin-bottom: 25px;
		background-size: auto 90% !important;
		background-position: 80% 113% !important;
	}

	.productnaam {
		width: auto;
		font-size: 20px;
	}

	.productomschrijving {
		display: block;
		font-family: Calibri;
		font-size: 15px;
		margin-top: -15px;
		min-height: 31px;
		width: 250px;
		float: left;
		padding-top: 6px;
	}

	.backbutton, .cartbackbutton {
		height: 40px;
		margin-top: 34px;
		margin-left: 25px;
		cursor: pointer !important;
	}

	.categorienaam {
		padding-left: 10px !important;
		font-size: 22px !important;
	}

	.cartbackbutton {
		margin-left: -30px;
	}

	#boodschappenlijstje h2 {
		display: block;
		z-index: 9999;
		position: relative;
		top: -46px;
		transform: skew(15deg);
		font-size: 19px !important;
	}

	.addproducts, .emptycart, .orderbutton {
		top: unset !important;
		max-height: 60px;
		z-index: 999999 !important;
	}
	
.cart{
	position:relative;
	z-index: 9988 !important;
	}
	
canvas{
		position:relative;
		z-index:9988 !important;
	}

	.addproducts {
		bottom: 160px;
	}

	.emptycart {
		bottom: 90px;
	}

	.orderbutton {
		bottom: 20px;
	}

	#producten span, #boodschappenlijstje &gt; .row &gt; span {
		max-width: 71% !important;
		/* margin-left: -56px !important; */
	}

	.cartbuttons {
		-webkit-transform: translate3d(0,0,1px);
		transform: translate3d(0,0,1px);
		top:-25px !important;
		margin-top:0%;
	}
	
.producten &gt; h5{
	padding-left:10px;

}
}

#overlay {
	background: #FFF;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}


/*

ALERTS

*/

.swal-modal {
	border-radius: 0 !important;
}

.swal-text{
	color: #BDCCD4;
	font-size:20px;
}



.swal-content__input {
	position:relative;
	-webkit-appearance: none;
	background-color: transparent;
	/* border: none; */
	font-size: 22px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 10px 13px;
	border-radius: 2px;
	transition: border-color .2s;
	color:#023E91;
	z-index:99999;
}

.swal-content textarea {
	position:relative;
	-webkit-appearance: none;
	background-color: transparent;
	border: 0 !important;
	font-size: 22px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 13px;
	border-radius: 2px;
	transition: border-color .2s;
	color:#023E91;
	z-index:99999;
}

::-moz-placeholder, ::-webkit-input-placeholder, ::placeholder
{
	color:#023E91 !important;
}

.swal-content::after {
	position:relative;
	display: block;
	content:'\00a0' !important;
	width:100%;
	height:35px;
	margin-top:-50px;
	background: #F4D778;
	transform: skew(-10deg);
	z-index:99988;
	pointer-events: none;
}

.extratext .swal-content::after {
	position: relative;
	display: block;
	content: '\00a0' !important;
	width: 100%;
	height: 122px;
	margin-top: -135px;
	background: #F4D778;
	transform: skew(-10deg);
	z-index: 99988;
	pointer-events: none;
}

.textarea::after {
	position:relative;
	display: block;
	content:'\00a0' !important;
	width:100%;
	height:400px;
	margin-top:-50px;
	background: #F4D778;
	transform: skew(-10deg);
	z-index:99988;
	pointer-events: none;
}

.swal-button{
	background-color: #023E91;
	border:0 !important;
	border-radius:0;
	font-family: eds-market-regular, sans-serif;
}

.swal-button:hover{
	background-color: #023E91;
}

.swal-button--confirm:hover{
	transition:all 0.2s;
	background-color: #bdccd4 !important;
}

textarea {
	overflow: hidden;
	resize: none;
}

textarea:focus {
	outline: none !important;
	border:0;
	box-shadow: 0;
}</pre></body></html>