@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap');

@font-face {
	font-family: PP Mori;
	font-weight: 600;
	src: url("../fonts/PPMori-SemiBold.otf") format("opentype");
	font-display: swap;
	}

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	outline: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	}

html, body {
	width: 100%;
	height: 100%;
	background: #f8f4f2;
	font-family: "Manrope", Arial, sans-serif;
	color: #4a403c;
	}

h1, h2, h3 {
	font-family: "PP Mori", sans-serif;
	}

#top-banner {
	width: 100%;
	background: #644c42;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	text-align: center;
	box-sizing: border-box;
	padding: 9px 0;
	}

#tb-holder {
	width: 100%;
	position: relative;
	margin: 0 auto;
	}

#top-banner span:not(:last-child):after {
	content: "·";
	margin: 0 25px;
	}

#mobile {
	display: none;
	}

#logo {
	width: 130px;
	height: 70px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	float: left;
	display: block;
	margin: 0 auto;
	top: 0; left: 0;
	}

#logo:after {
	width: 120px;
	height: 66px;
	position: relative;
	background: url(../img/logo.png);
	background-size: cover;
	background-position: center;
	content: "";
	display: block;
	margin-top: -33px;
	top: 50%;
	}

#sb {
	width: 30px;
	height: 70px;
	position: absolute;
	background: #fff;
	left: 110px;
	}

#header {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0; left: 0;
	}

#header-holder {
	width: 100%;
	position: relative;
	}

#menu-button {
	background: #3b3939;
	font-size: 17px;
	color: #fff;
	border-radius: 99px;
	float: left;
	cursor: pointer;
	padding: 12px 26px;
//display: none;
display: none;
	}

#menu {
//	width: 100%;
	height: 70px;
	background: #fff;
	border-radius: 0 0 20px 0;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	float: left;
	padding-right: 20px;
	}

#menu li {
	display: inline-block;
	margin: 0 20px;
	}

#menu li.active:after {
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 99px;
	content: "";
	display: table;
	margin: 8px auto 0 auto;
	}

#menu a {
	font-size: 15px;
	color: #000;
	display: inline-block;
	margin-top: 22px;
	}

#chart-button {
	height: 70px;
	background: #c78b79;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	border-radius: 0 0 0 12px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	display: table;
	cursor: pointer;
	float: right;
	padding: 16px 20px;

	transform-origin: right top;
	transition: background .4s ease, box-shadow .4s ease, transform .2s ease;
	}

#chart-button:hover, #chart-button.active {
	background: #9d6a5a;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	}

#chart-button.grow {
	transform: scale(1.08);
	}

#chart-icon {
	width: 30px;
	height: 30px;
	background: url(../img/basket-white.svg);
	float: left;
	margin-right: 24px;
	}

#chart-icon:after {
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
	float: right;
	content: "";
	margin-right: -12px;
	}

#chart-button p {
	font-size: 16px;
	float: left;
	margin-top: 3px;
	}

#mobile-counter {
	display: none;
	}

#banner {
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
	}

#banner .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

#banner:after {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(0deg, rgba(248, 244, 242, 1) 5%, rgba(248, 244, 242, 0.7) 50%, rgba(248, 244, 242, 0) 100%);
	content: "";
	z-index: 2;
	top: 0; left: 0;
	}

#hero {
	width: 100%;
	position: relative;
	z-index: 2;
	display: table;
	margin-top: -300px;
	padding-bottom: 120px;
	}

.holder {
	width: 1300px;
	display: table;
	margin: 0 auto;
	}

.sub-title {
	font-weight: 600;
	font-size: 13px;
	color: #a26d0a;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: table;
	margin-bottom: 20px;
	}

.home .sub-title {
	font-size: 15px;
	text-align: center;
	display: block;
	}

.home h1 {
	max-width: 80%;
	font-size: 100px;
	letter-spacing: -5px;
	text-align: center;
	margin: 40px auto 0 auto;
	}

