* {
  -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;
}

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

/* Navigatie */

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

.logo {
  width: 300px;
  margin-left: 20px;
}

/* Einde Navigatie */

/* 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: #42AC6F;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  transform: translate(70%, 70%);
}

.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>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: 100%;
  text-align: center;
  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%);
}

.curtaindrop .button {
  display: inline-block;
  background: #42AC6F;
  color: #fff;
  border: 2px solid #42AC6F;
  border-radius: 200px;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all .2s;
}

.curtaindrop .button:hover {
  background: transparent;
  color: #42AC6F;
}

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

.curtaindrop img {
  max-width: 100%;
  max-height: 100%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 1em 0;
}

.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: #000;
  z-index: 1000;
}


/* 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;
  padding: 10px;
  padding-bottom: 50px;
}

.page_header>div:first-of-type {
  height: 55px;
  width: 2px;
  background-color: #39AC6A;
  margin-bottom: 30px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.page_header>h1 {
  color: #39AC6A;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
}

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

.page_header_tekst a {
  color: #DBB957;
}

/* Einde Page Header */

/* Footer */

footer {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  -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);
}

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

.socials>a{
  padding: 0;
  width: 40px;
  height: 40px;
  color: #000;
  -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);
  font-size: 1.2em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  margin: 0 7px;
}

.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;
}

.disclaimer a {
  color: #b4b4b4;
}

.gegevens {
  width: 100%;
  max-width: 1000px;
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-bottom: .5px solid #cccccc;
}

.gegevens h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 10px;
}

.gegevens > div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #686868;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 150%;
}

.gegevens > div a {
  color: #686868;
}

/* 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: #39AC6A;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5em;
}

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

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

.blokken_content>a {
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  color: #353535;
  font-weight: 700;
  font-size: 1.2em;
}

.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: 2em;
  color: #39AC6A;
  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: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  height: 40px;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/xselect.png.pagespeed.ic.KxIjUcm4Ex.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: #39AC6A !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/xselect.png.pagespeed.ic.KxIjUcm4Ex.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: #39AC6A;
  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: 1.2em;
  transition: all .3s;
}

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

.aanbod_filter {
  margin: 0 20px;
  padding-bottom: 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/xselect.png.pagespeed.ic.KxIjUcm4Ex.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: 1.5em;
  font-weight: 700;
  color: #42AC6F;
  padding: 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%;
  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;
  padding: 0 10px;
}

.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: 1.2em;
  font-family: Poppins, 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/xselect.png.pagespeed.ic.KxIjUcm4Ex.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  color: #606060;
  cursor: pointer;
  font-size: 1.15em;
  max-width: 240px;
}

.product .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 94%;
  margin: 0 3%;
  margin-top: 5px;
  position: relative;
  z-index: 3;
}

.product .aantal i {
  font-size: .9em;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #353535;
  cursor: pointer;
  transition: all .2s;
}

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

.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%;
  width: 150px;
  height: 35px;
  margin: 0 10px;
  border: 2px solid #efefef;
}

.product button {
  width: 240px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  border: none;
  background-color: #39AC6A;
  border: 2px solid #39AC6A; 
  transition: all .3s;
  font-size: 1.2em;
  font-weight: 200;
  color: #fff;
  padding: 7px 10px;
  position: relative;
  z-index: 3;
  font-family: Poppins, sans-serif;
}

.product button:hover {
  background-color: transparent;
  color: #39AC6A;
}

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

.product .processing-done {
  color: #39ac6a;
  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;
  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%;
  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: white;
  flex-wrap: wrap;
  transform: translateY(-20%);
  max-width: 1200px;
  border: 2px solid #eeeeee;
  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: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #39AC6A;
}

.contact_info p {
  color: #4B4B4B;
  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: #4B4B4B;
}

.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: 1.3em;
  color: #42AC6F;
  margin-bottom: 10px;

}

.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 0;
  color: #A8A8A8;
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: Poppins, 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: Poppins, sans-serif;
  height: 300px;
}

.contact_form input[type=submit] {
  border-radius: 200px;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #39AC6A;
  font-weight: 200;
  color: #39AC6A;
  font-size: 1.2em;
  font-weight: 200;
  font-family: Poppins, 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: #39AC6A;
  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 #42AC6F;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-bottom: 5rem;
  position: relative;
}

.contact_aandachtskader h2 {
  color: #42AC6F;
  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: #39AC6A;
  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;
  max-width: 500px;
}

.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: #39AC6A;
  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;
}

.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: #fff;
  background-color: #353535;
  cursor: pointer;
  transition: all .2s;
}

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

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


.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: 5px;
  background-color: #fff;
  border: 2px solid #efefef;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  background-image: url(/images/xselect.png.pagespeed.ic.KxIjUcm4Ex.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: 10px 30px;
  background-color: #39AC6A;
  color: white;
  font-weight: 700;
  border: none;
  font-family: Poppins, sans-serif;
}

.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/xselect.png.pagespeed.ic.KxIjUcm4Ex.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;
}

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

.winkelwagen_noprods a {
  background-color: #42AC6F;
  padding: 10px 30px;
  border-radius: 200px;
  font-size: 1.2em;
  font-weight: 200;
  color: white;
  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.1em;
  font-weight: 700;
  color: #535353;
  font-weight: 200;
  width: 25%;
  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: #39AC6A !important;
  color: #fff;
}

.checkedStep {
  color: #39AC6A !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: 1200px;
  margin: 0 auto;
}

.winkelwagen_titel {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 2em;
  color: #39AC6A;
  font-weight: 700;
  text-align: center;
}

.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: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: #353535;
  margin-bottom: 10px;
}

.shopping_cart article h3 {
  font-size: 1.2em;
  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;
}

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

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

.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: 100px;
  border: 2px solid #efefef;
}

.sub_article .price {
  min-width: 300px;
  font-weight: 200;
  color: #353535;
  font-size: 1.5em;
  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: #39AC6A;
  border: #39AC6A 2px solid;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  transition: all .3s;
  font-size: 1.2em;
  padding: 9px 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: #39AC6A;
}

.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: #39AC6A;
}

.afhaal_split aside > h2 {
  font-size: 2em;
  color: #39AC6A;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.afhaal_split aside > div {
  font-size: 1.2em;
  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: #39AC6A;
  font-weight: 700; 
}

.afhaal_dagen article section h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #8e8e8e;

}

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

.afhaal_dagen article section p {
  font-size: 1.1em;
  font-weight: 200;
}

.afhaal_dagen article section p i {
  color: #39AC6A;
}

.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: #39AC6A;
}

.afhaal_dag_active:hover {
  background-color: #39AC6A !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: #39AC6A; 
  font-size: 1.2em;
}

.afhaal_uren article a {
  padding: 8px;
  border-radius: 150px;
  font-size: 1em;
  font-weight: 700;
  color: #39AC6A;
  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: #39AC6A;
  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;
}

.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: Poppins, sans-serif;
}

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

}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  background-color: #39AC6A;
  font-weight: 200;
  color: white;
  border-radius: 200px;
  font-family: Poppins, sans-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: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  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: #2EAC65;
  border: 2px solid #2EAC65;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #2EAC65;
}
/* Einde Cookie Melding */

