@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
	outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
textarea,
select,
option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
	vertical-align: middle;
}

input::-moz-focus-inner

/*Remove button padding in FF*/
	{
	border: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	font-family: Poppins, sans-serif;
}

.noprods {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}

.noprods p {
	font-size: 25px;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-weight: 700;
}

.noprods span {
	display: inline-block;
	border-radius: 4px;
	padding: 14px 20px;
	background-color: #3A3A3A;
	;
	color: white;
	margin-top: 15px;
}

.searchprods {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.searchprods input {
	height: 34px;
	border: 2px solid #f2f2f2;
	font-family: "Piazzolla", serif;
	color: #3A3A3A;
	margin-right: 10px;
	min-width: 250px;
	padding-left: 50px;
}

.searchprods span {
	font-size: 16px;
	width: 40px;
	height: 40px;
	z-index: 5;
	color: #3A3A3A;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #f2f2f2;
	transform: translateY(-50%);
}

.dashboard {
	background-color: #fafafa;
	padding: 50px 10px;
	position: relative;
}

.dashboard .best {
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
}

.dashboard .box {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	margin-bottom: 20px;
}

.dashboard .bestellingen .controleren_content {
	width: 100%;
}

.dashboard .bestellingen .controleren_content>div {
	border: 2px dashed #efefef;
}

.dashboard .db_best {
	width: calc(100% - 500px);
}

.dashboard .db_gebruik {
	max-width: 450px;
	width: 100%;
}

.dashboard .bestellingen {
	width: 100%;
}

.dashboard .user_info {
	width: 100%;
}

.dashboard>div>div>h2 {
	font-size: 25px;
	font-weight: 700;
	color: #3A3A3A;
	margin-bottom: 20px;
	font-family: 'Piazzolla', serif;
}

.dashboard article>h3 {
	font-size: 22px;
	color: #3A3A3A;
	margin-bottom: 20px;
	font-family: 'Piazzolla', serif;
}

.dashboard article>button {
	background-color: #f9f1df;
	color: #3A3A3A;
	padding: 10px;
	border: 0;
	width: 100%;
	font-size: 20px;
	border-radius: 4px;
	transition: all .4s;
	font-family: 'Piazzolla', sans-serif;
	cursor: pointer;
}

.dashboard article>button:hover {
	background-color: #d8c9a8;
	color: #252525;
}

.user_info form {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.user_info form label {
	width: 100%;
	color: #3A3A3A;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Piazzolla', sans-serif;
}

.user_info form input[type=text],
.user_info form input[type=email] {
	width: 100%;
	border: none;
	background-color: white;
	padding: 10px 0;
	margin-bottom: 20px;
	font-weight: 200;
	font-size: 22px;
	color: #9fa6b5;
	font-family: 'Piazzolla', serif;
	border-bottom: 2px solid #F4F4F4;
}

.user_info form input[type=submit] {
	color: #3A3A3A;
	background-color: #fff;
	border-radius: 4px;
	padding: 12px 30px;
	width: 100%;
	border: 2px solid #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-size: 20px;
	transition: all .3s;
}

.user_info form input[type=submit]:hover {
	background-color: #3A3A3A;
	color: #fff;
}

.changes {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	color: white;
	background-color: #8BCF97;
}

.bootbox-body {
	line-height: 130%;
	color: #686868;
}

/* Cadeaubon */

.cadeaubon {
	width: 100%;
	background-color: #F5F7FA;
	padding: 30px;
}

.cadeaubon>div {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.cadeaubon_form {
	width: 67%;
}

.cadeaubon .overview {
	width: 30%;
	background-color: white;
	border-radius: 4px;
	padding: 30px;
	position: sticky;
	top: 3%;
}

.cadeaubon .overview>h2 {
	font-size: 25px;
	font-family: 'Piazzolla', serif;
	color: #3A3A3A;
	margin-bottom: 20px;
}

.cadeaubon .overview button {
	width: 100%;
	text-align: center;
	padding: 10px;
	border: 2px solid #3A3A3A;
	background-color: #3A3A3A;
	color: #fff;
	font-weight: 700;
	border-radius: 4px;
	font-family: 'Piazzolla', serif;
	font-size: 19px;
}

.cadeaubon .overview .orderline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 200;
	padding: 20px 0;
}

.cadeaubon .overview .totalline {
	padding: 20px 0;
	font-weight: 700;
	color: #6c6c6c;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	border-top: 2px solid #F0F1F1;
}

.cadeaubon_form article {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	background-color: white;
	border-radius: 4px;
	padding: 30px;
}

.cadeaubon_form article>div:first-of-type {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F7FA;
	border-radius: 200px;
	font-size: 23px;
	font-family: 'Piazzolla', serif;
	color: #3A3A3A;
	font-weight: 700;
}

.cadeaubon_form article>div:last-of-type {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: calc(100% - 60px);

}

.cadeaubon_form article input[type=email],
.cadeaubon_form article input[type=text],
.cadeaubon_form article select,
.cadeaubon_form article textarea {
	width: 100%;
	border: 2px solid #f0f0f0;
	padding: 10px;
	font-family: 'Piazzolla', serif;
	font-size: 18px;
}

.cadeaubon_form article textarea {
	height: 200px;
}

.cadeaubon_form article label {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Piazzolla', serif;
	color: #3A3A3A;
	margin-bottom: 10px;
}

/* Einde Cadeaubon */


/* Bevestiging */

.bestelling_buttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bestelling_buttons a {
	width: 49%;
	padding: 10px 20px !important;
	text-align: center;
}

.bestelling_geplaatst {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #f0f3f7;
	min-height: 100vh;
}

.bestelling_geplaatst>div {
	background-color: white;
	border-radius: 5px;
	width: 100%;
	max-width: 650px;
	padding: 50px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.bestelling_geplaatst>div>i {
	font-size: 3em;
	color: #3A3A3A;
}

.bestelling_geplaatst>div h1 {
	color: #3A3A3A;
	margin-top: 20px;
	font-weight: 700;
	font-family: "Piazzolla", sans-serif;
	margin-bottom: 10px;
	font-size: 28px;
}

.bestelling_geplaatst>div h2 {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #353535;
	margin-bottom: 20px;
}

.bestelling_geplaatst>div>div {
	text-align: center;
	font-size: 19px;
	line-height: 180%;
	color: #6a6a6a;
	padding: 10px;
	width: 100%;
	font-weight: 200;
	margin-bottom: 10px;
}

.confirmation {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.confirmation div {
	min-width: 200px;
}

.bestelling_geplaatst>div>a {
	display: inline-block;
	color: #686868;
	margin-top: 20px;
	text-decoration: underline;
}

.bestelling_geplaatst_button {
	display: inline-block;
	padding: 12px 30px;
	background-color: #3A3A3A;
	border: 2px solid #3A3A3A;
	color: white !important;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 16px;
	transition: all .3s;
	font-family: 'Piazzolla', sans-serif;
}

.bestelling_geplaatst_button:hover {
	background-color: transparent;
	color: #3A3A3A !important;
}





.factuurfields {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.controle_split {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.controle_part:first-of-type {
	width: 30%;
}

.controle_part:last-of-type {
	width: 68%;
	padding: 20px;
}


/* Einde Bevestiging */



.res-nav {
	width: 400px;
	height: 100vh;
	position: fixed;
	right: -400px;
	top: 0;
	z-index: 1000;
	overflow: auto;
	transition: all .3s;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	background-color: #fff;
}

.menuoverlay {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	background-color: rgba(0, 0, 0, .4);
}

.overvisible {
	display: block;
}

.top_res_nav {
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	background-color: #3A3A3A;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 10px;
	height: 65px;
}

.extraNavigationElements {
	position: absolute;
	bottom: 16px;
}

.extraNavigationElements .navitem {
	padding-bottom: 0.5rem;
}

.extraNavigationElements .navitem a {
	color: #BDBDBD;
}

.closebtn {
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.logo-mobileNav {
	width: 100px;
}

.menu-block {
	overflow: hidden;
}

.menu-is-open {
	right: 0;
}

.res-nav nav {
	padding-top: 125px;
	display: flex;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	overflow: auto;
	padding-bottom: 100px;
	height: 100%;
	position: relative;
}

.resnavfooter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
	color: #262626;
	font-size: 14px;
	font-family: 'Piazzolla', serif;
}

.resnavfooter p, .resnavfooter a {
	color: #848484;
	display: flex;
	justify-content: center;
	align-items: center;
}

.resnavfooter a i {
	margin: 0 5px;
}

.resnavfooter img {
	width: 8px;
	margin-right: 6px;
}

.navitem {
	width: 100%;
	padding: 25px;
}

.navitem #specialbutton {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.navitem div {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.navitem div img {
	width: 20px;
	transition: all .5s;
	transform: rotate(-450deg);
}

.rotateImg {
	transform: rotate(0deg) !important;
}

.navitem a {
	color: #353535;
	font-weight: 700;
	font-size: 1.3em;
}

.openNavItem {
	max-height: 350px !important;
	margin-top: 10px !important;
	padding-top: 10px !important;
}

.navitem ul {
	display: flex;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 0;
	padding-top: 0;
	list-style-type: disc;
	padding-left: 10px;
	color: white;
	overflow: hidden;
	transition: all .5s;
	max-height: 0;
}

.navitem ul li {
	display: inline-block;
	padding: 10px;
}

.navitem ul li i {
	margin-left: -7px;
	color: #c8c8c8;
	font-size: .7em;
	margin-right: 20px;
}

.navitem ul a {
	font-size: 1em;
	padding: 10px 0;
	color: #c8c8c8;
}

.menubtn {
	width: 30px;
	cursor: pointer;
	display: none;
	transition: all .3s;
}

.menubtn:hover {
	transform: scale(1.05);
}


/* Login */

.formregister {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border: 35px solid #eaeaea;
	padding: 30px;
}

.formregister label {
	color: #3A3A3A;
	font-size: 20px;
	font-family: "Piazzolla", sans-serif;
	display: inline-block;
	margin-bottom: 5px;
}

.formregister input[type=text],
.formregister input[type=email],
.formregister input[type=password] {
	width: 100%;
	border: none;
	border: 2px solid #F4F4F4;
	padding: 10px 10px;
	color: #A8A8A8;
	font-size: 1.2em;
	font-weight: 200;
	margin-bottom: 20px;
	font-family: "Piazzolla", sans-serif;
}

.formregister input[type=submit] {
	background-color: #3A3A3A;
	padding: 10px 25px;
	font-size: 16px;
	color: white;
	font-weight: 700;
	border: 2px solid #3A3A3A;
	transition: all .3s;
	font-family: "Piazzolla", sans-serif;
}

.formregister input[type=submit]:hover {
	background-color: transparent;
	color: #3A3A3A;
}

.error_field {
	font-size: 18px;
	margin-bottom: 10px;
	color: #EF1A23;
	font-family: "Piazzolla", sans-serif;
}

.login_page {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 100vh;
}

.left_login {
	width: 500px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	height: 100%;
	padding: 35px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.right_login {
	flex: 1;
	height: 100%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.right_login div {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .2);
	padding: 10px;
	color: white;
	font-family: 'Muli', sans-serif;
	font-size: .9em;
}

.right_login div a {
	color: white;
}

.login_form {
	width: 100%;
}

.resetpwd h3 {
	font-weight: 200;
	line-height: 130%;
	margin-bottom: 10px;
}

.resetpwd>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.resetpwd>div input {
	background-color: black;
	color: white;
	border: none;
	padding: 10px 35px;
	font-family: 'Piazzolla', sans-serif;
	font-weight: 200;
	font-size: 16px;
	background-color: #3A3A3A;
	border-radius: 4px;
}

.resetpwd>div a {
	font-size: 14px;
	color: #6f6f6f;
	font-weight: 700;
}

.forgot_pass {
	cursor: pointer;
}

.left_login h2 {
	font-size: 25px;
	font-weight: 700;
	font-family: 'Piazzolla', serif;
	margin-bottom: 20px;
	color: #3A3A3A;
	width: 100%;
	text-align: left;
}

.login_logo {
	position: absolute;
	left: 35px;
	top: 35px;
	width: 300px;
}

.submit_holder {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.submit_holder a {
	font-size: 14px;
	color: #6f6f6f;
	font-weight: 700;
}

.login_form input[type=password],
input[type=email] {
	width: 100%;
	border: 2px solid #F4F4F4;
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: 200;
	font-size: 16px;
	border-radius: 4px;
	color: #9fa6b5;
	font-family: 'Piazzolla', serif;
}

.login_form input[type=submit] {
	background-color: black;
	color: white;
	border: none;
	padding: 10px 35px;
	font-weight: 200;
	font-size: 18px;
	background-color: #3A3A3A;
	border-radius: 4px;
	font-family: 'Piazzolla', serif;
}

.errors {
	width: 100%;
	color: red;
	margin-bottom: 15px;
}

.errors li {
	padding-left: 20px;
	margin-bottom: 8px;
	position: relative;
}

.errors li:after {
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	position: absolute;
	display: block;
	left: 5px;
	top: 3.5px;
	font-size: 8px;
}

/* Einde Login */


/* Navigatie */

.navigatie {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 40px 10px;
	z-index: 2;
}

.navigatie nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigatie nav ul li {
	padding: 10px 20px;
}

.navigatie nav a {
	color: #252525;
	font-size: 18px;
	padding: 8px 0;
	border-bottom: 1px solid transparent;
	font-family: 'Piazzolla', serif;
}

.navigatie nav a:hover {
	color: #691416;
}

.navigatie .active a {
	color: #691416 !important;
	border-bottom: 1px solid #691416;
}

.logo {
	width: 150px;
	margin-left: 10px;
}

/* Einde Navigatie */

/* Bevestiging */

.bevestiging_bg {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Einde Bevestiging*/

/* Wijzig wachtwoord */

.change_password {
	max-width: 700px;
	margin: 80px auto;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: white;
	flex-direction: column;
	padding: 35px;
}

.change_password h1 {
	width: 100%;
	font-size: 30px;
	font-family: 'Piazzolla', serif;
	line-height: 130%;
	font-weight: 700;
	text-align: center;
	color: #3A3A3A;
}

.change_password p {
	margin-top: 10px;
	text-align: center;
	color: #9c9c9c;
	font-size: 18px;
	line-height: 150%;
}

.reset_form {
	display: flex;
	justify-content: center !important;
	-ms-align-items: space-between !important;
	align-items: space-between !important;
	flex-direction: column;
	width: 100%;
	margin-top: 40px;
}

.reset_form .field {
	width: 100%;
	margin-bottom: 20px;
}

.reset_form .field label {
	font-weight: 700;
	color: #979797;
}

.reset_form {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.reset_form .field label {
	text-align: center;
	width: 100%;
}

.change_password input[type=password] {
	width: 100%;
	border: 2px solid #cdcdcd;
	padding: 10px;
	margin-top: 10px;
}

.change_password input[type=submit] {
	padding: 15px 35px;
	background-color: #0E1936;
	color: white;
	font-weight: 700;
	border-radius: 4px;
	border: none;
}

/* Einde wachtwoord */


/* Menu Button */

.menu_button {
	position: absolute;
	right: 50px;
	top: 25px;
	z-index: 70;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.menu_button a {
	margin-right: 25px;
	font-size: 1.5em;
	color: #000;
	position: relative;
}

.menu_button a>div {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	font-size: .5em;
	font-weight: 700;
	border-radius: 200px;
	background-color: #3A3A3A;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: white;
	transform: translate(70%, 70%);
}

.shoppingcart {
	position: relative;
}

.cart_amount {
	position: absolute;
	right: -3px;
	bottom: 8px;
	transform: translate(50%, 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 200px;
	background-color: #3A3A3A;
	width: 20px;
	height: 20px;
	font-size: .6em;
	font-weight: 700;
	color: #fff;
}

.menu_button img {
	width: 130px;
	margin-right: 30px;
}

.menu_button>div {
	width: 50px;
	height: 50px;
	transition: all .5s;
	padding: 0;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 200px;
	background-color: white;
	border-radius: 200px;
	font-size: 1.3em;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

/* Einde Menu Button */

/* Curtaindrop */

.curtain-click {
	cursor: pointer;
}

.curtaindrop {
	width: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	position: fixed;
}

.curtaindrop>video {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	min-width: 100%;
	z-index: 0;
	transform: translate(-50%, -50%);
}

.curtaindrop .overlay {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
}

.curtaindrop>div {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	background-position: center;
	background-size: cover;
	background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
	position: absolute;
	left: 50%;
	width: 95%;
	max-width: 1000px;
	color: #fff;
	z-index: 200;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.curtaindrop .button {
	display: inline-block;
	padding: 15px 40px;
	background-color: transparent;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 4px;
	font-size: 20px;
	color: #4c4c4c;
	background-color: #e0d8d5;
	transition: all 0.8s ease;
	margin-top: 30px;
}

.curtaindrop .button:hover {
	transform: scale(1.1);
}

.curtaindrop p {
	font-size: 1.4em;
	line-height: 1.6em;
}

.curtaindrop img {
	max-width: 1000px;
	width: 96%;
}

.curtaindrop h2 {
	font-weight: 900;
	font-size: 3em;
	margin: 0;
	margin-bottom: 15px;
	text-align: center;
}

.curtaindrop>span {
	position: absolute;
	left: -123px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-top: 34px solid #92C020;
	border-left: 18px solid transparent;
}

.curtaindrop>span>i {
	font-style: normal;
	position: absolute;
	right: 20px;
	cursor: pointer;
	color: #92c020;
	width: 300px;
	overflow: hidden;
	top: -34px;
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: right;
}

.curtaindrop>span:before {
	position: absolute;
	top: -38px;
	cursor: pointer;
	left: -17px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	width: 36px;
	display: block;
	text-align: center;
	content: '!';
}

.curtain-close {
	position: absolute;
	right: 40px;
	top: 30px;
	font-size: 60px;
	cursor: pointer;
	color: #fff;
	z-index: 100000000;
}


/* Einde Curtaindrop */

/* Page Header */

.page_header {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding: 30px;
	padding-bottom: 0px;
}

.page_header>div:first-of-type {
	height: 50px;
	width: 40px;
	background-image: url(/images/GRAAN-bakkerij-puur-RGB.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.page_header>h2 {
	color: #4C4C4C;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 6px;
}

.page_header>h1 {
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-weight: 200;
	font-size: 40px;
	text-align: center;
	max-width: 700px;
}

.page_header_tekst {
	line-height: 150%;
	font-weight: 200;
	font-size: 22px;
	color: #4C4C4C;
	width: 100%;
	text-align: center;
}

.page_header_tekst a {
	text-decoration: none;
	color: #4C4C4C;
	font-weight: 500;
}

/* Einde Page Header */

/* assortiment */

.assortiment {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
}

.assortiment>h2 {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 20px;
	color: #691416;
	margin-top: 50px;
}

.products {
	width: 100%;
	margin-bottom: 50px;
	cursor: pointer;
}

.products {
	box-shadow: 0 0 15px 0 rgba(82, 82, 82, .1);
	background-color: #FFF;
	padding: 25px 40px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.products p:first-of-type {
	margin-top: 20px;
}

.products p {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.products h2 {
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	font-size: 1.4em;
	color: #4c4c4c;
	align-items: center;
	cursor: pointer;
}

.products .assortiment_list {
	margin-top: 20px;
	color: #4C4C4C;
	font-weight: 200;
	font-size: 1.2em;
	line-height: 180%;
	letter-spacing: .5px;
	display: flex;
	flex-wrap: wrap;
}

.products h2 i {
	transition: all .3s;
}

.assortiment_list .content {
	width: 60%;
}

.assortiment_list .img {
	width: 40%;
}

.assortiment_list .img img {
	width: 100%;
}

.assortiment_list ul {
	list-style-type: disc;
	line-height: 170%;
	margin-left: 20px;
	color: #4c4c4c;
	font-weight: 200;
	margin-top: 20px;
	font-size: 1.2rem;
}

.arrowUp i {
	transform: rotate(180deg);
}

.assortiment_list .slick-dots li button:before {
	font-size: 12px;
}

.assortiment_list .slick-dots li {
	margin: 0;
}

/* Einde assortiment */

.images {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.images article {
	width: 25%;
	padding: 5px;
	position: relative;
	cursor: pointer;
}

.images article div {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	z-index: 2;
	background-color: rgba(0, 0, 0, .5);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	opacity: 0;
	transition: all .6s;
}

.images article img {
	width: 100%;
	position: relative;
	z-index: 0;
}

.images article:hover img {
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.images article:hover div {
	opacity: 1;
}

/* Footer */

footer {
	padding-top: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	background-color: #691416;

}

.socials {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
}

.socials>a {
	padding: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 1.2em;
	background-color: #691416;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 200px;
	margin: 0 7px;
	transition: all .5s;
}


.socials>a:hover {
	background-color: #fff;
	color: #691416;
}

.disclaimer {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	color: rgb(160, 160, 160);
	padding: 10px;
	padding-top: 0;
	font-weight: 200;
	font-size: 1em;
	line-height: 150%;
}

.disclaimer span {
	margin: 0 10px;
	color: #e6e6e6;
}

.disclaimer a {
	color: #e6e6e6;
}

.disclaimer a:last-of-type {
	display: flex;
	align-items: center;
	-ms-align-items: center;
}

.disclaimer a:last-of-type i.show {
	display: inline !important;
}

.disclaimer a:last-of-type i.hidden {
	display: none !important;
	color: #8bcf97 !important;
}

.disclaimer a:last-of-type:hover i.show {
	display: none !important;
}

.disclaimer a:last-of-type:hover i.hidden {
	display: inline !important;
}

.gegevens {
	width: 96%;
	max-width: 1525px;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	border-bottom: .5px solid #e6e6e6;
	margin: auto;
}

.gegevens h2 {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	font-family: 'Piazzolla', serif;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

.spaceleft {
	padding-left: 40px;
	margin-bottom: 10px;
	position: relative;
}

.spaceleft i {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 22px;
	transform: translateY(-50%);
}

.gegevens>div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	color: #e6e6e6;
	font-size: 18px;
	font-weight: 200;
	line-height: 150%;
}

.gegevens .logo {
	width: 250px;
	margin-right: 50px;
}

.gegevens>div p {
	width: 100%;
	text-align: left;
}

.gegevens>div a {
	color: #e6e6e6;
	width: 100%;
	text-align: left;
	border-bottom: transparent 1px solid;
}

.gegevens>div a:hover {
	border-bottom: #e6e6e6 1px solid;
}

.gegevens table {
	width: 100% !important;
}

.gegevens table td:nth-of-type(odd) {
	padding-right: 40px;
}

.openingsuren-btn {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: #ffffff;
	color: #7f1414 !important;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #ffffff;
	border-radius: 0.25rem;
	transition: background-color 0.3s ease;
}

.openingsuren-btn:hover {
	background-color: rgba(255, 255, 255, 0.9);
}


/* Einde Footer */


/* Power Titel */

.power_titel_holder {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: block;
	padding: 30px 20px;
}

.power_titel {
	font-size: 3.7em;
	font-weight: 700;
	color: #B5B5B5;
	line-height: 130%;
}

.power_titel strong {
	font-weight: 700;
	color: #3C3C3B;
}

/* Einde Power Titel */

/* Blokken */

.blokken {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	max-width: 1600px;
	padding: 0 10px;
	margin: 0 auto;
	width: 100%;
}

.blokken article {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 70px;
	width: 100%;
}

.blokken article:last-of-type {
	padding-bottom: 0;
}

.blokken article>img {
	width: 48%;
	order: 1;
}

.blokken_content {
	width: 50%;
	padding: 30px;
	order: 2;
}

.blokken_titel {
	position: relative;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}

.blokken_titel h2 {
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	line-height: 150%;
	position: relative;
	z-index: 1;
	font-weight: 200;
	font-size: 35px;
	margin-bottom: 30px;
}

.blokken_tekst {
	line-height: 180%;
	font-weight: 200;
	max-width: 850px;
	color: rgb(110, 110, 110);
	font-size: 18px;
	margin-bottom: 20px;
}

.blokken_tekst h3 {
	font-weight: 500;
}

.blokken_tekst p {
	margin-bottom: 20px !important;
}

.blokken_tekst p>a {
	color: #DBB957;
}

.blokken_content>a {
	padding: 10px 0;
	display: inline-block;
	margin-top: 5px;
	font-size: 20px;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
}


.blokken_content>a i {
	margin-left: 5px;
	transition: all .5s;
}

.blokken_content>a:hover i {
	margin-left: 10px;
}

.blokken article:nth-child(odd) img {
	order: 3;
}


/* Einde Blokken */


/* Aanbod */

.aanbod_top {
	width: 100%;
	max-width: 1600px;
	padding: 40px 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.aanbod_top>h1 {
	font-size: 25px;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-weight: 700;
}

.aanbod_top>div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.aanbod_top>div select {
	height: 40px;
	padding-right: 100px;
	padding-left: 15px;
	font-family: Piazzolla, sans-serif;
	font-weight: 200;
	font-size: 1.2em;
	height: 40px;
	background-color: #F5F5F5;
	border: none;
	background-image: url(/images/select.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.assortiment_weergave {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.assortiment_weergave>div {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 5px;
	cursor: pointer;
	font-size: 1.2em;
	background-color: #f2f2f2;
	transition: all .3s;
	color: #353535;
}

.assortiment_weergave>div:hover {
	background-color: #dbdbdb;
}

.active_weergave {
	color: #3A3A3A !important;
}

.list_view {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.list_view>div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
	color: #b6b6b6;
	background-color: white;
	border: 2px solid #F5F5F5;
	margin-left: 7px;
}

.list_view_active {
	background-color: #D23B3D !important;
	color: white !important;
	border: 2px solid #D23B3D !important;
}


.price_order {
	height: 40px;
	padding-right: 100px;
	padding-left: 15px;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	font-size: 1em;
	background-color: #F5F5F5;
	border: none;
	background-image: url(/images/select.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}

.aanbod_pagina {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.clearfilters {
	font-size: 1em;
	color: #98272B;
	display: none;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 5px;
	cursor: pointer;
	background-color: #f7f7f7;
}

.clearfilters i {
	margin-right: 10px;
}

.aanbod_pagina aside {
	width: 100%;
	max-width: 350px;
	background-color: white;
	border: 2px solid #F5F5F5;
	margin-right: 20px;
	padding-bottom: 10px;
}

.aanbod_pagina aside>h2 {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	color: #3A3A3A;
	font-family: "Piazzolla", serif;
	border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside h3 {
	font-size: 1.3em;
	font-weight: 700;
	color: #353535;
	margin-top: 15px;
	padding: 5px 20px;
	padding-left: 40px;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}


.aanbod_pagina aside h3 i {
	font-size: 1em;
	transition: all .3s;
}

.activeCat i:not(.fa-check) {
	transform: rotate(180deg);
}

.aanbod_filter {
	margin: 0 20px;

	border-bottom: 2px dashed #F5F5F5;
}

.aanbod_filter:last-of-type {
	border-bottom: none;
}

.aanbod_filter select {
	width: 100%;
	padding: 10px;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	font-size: 1.2em;
	margin-top: 10px;
	background-color: #F5F5F5;
	border: none;
	background-image: url(/images/select.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}

.checkbox {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	height: 25px;
	font-weight: 200;
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .3s;
	color: #737373;
	font-size: 1.2em;
}

.checkbox input, .aanbod_pagina aside h3 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.aanbod_pagina aside h3 .checkmark {
	left: 10px;
}

.checkmark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 20px;
	transition: all .3s;
	width: 20px;
	font-size: .8em;
	background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark, .aanbod_pagina aside h3:hover input~.checkmark {
	background-color: #ccc;
}

.checkbox input:checked~.checkmark, .aanbod_pagina aside h3 input:checked~.checkmark {
	background-color: #000;
}

.checkmark i {
	content: "";
	position: absolute;
	display: none;
	font-size: 1.1em;
}

.checkbox input:checked~.checkmark i, .aanbod_pagina aside h3 input:checked~.checkmark i {
	display: block;
}

.checkbox .checkmark i, .aanbod_pagina aside h3 .checkmark i {
	left: 2px;
	top: 2px;
	color: white;
}

.aanbod_items {
	width: 100%;
}

.aanbod_items section {
	width: 100%;
}

.aanbod_items section>h2 {
	font-size: 25px;
	color: #3A3A3A;
	font-weight: 700;
	font-family: 'Piazzolla', serif;
	padding: 0 15px 15px 15px;
}

.aanbod_items .subcat-products {
	width: 100%;
	padding-top: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.product {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 2%;
	padding: 10px;
	background-color: white;
	position: relative;
	overflow: hidden;
	border: 2px solid #F5F5F5;
}

.hiddenarticles {
	opacity: 0;
	transition: all 1s;
	transform: translateY(70px);
}

.product .eenheid {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.product_opmerking {
	width: 100%;
	border: 2px solid #F4F4F4;
	border-radius: 0px;
	padding: 10px 10px;
	color: rgb(76, 76, 76);
	margin-bottom: 20px;
	font-weight: 200;
	font-size: 19px;
	font-family: "Piazzolla", sans-serif;
	height: 150px;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.gram_eenheid {
	font-family: sans-serif;
	color: #353535;
	font-size: .9em;
	position: absolute;
	right: 65px;
	top: 50%;
	transform: translateY(-50%);
}

.product .eenheid label {
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 200;
	color: #353535;
	margin-bottom: 5px;
	margin-top: 15px;
}

.product .eenheid select {
	padding: 5px;
	background-color: #fff;
	border: 2px solid #efefef;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	background-image: url(/images/select.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;
	color: #606060;
	cursor: pointer;
	font-size: 1.15em;
}

.product .aantal {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	margin: 0;
	margin-top: 5px;
	position: relative;
	z-index: 3;
	height: 37px;
	border: 2px solid #efefef;
}

.product .aantal i {
	font-size: 1em;
	min-width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #5d5d5d;
	cursor: pointer;
	position: absolute;
	transition: all .2s;
	right: 0px;
}

.product .aantal i:first-of-type {
	left: 0px;
	right: initial;
}

.product .aantal i:hover {
	background-color: #ededed;
}

.product .aantal input {
	font-weight: 200;
	font-family: sans-serif;
	color: #353535;
	font-size: 1.1em;
	text-align: center;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
	line-height: 100%;
	height: 35px;
	border: none;
	width: 100%;
}

.product button {
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	border: none;
	background-color: #fff;
	border: none;
	transition: all .3s;
	font-size: 1.2em;
	font-weight: 200;
	color: #3A3A3A;
	border: 1px solid #3A3A3A;
	padding: 7px 10px;
	position: relative;
	z-index: 3;
	font-family: "Piazzolla", sans-serif;
}

.product button:hover {
	background-color: #3A3A3A;
	color: #fff;
}

.product .processing {
	color: #3A3A3A;
	line-height: 47px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.product .processing-done {
	color: #3A3A3A;
	font-family: "Piazzolla", sans-serif;
	line-height: 47px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.product a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.product a span {
	display: none;
}

.product>img {
	width: 100%;
	position: relative;
	z-index: 1;
	transition: all 1s;
}

.product:hover img {
	transform: scale(1.08);
}

.product>h3 {
	width: 100%;
	text-align: center;
	color: #3F3F3F;
	font-weight: 700;
	font-size: 1.2em;
	position: relative;
	margin-bottom: 10px;
	z-index: 2;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.product>h4 {
	width: 100%;
	text-align: center;
	color: #39AC6A;
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.smallProduct {
	width: 100% !important;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
}

.smallProduct img {
	display: none;
}

.smallProduct .aantal {
	display: none;
}

.smallProduct>h2 {
	text-align: left;
	justify-content: flex-start;
}

.smallProduct>h3 {
	text-align: left;
}

.smallProduct>a {
	z-index: 2;
}

.smallProduct button {
	display: none;
}

.product_list {}

.range-slider {
	margin-top: 10px;
}

.hiddenarticles {
	opacity: 0;
	transition: all .3s;
	transform: translateY(70px);
}

.spinnerbox {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
}

.spinnerbox img {
	width: 100px;
}

/* Einde Aanbod */


/* Contact */

#dasmap {
	width: 100%;
	height: 500px;
}

.team {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.team article {
	width: 18%;
	margin: 1%;
	padding: 10px;
	background-color: white;
}

.team article img {
	width: 100%;
	margin-bottom: 10px;
}

.team article h2 {
	width: 100%;
	font-size: .9em;
	text-align: center;
	background-color: white;
	padding: 5px;
}

.radio_container {
	position: relative;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-right: 15px;
}

.radio_container input {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
	background-color: #94C11E;
	color: white;
}

.radio_container input:checked+.radio_checker i {
	display: block;
}

.radio_checker:hover {
	background-color: #94C11E;
	color: white;
}

.radio_checker {
	cursor: pointer;
	transition: all .3s;
	padding: 15px 30px;
	border-radius: 200px;
	font-size: .8em;
	font-weight: 700;
	background-color: #e4e4e4;
	z-index: 1;
	position: relative;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.form_changer {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}

.radio_checker i {
	display: none;
	margin-right: 10px;
}

.contact_info {
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 60px 10px;
	width: 100%;
	margin: 0 auto;
	background-color: #691416;
	flex-wrap: wrap;
	transform: translateY(-20%);
	max-width: 1200px;
	padding-left: 5%;
	padding-right: 5%;
}

.contact_info .openingsuren {
	width: 100%;
	padding-top: 35px;
}

.openingsuren .days-openings {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.openingsuren .days-openings>* {
	width: 25%;
}

.openingsuren .days-openings>*:nth-child(n+5) {
	margin-top: 15px;
}


.contact_info h2 {
	font-size: 25px;
	font-family: "Piazzolla", serif;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.contact_info p {
	color: #ffff;
	font-size: 1.2em;
	text-align: left;
	margin-top: 15px;
	font-weight: 200;
}

.contact_info a {
	padding-left: 30px;
	position: relative;
}

.contact_info a {
	color: #fff;
}

.contact_info a i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.contact_content {
	width: 100%;
	padding-bottom: 60px;
}

.contact {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	min-height: 100px;
	flex-wrap: wrap;
	border: 2px solid #eeeeee;
}

.contact_gegevens {
	width: 28%;
	margin-left: 2%;
	background-color: white;
}

.contact_gegevens img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.contact_gegevens>div {
	padding: 25px;
}

.contact_gegevens div h2 {
	color: #98272B;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.contact_gegevens div div {
	font-size: .85em;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	color: #4B4B4B;
	line-height: 200%;
}

.contact_gegevens div div p {
	width: inherit;
}

.contact_form_holder {
	width: 100%;
	padding: 35px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.contact_form_holder>div {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.contact_form, .complaint_form {
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 66%;
	margin-right: 4%;
}

.contact_form_holder>div>div {
	width: 30%;
}

.contact_form_holder>div>div h2 {
	font-weight: 700;
	font-size: 25px;
	color: #691416;
	margin-bottom: 20px;
	font-family: "Piazzolla", sans-serif;
}

.contact_form_holder>div>div h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #353535;
}

.contact_form_holder table {
	width: 100% !important;
}

.contact_form_holder td {
	padding-bottom: 15px !important;
}

.contact_form_holder td {
	color: #5e5e5e;
	font-size: 18px;
	font-weight: 200;
}
.contact_form_holder th {
	text-align: left;
}

.contact_form_holder>div>div img {
	width: 100%;
}

.hideField {
	display: block;
}

.complaint_form {
	display: none;
}

#NaamInput {
	width: 48%;
}

#EmailInput {
	width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
	width: 100%;
	border: none;
	border-bottom: 2px solid #F4F4F4;
	padding: 10px 10px;
	color: #A8A8A8;
	font-size: 1.2em;
	font-weight: 200;
	margin-bottom: 20px;
	font-family: "Piazzolla", sans-serif;
}

.contact_form textarea {
	width: 100%;
	border: 2px solid #F4F4F4;
	border-radius: 0px;
	padding: 10px 10px;
	color: #A8A8A8;
	margin-bottom: 20px;
	font-weight: 200;
	font-size: 1.2em;
	font-family: "Piazzolla", sans-serif;
	height: 300px;
}

.contact_form input[type=submit] {
	border-radius: 4px;
	padding: 10px 40px;
	background-color: #fff;
	border: 2px solid #691416;
	font-weight: 200;
	color: #691416;
	font-size: 1.2em;
	font-weight: 200;
	font-family: "Piazzolla", sans-serif;
	transition: all .3s;
}


.contact_form input[type=submit]:disabled, .complaint_form input[type=submit]:disabled {
	background-color: #e8e8e8;
	border: 2px solid #e8e8e8;
	color: #909090;
}

.contact_form input[type=submit]:disabled:hover, .complaint_form input[type=submit]:disabled:hover {
	background-color: #e8e8e8;
	border: 2px solid #e8e8e8;
	color: #909090;
}

.contact_form input[type=submit]:hover, .complaint_form input[type=submit]:hover {
	background-color: #691416;
	color: #fff;
}

#VoornaamCnt, #NaamCnt {
	width: 49%;
	margin-bottom: 2%;
}

#EmailCnt {
	width: 100%;
	margin-bottom: 2%;
}

#StraatCnt, #GemeenteCnt {
	width: 69%;
	margin-bottom: 2%;
}

#BusCnt, #PostcodeCnt {
	width: 29%;
	margin-bottom: 2%;
}

.contact_aandachtskader {
	max-width: 1200px;
	width: 100%;
	border: 2px solid #691416;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem;
	margin-bottom: 5rem;
	position: relative;
}

.contact_aandachtskader h2 {
	color: #691416;
	position: absolute;
	top: -1.7rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.5rem;
	background-color: white;
	padding: 1rem;
}

.contact_aandachtskader p {
	color: #ababab;
	text-align: center;
	font-size: 1.2em;
	line-height: 170%;
}

/* Einde Contact */

/* Product Pagina */

.product_header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 10px;
}

.product_header_image {
	width: 40%;
}

.product_header_image>a {
	font-weight: 200;
	font-size: 1.2em;
	color: #3A3A3A;
	font-family: "Piazzolla", serif;
	display: inline-block;
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.product_header_image>a i {
	transition: all .3s;
	padding-left: 5px;
	font-size: 1.3em;
}

.product_header_image>a span {
	padding-bottom: 3px;
}

.product_header_image>a:hover i {
	padding-left: 0 !important;
	padding-right: 5px;
}

.product_header_image img {
	width: 100%;
	transition: all .2s;
}

.product_header_image .extraf {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 2%;
}

.product_header_image .extraf img {
	width: 24%;
	margin-bottom: 2%;
	cursor: zoom-in;

}

.product_header_image .extraf img:nth-child(4n) {
	margin-right: 0;
}



.product_header_content {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.product_header_content h1 {
	color: #3A3A3A;
	font-family: "Piazzolla", serif;
	font-weight: 700;
	font-size: 2.5em;
	margin-bottom: 15px;
}

.product_header_content>h2 {
	color: #353535;
	font-weight: 700;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product_header_content .aantal {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	border: 2px solid #efefef;
}

.product_header_content .aantal i {
	font-size: .9em;
	min-width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #5d5d5d;
	cursor: pointer;
	transition: all .2s;
	position: absolute;
	left: 0;
}

.product_header_content .aantal i:last-of-type {
	right: 0;
	left: initial;
}

.product_header_content .aantal i:hover {
	background-color: #ededed;
}

.product_header_content .aantal input {
	font-weight: 200;
	font-family: sans-serif;
	color: #353535;
	text-align: center;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	font-size: 17px;
	align-items: center;
	width: 123px;
	height: 35px;
	margin: 0 10px;
	padding: 0;
	line-height: normal;
	border: none;
}


.product_links {
	margin-bottom: 10px;
}

.product_links a {
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	color: #939393;
	padding: 2px 10px;
	font-size: .8em;
	transition: all .3s;
	margin-right: 5px;
}

.product_links a:hover {
	border: 1px solid #939393;
}

.product_intro {
	line-height: 150%;
	font-weight: 200;
	font-size: 20px;
	color: #4C4C4C;
	width: 100%;
	margin-bottom: 10px;
}

.product_prijs {
	display: flex;
	justify-content: flex-start;
	padding: 20px 0;
}

.product_prijs article {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 10px 0;
	margin-right: 10px;
}

.product_prijs article h2 {
	font-size: 1.1em;
	color: #353535;
	font-weight: 200;
	margin-bottom: 4px;
}

.product_prijs article p {
	font-size: 1.5em;
	font-weight: 700;
	color: #4f4f4f;
}

.product_header_content select {
	padding: 10px;
	font-size: 17px;
	background-color: #fff;
	border: 2px solid #efefef;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	background-image: url(/images/select.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;
	color: #353535;
	max-width: 300px;
}

.product_afmetingen {
	display: flex;
	justify-content: flex-start;
}

.product_afmetingen article {
	padding: 15px 30px;
	background-color: #F3F3F2;
	border: 1px solid white;
}

.product_afmetingen article h2 {
	font-weight: 700;
	font-size: 1.2em;
	color: #6b6b6b;
	margin-bottom: 5px;
}

.product_afmetingen article p {
	font-size: 1.1em;
	color: #6b6b6b;
}

.product_actions button {
	padding: 12px 30px;
	border-radius: 4px;
	background-color: #3A3A3A;
	border: 2px solid #3A3A3A;
	color: white;
	font-size: 20px;
	transition: all .3s;
	font-weight: 400;
	font-family: 'Piazzolla', sans-serif;
}

.product_actions button:hover {
	color: #3A3A3A;
	background-color: transparent;
}

.product_kleuren {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

.product_kleuren>label {
	position: relative;
}

.product_kleuren>label div {
	width: 2pc;
	height: 2pc;
	border: 2px solid #eee;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	color: #eee;
	margin-right: 4px;
	z-index: 2;
	position: relative;
}

.product_kleuren>label input {
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.product_kleuren>label input:checked+div {
	border: 2px solid red;
}

.maat_select {
	width: 100%;
	padding: 10px;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	font-size: 1.2em;
	background-color: #F5F5F5;
	border: none;
	background-image: url(/images/select.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}


.product_more_info {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 150%;
	font-weight: 200;
	font-size: 20px;
	color: #4C4C4C;
	width: 100%;
	margin-bottom: 20px;
	padding: 30px 10px;
}

.product_more_info h2 {
	font-size: 1.3em;
	font-weight: 700;
	color: #D23B3D;
	margin-top: 25px;
	margin-bottom: 5px;
}

.product_more_info ul {
	list-style-type: disc;
	padding-left: 20px;
}

.product_sfeerfoto {
	width: 100%;
	margin: 0 auto;
	display: flex;
	position: relative;
	background-color: black;
}

.product_sfeerfoto>div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 1600px;
	z-index: 2;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.product_sfeerfoto h2 {
	font-size: 59px;
	font-weight: 600;
	line-height: 110%;
	max-width: 630px;
	color: #fff;
	margin-bottom: 40px;
}

.product_sfeerfoto button {
	padding: 10px 30px;
	background-color: #D23B3D;
	color: white;
	font-weight: 700;
	border: none;
	border-radius: 200px;
	font-family: Poppins, sans-serif;
}

.product_sfeerfoto>img {
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: .7;
}

.amount_select {
	width: 200px;
	padding: 10px;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	font-size: 1.2em;
	background-color: #F5F5F5;
	border: none;
}



/* Einde Product Pagina */


/* Winkelwagen */

.winkelwagen_noprods {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 10px;
}

.opmerking_best {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px;
	margin: 20px 0;
	background-color: #f6f6f6;
}

.opmerking_best h2 {
	font-size: 25px;
	font-weight: 700;
	font-family: "Piazzolla", serif;
	color: #3A3A3A;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.opmerking_best textarea {
	width: 100%;
	font-family: "Piazzolla", serif;
	font-size: 18px;
	padding: 10px;
	border: none;
	max-width: 500px;
}

.winkelwagen_noprods p {
	font-size: 1.4em;
	color: #353535;
	font-weight: 200;
	margin-top: 5px;
}

.winkelwagen_noprods a {
	background-color: #3A3A3A;
	color: white;
	font-family: "Piazzolla", serif;
	padding: 12px 30px;
	border-radius: 4px;
	font-size: 1.2em;
	font-weight: 400;
	margin-top: 15px;
	display: inline-block;
}

.progressbar {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
	display: flex;
	margin-bottom: 50px;
	margin-top: 40px;
	justify-content: space-between;
}

.progressbar li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.2em;
	font-weight: 700;
	color: #535353;
	font-weight: 200;
	width: 25%;
	font-family: 'Piazzolla', serif;
	position: relative;
}

.progressbar li a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3;
}

.progressbar li div {
	width: 45px;
	height: 45px;
	border-radius: 200px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.5em;
	z-index: 2;
}

.checkedStep div {
	background-color: #3A3A3A !important;
	color: #fff;
}

.checkedStep {
	color: #3A3A3A !important;
}

.righthr {
	position: absolute;
	left: 50%;
	right: 0;
	top: 35%;
	margin: 0;
	height: 1px;
	border-top: 1px solid #dfdfdf;
}

.lefthr {
	position: absolute;
	left: 0;
	right: 50%;
	top: 35%;
	margin: 0;
	height: 1px;
	border-top: 1px solid #dfdfdf;
}

.winkelwagen_pagina, .gegevens_pagina {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
}

.winkelwagen_titel {
	width: 100%;
	padding: 40px 0;
	padding-bottom: 10px;
	font-size: 2em;
	color: #3A3A3A;
	font-weight: 700;
	text-align: center;
	font-family: "Piazzolla", sans-serif;
}

.shopping_cart {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.shopping_cart article {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 15px;
	border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article .main {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.shopping_cart article .main img {
	width: 70px;
	margin-right: 20px;
}

.shopping_cart article:first-of-type {
	background-color: #f6f6f6;
	border-bottom: none;
}

.shopping_cart article:first-of-type .title {
	color: #314983;
	font-weight: 200;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
}

.shopping_cart article:first-of-type .aantal {
	min-width: 170px;
	color: #353535;
}

.shopping_cart article:first-of-type .actions {
	visibility: hidden;
	min-width: 40px;
	color: #353535;
}

.sub_article {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.shopping_cart article:last-of-type {
	border-bottom: none;
}

.shopping_cart article h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #3A3A3A;
	font-family: "Piazzolla", serif;
	margin-bottom: 10px;
}

.shopping_cart article h3 {
	font-size: 1em;
	font-weight: 200;
	color: #43474A;
}

.sub_article .aantal {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 200px;
	position: relative;
	border: 2px solid #efefef;
	min-height: 37px;
}

.sub_article .gew {
	font-size: 16px;
	color: #757575;
	text-align: center;
	margin-bottom: 5px;
}

.sub_article .gewicht {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sub_article .aantal i {
	position: absolute;
	left: 0;
	font-size: .9em;
	min-width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #5d5d5d;
	cursor: pointer;
	transition: all .2s;
}

.sub_article .aantal i:last-of-type {
	right: 0;
	left: initial;
}

.sub_article .aantal i:hover {
	background-color: #ededed;
}


.sub_article .aantal p {
	text-align: center;
	width: 100%;
	font-size: 1.1em;
	font-weight: 400;
	color: #848484;
	padding-bottom: 5px;
}


.sub_article .aantal input {
	font-weight: 200;
	font-family: sans-serif;
	color: #353535;
	font-size: 1.1em;
	height: 35px;
	line-height: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	border: none;
}

.sub_article .price {
	min-width: 300px;
	font-weight: 200;
	color: #353535;
	font-size: 1.3em;
	text-align: center;
}

.sub_article .price small {
	margin-top: 3px;
	display: inline-block;
	font-size: .6em;
}

.sub_article .price small i {
	cursor: pointer;
	transition: all .3s;
}

.sub_article .price small i:hover {
	transform: scale(1.05);
}

.sub_article .actions {
	background-color: #fff;
	color: #C4242C;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
	border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
	transition: all .5s;
}

.sub_article .actions:hover i {
	transform: scale(1.4);
}

.financial dl {
	border-top: 2px solid #e1e1e1;
	margin-top: 10px;
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	flex-direction: column;
}

.financial dt {
	font-size: 1.3em;
	font-weight: 200;
	color: #43474A;
}

.financial dl>div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 8px 0;
}

.financial dl>div:last-of-type {
	border-top: 2px dashed #e1e1e1;
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}

.financial dl>div:last-of-type dt {
	color: #39AC6A;
	font-weight: 700;
}

.financial dd {
	font-size: 1.3em;
	font-weight: 200;
	min-width: 150px;
	color: #43474A;
	text-align: right;
}

.goto_next {
	background-color: #3A3A3A;
	border: #3A3A3A 2px solid;
	border-radius: 4px;
	color: white;
	font-family: "Piazzolla", serif;
	font-weight: 200;
	transition: all .3s;
	font-size: 1.2em;
	border-radius: 4px !important;
	padding: 13px 25px;
}

.noslots {
	font-size: 1.2em;
	font-weight: 200;
	text-align: center;
	color: #353535;
	background-color: #e4f8ec;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}

.goto_next:hover {
	background-color: transparent;
	color: #3A3A3A;
}

.goto_next i {
	font-size: .9em;
}

.goto_prev {
	color: #8d8d8d;
	font-size: 1.2em;
	font-weight: 200;
}

.goto_prev i {
	transition: all .3s;
}

.goto_prev:hover i {
	transform: translateX(-10px);
}

.buttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 20px 0;
}

/* Einde Winkelwagen */


/* Afhaalmoment */

.afhaal_container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.afhaal_split {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.afhaal_split aside {
	width: 350px;
	background-color: white;
	border: 2px solid #F5F5F5;
	margin-right: 20px;
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.afhaal_split aside>i {
	font-size: 3em;
	color: #3A3A3A;

}

.afhaal_split aside>h2 {
	font-size: 25px;
	font-family: 'Piazzolla', sans-serif;
	color: #3A3A3A;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.afhaal_split aside>div {
	font-size: 17px;
	font-weight: 200;
	color: #353535;
	line-height: 150%;
	text-align: center;
}

.afhaal_momenten {
	width: calc(100% - 350px);

}

.afhaal_dagen {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.afhaal_dagen .slick-arrow {
	position: absolute;
	left: -8px;
	top: 47%;
	transform: translateY(-50%);
	z-index: 2;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	background-color: rgba(0, 0, 0, .6);
	color: white;
	border-radius: 200px;
}

.afhaal_dagen .slick-disabled {
	display: none !important;
}

.afhaal_dagen .slick-next {
	right: -10px;
	left: initial;
}

.afhaal_dagen .slick-dots {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.afhaal_dagen .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 200px;
	background-color: #c9c9c9;
	margin: 0 5px;
	cursor: pointer;
}

.afhaal_dagen .slick-dots li button {
	display: none;
}

.afhaal_dagen .slick-dots .slick-active {
	background-color: #353535;
}

.afhaal_dagen article {
	padding: 5px;
}

.afhaal_dagen article section {
	position: relative;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	border: #ececec 2px solid;
	transition: all .3s;
}

.afhaal_dagen article section:hover {
	background-color: #e5e5e5;
}

.afhaal_dagen article section:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.afhaal_dagen article section>div {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px 0 10px 0;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.afhaal_dagen article section>div div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.afhaal_dagen article section h2 {
	font-size: 4em;
	color: #3A3A3A;
	font-weight: 700;
}

.afhaal_dagen article section h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #8e8e8e;
	font-family: "Piazzolla", serif;
}

.afhaal_dagen article section h4 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: .9em;
	font-family: "Piazzolla", serif;
	color: #8e8e8e;
}

.afhaal_dagen article section p {
	font-size: 1.1em;
	font-weight: 200;
	font-family: "Piazzolla", serif;
}

.afhaal_dagen article section p i {
	color: #3A3A3A;
}

.afhaal_dag_active h2, .afhaal_dag_active h3, .afhaal_dag_active h4, .afhaal_dag_active p, .afhaal_dag_active p i {
	color: white !important;
}

.afhaal_dag_active {
	background-color: #3A3A3A;
}

.afhaal_dag_active:hover {
	background-color: #3A3A3A !important;
}

.afhaal_uren {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	padding: 30px .5%;
}

.afhaal_uren article {
	width: 100%;
	border-radius: 5px;
	padding: 25px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	border: #ececec 2px solid;
	margin-bottom: 20px;
}

.timeslot-full {
	background-color: #f2f2f2 !important;
}


.timeslot-full span {
	width: 200px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 9px;
	font-weight: 700;
	color: #808080;
	border-radius: 200px;
	border: 2px solid #ececec;
}

.afhaal_uren article h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #353535;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.afhaal_uren article h2 i {
	margin-right: 15px;
	color: #3A3A3A;
	font-size: 1.2em;
}

.afhaal_uren article a {
	padding: 8px;
	border-radius: 150px;
	font-size: 1em;
	font-weight: 700;
	color: #3A3A3A;
	width: 200px;
	border: 2px solid #ececec;
	position: relative;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	transition: all .3s;
}

.afhaal_uren article a:hover {
	background-color: #3A3A3A;
	color: white;
}

.afhaal_uren article a i {
	font-size: 1.4em;
	margin-right: 10px;
}

.selected_hour {
	border: 2px solid #39AC6A !important;
	background-color: #39AC6A;
	color: white !important;
}

/* Einde Afhaalmoment */


/* Gegevens */

.webshop-form {
	width: 100%;
	padding: 0 10px;
}

.webshop-form fieldset>div {
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.webshop-form .field {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.webshop-form .field.textarea {
	width: 100%;
}

.webshop-form .field label {
	width: 100%;
	font-size: 1.2em;
	display: inline-block;
	color: #000;
	font-weight: 200;
	margin-bottom: 10px;
	font-family: "Piazzolla", serif;
}

.webshop-form .field input, .webshop-form .field select, .webshop-form .field textarea {
	width: 100%;
	padding: 10px;
	color: #717171;
	border: none;
	background-color: #f4f4f4;
	font-weight: 200;
	font-size: 1.2em;
	font-family: "Piazzolla", serif;
}

.webshop-form .field select {
	background-image: url(/images/select.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;

}

.webshop-form input[type=submit] {
	padding: 10px 30px;
	border: none;
	font-size: 18px;
	background-color: #3A3A3A;
	font-weight: 400;
	color: white;
	border-radius: 4px;
	font-family: "Piazzolla", serif;
}

.webshop-form .selectField {
	width: 100%;
}

.webshop-form .textField, .webshop-form .emailField {
	width: 49%;
}

.leverklik {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.checkboxField label {
	width: initial !important;
	margin-right: 10px;
}

.checkboxField {
	color: #000;
}

.checkboxField input {
	width: 20px !important;
}

.webshop-form h2 {
	font-weight: 700;
	font-size: 1.3em;
	padding-top: 20px;
	margin-top: 10px;
	border-top: 2px solid #f4f4f4;
	width: 100%;
}

.gegevens_input {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	border-top: 2px solid #f4f4f4;
	padding-top: 20px;
}

.gegevens_input label a {
	color: #314983;
}

/* Einde Gegevens */


/* Menu */

.menu {
	width: 100%;
	height: 100vh;
	background-color: white;
	z-index: 50;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}

.menu>nav {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.menu>nav ul {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.menu>nav ul li {
	padding: 20px;
}

.menu>nav ul a {
	font-size: 70px;
	font-weight: 200;
	color: #353535;
}

.menu>nav ul a small {
	display: none;
}

/* Einde Menu */


/* Cookie Melding */
.PL_Wrapper {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
	box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
	color: #353535;
	font-size: 25px;
	margin-bottom: 15px;
	font-family: 'Piazzolla', serif;
}

.PL_Wrapper p {
	max-width: 500px;
	font-weight: 200;
	color: #5d5d5d;
	font-size: 17px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #3A3A3A;
	color: #3A3A3A;
	width: 48%;
	font-size: 18px;
	font-family: 'Piazzolla', serif;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
}

.PL_Buttons a:hover {
	background-color: #3A3A3A;
	color: #fff;
}

/* Einde Cookie Melding */

/* Home Pagina */

.home_banner {
	max-width: 1600px;
	margin: 0 auto;
}

.home_banner .slick-arrow {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 200px;
	color: white;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 20px;
	border: none;
}

.home_banner .slick-next {
	right: 10px;
	left: initial;
}

.home_banner article {
	position: relative;
}

.home_banner article img {
	width: 100%;
}

.home_banner article>div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 140px);
	max-width: 1600px;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.home_banner article>div div {
	max-width: 800px;
}

.home_banner article h2 {
	font-weight: 700;
	line-height: 150%;
	font-size: 3.1em;
	font-family: "Piazzolla", serif;
	color: white;
	text-shadow: 0px 0px 11px #000000;
}

.home_banner article h3 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: white;
	text-shadow: 0px 0px 11px #000000;
}

.home_banner article a {
	margin-top: 20px;
	color: #3A3A3A;
	font-size: 20px;
	padding: 12px 0;
	background-color: transparent;
	border-bottom: 1px solid #3A3A3A;
	font-family: "Piazzolla", serif;
	display: inline-block;
	transition: all .3s;
}

.home_banner article a:hover {}


.home_content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 70vh;
	display: flex;
	justify-content: space-between;
}

.home_content>div {
	width: 70%;
	height: 70vh;
	background-color: white;
	overflow: hidden;
	transition: all .8s;
	position: relative;
	z-index: 0;
	position: relative;
}

.home_content>div>div {
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	height: 70vh;
	padding: 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.home_content article {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
	transition: all .4s;
	background-color: rgba(0, 0, 0, .2);
}

.home_content>div:hover .overlay {
	background-color: rgba(0, 0, 0, .2);
}

.home_content>div:last-of-type {
	transform: skewX(-5deg);
	width: 50%;
	position: absolute;
	right: -250px;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.home_content>div:last-of-type article {
	background-color: rgba(0, 0, 0, .4);
}

.home_content>div:last-of-type>div {
	transform: skewX(5deg);
	margin-left: -50px;
}

.home_content>div:first-of-type:hover+div:last-of-type {
	right: -280px;
}

.home_content>div:last-of-type:hover {
	right: -50px;
}

.home_content h2 {
	width: 100%;
	max-width: 500px;
	font-size: 4em;
	font-weight: 900;
	color: #fff;
	margin-bottom: 15px;
	z-index: 2;
	position: relative;
}

.home_content h3 {
	font-weight: 400;
	font-size: 1.2em;
	color: white;
	text-transform: uppercase;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
}

.home_content a {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.home_content button {
	font-weight: 400;
	font-size: 1em;
	color: white;
	background-color: #2EAC65;
	border: none;
	border-radius: 200px;
	padding: 10px 30px;
	font-family: Poppins, sans-serif;
	z-index: 2;
	position: relative;
}

/* Einde Home Pagina */


/* Trending */

.trending {
	padding: 0px 10px;

	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 0px;
	width: 100%;
}

.trending .slick-dots {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	padding: 20px 10px;
	flex-wrap: wrap;
}

.trending .slick-dots .slick-active {
	background-color: #353535;
}

.trending .slick-dots li {
	width: 10px;
	height: 10px;
	background-color: #c9c9c9;
	margin: 0 5px;
	border-radius: 200px;
	cursor: pointer;
}

.trending .slick-dots li button {
	display: none;
}

.trending_slider {
	width: 100%;
	max-width: 1600px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.trending article {
	width: 31.33%;
	margin: 1%;
	position: relative;
}

.trending article>div {
	position: relative;
	overflow: hidden;
}

.trending article>div img {
	width: 100%;
	transition: all 1s;
}

.trending article:hover>div img {
	transform: scale(1.1);
}

.trending_content {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	z-index: 3;
	padding: 15px;
}

.trending_overlay {
	content: "";
	height: 60%;
	bottom: 0;
	z-index: 2;
	left: 0;
	right: 0;
	transition: all 2s;
	opacity: 1;
	top: auto;
	position: absolute;
	pointer-events: none;
	background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
	background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
	-webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
	transition: 2s cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
}

.trending article h2 {
	font-size: 2em;
	font-weight: 700;
	color: white;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
	text-align: left;
	margin-top: 5px;
	font-family: 'Piazzolla', serif;
	width: 100%;
}

.trending article h3 {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Piazzolla', serif;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
	width: 100%;
}

.trending article>div>a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.trending article .trending_content a {
	color: #fff;
	background-color: transparent;
	font-weight: 700;
	font-size: 1.2em;
	font-family: 'Piazzolla', serif;
	margin-top: 20px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 13px;
	transition: all .3s;
}

.trending article .trending_content a:hover {
	transform: scale(1.05);
}

/* Einde Trending */

.instagram_feed {
	width: 100%;
	background-color: #eff6f8;
	margin: 0 auto;
	padding: 25px;
	padding-top: 30px;
	margin-top: 30px;
	position: relative;
}

.instagram_feed>h2 {
	text-align: center;
	font-size: 25px;
	color: #3A3A3A;
	font-weight: 700;
	padding: 20px;
	font-family: 'Piazzolla', serif;
}

.instagram_feed>img {
	position: absolute;
	left: 50%;
	top: 0;
	width: 40px;
	transform: translate(-50%, -50%);
}

.instagram_feed>div {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
}

.instagram_feed .instagram_post {
	width: 24%;
	margin: 0 .5%;
	position: relative;
}

.instagram_feed .instagram_post img {
	width: 100%;
}

.instagram_feed .instagram_post video {
	width: 100%;
}


.instagram_feed .instagram_post .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: white;
	font-size: 3em;
	transition: all .3s;
}

.instagram_feed .instagram_post:hover .overlay {
	opacity: 1;
}


.ak {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border: 2px solid #F2F2F2;
	margin-bottom: 30px;
	margin-top: 30px;
}

.ak h2 {
	color: #3A3A3A;
	font-size: 2.5em;
	max-width: 600px;
	font-family: "Piazolla", serif;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 20px;
}

.ak h3 {
	font-weight: 700;
	font-size: 2.3em;
	line-height: 150%;
	color: #d8d8d8;
	padding: 10px 0;
}

.ak h3 i {
	font-size: 1.2em;
	margin-right: 10px;
	color: #F1A78F;
}

.ak>div {
	width: 50%;
}

.ak_buttons {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.ak_tekst {
	font-size: 1.2em;
	font-weight: 200;
	color: #6b6b6b;
	line-height: 180%;
}

.ak_tekst ul {
	padding-left: 20px;
	list-style-type: disc;
	margin-top: 10px;
}

.ak_buttons a:first-of-type {
	border: 2px solid #C1A65C;
	color: #C1A65C;
	text-align: center;
	padding: 15px 35px;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
	margin-right: 15px;
	min-width: 250px;
	transition: all .5s;
}

.ak_buttons a:last-of-type {
	border: 2px solid #3A3A3A;
	color: #3A3A3A;
	padding: 12px 20px;
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
	font-family: 'Piazzolla', serif;
	font-size: 20px;
	transition: all .5s;
	border-radius: 4px;
}

.ak_buttons a:first-of-type:hover {
	transform: scale(1.05);
}

.ak_buttons a:last-of-type:hover {
	transform: scale(1.05);
}

.ak>div:first-child {
	padding: 50px;
}



.ak_image {
	background-position: center;
	background-size: cover;
}


/* Controleren */

.controleren_content {
	width: calc(100% - 350px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.controleren_content>h2 {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dashed #f0f0f0;
	font-size: 1.5em;
	color: #3A3A3A;
	font-weight: 700;
	font-family: "Piazzolla", serif;
}

.controle_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.2em;
	padding: 7px 0;
	font-family: "Piazzolla", serif;
}

.controle_item h3 {
	font-weight: 700;
	color: #353535;
}

.controle_item p {
	font-weight: 200;
	color: #353535;
}

#subm:disabled {
	background-color: #848484;
}

.controle_product {
	width: 49%;
	margin-bottom: 2%;
	border: 2px solid #efefef;
	padding: 10px;
}

.controle_product img {
	width: 100%;
	max-width: 200px;
	margin-right: 10px;
}

.controle_product h3 {
	font-size: 1.1em;
	font-weight: 700;
	color: #353535;
	margin-bottom: 5px;
}

.product_titel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.controle_product p {
	line-height: 150%;
	color: #848484;
	margin-bottom: 5px;
	margin-top: 5px;
}

.controle_product p big {
	font-size: 1em;
}

.controle_product p small {
	font-size: .9em;
}

.controle_product p span {
	display: block;
	font-weight: 400;
	font-size: 1.1em;
	color: #3A3A3A;
}

.remark_btn {
	background-color: #f9f1df;
	color: #3A3A3A;
	padding: 10px;
	border: 0;
	width: 100%;
	border-radius: 4px;
	font-family: 'Piazzolla', sans-serif;
	cursor: pointer;
}

.remark_btn.add_btn {
	background-color: #f9f1df;
}

.remark_btn.save_btn {
	display: none;
}

.show-disclaimer {
	cursor: pointer;
}

.remark textarea {
	width: 100%;
	border: 1px solid #39ac6a;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
}

.remark_holder {
	margin-bottom: 8px;
}

.gekozen_ophaalmoment {
	line-height: 150%;
	color: #353535;
	width: 100%;
	font-size: 1.2em;
}

.gekozen_ophaalmoment span {
	font-weight: 700;
	color: #3A3A3A;
}

.gekozen_ophaalmoment small {
	width: 100%;
	font-size: .8em;
	display: inline-block;
}

.gekozen_ophaalmoment p {
	font-size: 18px;
	margin-top: 20px;
}

.date_op {
	font-size: 25px;
	color: #3A3A3A;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Piazzolla', serif;
}

.date_op i {
	margin-right: 10px;
}

/* Einde Controleren */

/* Bevestiging */

.bevestiging {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 50px 10px;
	box-shadow: none;
}

.bevestiging>div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	border-radius: 5px;
	padding: 50px;
	background-color: white;
	max-width: 800px;
}

.bevestiging>div i {
	font-size: 3em;
	color: #3A3A3A;
}

.bevestiging>div h1 {
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-weight: 700;
	font-size: 1.8em;
	margin-top: 10px;
}

.bevestiging>div div {
	text-align: center;
	line-height: 180%;
	color: #656565;
	font-weight: 200;
	font-size: 1.2em;
	margin-top: 15px;
}

.bevestiging>div>a {
	background-color: #3A3A3A;
	color: white;
	padding: 15px 30px;
	font-weight: 200;
	font-size: 1.1em;
	display: inline-block;
	font-family: 'Piazzolla', serif;
	margin-top: 15px;
	border-radius: 4px;
}

/* Einde Bevestiging */

/* Bevestiging */

.bevestiging_bg {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bevestiging {
	width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
	max-width: 700px;
	padding: 50px;
	background-color: white;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.bevestiging i {
	font-size: 2em;
	color: #615d59;
}

.bevestiging h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #615d59;
	font-size: 15px;
	margin: 10px 0;
}

.bevestiging h1 {
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	color: #615d59;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bevestiging p {
	line-height: 150%;
	color: #615d59;
	font-size: 17px;
	font-weight: 200;
	text-align: center;
}

.bevestiging a {
	cursor: pointer;
	display: inline-block;
	padding: 13px 30px;
	background-color: #615d59;
	border: 1px solid #615d59;
	font-weight: 200;
	color: white;
	margin-top: 20px;
}

.bevestiging a:hover {
	background-color: transparent;
	color: #615d59;
}

/* Einde Bevestiging*/

/* Nieuwsbrief */

.newsletter {
	background-color: #F9F1DF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 100px 10px;
	margin-top: 30px;
	background-image: url(/images/newsletter.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.newsletter form {
	width: 100%;
	max-width: 400px;
}

.newsletter form input[type=email] {
	padding: 10px;
	color: #818181;
	background-color: #F2F2F2;
	width: 100%;
	height: 50px;
	display: flex;
	-ms-align-items: center;
	border: none;
	margin-bottom: 10px;
	align-items: center;
	font-size: 1.2em;
	font-weight: 200;
	font-family: "Piazzolla", serif;
}

.newsletter form input[type=submit] {
	background-color: #3A3A3A;
	color: white;
	padding: 10px 30px;
	font-family: 'Piazzolla', serif;
	border: 0;
	width: 100%;
	text-align: center;
	border-radius: 4px;
}

.newsletter h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
}


/* Einde Nieuwsbrief */

/* Tekst Blokken */

.tekst_bl {
	padding: 30px 30px;
	background-color: #f9fbfe;
	margin-bottom: 35px;
	width: 100%;
	display: none;
}

.tekst_bl>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.tekst_bl>div>img {
	width: 300px;
	border-radius: 200px;
}

.tekst_blokken {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 500px);
	margin: 30px auto;
}

.tekst_blokken article {
	width: 100%;
	margin: 10px 0;
	border-bottom: 2px dashed #ededed;
}

.tekst_blokken article:last-of-type {
	border-bottom: none;
}

.tekst_blokken article h2 {
	width: 100%;
	text-align: left;
	cursor: pointer;
	font-size: 25px;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-weight: 200;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.tekst_blokken article div {
	line-height: 180%;
	font-weight: 200;
	max-width: 850px;
	color: rgb(110, 110, 110);
	font-size: 20px;
	margin-bottom: 20px;
}

.tekst_blokken strong, .tekst_blokken b {
	font-weight: 500;
}

/* Einde Tekst Blokken */

/* Vragen */

.vragensplit {
	padding: 50px 10px;
}

.vragensplit>div {
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.vragen {
	width: 100%;
}

.vragen article {
	border: #f3f3f3 2px solid;
	background-color: white;
	padding: 25px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.vragen article h2 {
	font-weight: 700;
	display: flex;
	font-family: 'Piazzolla', serif;
	justify-content: space-between;
	-ms-align-items: center;
	font-size: 23px;
	color: #3A3A3A;
	align-items: center;
	cursor: pointer;
}

.vragen article h2 i {
	transition: all .3s;
}

.arrowUp i {
	transform: rotate(180deg);
}

.vragen article div {
	margin-top: 20px;
	color: #353535;
	font-weight: 200;
	font-size: 1.2em;
	line-height: 180%;
	letter-spacing: .5px;
}

.vragen article div a {
	color: #5C9090;
	font-weight: 600;
}

.vragen_form {
	display: none;
	padding: 25px;
	background-color: white;
	border-radius: 5px;
	border: #f3f3f3 2px solid;
	width: 30%;
	position: relative;
}

.vragen_form .slick-arrow {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: none;
	padding: 0;
	z-index: 2;
	border-radius: 200px;
}

.vragen_form .slick-next {
	right: 5px;
	left: initial;
}

.vragen_form h2 {
	font-size: 25px;
	font-family: "Piazzolla", serif;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3A3A3A;
}

.vragen_form input[type=text], .vragen_form input[type=email], .vragen_form textarea {
	padding: 10px;
	color: #818181;
	background-color: #F2F2F2;
	width: 100%;
	height: 50px;
	display: flex;
	-ms-align-items: center;
	border: none;
	margin-bottom: 10px;
	align-items: center;
	font-size: 1.2em;
	font-weight: 200;
	font-family: "Piazzolla", serif;
}

.vragen_form textarea {
	min-height: 100px;
}

.vragen_form input[type=submit]:not(:disabled) {
	border: none;
	font-family: "Piazzolla", serif;
	color: #fff;
	font-size: 20px;
	background-color: #F9F1DF;
	color: #3A3A3A;
	border-radius: 4px;
	padding: 10px 35px;
}

.vragen_form input[type=submit]:disabled {
	border: none;
	font-family: "Piazzolla", serif;
	color: #494949;
	font-size: 20px;
	background-color: #d7d7d7;
	border-radius: 4px;
	padding: 10px 35px;
}

/* Einde Vragen */


.tickertape {
	padding: 60px 10px;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	font-weight: 700;
	color: #ababab;
	font-size: 40px;
	line-height: 150%;
	font-family: "Piazzolla", serif;
	text-align: center;
	padding-top: 40px;
}

.tickertape b, .tickertape strong {
	color: #691416;
}

#content-container {
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
	margin: auto;
}

#content-container h2 {
	color: #3A3A3A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	font-weight: 700;
	font-family: "Piazzolla", serif;
	margin-top: 1em;
	cursor: pointer;
}

#content-container h3 {
	background: #3A3A3A;
	color: #fff;
	font-size: 1.2em;
	font-family: "Piazzolla", serif;
	font-weight: 700;
	padding: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}

#content-container h3 span {
	position: absolute;
	z-index: 1;
	background: transparent url("/images/cross_w.png") no-repeat;
	display: inline-block;
	width: 15px;
}

#content-container h4 {
	margin-left: 2em;
	font-size: 1.1em;
	font-weight: bold;
}

#content-container p {
	padding: 20px;
	line-height: 170%;
	color: #7e7e7e;
}

#content-container ul {
	margin-left: 3em;
}

#content-container table {
	width: 100%;
}

#content-container a {
	color: #3A3A3A;
}

#gdpr-wrapper {
	min-height: 100%;
	position: relative;
}

#content-container thead {
	background-color: #dbdbdb;
	color: white;
}


#content-container thead th {
	border: 1px solid #dbdbdb;
	padding: 10px;
}

#content-container tbody td {
	border: 1px solid #dbdbdb;
	color: #7e7e7e;
	line-height: 150%;
	padding: 5px;
}

#content-container tbody td p {
	padding: 0px;
}

#content-container ul {
	padding-left: 20px;
	line-height: 170%;
	color: #7e7e7e;
	list-style-type: disc;
}


/* Blog*/

.blog-img img {
	width: 100%;
}

.blog-head {
	text-align: left;
	line-height: 180%;
	position: relative;
}

.blog-head .c {
	width: 100%;
	color: #505050;
}

.blog-content {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 30px;
}

.footermar-blog {
	padding-bottom: 50px;
}

.blog-item {
	position: relative;
}

.blog-item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.blog-rows {
	margin-top: 1%;
}

.blog-row {
	display: flex !important;
	flex-wrap: wrap;
	margin-bottom: 1%;
}

.blog-row:last-child {
	margin-bottom: 0;
}

.blog-row .row-block {
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
	margin-right: 1%;
}

.blog-row.type-b .row-block {
	margin: 0;
	width: 100%;
}

.blog-row.reverse .row-block:first-child {
	order: 2;
	margin-left: 1%;
	margin-right: 0%;
}

.blog-row .extra .blog-item {
	width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
	margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
	width: 100%;

}

.blog-row .extra .blog-item:nth-child(n+3) {
	margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 15px;
	z-index: 1;
	border: 2px solid #ebebeb;
	background-color: #fff;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
}

.blog-rows .blog-inhoud h2 {
	font-weight: 700;
	text-align: left;
	line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
	font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
	font-size: 1.2em;
}

.blog-row.type-c .row-block {
	margin-right: 0;
	width: 100%;
}

.type-c .combo-img {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	align-content: flex-start;
}

.type-c.reverse .combo-img .big {
	order: 2;
}

.type-c .combo-img>* {
	width: 50%;
}

.type-c .combo-img .big img {
	width: 100%;
}

.type-c .combo-img .small {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.type-c .combo-img .small img {
	width: 50%;
}

.button-hold {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.button-hold:last-child {
	margin-bottom: 0px;
}

.button-hold a {
	display: inline-block;
	border: 2px solid #3A3A3A;
	padding: 15px 20px;
	background-color: transparent;
	cursor: pointer;
	font-weight: 700;
	color: #3A3A3A;
	transition: all 0.8s ease;
}

.button-hold a:hover {
	background-color: #3A3A3A;
	color: #fff;
}

/**
 * Blog detail
 **/
.blog-holder {
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.blog-aside {
	padding: 30px;
	width: 400px;
	margin-right: 50px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);

}

.blog-main {
	width: calc(100% - 350px);
}

.blog-main .c {
	font-size: 1.1em;
	color: #a4a4a4;
	padding: 0;
	line-height: 180%;
}

.blog-item .c {
	font-size: 1.1em;
	color: #a4a4a4;
	padding: 0 15px;
	line-height: 180%;
}

.blog-recent .blog-item .c {
	padding: 0 !important;
}

.blog-main .blog-img {
	position: relative;
	width: 100%;
}

.blog-main .blog-img .h1 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 180%;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-size: 2.1em;
}

.blog-aside h3 {
	font-weight: 700;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 25px;
}

.blog-nav nav {
	border-top: 1px solid rgb(220, 220, 220);
	margin-bottom: 60px;
}

.blog-nav a {
	line-height: 40px;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgb(220, 220, 220);
	color: rgb(100, 100, 100);
	padding-left: 8px;
}

.blog-nav a:hover, .blog-nav a.active {
	color: #3A3A3A;
}

.blog-nav-btn {
	display: none;
	text-align: center;
	padding: 10px 0;
	font-size: 3.2em;
	color: #3A3A3A;
	cursor: pointer;
}

.blog-recent h2 {
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #626572;
}

.blog-recent .c {
	margin-bottom: 10px;
	line-height: 180%;
	color: #999999;
}

.blog-recent .blog-item {
	margin-bottom: 35px;
}

.blog-recent .more {
	font-weight: bold;
	color: #3A3A3A;
	font-family: 'Piazzolla', serif;
}

.blog-overzicht {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.blog-overzicht .blog-item a {
	position: static;
}

.blog-overzicht .btn-hold {
	padding: 15px;
	text-align: left;
}

.blog-overzicht .btn-hold a {
	display: inline-block;
	padding: 15px 20px;
	font-weight: 700;
	border: 2px solid #3A3A3A;
	color: #3A3A3A;
	transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
	background-color: transparent;
	color: #3A3A3A;
}

.blog-overzicht h2 {
	font-size: 1.3em;
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #626572;
}

.blog-overzicht .blog-item {
	width: 48%;
	margin: 1%;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	transition: all 1s;
}

.blog-overzicht .blog-item:hover {
	transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
	width: 32%;
	margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
	display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
	margin-right: 2%;
}

.blog-content-row {
	margin-bottom: 30px;
}

.merk-content .blog-content-row {
	margin-bottom: 1.33%;
}

.blog-content-row h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
	line-height: 150%;
	color: #626572;
}

.blog-content-row .c {
	width: 100%;
	margin: 0 auto;
}

.blog-content-row .multi-img-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
	width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
	width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
	width: 24%;
}

.blog-content-row .multi-img-holder>a img {
	width: 100%;
}

.blog-content-row .filmpje {
	max-width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
	width: 50%;
}

.blog-content-row .tekst-and-image .c {
	padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
	order: 2;
}

.title-hold {
	text-align: center;
	margin-bottom: 36px;
}

.title-hold h3 {
	margin-top: 30px;
	padding-top: 30px;
	color: #626572;
	font-family: 'Piazzolla', serif;
	border-top: 3px solid #ececec;
	font-size: 1.5em;
	font-weight: bold;
}



/* Media Query's */

@media screen and (max-width: 1500px) {
	.dashboard .db_best {
		width: calc(100% - 470px);
	}

	.controle_product img {
		max-width: 100px;
	}
}

@media screen and (max-width: 1450px) {
	.product {
		width: 31.33%;
	}
}

@media screen and (max-width: 1350px) {
	.afhaal_momenten {
		width: 100%;
	}

	.controleren_content {
		width: 100%;
		padding: 10px;
	}
}

@media screen and (max-width: 1300px) {
	.afhaal_split aside {
		display: none;
	}

	.afhaal_momenten {
		padding: 0 10px;
	}

	.power_titel {
		font-size: 3em;
	}

	.dashboard .db_best {
		width: 100%;
		order: 2;
	}

	.dashboard .db_gebruik {
		max-width: 100%;
		order: 1;
		margin-bottom: 50px;
	}

	.dashboard .best {
		flex-wrap: wrap;
	}

	.menubtn {
		display: block;
	}

	.tohide {
		display: none;
	}

	.ak {
		flex-wrap: wrap;
	}

	.ak_image {
		height: 50vw;
		order: 1;
	}

	.ak>div:first-child {
		order: 2;
		padding: 15px;
	}

	.ak h2 {
		font-size: 1.6em;
	}

	.ak_tekst {
		font-size: 1em;
	}

	.ak>div {
		width: 100%;
	}

	.blog-overzicht .blog-item {
		width: 98%;
	}

	.curtain-click {
		font-size: 25px !important;
		margin-right: 18px;
	}
}

@media screen and (max-width: 1200px) {
	.blog-overzicht .blog-item:nth-child(n+6) h2 {
		font-size: 1.6em;
	}

	.blog-content-row .tekst-and-image>* {
		width: 100%;
	}

	.blog-content-row .tekst-and-image .img {
		margin: 15px auto;
		max-width: 500px;
	}
}

@media screen and (max-width: 1150px) {
	.trending article h2 {
		font-size: 1.5em;
	}

	.trending article h3 {
		font-size: 13px;
		font-weight: 500;
	}

	.trending article a {
		font-size: 1em;
		font-weight: 500;
	}
}

@media screen and (max-width: 1100px) {
	.vragen {
		width: 100%;
		margin-bottom: 50px;
	}

	.blokken_titel h2 {
		font-size: 1.7em;
	}

	.blokken_tekst {
		font-size: 1.2em;
	}

	.blokken_content {
		padding: 10px;
	}

	.tekst_blokken article div {
		font-size: 1em;
	}

	.tekst_blokken article h2 {
		font-size: 1.5em;
	}

	.trending article {
		width: 48%;
	}
}

@media screen and (max-width: 1070px) {
	.product {
		width: 48%;
	}

	.afhaal_dagen article section p {
		margin-top: 20px;
		font-size: .9em;
	}

	.afhaal_dagen article section>div {
		position: relative;
		padding-top: 20px;
	}

	.afhaal_dagen article section:after {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1080px) {
	.home_content {
		flex-wrap: wrap;
	}

	.home_content>div {
		width: 100%;
		height: auto;
	}

	.home_content>div:last-of-type {
		transform: none;
		position: relative;
		right: initial;
		top: initial;
		bottom: initial;
		width: 100%;
	}

	.home_content>div>div {
		height: 100%;
		padding: 20px;
	}

	.home_content>div:last-of-type>div {
		margin-left: 0;
		transform: none;
	}

	.home_content>div:first-of-type:hover+div:last-of-type {
		right: initial;
	}

	.home_content>div:last-of-type:hover {
		right: initial;
	}

	.home_content h2 {
		font-size: 2.5em;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
	}

	.home_content h3 {
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
	}
}

@media screen and (max-width: 1050px) {
	.vragen_form {
		width: 100%;
	}

	.contact_form_holder>div>div {
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
	}

	.contact_form, .complaint_form {
		width: 100%;
		margin-right: 0;
	}

	.contact_form input[type=submit] {
		width: 100%;
	}

	.contact_aandachtskader {
		margin: 0 2%;
		width: 96%;
	}
}

@media screen and (max-width: 1000px) {
	.product_header_image {
		width: 100%;
	}

	.product_header_content {
		width: 100%;
	}

	.blog-holder {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.blog-aside {
		order: 2;
		width: 100%;
		margin-right: 0;
	}

	.blog-main {
		width: 100%;
		padding: 10px;
	}

	.row-block .extra {
		padding: 10px;
	}

	.blog-main .title-hold, .blog-main .blog-overzicht {
		display: none;
	}

	.blog-aside h3 {
		width: 100%;
	}

	.blog-recent {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.blog-recent .blog-item {
		width: 45%;
	}

	.tekst_bl>div>img {
		display: none;
	}

	.tekst_blokken {
		width: 100%;
	}

	.trending article h2 {
		font-size: 15px;
	}
}

@media screen and (max-width: 900px) {
	.blog-main .c {
		font-size: 1em;
	}

	.trending .slick-dots {
		bottom: -80px !important;
	}

	.products .assortiment_list {
		flex-direction: column;
	}

	.assortiment_list .content {
		width: 100%;
	}

	.assortiment_list .img {
		width: 100%;
		margin-top: 30px;
	}

}

@media screen and (max-width: 850px) {
	.blokken article>img {
		width: 100%;
	}

	.blokken_content {
		width: 99%;
		padding: 0;
		margin: auto;

	}

	.blokken article {
		padding-bottom: 30px;
	}

	.blokken article:nth-child(odd) img {
		order: 1;
	}

	.menu>nav ul a big {
		display: none;
	}

	.menu>nav ul a small {
		display: block;
	}

	.contact_aandachtskader {
		padding: 25px 10px;
	}

	.contact_aandachtskader p {
		font-size: 1.1em;
	}

	.instagram>div {
		flex-wrap: wrap;
	}

	.instagram img {
		width: 49%;
	}

	.gegevens .logo {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.tekst_blokken article {
		width: 100%;
	}

	.tekst_blokken article h2 {
		line-height: 150%;
		width: 100%;
	}


	.blog-rows .blog-main .blog-inhoud h2 {
		font-size: 1.6em;
	}

	.blog-content-row .multi-img-holder.four>*, .blog-content-row .multi-img-holder.three>* {
		width: 49%;
	}

	.blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
		margin-bottom: 2%;
	}

	.blog-content-row .multi-img-holder.three>*:last-child {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	.power_titel {
		font-size: 2em;
	}

	.shopping_cart article:first-of-type {
		display: none;
	}

	.shopping_cart article {
		flex-wrap: wrap;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}

	.shopping_cart article h2 {
		text-align: center;
	}

	.shopping_cart article h3 {
		text-align: center;
	}

	.shopping_cart article .main {
		width: 100%;
	}

	.shopping_cart .sub_article {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.sub_article .aantal {
		padding: 20px 0;
	}

	.sub_article .price {
		padding: 20px 0;
	}

	.sub_article .actions {
		border-left: none;
		padding-left: 0;
	}

	.aanbod_pagina aside {
		width: 300px;
		max-width: 100%;
	}
}

@media screen and (max-width: 850px) {
	.home_banner article>div div {
		display: none;
	}

	.gegevens {
		padding: 20px 10px;
		flex-direction: column;
	}

	.gegevens div:nth-of-type(2) {
		display: none;
	}

	.gegevens>div {
		width: 100%;
		margin-bottom: 30px;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}

	.gegevens table {
		width: auto !important;
	}

	.gegevens table td:nth-of-type(odd) {
		padding-right: 40px;
	}
}

@media screen and (max-width: 800px) {
	.aanbod_pagina {
		flex-wrap: wrap;
	}

	.aanbod_pagina aside {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}

	.aanbod_filter {
		display: none;
	}

	.trending {
		padding: 30px 10px;
	}

	.dashboard .bestellingen .controleren_content>div {
		width: 100%;
	}

	.dashboard .box {
		padding: 10px;
	}

	.controleren_content {
		padding: 0;
	}

	.curtaindrop p {
		font-size: 1.2em;
		line-height: 1.4em;
	}

	.curtaindrop h2 {
		font-weight: 600;
		font-size: 1.8em;
	}

	.curtain-close {
		font-size: 30px;
	}

	.curtaindrop .button {
		font-size: 17px;
		padding: 12px 30px;
	}

	.page_header>div:first-of-type {
		height: 40px;
		width: 30px;
	}

	.images article {
		width: 50%;
	}

}

@media screen and (max-width: 750px) {
	.menu>nav ul a {
		font-size: 40px;
	}

	.progressbar li {
		font-size: .9em;
	}

	.webshop-form .textField, .webshop-form .emailField {
		width: 100%;
	}

	.controle_product {
		width: 100%;
	}

	.vragen article h2 {
		font-size: 1em;
	}

	.vragen article div {
		font-size: .9em;
	}

	.blog-recent .blog-item {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.contact_info>div {
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		flex-direction: column;
	}

	.contact_info h2 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.contact_info .openingsuren {
		padding-top: 0;
	}

	.days-openings {
		margin-top: 10px;
	}

	.blog-row .row-block, .blog-row.type-b .row-block {
		width: 100%;
		margin-bottom: 4.0816326530612244897959183673469%;
	}

	.row-block:not(:nth-child(2n)) {
		margin-right: 0;
	}

	.blog-row.reverse .row-block:first-child {
		margin-left: 0;
	}

	.blog-row {
		margin-bottom: 0;
	}

	.aanbod_top {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.aanbod_top>h1 {
		margin-bottom: 10px;
	}

	.aanbod_top>div {
		width: 100%;
	}

	.searchprods {
		width: calc(100% - 100px);
	}

	.searchprods input {
		width: 100%;
	}

	.aanbod_pagina aside {
		margin-bottom: 15px;
	}

	.shopping_cart article {
		margin: 2%;
		width: 96%;
		border: 2px dashed #f2f2f2 !important;
	}

	.sub_article .gewicht {
		width: 100%;
		margin-top: 10px;
	}

	.sub_article .aantal {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.shopping_cart article .main img {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.shopping_cart article .main {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 680px) {
	.blog-main .blog-img .h1 {
		position: static;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1.4em;
	}
}

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


	.res-nav {
		width: 100%;
		right: -650px;
	}

	.menu-is-open {
		right: 0;
	}
}

@media screen and (max-width: 600px) {
	.openingsuren .days-openings>* {
		width: 50%;
		text-align: center;
	}

	.openingsuren .days-openings>* p {
		text-align: center;
	}

	.openingsuren .days-openings br {
		display: block !important;
	}

	.openingsuren .days-openings> :nth-child(n+3) {
		margin-top: 15px;
	}

	.PL_Wrapper {
		right: 10px;
	}

	.navigatie {
		padding: 27px 10px;
	}

	.menu_button {
		top: 13px;
		right: 15px;
	}

	.page_header>h1 {
		font-size: 30px;
	}

	.page_header_tekst {
		font-size: 1.2em;
	}

	.blog-more-nav-btn {
		display: block;
	}

	.blog-more-nav {
		display: none;
	}

	.tekst_blokken article h2 i {
		margin-left: 15px;
	}

	.tickertape {
		font-size: 30px;
		padding-top: 0;
		padding-bottom: 40px;
	}

	.assortiment>h2 {
		font-size: 1.5em;
	}

	.products {
		padding: 25px;
	}

	.products h2 {
		font-size: 1.1em;
	}

	.products .assortiment_list, .assortiment_list ul, .products p {
		font-size: 16px;
	}
}

@media screen and (max-width: 570px) {
	.PL_Wrapper {
		right: 10px;
	}

	.product button {
		width: 190px;
	}

	.product .aantal input {
		width: 97px;
	}

	.product .eenheid select {
		width: 190px;
	}
}

@media screen and (max-width: 500px) {
	.PL_Buttons a {
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}

	.PL_Buttons {
		flex-wrap: wrap;
	}

	.product {
		width: 98%;
	}

	.product .eenheid select {
		width: 100%;
		max-width: 100%;
	}

	.product .aantal {
		width: 100%;
		margin: 0;
		padding: 10px;
	}

	.product .aantal input {
		width: 100%;
	}

	.product button {
		width: calc(100% - 20px);
		margin: 0 10px;
		margin-bottom: 10px;
	}

	.product_titel {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media screen and (max-width: 450px) {
	.gegevens>div {
		font-size: 16px;
	}

	.trending article {
		width: 100%;
	}

	.contact_form_holder table,.contact_form_holder tbody,.contact_form_holder tr {
		display: flex;
		flex-direction: column;
	}
	.contact_form_holder tbody {
		gap: 15px;
	}
	.contact_form_holder tr {
		gap: 10px;
	}
	.contact_form_holder td, .contact_form_holder th {
		text-align: center;
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width: 400px) {
	.row-block.extra {
		display: none;
	}

	.blog-main .blog-img .h1 {
		font-size: 1.6em;
	}
}