.home h1:after {
	width: 1px;
	height: 80px;
	background: #a26d0a;
	content: "";
	display: block;
	margin: 60px auto -40px auto;
	}

.block {
	width: 100%;
	padding: 100px 0;
	}

.block.dark {
	background: #e3dfdd;
	}

.block.contact {
	z-index: 3;
	}

#catalogus {
	position: relative;
	z-index: 4;
	margin-bottom: 60px;
	}

#catalogus .holder {
	width: 1500px;
	display: flex;
	justify-content: center;
	}

#catalogus.duo .holder {
	display: block;
	}

.c-item {
	width: 33%;
	position: relative;
	float: left;
	display: inline-block;
	margin: 0 30px 100px 30px;
	}

#catalogus.duo .holder {
	width: 1200px;
	}

#catalogus.duo .c-item {
	width: 44%;
	margin: 0 0 200px 0;
	}

#catalogus.duo .c-item:nth-child(even) {
	float: right;
	}

.c-item .bg {
	width: 100%;
//	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.7) 50%, rgba(248, 244, 242, 0) 100%);
	background: #644c42;
	border-radius: 10px;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	}

.c-item.sale .bg:after {
	background: #e82d07;
	position: absolute;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	letter-spacing: 4px;
	content: "SALE";
	border-radius: 99px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	z-index: 2;
	padding: 12px 14px;
	top: -20px; right: 30px;

	transform: rotate(4deg);
	}

.c-item img {
	width: 100%;
	position: relative;
	filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.5));
	margin-top: -50px;

	transition: all .3s ease;
	}

.c-item .bg:hover img {
	transform: rotate(2deg);
	}

.c-item h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
	}

.c-item .price {
	font-weight: 600;
	font-size: 21px;
	color: #c78b79;
	text-align: center;
	margin-top: 10px;
	}

.c-item .price.discount {
	color: #00b83b;
	}

.c-button {
	width: 60%;
	background: #8a6a5c;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 0 10px 0 10px;
	box-sizing: border-box;
	display: block;
	padding: 22px;
	margin-top: 40px;

	transition: background .4s ease;
	}

#catalogus.duo .c-button {
	width: 100%;
	border-radius: 0 0 10px 10px;
	}

.arrow-r {
	width: 50px;
	height: 50px;
	background: url(../img/arrow-right.svg);
	float: right;
	margin-top: -12px;
	margin-right: 0;

	transition: margin-right .4s ease;
	}

.c-button:hover {
	background: #9d6a5a;
	}

.c-button:hover .arrow-r {
	margin-right: -10px;
	}

.text-holder, .img-holder {
	width: 40%;
	float: left;
	}

.text-holder.right {
	float: right;
	}

.text-holder h2 {
//	width: 400px;
	font-size: 84px;
	letter-spacing: -4px;
	margin-bottom: 20px;
	}

.text-holder p {
	font-size: 18px;
	line-height: 160%;
	color: #4d372e;
	margin-top: 40px;
	margin-bottom: 40px;
	}

.button {
	background: #c78b79;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	border-radius: 9px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	display: table;
	padding: 18px 28px;
	margin-top: 70px;

	transition: background .4s ease;
	}

.button span {
	display: inline-block;
	margin-top: 2px;
	margin-right: 16px;
	}

.button-icon {
	width: 30px;
	height: 30px;
	background: #aa7464 url(../img/arrow-right.svg);
	border-radius: 99px;
	float: right;
	margin-left: 0;

	transition: background .4s ease, margin-left .4s ease;
	}

.button:hover {
	background: #9d6a5a;
	}

.button:hover .button-icon {
	background: #c38776 url(../img/arrow-right.svg);
	margin-left: 3px;
	}

#catalogus .button {
	display: table;
	margin: 0 auto;
	}

.img-holder {
	float: right;
//	margin-top: -400px;
	}

