* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}

html,
body {
 margin:0;
 padding:0;
 font-family: 'Montserrat', sans-serif;
 background-color: white;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

/* Algemeen */

.insta-preview {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instaholder h2 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.7em;
  color: #000;
  letter-spacing: 2px;
  padding-bottom: 25px;
}

.insta-preview a {
  width: 23%;
  margin: 1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insta-preview a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.instaholder {
  padding: 25px 0;
  margin-top: 20px;
}

.navigatie {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.inner_navigatie {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.main_nav select {
  border: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: .9em;
  letter-spacing: 1px;
  padding: 5px 10px;
  padding-right: 25px;
  border: 1px solid black;
  background-color: transparent;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/images/arrowdown.png);
}

.logo img {
  width: 200px;
  margin: 15px 0;
}

.topper {
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
}

.innerfooter {
  background-color: white;
  width: 100%;
  padding: 50px 10px; 
  -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-top: 50px;
}

.innerfooter ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.inner_topper {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}

.inner_topper a {
  color: #353535;
  margin-left: 20px;
  font-size: 1.1em;
  height: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.inner_navigatie nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.inner_navigatie nav a {
  margin: 0 35px;
  padding: 25px 0;
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8em;
  font-weight: 700;
}

.inner_navigatie nav a:last-child {
  margin-right: 0;
}

.curtain {
  text-transform: uppercase;
  font-size: .7em !important;
  letter-spacing: 2px;
  font-weight: 700;
}

.footer-logo {
  width: 150px;
  filter: grayscale(50%);
}

.footer-socials div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #444444;
  color: white;
  font-size: 1.1em;
  margin: 0 7px;
}

.footer-geg>div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #444444;
}

.footer-geg>div a {
  color: #444444;
}

.footer-geg>div div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.footer-geg>div div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}

.footer-geg>div div i, .footer-geg>div div:last-child p {
  margin-bottom: 15px;
}

footer {
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

footer div:not(:last-child) {
  color: #717171;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: .9em;
  margin-bottom: 7px;
}

footer div:not(:last-child) a {
 color: #717171;
 margin: 0 10px;
}

footer div:last-child a {
  color: #BEBEBE;
  font-size: .8em;
}

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
  padding-bottom: 100px;
}

.res-nav select {
  border: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: .9em;
  letter-spacing: 1px;
  padding: 8px 15px;
  padding-right: 45px;
  color: #C8C8C8;
  border: 1px solid #C8C8C8;
  background-color: transparent;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
  top: 30px;
  z-index: 2;
  background-image: url(/images/arrowdown2.png);
}

.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;
}

.closebtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 25px;
}

.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: #000;
  font-size: 1.2em;
  letter-spacing: 3px;
  font-family: 'Poppins', sans-serif;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 2px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.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;
}

.curtaindrop {
  position: absolute;
  height: 100vh;
  z-index: 15;
  background-color: rgba(0,0,0,.7);
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  display: none;
}

.curtaincontent {
  max-width: 1000px;
  position: relative;
  width: 100%;
}

.curtaincontent img {
  width: 100%;
}

.curtaincontent>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.curtaincontent>h2 {
  background-color: #000;
  color: white;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 1.2em;
  padding: 15px;
}


.hidecurtain {
  height: 0;
}


.curtainclose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 2em;
  z-index: 5;
}

.menu-block {
  overflow: hidden;
}


/* Einde Algemeen */




/* Home */

.home_banner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.home_banner article {
  position: relative;
}

.home_banner article img {
  width: 100%;
}

.banner_tekst {
 left: 40px;
 top: 50%;
 position: absolute;
 transform: translateY(-50%);
 max-width: 650px;
 padding: 35px;
 background-color: rgba(255,255,255,.7);
}

.banner_tekst h2 {
  color: #000;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.banner_tekst div {
  font-size: 1.3em;
  line-height: 150%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #6d6d6d;
}