/* Home Pagina */

.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 {
  background-color: #eff6f8;
  padding: 70px 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
  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;
}

.trending article {
  padding: 0 30px; 
}

.trending article > div {
  position: relative;
}

.trending article > div img {
  width: 100%;
}

.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;
  width: 100%;
}

.trending article h3 {
  color: #39AC6A;
  font-weight: 700;
  font-size: 1.5em;
  text-align: left;
  text-shadow: 0px 0px 12px rgba(0,0,0,0.17);
  width: 100%;
}

.trending article a {
  color: white;
  background-color: #000;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
  border: 1px solid #000;
  display: inline-block;
  padding: 8px 30px;
}

/* Einde Trending */


/* 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: #39AC6A;
  font-weight: 700;
}

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

.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 h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 5px;
}

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

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

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

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

.remark_btn {
  background-color: #39ac6a;
  color: #fff;
  padding: 5px;
  border: 0;
  cursor: pointer;
}

.remark_btn.add_btn {
  background-color: #422918;
}
.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;
  font-size: 1.2em;
}

.gekozen_ophaalmoment span {
  font-weight: 700;
  color: #42AC6F;
}

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

/* Einde Controleren */

/* Bevestiging */

.bevestiging {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 100vh;
  padding: 50px 10px;
  background-color: #f1f5fa;
}

.bevestiging>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  padding: 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);
  background-color: white;
  max-width: 800px;
}

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

.bevestiging>div h1 {
  color: #42AC6F;
  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: #42AC6F;
  color: white;
  padding: 10px 30px;
  font-weight: 200;
  font-size: 1.1em;
  display: inline-block;
  margin-top: 15px;
  border-radius: 200px;
}
/* Einde Bevestiging */


/* Tekst Blokken */

.tekst_blokken {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  margin: 30px auto;
}

.tekst_blokken article {
  width: 45%;
  margin: 25px 0;
}

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 1.8em;
  color: #565656;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -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: 1.4em;
  margin-bottom: 20px;
}

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

/* 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: 1400px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  background-color: white;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.vragen article h2 {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 1.4em;
  color: #42AC6F;
  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 {
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  width: 30%;
}

.vragen_form h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #42AC6F;
}

.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: 'Poppins', sans-serif;
}

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

.vragen_form input[type=submit] {
  border: none;
  font-family: 'Poppins',sans-serif;
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  padding: 10px 35px;
}
/* Einde Vragen */



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

#content-container h2 {
  color:#42AC6F; 
  font-size:1.6em; 
  font-weight:bold; 
  margin-bottom: 1em;
  font-weight: 200;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #42AC6F;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  padding: 20px;
  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: #42AC6F;
}

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

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


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

#content-container tbody td {
  border: 1px solid #353535;
  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;
}



/* Media Query's */

@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;
  }
}

@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;
  }
}

@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 {
      display: none;
    }

    .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%;
    }
  }

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

    .blokken_content {
      width: 100%;
      padding: 0;
    }

    .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;
    }
  }

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

    .tekst_blokken article h2 {
      line-height: 150%;
      text-align: center;
      display: flex;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
    }

    .tekst_blokken article div {
      text-align: center;
    }
  }

  @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: 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;
    }
  }

  @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;
    }
  }
  @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;
    }
  }

  @media screen and (max-width: 650px) {
    .gegevens {
      padding: 20px 10px;
      flex-wrap: wrap;
    }

    .gegevens > div {
      width: 100%;
      margin-bottom: 30px;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
    }
  }

  @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;
    }

    .logo {
      width: 200px;
    }

    .menu_button {
      top: 13px;
      right: 15px;
    }

    .page_header>h1 {
      font-size: 30px;
    }

    .page_header_tekst {
      font-size: 1.2em;
    }
  }

  @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;
    }
  }