.img-holder.left {
	float: left;
	}

.img-holder img {
	width: 100%;
//	height: 650px;
	border-radius: 999px;
	}

.sub-title.center, h2.center, .sub-text {
	width: 100%;
	text-align: center;
	}

.contact h2, .faq h2 {
	font-size: 64px;
	letter-spacing: -3px;
	}

.sub-text {
	width: 600px;
	font-size: 17px;
	line-height: 170%;
	margin: 40px auto 0 auto;
	}

.sub-text a {
	font-weight: 600;
	color: #148c38;
	border-bottom: 1px solid #148c38;
	}

#contactForm {
	width: 900px;
	position: relative;
	background: #d9d0cb;
	box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
	display: table;
	padding-bottom: 80px;
	margin: 80px auto -150px auto;
	}

.form-holder {
	box-sizing: border-box;
	padding: 60px;
	}

.form-left, .form-right {
	width: 49%;
	float: left;
	}

.form-right {
	float: right;
	}

.contactHolder {
	margin-bottom: 70px;
	}

.contactHolder span {
	position: absolute;
	pointer-events: none;
	margin-top: 12px;
	}

#contactForm input, #contactForm textarea {
	width: 80%;
	background: none;
	border-bottom: 1px solid #4a3b34;
	padding: 12px 0;
	}

#contactForm textarea {
	height: 262px;
	resize: none;
	}

.contactHolder span, .contactHolder input, #contactForm textarea {
	font-family: "Manrope";
	font-size: 18px;
	}

#contactForm input#verstuur {
	width: 50%;
	background: #4a3b34;
	font-family: "Manrope";
	font-size: 18px;
	color: #ede7e4;
	cursor: pointer;
	padding: 18px 0;

	transition: background .4s ease;
	}

#contactForm input#verstuur:hover {
	background: #6d5950;
	}

#melding, #message {
	font-size: 17px;
	color: #bc0a0a;
	display: none;
	margin-top: 18px;
	}

#melding.show, #message.show {
	display: block;
	}

#melding.sent, #message.sent {
	color: #29641a;
	}

ul.cl {
	width: 100%;
	}

ul.cl li {
	font-size: 18px;
	list-style: none;
	margin-bottom: 12px;
	}

ul.cl li:before {
	width: 20px;
	height: 20px;
	background: #806053 url(../img/cl-icon.svg);
	border-radius: 99px;
	content: "";
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	}

#mandje {
	width: 500px;
	background: #e8e0dc;
	border-radius: 12px;
	box-sizing: border-box;
	float: right;
//	padding: 40px;
	}

.mand.item {
	margin-bottom: 40px;
	padding: 50px 30px;
	}

.mand.item .remove {
	width: 25px;
	height: 25px;
	background: url(../img/remove.svg);
	border-radius: 99px;
	border: 1px solid #3b3939;
	float: right;
	cursor: pointer;
	margin-top: 4px;

	transition: background .4s ease;
	}

.mand.item .remove:hover {
	background: rgba(0, 0, 0, 0.2) url(../img/remove.svg);
	}

.item-img {
	width: 80px;
	height: 80px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.7) 50%, rgba(248, 244, 242, 0) 100%);
	border-radius: 10px;
	float: left;
	}

.item-img img {
	width: 100%;
	position: relative;
	filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
	margin-top: -10px;

	transition: all .3s ease;
	}

.item-info {
	float: left;
	margin-top: 5px;
	margin-left: 40px;
	}

.item-info p {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
	}

.item-info span {
	font-size: 17px;
	}

.item-info span.opt {
	font-size: 16px;
	font-style: italic;
	opacity: 0.8;
	display: table;
	margin-top: -10px;
	margin-bottom: 12px;
	}

#total-price {
	width: 100%;
	background: #3b3939;
	font-weight: 600;
	font-size: 19px;
	color: #fff;
	text-align: center;
	border-radius: 0 0 12px 12px;
	padding: 40px 0;
	margin-top: 100px;
	}