.banner_tekst a {
  font-family: 'Poppins', sans-serif;
  color: #444444;
  margin-top: 30px;
  display: inline-block;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.youtube-holder {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-holder iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

.header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 10px; 
}

.header h1 {
  color: #000;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 1.8em;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.header h2 {
  color: #595959;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}

.header_tekst {
  font-size: 1.2em;
  line-height: 170%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-align: center;
  color: #6d6d6d;
}

.header_tekst a {
  font-weight: 700;
  color: #6d6d6d;
  font-family: 'Poppins', sans-serif;
}

.search input {
  width: 0;
  border:0;
  transition: all 0.8s;  
}
.search.active input {
  width: 150px;
  border:1px solid #000;
  padding-left: 5px;
}
.search .fal {
  cursor: pointer;
}

/* Einde Home */


/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 30px 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: 50px 0;
  width: 100%;
}

.blokken article>img {
  width: 55%;
  order: 1;
}

.blokken_content {
  width: 45%;
  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: #000;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-size: 1.7em;
  font-family: 'Poppins', sans-serif;
}

.blokken_tekst {
  color: #6d6d6d;
  line-height: 180%;
  font-size: 1.1em;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
 padding: 10px 0;
 font-size: .8em;
 text-transform: uppercase;
 letter-spacing: 1px;
 display: inline-block;
 margin-top: 40px;
 color: #DBB957;
 font-weight: 700;
 border-bottom: 1px solid #DBB957;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1.5s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 1.5s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 1.5s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}

/* Einde Blokken */



/* Diensten */

.diensten {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  padding: 80px 10px;
  justify-content: space-between;
}

.diensten article {
  width: 31.33%;
  position: relative;
  padding-bottom: 60px;
}

.diensten article img {
  width: 100%;
}

.diensten article h2 {
  font-weight: 600;
  font-size: 1.5em;
  padding: 20px 0;
  font-family: 'Poppins', sans-serif;
}

.diensten article>div {
  font-size: 1.1em;
  line-height: 150%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #6d6d6d;
}


.diensten article>a {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  color: #DBB957;
  border-bottom: 1px solid #DBB957;
}

/* Einden Diensten */




/* Contact */


#dasmap {
  width: 100%;
  height: 70vh;
}

.contact_content {
  max-width: 1200px;
  background-color: #fefefe;
  margin: 0 auto;
  display: flex;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(217,217,217,0.5);
  -moz-box-shadow: 0px 2px 22px 0px rgba(217,217,217,0.5);
  box-shadow: 0px 2px 22px 0px rgba(217,217,217,0.5);
}

.contact_form {
  width: 60%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.showBig {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 70px;
  top: 70px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  font-size: 3em;
  align-items: center;
  opacity: 0;
  transition: all .5s;
  cursor: pointer;
  background-color: rgba(0,0,0,.5);
}

.contactimgs:hover .showBig {
  opacity: 1;
}

.contact_form input[type=text] {
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-weight: 600;
  background-color: #F4F4F4;
  border: none;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
}

.contact_form input[type=submit] {
  background-color: #353535;
  padding: 10px 50px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.contact_form input[type=submit]:disabled {
  opacity: .3;
}

#NaamInput {
  width: 49%;
}

#EmailInput {
  width: 49%;
}

#Bericht {
  width: 100%;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-weight: 600;
  background-color: #F4F4F4;
  font-size: 1.1em;
  padding: 10px;
  margin-top: 20px;
  min-height: 250px;
  margin-bottom: 20px;
}

#Submit {
  position: relative;
}

.notchecked {
  position: absolute;
  right: 0;
  line-height: 150%;
  padding: 10px;
  top: -83px;
  background-color: #ECDEB8;
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  width: 400px;
  font-weight: 600;
  display: none;
}

.notchecked img {
  position: absolute;
  right: 10px;
  bottom: -15px;
  width: 30px;
}

.formuliercheck {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.right_contact_content {
  width: 40%;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  border-left: 1px solid #F4F4F4;
  flex-direction: column;
  justify-content: center;
}

.right_contact_content h1 {
  font-size: 2em;
  color: #353535;
  line-height: 150%;
  letter-spacing: 6px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.right_contact_content p {
  padding: 15px 0;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  color: #585858;
}

.right_contact_content a {
  color: #585858;
}

/* Einde Contact */

/* Image Download */
.images_buttons {
  width: 1400px;
  max-width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin-bottom: 300px;
}
.images_buttons > * {
  padding: 15px;
  text-transform: uppercase;
  width: 23%;
  margin: 1%;
  background-color: #252f3d;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  font-size: 1.3em;
}
/* Einde Image Download */

/* Stores */

.store_banner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.store_banner img {
  width: 100%;
}

.store_banner_content {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,.7);
  padding: 35px;
  display: flex;
  max-width: 600px;
  flex-direction: column;
}

.store_banner_content h1 {
  font-size: 1.8em;
  font-family: 'Poppins', sans-serif;
  color: #000;
}


.store_banner_content div {
  font-size: 1.3em;
  line-height: 150%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #6d6d6d;
}

.stores {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0;
  padding-top: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.stores article {
  width: 31.33%;
  margin: 20px 1%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #e2e2e2;
  position: relative;
}

.stores article img {
  width: 45%;
  display: inline-block;
  margin-bottom: 
}

.stores article>div {
  width: 55%;
  padding: 0 15px;
  position: relative;
}

.store_content {
  display: flex;
  flex-direction: column;
}

.store_content p {
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 150%;
  font-size: .9em;
}

.store_content h2 {
  font-size: 1.2em;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 15px;
}

.stores article a {
  position: absolute;
  right: -20px;
  bottom: -45px;
  background-color: #fff;
  padding: 12px 25px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: .9em;
  transition: all .3s;
  border: 1px solid #e2e2e2;
}

.stores article a:hover {
  background-color: #000;
  color: white;
}

.stores-holder-afrekenen {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  justify-content: space-between;
}

.stores-holder-afrekenen .stores {
  order:1;
  width: 66%;
  padding-bottom: 0;
  margin: 0;
}
.stores-holder-afrekenen .stores article {
  width: 48%;
}
.stores-holder-afrekenen #map_canvas {
  order:2;
  width: 32%;
}

.searchstorebox {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  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: #fff;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}

.searchstore {
  width: 100%;
  border: none;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background-color: #F4F4F4;
}

.searchbutton {
  background-color: #353535;
  color: #fff;
  width: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  height: 40px;
  border: none;
  transition: all .3s;
  cursor: pointer;
}

.searchbutton:hover {
  font-size: 1.2em;
}

.searchstorebox h2 {
 font-family: 'Poppins', sans-serif;
 color: #000000;
 text-align: center;
 width: 100%;
 font-size: 1.4em;
 margin-bottom: 20px;
}

.spinnerbox {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  height: 50px;
}

.spinner {
  display: none;
  max-height: 70px;
}

.storebanner {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.storedetail {
  width: 90%;
  max-width: 1100px;
  background-color: white;
  padding: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  -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);
}

#storemap {
  width: 100%;
  height: 500px;
}

.storedetail>img {
  width: 40%;
}

.storedetail_content {
  width: 50%;
  padding: 35px;
  position: relative;
}

.storedetail_content h1 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 1.8em;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.storedetail_content p {
  padding-left: 45px;
  position: relative;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.storedetail_content p a {
  color: #000;
}

.storedetail_content p span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.storedetail_links {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.storedetail_links a {
  background-color: #000;
  padding: 12px 25px;
  color: white;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
  min-width: 100%;
  text-align: center;
}

.storedetail_links a i {
  margin-right: 10px;
}

/* Einde Stores */



/* Products */

.shopcontent {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 50px;
}

.shopcontent aside {
  width: 350px;
  -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);
  background-color: white;
  border-radius: 5px;
  margin-right: 10px;
  padding: 15px;
}

.shopcontent aside h2 {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.products_holder{
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  transition: all 10s; 
}

.products article {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 30px;
  padding: 25px;
  transition: all .3s;
  position: relative;
}

.nietinstock {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: .8em;
  color: #949494;
}

.products2 {
  background-color: #f4f4f4;
  padding: 50px 10px;
}

.products2 article {
  width: 20%;
  padding: 10px;
}

.products2 article>div { 
  background-color: white;
  width: 100%;
  padding: 20px 10px;
}

.products2 article:hover {
  background-color: transparent !important;
}

.products2>h2 {
  font-size: 1.4em;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.products article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.products article:hover {
  background-color: #f5f5f5;
}

.products article img {
  width: 100%;
  margin-bottom: 5px;
}

.products article h2 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2em;
}

.products article h3 {
  text-align: center;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #989898;
  margin-top: 10px;
}

.shopfilter {
  border-bottom: 1px solid #F6F6F6;
  padding: 15px 0;
}

.shopfilter:last-child {
  border-bottom: none;
}

.shopfilter h2 {
  cursor: pointer;
  letter-spacing: 2px;
  font-size: .9em;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.search-name {
  position: relative;
  z-index: 5;
}

.search-name input {
  width: 100%;
  padding-left: 5px;
  height: 35px;
  border:1px solid #000;
}

.hiddenarticles {
  opacity: 0;
  transition: all .3s;
  transform: translateY(70px);
}

.checkbox {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
  cursor: pointer;
  font-size: .9em;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  background-color: #eee;
  border: 1px solid #c3c3c3;
}
.checkmark img {
  width: 100%;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i {
  left: 2px;
  top: 2px;
  color: white;
}

.checkbox .whitecheckmark i {
  color: black;
}

/* Einde Products */

/* Product Detail */

.product-error {
  color: red;
  margin-bottom: 10px;
}

.product_wrapper {
  position: relative;
  overflow: auto;
}

.product_wrapper>a {
  width: 50px;
  height: 50px;
  background-color: #353535;
  color: white;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.product_detail {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding-top: 50px;
  gap: 1rem;
}

.prev_prod {
  left: 50px;
}

.next_prod {
  right: 50px;
}

.product_detail_left {
  width: calc(50% - 0.5rem);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.product_detail_left img {
  width: 100%;
}

.product_detail_left .counter {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 1.5em;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.8);
}
.counter span {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0.9rem;
  background-color: #252f3d;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -8px;
  right: -8px;
  line-height: 20px;
  border-radius: 50%;
}

.thumbs {
  display: none !important;
  width: 150px;
}

.thumbs article {
 border: 1px solid #d7d7d7;
 margin-bottom: 10px;
}

.thumbs article img {
  width: 100%;
}

.product_detail_right {
  width: calc(50% - 0.5rem);
}

.product_detail_right h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.product_detail_right h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
  color: #7c7c7c;
  width: initial;
}

.product_detail_right h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: #a2a2a2;
}

.product_omschrijving {
  font-size: 1.1em;
  line-height: 180%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #6d6d6d;
  width: 100%;
}

.product_kleuren {
  margin-top: 30px;
}

.product_kleuren>div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}

.product_kleuren div div {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 200px;
}

.product_gegevens {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_gegevens p {
  margin-top: 10px;
}

.showshops {
  padding: 15px 25px;
  background-color: #f2f2f2;
  display: flex;
  transition: all .3s;
  cursor: pointer;
}

.showshops:hover {
  background-color: #dbdbdb;
}

#store_locations {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  min-height: 400px;
  max-width: 1400px;
  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);
  display: none;
}

#store_locations>div {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#store_map {
  width: 50%;
  min-height: 400px;
  height: 100%;
}

.store_search {
  width: 48%;
}

.store_search h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #353535;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.product_shops {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 0;
  
  transition: all .8s;
}