.bezorgkosten {
	font-size: 15px;
	opacity: 0.7;
	margin-top: 12px;
	}

#vragenlijst {
	background: #e8e0dc;
	border-radius: 12px;
	padding: 25px;
	margin-top: 30px;
	}

.question span {
	display: block;
	margin-bottom: 9px;
	}

.question input, .question textarea {
	font-family: "Manrope";
	font-size: 16px;
	border-radius: 12px;
	padding: 14px 20px;
	margin-bottom: 18px;
	}

.question textarea {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	resize: none;
	}

.question input.hidden, #bezorgen-q, #afhaal-note, #bestelling {
	display: none;
	}

.form-options {
	width: 100%;
	display: table;
	}

.form-option {
	width: 46%;
	background: #fff;
	font-size: 16px;
	letter-spacing: -0.2px;
	text-align: center;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.04);
	border-radius: 12px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	float: left;
	padding: 14px;
	margin-bottom: 14px;

	transition: background .4s ease, color .4s ease, box-shadow .4s ease;
	}

.form-option:hover {
	background: #f3ede9;
	}

.form-option.selected {
	background: #c78b79;
	font-weight: 600;
	color: #fff;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	}

.form-option:nth-child(even) {
	margin-left: 4%;
	}

.note {
	background: #e0d5d0;
	font-size: 15px;
	line-height: 170%;
	border-radius: 20px;
	padding: 20px;
	margin: 20px 0;
	}

#note {
	font-style: italic;
	}

#plaatsen {
	background: #c78b79;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 12px;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	padding: 20px 24px;

	transition: background .4s ease;
	}

#plaatsen:hover {
	background: #ac7362;
	}

#message {
	padding-bottom: 10px;
	}

#av {
	margin-top: -100px;
	}

#av .holder {
	width: 800px;
	}

#av h2 {
	font-size: 42px;
	letter-spacing: -2.5px;
	margin-bottom: 12px;
	}

#av ul {
	margin-bottom: 30px;
	}

#av ul li {
	font-size: 18px;
	margin-bottom: 12px;
	list-style: none;
	}

#av p {
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 30px;
	}

#av p a {
	color: #000;
	border-bottom: 1px solid #000;
	}

#footer {
	width: 100%;
	background: #ccbbb3;
	padding: 150px 0 100px 0;
	}

#footer-logo {
	width: 143px;
	height: 94px;
	position: relative;
	background: url(../img/logo.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: 20px;
	}

.left-block {
	float: left;
	margin-right: 220px;
	}

.left-block p {
	font-size: 15px;
	display: block;
	}

.column {
	display: inline-block;
	vertical-align: top;
	margin: 0 100px;
	}

.column.right {
	float: right;
	}

.column h3 {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -0.3px;
	margin-bottom: 48px;
	}

.column h3:before {
	width: 16px;
	height: 2px;
	position: absolute;
	background: #94837b;
	content: "";
	bottom: -24px; left: 0;
	}

.column li {
	line-height: 170%;
	list-style: none;
	margin-bottom: 28px;
	}

.column li, .column li a {
	font-size: 18px;
	color: #514c40;

	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
	}

.column li a {
	display: inline-block;
	}

.column li a:after {
	width: 0;
	height: 1px;
	background: #222;
	content: "";
	display: block;

	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-ms-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
	}

.column li a:hover {
	color: #222;
	}

.column li a:hover:after {
	width: 100%;
	}

.development p {
	font-size: 14px;
	color: #3d3d3d;
	margin-top: 40px;
	}

.development p a {
	font-weight: 600;
	color: #3d3d3d;
	display: inline-block;
	}

.development p a:after {
	width: 0;
	height: 1px;
	background: #222;
	content: "";
	display: block;

	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-ms-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
	}

.development p a:hover:after {
	width: 100%;
	}