.shower {
  transform: translateY(75px);
  opacity: 0;
}

.product_shops>img {
  width: 50%;
}


.product_shops>div {
  width: 48%;
}
.product_shops>div p {
  line-height: 150%;
}

.product_shops>div a {
  display: inline-block;
  margin-top: 10px;
  color: #353535;
}
.product_colours {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.product_colour {
  padding: 3px;
  border: 1px solid rgb(200,200,200);
  margin: 3px;
  position: relative;
}
.product_colour a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.product_colour:hover,.product_colour.active {
  border: 1px solid rgb(0,0,0);
}
.product_colour .bi_kleur {
  width: 35px;
  height: 35px;  
}
.product_colour .bi_kleur img {
  width: 100%;
}
.product_colour .lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 35px;
}


.verkooppunten {
  padding: 10px 0;
  cursor: pointer;
  margin-top: 20px;
  display: none;
  color: #DBB957 !important;
  border-bottom: 1px solid #DBB957;
}

.verkooppunten i {
 transition: all .3s;
}

.verkooppunten:hover i {
  margin-left: 5px;
}



.winkels {
  position: absolute;
  left: 0;
  top: 115%;
  -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);
  padding: 15px;
  background-color: white;
  display: none;
}

.winkels a {
  color: #353535;
}

.menubtn {
  width: 30px;
  display: none;
  cursor: pointer;
}

.filtertitle {
  display: none;
  text-align: center;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  cursor: pointer;
}

.filtertitle i {
  margin-left: 7px;
}

.kleurs span {
  -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);
}

.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: 'Poppins', sans-serif;
  font-size: .9em;
}

.right_login div a {
  color: white;
}

.login_form {
  width: 100%;
}

.left_login>h2 {
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  color: #353535;
  width: 100%;
  text-align: left;
}

.login_logo {
  position: absolute;
  left: 35px;
  top: 35px;
  opacity: .2;
  width: 150px;
}

.submit_holder {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.submit_holder a {
  font-size: .8em;
  letter-spacing: 1px;
  color: #6f6f6f;
  font-weight: 700;
}

.login_form input[type=password], input[type=email] {
  width: 100%;
  border: #DEE2EB 2px solid;
  border-radius: 3px;
  background-color: white;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: .9em;
  color: #9fa6b5;
}

.login_form input[type=submit] {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 35px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-size: .9em;
}

.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;
}

.catalogus {
  max-width: 1600px;
  margin: 0 auto;
  display: block; 
}

.catalogus article {
  width: 19%;
  margin: .5%;
}

.catalogus article img {
  width: 100%;
  cursor: pointer;
}

.maat {
  background-color: rgb(240,240,240);
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.maat label {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.maat input {
  text-align: center;
  width: 40px;
}
.maat span {
  text-transform: uppercase;
}
.maat span.in-stock {
  color: #009432;
}
.maat span.limited-stock {
  color: #3498db;
}
.maat span.no-stock {
  color: #EA2027;
}
.maat input {
  border:0;
  margin-left: 4px;
  margin-right: 4px;
}
.maten_particulier {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
}
.maat_particulier {
  position: relative;
}
.setReminder {
  cursor: pointer;
  position: relative;
}
.setReminder i {
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 1.4em;
  z-index: 5;
}

.maat_weergave {
  border: 2px solid #fff;
  padding: 3px;
  cursor: pointer;
  margin-right: 5px;
}

.maat_weergave div {
  padding: 5px 10px;
  display: inline-block;
  border: 2px solid black;
  font-weight: 700;
  position: relative;
}



.soldout > div {
  background-color: #EB606E;
  border: 2px solid #EB606E;
}

.maat_particulier input {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  opacity: 0;
}

.maat_particulier input:checked ~ .maat_weergave {
  border: 2px solid #DCDCDA;
}

.maat_particulier input:checked ~ .maat_weergave div {
  background-color: #DCDCDA;
  border: 2px solid #DCDCDA;
}

.readonly {
  pointer-events: none;
  background-color: rgb(230,230,230);
}

.bestelButton {
  margin-top: 5px;
  background-color: #25303C;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 25px;
  border: 1px solid #25303C;
  transition: all .3s;
}

.bestelButton:hover {
  background-color: transparent;
  color: #25303C;
}

.shopping-basket {
  position: relative;  
}
.shopping-basket span {
  position: absolute;
  right: -8px;
  bottom: -8px;
  background-color: #252f3d;
  color: #353535;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  padding: 0;
  font-size: .6em;
}
.shopping-basket span p {
  color: white;
}
.algemeneinfo {
  display: none;
  padding: 8px;
  border-radius: 4px;
  background-color: #009432;
  color: #fff;
  font-weight: bold;
}
.warning {
  text-transform: uppercase;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 120px;
}
/* Einde Product Detail */

/* WInkelmandje */
.winkelmandje .productDetails {
  width: 100%;
}

.winkelmandje .productAantal {
  width: 100%;
  display: flex;
  align-content: flex-start;
  padding-top: 5px;
  padding-bottom: 10px;
}
.winkelmandje .productAantal input {
  border: 1px solid rgb(200,200,200);
  height: 30px;
  width: 40px;
  text-align: center;
  pointer-events: none;
  margin-left: 8px;
  margin-right: 8px;
}
.winkelmandje .productAantal .addRemoveControls {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgb(200,200,200);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 2;
}
.winkelmandje .productAantal .addRemoveControls i {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.winkelmandje .productAantal .addRemoveControls:hover {
  color: #fff;
  background-color: #252f3d;
  border-color: #252f3d;
}
.winkelmandje .price_verlanglijst {
  background-color: #252f3d;
}

.winkelmandje_totaal {
  text-align: center;
}
.tot-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tot-row strong {
  color: #252f3d;
  text-transform: uppercase;
  font-size: 2em;  
  display: block;
  margin-bottom: 10px;
}
.tot-row .main-span {
  font-size: 1.5em;
}
.tot-row small,.price_verlanglijst small {
  font-size: 0.7em;
}
.check-out {
  background-color: #353535;
  padding: 10px 50px;
  color: white;
  width: 100%;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 96%;
  max-width: 300px;
  text-align: center;
  line-height: 125%;
}
.vraag textarea {
  background-color: #f4f4f4;
  padding-left: 8px;
  padding-top: 8px;
  width: 100%;
  border:0;
  height: 150px;
}
.verlanglijst {
  max-width: 1200px;
  padding-top: 150px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.verlanglijst h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.5em;
  color: #353535;
  font-family: 'Questrial', sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.verlanglijst_producten {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 50px;
}

.verlanglijst_producten article {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  width: 48%;
  margin: 1%;
  padding: 10px;
  position: relative;
  transition: all .3s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(189,189,189,0.22);
  -moz-box-shadow: 0px 2px 22px 0px rgba(189,189,189,0.22);
  box-shadow: 0px 2px 22px 0px rgba(189,189,189,0.22);
}

.verlanglijstbtn {
  position: relative;
}

.verlanglijstbtn span {
  position: absolute;
  right: -8px;
  bottom: 2px;
  background-color: #ECDEB8;
  color: #353535;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  padding: 0;
  font-size: .6em;
}

.verlanglijstbtn span p {
  width: auto;
  position: absolute;
  left: 57%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.verlanglijst_img {
  width: 150px;
  margin-right: 20px;
}

.verlanglijst_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 20px;
  z-index: 2;
}

.verlanglijst_producten article h2 {
  text-transform: uppercase;
  font-family: 'Questrial', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: 1.3em;
}

.verlanglijst_producten article h3 {
  font-family: 'Questrial', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #a2a2a2;
}

.verlanglijst_producten article>div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.price_verlanglijst {
  background-color: #ECDEB8;
  color: white;
  padding: 5px;
}

.verlanglijst_producten article a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.noprods {
  margin: 0 auto;
  display: block;
  margin-top: -40px;
  text-align: center;
  color: #353535;
  font-family: 'Questrial', sans-serif;
}
/* Winkelmandje */
/* Gegevens particulieren */
.gegevens_pagina {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 2em;
  color: #314983;
  font-weight: 700;
}
.webshop-form fieldset>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

.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 label {
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  font-weight: 200;
  margin-bottom: 5px;
}

.webshop-form .field input, .webshop-form .field select {
  width: 100%;
  padding: 10px;
  color: #314983;
  border: none;
  background-color: #f4f4f4;
  font-weight: 200;
  font-family: effra, sans-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;
  background-color: #314983;
  font-weight: 200;
  color: white;
  border-radius: 200px;
  font-family: effra, 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%;
}


.webshop-form .checkboxField {
  line-height: 25px;
}

.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;
  flex-wrap: wrap;
}

.gegevens_input label a {
  color: #314983;
}
/* Dashboard */

.dashboard_page {
  background-color: #EBF5F8;
  margin: 0 auto;
  padding: 50px 10px;
}

.dashboard_page>div {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dashboard_page section {
  padding: 30px 30px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
}

.dashboard_header {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.dashboard_header h1 {
  font-size: 1.5em;
  font-weight: 900;
  color: #252f3d;
}

.dashboard_header div {
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


.dashboard_header div a {
  background-color: #bee0eb;
  color: #12525E;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 20px;
}

.dashboard_bonnen {
  width: calc(100% - 320px);
}

.dashboard_totaal {
  width: 300px;
}

.dashboard_totaal a {
  display: block;
  margin: 2%;
  background-color: rgb(240,240,240);
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  color: black;
}
.dashboard_totaal a.active,.dashboard_totaal a:hover {
  background-color: #252f3d;
  color: #fff;
}

/* Einde Dashboard */

#content-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color: #25303C;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  font-weight: 700;
  margin-top: 1em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#content-container h3 {
  background: #25303C;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  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: #25303C;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #25303C;
  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;
}
/* /Gegevens particulieren */
/* Gegevens particulieren controleren */
.controle_pagina {
  width: 1200px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.controle_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 40px;
  padding-bottom: 10px;
  font-size: 1.7em;
  color: #1C1B1B;
  font-weight: bold;
}
.controle_pagina fieldset > div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
}
.controle_pagina h2 {
  letter-spacing: 4px;
  font-size: 1.3em;
  padding-top: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-top: 2px solid #f4f4f4;
  width: 100%;
}
.input_gegevens {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.input_gegevens p {
  font-size: 16px;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 47%;
  margin-bottom: 10px;
}
.input_gegevens p span {
  font-weight: 700;
}
.input_producten {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  width: 100%;
}
.input_producten article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px dashed #f7f7f7;
  margin-bottom: 5px;
  padding: 10px 0;
  letter-spacing: 1px;
}
.input_producten article>div:first-of-type {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
.input_producten article img {
  width: 50px;
  margin-right: 20px;
}
.input_producten article:last-of-type {
  border-bottom: none;
}
.input_producten .big {
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 10px;
}
.input_producten .small {
  font-size: 1em;
  font-weight: 400;
  color: #8a8a8a;
}
.input_producten article div:last-of-type {
  font-size: 16px;
  color: #1C1B1B;
  font-weight: 400;
}
.input_producten article div:last-of-type span {
  margin-left: 20px;
}
.input_producten span {
  font-weight: bold;
}
.controle_part .financial {
  width: 100%;
}
.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: 16px;
  font-weight: 400;
  color: #1C1B1B;
  letter-spacing: 1px;
}

.financial dl>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 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: #1C1B1B;
  font-weight: 700;
}

.financial dd {
  min-width: 150px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  letter-spacing: 1px;
}
.goto_prev {
  color: #1C1B1B;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.goto_next {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  transition: all .3s;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
.goto_next:hover {
  color: #1C1B1B;
  background-color: transparent;
}
#pay {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  transition: all .3s;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
#pay:hover {
  color: #1C1B1B;
  background-color: transparent;
}
.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
/* /Gegevens particulieren controleren */
@media screen and (max-width: 1610px){
  .topper {
    padding-right: 8px;
  }
}
@media screen and (max-width: 1500px){
  .stores article {
    width: 48%;
  }
}
@media screen and (max-width: 1420px){
  .product_wrapper {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .product_wrapper > a {
    position: static;
    transform: none;
  }
  .prev_prod {
    margin-left: 2%;
  }
  .next_prod {
    margin-right: 2%;
  }
  .product_detail {
   max-width: 100%;
   padding-left: 2%;
   padding-right: 2%;
 }
 .return-link {
  display: inline-block;
}
}
@media screen and (max-width: 1350px){
  .contact_content {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 1250px) {
  .dashboard_totaal {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard_bonnen {
    width: 100%;
    order:2;
  }
  .banner_tekst h2 {
    font-size: 1.4em;
    margin-bottom: 0;
  }

  .banner_tekst div {
    display: none;
  }

  .banner_tekst a {
    font-size: 1em;
  }

  .products article {
    width: 31.33%;
  }

  .storedetail {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
  }

  .store_banner_content {
    display: none;
  }

  .catalogus article {
    width: 24%;
  }
  .gegevens_pagina {
    width: 96%;
  }
}

@media screen and (max-width: 1100px) {
  .storedetail_content {
    width: 100%;
    padding: 0;
  }
  .storedetail>img {
    display: none;
  }
  #storemap {
    width: 100%;
  }
  .logo img {
    width: 200px;
    margin-bottom: 20px;
  }
  .inner_navigatie nav a {
    padding: 10px;
  }
  .inner_navigatie nav {
    display: none;
  }
  .menubtn {
    display: block;
  }
  .stores-holder-afrekenen #map_canvas {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
    height: 300px;
  }
  .stores-holder-afrekenen .stores {
    order: 2;
    width: 100%;
  }
  .stores-holder-afrekenen .stores article a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1000px) {
  .products article {
    width: 48%;
  }
  .stores {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .stores article {
    width: 80%;
  }
  .product_detail_left img {
    width: 100%;
    height: initial;
  }
  .contact_content {
    flex-wrap: wrap;
  }
  .contact_form {
    width: 100%;
  }
  .right_contact_content {
    width: 100%;
    display: none;
  }
  #dasmap {
    height: 40vh;
  }
  .order-table {
    display: none;
  }
  .bootbox .order-table {
    display: block;
  }
  .order-info {
    display: initial !important;
    font-size: 1.2em;
    cursor: pointer;
  }
}

@media screen and (max-width: 950px) {

  .blokken article>img {
    width: 90%;
    order: 1 !important;
  }

  .blokken_content {
    width: 90%;
    padding: 20px 0;
    order: 2 !important;
  }

  .blokken article {
    justify-content: center;
  }

  .header h1 {
    font-size: 1.5em;
  }

  .header_tekst {
    font-size: 1.05em;
  }

  .diensten article h2 {
    font-size: 1.3em;
  }

  .diensten article>div {
    font-size: 1em;
  }

  .footer-item:first-child {
    display: none;
  }  
}

@media screen and (max-width: 900px) {
  .shopcontent {
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .shopcontent aside {
    width: 90%;
  }

  .products_holder {
    width: 90%;
  }

  .shopfilter {
    display: none;
  }

  .filtertitle {
    display: block;

  }

  .catalogus article {
    width: 32.33%;
  }

  .insta-preview a {
    width: 31.33%;
    margin: 1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .insta-preview a:last-child {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .blokken {
    padding: 30px 0;
  }
}

@media screen and (max-width: 800px){
  .images_buttons > * {
    width: 48%;
    margin: 1%;
  }
  .stores-holder-afrekenen .stores article {
    width: 98%;
  }
  .input_gegevens p {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .innerfooter ul {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .footer-item {
    text-align: center;
    width: 100%;
  }

  .footer-geg>div div:first-child {
    display: none;
  }

  .footer-geg>div div:last-child {
    padding-left: 0;
  }

  .footer-geg>div div i, .footer-geg>div div:last-child p {
    text-align: center;
    width: 100%;
  }

  .footer-socials {
    margin-top: 30px;
  }
  .verlanglijst_producten article {
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .verlanglijst_img {
    width: 50%;
    margin: 0 25% 10px 25%;
  }
  .verlanglijst_producten article > div {
    justify-content: center;
    align-items: center;
  }
  .winkelmandje .productAantal {
    justify-content: center;
    padding-top: 0;
  }
  .verlanglijst_producten article h3 {
    margin-bottom: 10px;
  }
  .verlanglijst_producten article h2 {
    text-align: center;
  }
  .verlanglijst_producten article h2 span {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .diensten {
    flex-wrap: wrap;
    width: 90%;
    padding: 0;
  }

  .diensten article {
    width: 48%;
  }

  .diensten article:nth-child(2) {
    display: none;
  }

  .banner_tekst {
    display: none;
  }

  .inner_navigatie nav a {
    margin: 0 20px;
  }

  .product_detail_right h1 {
    font-size: 1.5em;
  }

  .product_detail_right h2 {
    font-size: .8em;
  }

  .product_omschrijving {
    font-size: 1em;
  }
}


@media screen and (max-width: 600px) {

  .inner_navigatie nav {
    display: none;
  }

  .inner_navigatie {
    flex-direction: row;
  }

  .menubtn {
    display: block;
  }

  .logo img {
    width: 150px;
    margin-bottom: 0px;
  }

  .stores article {
    width: 95%;
  }

  .product_detail_left {
    width: 60%;
  }

  .product_detail_right {
    width: 100%;
    padding: 20px;
  }

  #NaamInput {
    margin-bottom: 20px;
  }

  #NaamInput, #EmailInput {
    width: 100%;
  }

  .catalogus article {
    width: 49%;
  }

  .insta-preview a {
    width: 48%;
    margin: 1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .insta-preview a:nth-child(3) {
    display: none;
  }

  .instaholder h2 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 500px) {
  .diensten article {
    width: 100%;
  }

  .diensten article:last-child {
    display: none;
  }

  .stores article {
    flex-wrap: wrap;
  }

  .stores article>div {
    width: 100%;
    padding: 15px 0;
  }

  .stores article a {
    bottom: -20px;
  }

  .stores article img {
    width: 100%;
  }

  .product_detail_left {
    width: 90%;
  }
  .input_producten article {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .input_producten article div {
    width: 100%;
  }
  .input_producten article div:not(:last-child) {
    margin-bottom: 10px;
  }
  .input_producten article div:last-of-type span {
    margin-left: 0;
  }
  .financial dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .financial dd {
    width: 100%;
  }
  .financial dl > div {
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media screen and (max-width: 450px){
  .verlanglijst_producten article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .images_buttons > * {
    text-transform: none;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 400px){
  .images_buttons > * {
    width: 100%;
    margin: 1% 0;
  }
}