* {
  -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],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Spartan', sans-serif;
}

main {
  background-color: #fff;
}

/* Animaties */


.come-in {
  transform: translateY(150px);
  opacity: 0;
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 2s;
  /* So they look staggered */
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    opacity: 0;
    animation: come-in-left 0.8s ease forwards;
  }

  .come-in-left:nth-child(odd) {
    animation-duration: 2s;
    /* So they look staggered */
  }
}

@keyframes come-in-left {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    opacity: 0;
    animation: come-in-right 0.8s ease forwards;
  }

  .come-in-right:nth-child(odd) {
    animation-duration: 2s;
    /* So they look staggered */
  }
}

@keyframes come-in-right {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Einde Animaties */

/* ─────────────── age-verification.css ─────────────── */
#age-verification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.age-verification-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  max-width: 360px;
  text-align: center;
}

.age-verification-modal i {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

.age-verification-modal p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 150%;
}

.age-verification-modal button {
  margin: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
}

.age-verification-modal .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accept-btn {
  background-color: #6e4e7c;
  color: #fff;
}

#safety-btn {
  background-color: #6e6e6e;
  color: #fff;
}

/*=== Curtaindrop ===*/

.curtain-click {
  cursor: pointer;
}

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

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

.dark_ove {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  pointer-events: auto;
  
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 800px;
  color: #fff;
  z-index: 30;
  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%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.curtaindrop .button {
  display: inline-block;
  background: #6E4E7C;
  color: #fff;
  border-radius: 200px;
  font-weight: 200;
  font-size: 22px;
  padding: 15px 50px;
  transition: all .2s;
  margin-top: 15px;
  transition: all .3s;
   font-family: 'Nanum Myeongjo', serif;  
  z-index: 25;
}

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

.curtaindrop p {
  font-size: 30px;
  line-height: 170%;
  font-weight: 200;
  text-align: center;
    font-family: 'Nanum Myeongjo', serif;  

}

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

.curtaindrop h2 {
  font-weight: bold;
  font-size: 65px;
  text-align: center;
  width: 100%;
  font-family: 'Nanum Myeongjo', serif;  
  margin-bottom: 20px;
  line-height: 120%;
}

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

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #6e4e7c;
  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: white;
  z-index: 22;
}


/* ******* */

/* ===== BASIS ===== */
.contact-bubble {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-110%);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: 
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
      pointer-events: auto !important;
  z-index: 9999 !important;
}

/* Zichtbaar na scroll */
.contact-bubble.visible {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.2s;
}

.contact-bubble.exit {
  transform: translateY(-50%) translateX(-110%);
  opacity: 0;
  pointer-events: none;
    transition-delay: 0.2s;

}

@keyframes pulse {
  0% { transform: translateY(-50%) scale(1); }
  100% { transform: translateY(-50%) scale(1.03); }
}

.contact-bubble.visible .bubble-inner {
  animation: pulse 2s infinite alternate;
}

/* Verbergen wanneer curtain open is */
.contact-bubble.hidden {
  transform: translateY(-50%) translateX(-120%);
  opacity: 0;
  pointer-events: none;
}

/* Inner styling */
.bubble-inner {
  background: #6E4E7C;
  border-radius: 0 999px 999px 0;
  padding: 10px 16px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

/* Trigger */
.bubble-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.bubble-trigger:hover {
  transform: translateX(6px);
}

/* Avatar */
.avatar {
  width: 32px;
  height: 32px;
  min-width: 32px; /* voorkomt shrink */
  border-radius: 50%;
  object-fit: cover;   /* 👈 CRUCIAAL */
  display: block;      /* voorkomt rare inline stretch */
}

/* Label */
.label {
  font-size: 16px;
  white-space: nowrap;
}
/* Einde Curtaindrop */

/* Page Header */

.formules-nav {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.formules-nav a {
    padding: 10px 30px;
    background-color: #6E4E7C;
    border-radius: 4px;
    border: 1px solid #6E4E7C;
    color: white;
    display: inline-block;
    margin-top: 20px;
    transition: all .3s;
    border-radius: 200px;
}

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

.page_header.formules_header {
  padding-top: 60px;
}

.page_header h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #353535;
  margin-bottom: 20px;
  font-family: 'Nanum Myeongjo', serif;
}

.page_header h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #6E4E7C;
}

.page_header>div {
  font-size: 21px;
  font-weight: 200;
  color: #353535;
  text-align: center;
  line-height: 170%;
}

.icontussen {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icontussen img {
  width: 40px;
}

/* Einde Page Header */

.loginfirst {
  width: 100%;
  background-color: #FAFAFA;
  position: relative;
  border-top: 1px solid #ececec;
}

.loginfirst .whitebg {
  position: absolute;
  width: 40%;
  background-color: white;
  right: 0;
  top: 0;
  bottom: 0;
}

.loginfirst_split {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.loginfirst_login {
  width: 60%;
  padding: 180px 0;
}

.loginfirst_split div h2 {
  font-weight: 700;
  font-size: 22px;
  color: #6E4E7C;
  font-weight: 700;
}

.loginfirst_split .field {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.loginfirst_split .field label {
  position: absolute;
  left: 13px;
  top: 19px;
  font-size: 14px;
  letter-spacing: 0;
  transition: all .2s;
}

.loginfirst_split .floatlabel label {
  top: 10px;
  font-size: 10px;
}

.loginfirst_split .field input {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
}

.loginfirst_split .floatlabel input {
  padding: 21px 11px 5px 11px;
}

.loginfirst_split input[type=submit] {
  background-color: #6E4E7C;
  padding: 8px 30px;
  color: white;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #6E4E7C;
  border-radius: 4px;
  font-weight: 200;
  transition: all .3s;
}

.loginfirst_split input[type=submit]:hover {
  background-color: white;

  color: #6E4E7C;
}

.loginfirst .login_geg {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 0;
  padding-right: 50px;
}

.login_first_register {
  width: 40%;
  padding: 180px 0;
  padding-left: 50px;
  background-color: white;
  border-left: 1px solid #ececec;
}

.login_first_register p {
  line-height: 180%;
  font-weight: 200;
  font-size: 15px;
  color: #353535;
  margin: 15px 0;
}

.login_first_register a {
  transition: all .3s;
  border: 2px solid #6E4E7C;
  background-color: #6E4E7C;
  color: white;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 4px;
}

.login_first_register a:hover {
  background-color: #fff;
  color: #6E4E7C;
}

/* Login */

.login {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100vh;
}

.loginpart {
  width: 100%;
  max-width: 500px;
  background-color: white;
  border-right: 2px solid #F5F5F5;
  z-index: 1;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.loginpart img {
  width: 100%;
  max-width: 200px;
}

.loginpart form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 90%;
}

.loginpart form h2 {
  font-size: 20px;
  color: #D37119;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.loginpart form h3 {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.spcc {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.loginpart form input[type=email], .loginpart form input[type=password] {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.loginpart form input[type=submit] {
  background-color: #6E4E7C;
  border-radius: 4px;
  border: 2px solid #6E4E7C;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  transition: all .3s;
  margin: 0 !important;
  height: initial !important;
  display: inline-block;
  line-height: initial !important;
}

.loginpart form input[type=submit]:hover {
  background-color: #fff;
  color: #6E4E7C;
}

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

.loginpart form div a {
  font-size: 15px;
  font-weight: 700;
  color: #d1d1d1;
}

.loginpart form div.link-options {
  display: block;
}

.loginpart form div.link-options a:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.logincontent {
  width: 100%;
  background-color: white;
  background-image: url(/images/login.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forgot_pass {
  color: #7d7d7d;
  font-weight: 700;
  font-size: .9em;
  cursor: pointer;
}

/* Einde Login */

/* Blokken */
.blokken {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: white;
}

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

.blokken article:nth-of-type(even)>div {
  order: 1;
}

.blokken article:nth-of-type(even)>img {
  order: 2;
}

.blokken article>div {
  width: 45%;
  padding: 20px 50px;
}

.blokken article>div div {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
}

.blokken article>div h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #353535;
  font-family: 'Nanum Myeongjo', serif;
}

.blokken article>div a {
  font-family: 'Nanum Myeongjo', serif;
  border-top: 1px solid #A68A54;
  border-bottom: 1px solid #A68A54;
  display: inline-block;
  color: #A68A54;
  padding: 15px 10px;
  margin-top: 30px;
  font-size: 20px;
}

.blokken article img {
  width: 55%;
}

/* Einde Blokken */

/* Dashboard */
.abo_wijzigen {
  color: #fff;
  background-color: #6E4E7C;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #6E4E7C;
  transition: all .3s;
  margin-top: 20px;
}

.abo_wijzigen:hover {
  background-color: #fff;
  color: #6E4E7C;
}

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

#infos>div:nth-of-type(2),
#infos>div:nth-of-type(3) {
  width: 30%;
}

#infos>div:nth-of-type(1),
#infos>div:nth-of-type(4) {
  width: 68%;
}

#infos>div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 2%;
}

#infos>div input {
  width: 100%;
  border: 2px solid #EEEEEE;
  font-family: 'Nanum Myeongjo', serif;
  padding: 10px;
  color: #252525;
}

.abo_opzeggen {
  color: #BE2727;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid transparent;
  border: 1px solid #eeeeee;
  transition: all .3s;
}

.abo_opzeggen:hover {
  border: 1px solid #BE2727;
}

.switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

.switch h2 {
  font-weight: 200;
  font-size: 16px;
}

.dashboardholder {
  background-color: #F9F9F9;
}

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

.dashboard_bestellingen {
  width: calc(100% - 450px);
  margin-left: 50px;
}

.dashboard_bestellingen article {
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
}

.lessinfo,
.moreinfo {
  cursor: pointer;
}


.dashboard_bestellingen article h3 {
  font-size: 16px;
  font-weight: 200;
  margin-top: 3px;
  color: #888888;
}

.dashboard_bestellingen article table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ececec;
}

.dashboard_bestellingen article table thead {
  background-color: #ececec;
  padding: 10px;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}

.dashboard_bestellingen article table thead th {
  padding: 10px;
  text-align: left;
}

.dashboard_bestellingen article table tbody td {
  padding: 10px;
  font-weight: 200;
  font-size: 16px;
}

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

.dashboard_bestellingen article .methode {
  width: 50%;
  padding-top: 15px;

}

.dashboard_bestellingen article .methode h3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #616161;
  margin-bottom: 15px;
}

.dashboard_bestellingen article .methode h3 div {
  font-weight: 700;
  width: 180px;
}

.dashboard_bestellingen article .financial {
  width: 50%;
}


.dashboard_bestellingen>h2 {
  font-size: 20px;
  font-weight: 700;
  color: #6E4E7C;
  margin-bottom: 20px;
}

.dashboard aside {
  width: 400px;
  padding: 15px;
  padding-bottom: 25px;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  background-color: white;
}


.dashboard aside h2 {
  font-size: 25px;
  font-weight: 700;
  color: #462F2C;
  padding: 20px 20px;
  padding-bottom: 5px;
}

.dashboard aside h3 {
  font-size: 14px;
  font-weight: 200;
  color: #252525;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 20px;
  margin-bottom: 20px;
  border-bottom: #e8e8e8 1px solid;
}

.dashboard .menuitem {
  border-left: 3px solid white;
  padding: 5px 15px;
  margin: 5px 0;
  width: 100%;
  display: inline-block;
  color: #252525;
  cursor: pointer;
}

.dashboard .menuitem i {
  width: 30px;
}

.dashboard .menuitem.active {
  border-left: 3px solid #5C445B;
}

.form_holder_edit,
.password_holder,
.tegoeden_holder {
  width: calc(100% - 450px);
  margin-left: 50px;
}

.form_holder_edit>h2,
.password_holder>h2,
.tegoeden_holder>h2 {
  font-size: 25px;
  font-weight: 700;
  color: #6E4E7C;
  margin-bottom: 20px;
}

.dashboard aside div>a {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #f1f8fd;
  padding: 15px;
  color: #252525;
  border-radius: 4px;
}


.dashboard aside .full_width_input label,
.dashboard aside .half_width_input label,
.dashboard aside .two_thirds_width_input label,
.dashboard aside .third_width_input label {
  margin-bottom: 5px;
  font-weight: 200;
  display: inline-block;
  color: #717171;
}

.tegoeden {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  font-size: 15px;
}

.noggeenbestellingen {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.noggeenbestellingen p {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}

.noggeenbestellingen a {
  padding: 8px 30px;
  display: inline-block;
  background-color: #6E4E7C;
  color: white;
  font-weight: 200;
  border-radius: 4px;
}

/* Einde Dashboard */



/* Registreren */

.register_page {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ececec;
}

.register_page::after {
  width: 65%;
  background-image: url(/images/login.jpg);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.register_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.register_form {
  max-width: 600px;
  padding: 100px 10px 100px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: #E1E1E1 1px solid;
  background-color: #fff;
}

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

.register_form_uitleg h1 {
  font-size: 28px;
  font-weight: 700;
  text-align-last: left;
  color: #6E4E7C;
  margin-bottom: 15px;
  width: 100%;
}

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

.register_form_devid a {
  color: #9f9f9f;
  font-size: 17px;
  font-weight: 200;
}

.register_form_devid input[type=submit] {
  padding: 8px 40px;
  height: initial !important;
  margin: 0 !important;
  background-color: #6E4E7C;
  border-radius: 4px;
  color: white;
  font-family: 'Poppins', serif;
  border: none;
  font-size: 18px;
  font-weight: 200;
  width: 200px;
}

.register_form_uitleg p {
  text-align: center;
  max-width: 200px;
  font-size: 16px;
  color: #252525;
  line-height: 150%;
  margin-bottom: 25px;
}


.register_form .field {
  position: relative;
  margin-bottom: 15px;
}



.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password] {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
}

.register_form .field label {
  position: absolute;
  left: 13px;
  top: 19px;
  font-size: 14px;
  transition: all .2s;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}



.register_form .floatlabel label {
  top: 8px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}


.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus {
  border: #6E4E7C 1px solid;
}

.full_width_input {
  width: 100%;
}

.half_width_input {
  width: 49%;
}

.third_width_input {
  width: 32.33%;
}

.two_thirds_width_input {
  width: 65.66%;
}


/* Einde Registreren */


/* Betaalmethode */

.betaalholder {
  padding: 50px;
  background-color: #fff;
  border-right: #E1E1E1 1px solid;
  width: calc(100% - 550px);
}

.betaalmethod_form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.betaalholder h2 {
  font-weight: 400;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #f4f4f4;
  color: #6E4E7C;
  width: 100%;
}

.betaalmethod_form .field {
  position: relative;
  margin-bottom: 15px;
}


.betaalholder input[type=submit] {
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #6E4E7C;
  font-family: 'Nanum Myeongjo', serif;
  color: white;
  font-size: 18px;
  border: 2px solid #6E4E7C;
  transition: all .3s;
}

.betaalholder input[type=submit]:hover {
  background-color: transparent;
  color: #6E4E7C;
}

.betaalmethod_form .fullw {
  width: 100%;
}

.betaalmethod_form .halfw {
  width: 49%;
}

.betaalmethod_form input[type=text],
.betaalmethod_form input[type=email],
.betaalmethod_form input[type=number] {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
}

.betaalmethod_form .field label {
  position: absolute;
  left: 13px;
  top: 19px;
  font-size: 14px;
  transition: all .2s;
}

.betaalmethod_form .floatlabel input,
.betaalmethod_form .floatlabel select,
.betaalmethod_form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}



.betaalmethod_form .floatlabel label {
  top: 8px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}


.betaalmethod_form input[type=text]:focus,
.betaalmethod_form input[type=email]:focus,
.betaalmethod_form input[type=number]:focus {
  border: #6E4E7C 1px solid;
}

/* Einde Betaalmethode */

/* grijze ak */

.grijze_ak {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 10px;
  background-color: #EFEFEF;
}

.aks {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
  transform: translateY(-70px);
}

.aks .slick-arrow {
  position: absolute;
  left: 47%;
  bottom: 5px;
  background-color: transparent;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  border: none;
  color: #394056;
  z-index: 2;
}

.aks .slick-next {
  left: 50%;
}

.aks .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
  width: 50%;
  margin-left: 50%;
}

.aks .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  border: 2px solid #394056;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
}

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

.aks .slick-dots .slick-active {
  background-color: #394056;
}

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

.grijze_ak_content>div {
  width: 45%;
}

.grijze_ak_content img {
  width: 50%;
}

.grijze_ak_content>div h2 {
  font-size: 35px;
  color: #353535;
  font-family: 'Nanum Myeongjo', serif;
  margin-bottom: 30px;
}

.grijze_ak_content>div div {
  line-height: 180%;
  font-weight: 200;
  color: #4c4c4c;
  font-size: 18px;
}

.grijze_ak_content>div a {
  color: #A68A54;
  border-top: #A68A54 1px solid;
  border-bottom: #A68A54 1px solid;
  padding: 15px 10px;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Nanum Myeongjo', serif;
}


/* Dialog Box */

.modal.fade .modal-dialog {
  top: 40%;
}

.modal-content {
  -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);
  border-radius: 0;
  border: 2px solid #f0f0f0;
}

.bootbox-body {
  font-size: 16px;
  line-height: 150%;
  color: #353535;
  width: 100%;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.button_danger {
  padding: 10px 25px;
  border: 1px solid #BE2727 !important;
  font-family: 'Nanum Myeongjo', serif;
  transition: all .3s;
  font-size: 18px !important;
  background-color: transparent;
  color: #BE2727;
  border-radius: 4px;
  font-weight: 200;
}

.button_danger:hover {
  background-color: #BE2727;
  color: #fff !important;
}

.button_success {
  padding: 10px 25px;
  border: 1px solid #6E4E7C !important;
  font-family: 'Nanum Myeongjo', serif;
  transition: all .3s;
  font-size: 18px !important;
  background-color: #6E4E7C;
  color: #fff;
  border-radius: 4px;
  font-weight: 200;
}

.button_success:hover {
  background-color: #6E4E7C;
  color: #fff !important;
}

.button_danger:focus,
.button_success:focus {
  outline: none;
}

/* Einde Dialog Box */


/* 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: #6E4E7C;
  border: 1px solid #6E4E7C;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #6E4E7C;
}

/* Einde Cookie Melding */

/* Kalender */

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

.kalenderov>h2 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.kalenderov article {
  width: 49%;
  margin-bottom: 2%;
  display: flex;
  justify-content: flex-start;
  border: 2px solid #e5e5e5;
}

.kalenderov article .datekalender {
  width: 100px;
  height: 100px;
  background-color: #6E4E7C;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kalenderov article .datekalender p:nth-child(1) {
  font-weight: 900;
  font-size: 27px;
}

.kalenderov article .datekalender p:nth-child(2) {
  font-weight: 700;
  padding: 1px 0 8px 0;
}

.kalenderov article .datekalender p:nth-child(3) {
  font-weight: 700;
}

.kalenderov article .contentkalender {
  width: calc(100% - 200px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px;
}

.kalenderov article .contentkalender h2 {
  font-weight: 700;
  color: #6E4E7C;
  font-size: 20px;
  margin-bottom: 10px;
}

.kalenderov article .contentkalender h3 {
  font-size: 12px;
}

/* Einde Kalender */

/* Navigatie */

.topper {
  width: 100%;
  background-color: #6E4E7C;
  padding: 10px;
}

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

.topper>div span {
  color: #fff;
}

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


.topper>div a {
  color: white;
  font-size: 13px;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topper>div>a {
  margin-left: 5px;
}


.topper>div a i {
  font-size: 16px;
  margin-right: 7px;
}

.res-nav .zeal {
  margin: 50px 0 0 30px;
  width: 300px;
}

.res-nav {
  width: 400px;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #6E4E7C;
  background-image: url(/images/glassicon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.res-nav .discl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #603f6f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  color: white;
}

.res-nav .discl span {
  padding: 0 10px;
}

.res-nav .discl a {
  color: white;
}

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

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

.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;
  z-index: 100;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

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

.res-nav nav {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  position: relative;
  max-height: calc(100% - 33px);
  overflow: auto;
}

.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(0deg);
}

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


.navitem a {
  width: 100%;
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

.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;
  padding-left: 20px;
  color: #c8c8c8;
}


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

.navigatie .logo {
  width: 250px;
}

.navigatie .logo_resp {
  display: none;
}

.navigatie .shoppingcart {
  margin-left: 60px;
  color: #353535;
  position: relative;
}

.navigatie .shoppingcart .amount {
  position: absolute;
  right: -12px;
  bottom: -12px;
  font-size: .5em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  background-color: #6E4E7C;
  font-weight: 700;
  color: white;
}

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

.navigatie nav ul:not(.overnav ul) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigatie nav ul a {
  font-weight: 200;
  font-size: 20px;
  font-family: 'Nanum Myeongjo', serif;
  color: #353535;
  display: inline-block;
  padding: 5px 0;
  margin: 0 30px;
  border-bottom: 1px solid transparent;
}

.navigatie nav ul a,
.navigatie nav ul a:after,
.navigatie nav ul a:before {
  transition: all .5s;
}

.navigatie nav ul li:last-of-type a {
  margin-right: 0;
}

.navigatie nav ul a:hover {
  border-bottom: 1px solid #6E4E7C;
  color: #6E4E7C;
}

.overnav {
  position: relative;
}

.overnav:hover>ul,
.overnav:focus-within>ul {
  display: flex;
}

.overnav ul {
  z-index: 200;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -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: 10px 20px;
}

.overnav ul li {
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.overnav ul a {
  text-align: center !important;
  width: 100% !important;
  padding: 2px !important;

}

.overnav ul a {
  position: relative;
  width: auto !important;
  padding-bottom: .5em !important;
}

.overnav ul a,
.overnav ul a:after,
.overnav ul a:before {
  transition: all .5s;
}

.overnav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: 6E4E7C;
  height: 1px;
}

.overnav a:hover:after {
  width: 100%;
}

.wijnshop {
  position: relative;
}

.wijnshop ul {
  display: none;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  -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: 10px 20px;
  background-color: white;
  z-index: 200;
}

.wijnshop ul a {
  display: inline-block;
  margin: 0 !important;
  padding: 5px 0 !important;
}

.wijnshop:hover ul {
  display: block;
}

/* Einde Navigatie */

/* Home */

.home_banner {
  width: 100%;
  height: calc(100vh - 151px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_banner article {
  width: 33.33%;
  border: none;
  border-right: 4px solid white;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

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

.home_banner article:last-of-type {
  border-right: none;
}

.home_banner article h2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  font-size: 40px;
  line-height: 150%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  font-weight: 700;
  transition: all .5s;
}

/* Einde Home */

/* Persoon Blok */
.oplossingen {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.oplossingen_floating {
  position: absolute;
  z-index: 5;
  left: 45%;
  top: 200px;
  transform: translateX(-175px);
}

.oplossingen_floating h2 {
  font-size: 120px;
  font-family: 'Nanum Myeongjo', serif;
  color: #f2f2f2;
  font-weight: 500;
  transform: rotate(-90deg);
}

.oplossingen_sublink {
  position: absolute;
  left: 30%;
  bottom: 50px;
  z-index: 5;
}

.oplossingen_sublink a {
  padding-right: 20px;
  border-right: 2px solid #A68A54;
  color: #A68A54;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 35px;
}

.oplossing_ov {
  width: 50%;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.oplossing_ov img {
  width: 100%;
}

.oplossing_det {
  width: 50%;
}

.oplossing_det ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-left: 20px;

}

.oplossing_det>div {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 10px;
}

.oplossing_det>div h2 {
  font-size: 45px;
  color: #404040;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 400;
  margin-bottom: 40px;
}

.oplossing_det>div>div {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #404040;
  margin-bottom: 25px;
}

.oplossing_det>div>a {
  font-family: 'Nanum Myeongjo', serif;
  border-top: 1px solid #A68A54;
  border-bottom: 1px solid #A68A54;
  display: inline-block;
  color: #A68A54;
  padding: 15px 10px;
  margin-top: 30px;
  font-size: 20px;
}

.oplossing_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oplossing_logos .oplossing_logo {
  width: 40%;
}

.oplossing_logos img {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

/* Einde Persoon Blok */

/* Home AK */
.home_ak {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.dark_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.home_ak .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.home_ak .content h2 {
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 100px;
  font-family: 'Nanum Myeongjo', serif;
}

.home_ak .content a {
  border-top: 1px solid white;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid white;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 19px;
  display: inline-block;
  color: white;
  transition: all .3s;
  margin-top: 50px;
  font-family: 'Nanum Myeongjo', serif;
}

.home_ak .content a:hover {
  border: 1px solid white;
}

/* Einde Home Banner */

/* Producten Preview */

.producten_preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.producten_preview>h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Nanum Myeongjo', serif;
}

.producten_preview>h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #A68A54;
  transition: all 1s;
}

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

.producten_preview .producten article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  overflow: hidden;
}

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

.producten_preview .producten article:hover .overlay {
  opacity: 0;
}

.producten_preview .producten article:hover img {
  transform: scale(1.05);
}

.producten_preview .producten article:hover h3 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  bottom: 15px;
}

.producten_preview .producten article img {
  width: 100%;
  position: relative;
  transition: all 2s;
  z-index: 0;
}

.producten_preview .producten article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.producten_preview .producten article h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  font-size: 22px;
  z-index: 4;
  color: #fff;
  transition: all .8s;
  width: 100%;
  font-family: 'Nanum Myeongjo', serif;
}

/* Einde Producten Preview */

/* Aanbod */

.showFilters {
  width: 100%;
  padding: 15px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 700;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
}

.open_filters {
  left: 0 !important;
}

.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: #314983;
  font-weight: 700;
}

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

.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: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 1em;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.aanbod_pagina aside {
  width: 350px;
  background-color: white;
  transition: all .3s;
  z-index: 200;
  padding: 20px;
  border: 2px solid #f8f8f8;
}

.aanbod_pagina aside h2 {
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #f8f8f8;
}

.aanbod_pagina aside h2 span {
  display: none;
  cursor: pointer;
}

.aanbod_pagina aside h3 {
  font-size: .9em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}

.aanbod_items {
  width: calc(100% - 350px);
  padding: 10px;
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: white;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  padding: 20px;
  border: 2px solid #f9f9f9;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.product:nth-child(even) {
  margin-right: 0;
}

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

.product>img {
  width: 100%;
  max-width: 150px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  transition: all 1s;
}

.product h2 {
  font-weight: 600;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product h3 {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 12px;
  text-transform: uppercase;
}

.product button {
  padding: 11px 20px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 2px;
  border: 1px solid black;
  border: none;
  transition: all .3s;
  font-family: 'Nunito', sans-serif;
  display: inline-block;
}

.product .price {
  font-size: 1.1em;
  color: #6a6a6a;
}

.product .cart {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.product .processing {
  color: #6E4E7C;
  text-align: center;
  padding-left: 20px;
}

.product .processing-done {
  color: #6E4E7C;
  text-align: center;
  padding-left: 20px;
}

.product .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.product .aantal i {
  width: 15px;
  height: 15px;
  font-size: .8em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #dedede;
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  transform: translateY(-50%);
}

.product .aantal .increase-amount {
  top: 34%;
  padding-top: 3px;
  border-radius: 10px 10px 0 0;
}

.product .aantal .decrease-amount {
  top: 66%;
  padding-bottom: 3px;
  border-radius: 0 0 10px 10px;
}

.product .aantal input {
  width: 80px;
  padding: 10px;
  background-color: red;
  border: 1px solid #c2c2c2;
  background-color: white;
  position: relative;
  z-index: 1;
}


.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: 50px;
}

/* Einde Aanbod */

/* Product Pagina */

.wijndomein {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 10px;
}

.wijndomein>h2 {
  font-size: 25px;
  font-weight: 700;
  color: #785989;
  text-align: center;
}

.wijndomein>img {
  margin-top: 20px;
  width: 100%;
}

.product_gegevens {
  background-color: #F2F2F2;
}

.inner_product_gegevens {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.inner_product_gegevens h2 {
  width: 100%;
  color: #785989;
  font-size: 1.7em;
  margin-bottom: 25px;
  font-weight: 700;
}

.devider {
  width: 1px !important;
  background-color: #D5D5D5;
}

.product_gegevens_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gegevens_item {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: center;
  font-size: 18px;
  padding: 5px 0;
}

.gegevens_item div:first-child {
  width: 200px;
  color: #333333;
}

.gegevens_item div:last-child {
  line-height: 150%;
  color: rgb(130, 130, 130);
}

.productimg {
  margin: 30px auto;
  width: 100%;
  max-width: 1400px;
  display: block;
}

.product_topper {
  width: 100%;
  background-color: #FAFAFA;
}

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

.product_topper a {
  font-weight: 200;
  font-size: 16px;
  color: #1C1B1B;
  display: inline-block;
  padding: 10px 0;
}


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

.product_header_image {
  width: 35%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}



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

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

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

.mainimg {
  cursor: zoom-in;
}

.product_header_content {
  width: 65%;
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_header_content h1 {
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 3.6px;
  color: #1C1B1B;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
  color: #353535;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 2.4px;
  margin-top: 20px;
  margin-bottom: 10px;
}


.product_header_content .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.product_header_content .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
}

.product_header_content .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.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: 200%;
  font-weight: 400;
  font-size: 17px;
  color: #1C1B1B;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.product_prijs {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  padding-top: 0;
  margin-bottom: 10px;
}

.product_prijs article {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_prijs article h2 {
  color: #353535;
  font-weight: 400;
  font-size: 1em;
  margin-top: 20px;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}


.product_prijs article p {
  font-size: 16px;
  letter-spacing: 2.8px;
  font-weight: 400;
  color: #6A6A6A;
}

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

.product_actions button {
  padding: 15px 30px;
  background-color: transparent;
  color: #6E4E7C;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #6E4E7C;
  transition: all .3s;
  font-family: 'Nunito', sans-serif;
}

.product_actions button:hover {
  background-color: #6E4E7C;
  ;
  color: #fff;
}

.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: 5pc;
  height: 3pc;
  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 div>span {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}

.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: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #1C1B1B;
  letter-spacing: 4px;
  background-color: transparent;
  border: 1px solid #ddd;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}


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

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

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

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

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

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

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

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

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



/* Einde Product Pagina */

/* Winkelwagen */

.verkoopspraat {
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 140%;
}

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

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #1C1B1B;
  font-weight: 400;
}

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

.main img {
  width: 50px;
  margin-right: 20px;
}

.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: #1C1B1B;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.shopping_cart article:first-of-type .aantal {
  min-width: 150px;
  color: #1C1B1B;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}

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

.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-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
}

.shopping_cart article h3 {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 14px;
}


.sub_article .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.sub_article .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
}

.sub_article .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


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

.sub_article .aantal input[type=number] {
  -moz-appearance: textfield;
}

.sub_article .price {
  min-width: 200px;
  font-weight: 400;
  color: #1C1B1B;
  font-size: 16px;
  text-align: center;
}

.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: 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 {
  cursor: pointer;
  color: #1C1B1B;
  font-family: "Nunito", sans-serif;
  letter-spacing: 1px;
}

.goto_next {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid #6E4E7C;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
}

.goto_next:hover {
  color: #6E4E7C;
  background-color: transparent;
}

#pay {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid #6E4E7C;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
}

#pay:hover {
  color: #6E4E7C;
  background-color: transparent;
}

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

/* Einde Winkelwagen */


.uptop {
  position: fixed;
  z-index: 10;
  color: #fff !important;
  right: -100px;
  bottom: 80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7fc;
  transition: all 0s;
  overflow: hidden;
  /* border-radius: 40px; */
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #6e4e7c;
  transition: all 0s;
}

.uptop i {
  z-index: 2;
  -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);
}

/* Footer */

.footer-logo {
  width: 50px;
}

footer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0px 0 20px 0;
  border-top: 2px solid #f5f5f5;
  margin-top: 30px;
  flex-wrap: wrap;
}

footer>div {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  -ms-align-items:center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}

.gdpr {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  color: #6a6a6a;
  margin-top: 40px;
  padding-top: 20px;
  border-top: #cccccc 1px dashed;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.gdpr a {
  color: #6a6a6a;
  font-size: 14px;
  letter-spacing: 1px;
}

.gdpr span {
  margin: 0 15px;
}

.disclaimer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #6a6a6a;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 200%;
  min-width: 33%;
}

.disclaimer p {
  font-size: 14px;
  color: #1C1B1B;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.disclaimer a {
  color: #6a6a6a;
}

.disclaimer img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 40px;
}

/* Logos */


.rightfoot {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  min-width: 33%;
}

.logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.logos img {
  margin-left: 30px;
  filter: grayscale(100%);
  height: 45px;
}

.logos img:first-of-type {
  margin-left: 0;
}

.logos img:hover {
  filter: grayscale(0);
}

/* Einde Logos */

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

.betaalwijzes img {
  width: 25px;
  margin: 0 5px;
  opacity: .6;
}

.slogan {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  font-weight: 400;
  color: #353535;
  font-family: 'Nanum Myeongjo', serif;
  padding-bottom: 30px;
  line-height: 120%;
  width: 65%;
  float: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 15%;
  padding-left: 50px;
  position: relative;
}

.slogan p {
  text-indent: -1em;
}

.slogan span, .slogan strong, .slogan b {
  font-weight: 700;
  color: #353535;
}

.slogan i {
  color: #3535351a;
  font-size: 25px;
  position: absolute;
  top: -10px;
  left: -25px;
}

.banner {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #e7f3ff;
  background: -webkit-linear-gradient(-20deg, #A585B3 30%, #A585B3 100%);
  position: relative;
  padding: 0 100px;
}

.banner .img {
  width: 40%;
  text-align: center;
}

.banner .img img {
  width: 100%;
  max-width: 340px;
  border-radius: 50%;
  border: 10px solid transparent;
  transform: translateY(-140px);
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white), linear-gradient(0deg, transparent 0, #A585B3 0), linear-gradient(10deg, transparent 0, #A585B3 0), linear-gradient(10deg, #6E4E7C 100%, #A585B3 60%), linear-gradient(60deg, transparent 0, #A585B3 0);
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
}

.banner .content {
  padding: 70px 0;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

.banner .content {
  width: 60%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -ms-align-items: flex-start;
  text-align: left;
}

.banner .content h2 {
  color: #6E4E7C;
  font-size: 2.1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner .content div {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  max-width: 100%;
}

.banner .content a {
  width: fit-content;
  z-index: 5;
  border-radius: 200px;
  color: #6E4E7C;
  background-color: transparent;
  border: 1px solid #6E4E7C;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 1em;
  line-height: 130%;
  padding: 11px 20px;
  cursor: pointer;
  transition: all .3s;
  margin-top: 20px;
  letter-spacing: 2px;
}

.banner .content a:hover {
  background-color: #6E4E7C;
  color: #fff;
}


.tickertape {
  margin-top: 50px;
}

/* Einde Footer */


/* Contact Pagina */

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

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F4F4F4;
  padding: 80px 80px;
  margin-top: 20px;
  width: 100%;
}

.contact_info p {
  font-size: 20px;
  font-weight: 200;
  color: #252525;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 200;
  color: #6E4E7C;
  margin-bottom: 20px;
  font-size: 2em;
  font-family: 'Nanum Myeongjo', serif;
}

.contact_gegevens h2 {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
}

.contact_gegevens p {
  padding-bottom: 10px;
}

.contact_split {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 700;
  color: #252525;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 130%;
  font-family: 'Nanum Myeongjo', serif;
}

.contact_split div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #252525;
}

.contact_split div p a {
  color: #252525;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #6E4E7C;
  transform: translateY(-50%);
}

.contact_split img {
  width: 100px;
  border-radius: 200px;
  margin-right: 20px;
}

.contact_formulier {
  width: 55%;
}

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

.contact_label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}



.contact_form input[type=text],
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 8px 0px;
  color: #CDB562;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: 'Nanum Myeongjo', serif;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.contact_form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 10px 0px;
  color: #CDB562;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Nanum Myeongjo', serif;
  height: 100px;
}

.contact_form textarea:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.contact_form input[type=submit] {
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #000;
  font-weight: 200;
  color: #000;
  font-size: 18px;
  font-weight: 200;
  font-family: 'Nanum Myeongjo', serif;
  transition: all .3s;
}


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


.contact_info .contact_form input[type=text],
.contact_info .contact_form input[type=email],
.contact_info .contact_form textarea {
  margin-bottom: 20px;
  background-color: transparent;
  border-bottom: 2px solid #d5d5d5;
  color: #252525;
}


.contact_formulier #NaamInput {
  width: 100%;
}

.contact_formulier #EmailInput {
  width: 100%;
}



#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -70px;
}

/* Einde Contact Pagina */


/*Vragen*/
.vragen {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vragen article {
  border: 2px solid #F4F4F4;
  background-color: white;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}

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

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

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

.vragen article div {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
  margin-top: 20px;
}

.vragen article div a {
  color: #6E4E7C;
  font-weight: 600;
}

.vragen_form {
  padding: 25px;
  background-color: white;
  border-radius: 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);
  width: 30%;
}

.vragen_form h2 {
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #5C9090;
}

.vragen_form input[type=text], .vragen_form input[type=email] {
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  background-color: #fff;
  border: 2px solid #DEE2EB;
  letter-spacing: .5px;
  width: 100%;
  height: 50px;
  display: flex;
  border-radius: 5px;
  -ms-align-items: center;
  align-items: center;
  font-size: 1em;
}

.vragen_form input[type=submit] {
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  background-color: #5C9090;
  padding: 15px 35px;
  border-radius: 200px;
}

/*Einde vragen*/


/* Formules */

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

.formules_ov article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px;
}

.formules_ov article .textholder {
  order: 2;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px;
}

.formules_ov article .textholder h2 {
  font-size: 32px;
  font-family: 'Nanum Myeongjo', serif;
  margin-bottom: 15px;
}

.formules_ov article .textholder h3 {
  color: #a1a1a1;
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.formules_ov article .textholder>div {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  text-align: left;
  line-height: 170%;
}

.formules_ov article .textholder a {
  padding: 10px 30px;
  background-color: #6E4E7C;
  border-radius: 4px;
  border: 1px solid #6E4E7C;
  color: white;
  display: inline-block;
  margin-top: 20px;
  transition: all .3s;
}

.formules_ov article .textholder a:hover {
  background-color: white;
  color: #6E4E7C;
}

.formules_ov article .imageholder img {
  width: 100%;
}

.formules_ov article .imageholder {
  width: 48%;
  order: 1;
  position: relative;
}

.formules_ov article .imageholder h4 {
  font-size: 150px;
  font-weight: 700;
  color: #6E4E7C;
  opacity: .08;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 2;
  font-family: 'Nanum Myeongjo', serif;
}

.formules_ov article:nth-of-type(even) .imageholder h4 {
  left: 0;
  right: initial;
}

.formules_ov article:nth-of-type(even) .imageholder {
  order: 2;
}

.formules_ov article:nth-of-type(even)>div {
  order: 1;
}

.formules_ov article ul {
  list-style-type: circle;
  margin-left: 40px;
  margin-bottom: 20px;
}

/* Einde Formules */

/* Blog*/

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

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

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

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

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

.blog-item {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-hold a:hover {
  background-color: transparent;
  color: #6E4E7C;
}

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

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

}

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

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

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

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

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

.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #6E4E7C;
  font-size: 25px;
}

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

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

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

.blog-nav a:hover, .blog-nav a.active {
  color: #6E4E7C;
}

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

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

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

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

.blog-recent .more {
  font-weight: bold;
  color: #6E4E7C;
}

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

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

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

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #6E4E7C;
  font-weight: 200;
  border: 1px solid #6E4E7C;
  color: #fff;
  transition: all 0.5s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Einde Blog */

/* Waarden */

.waarden {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.kernwaarden {
  width: 40%;
  background-color: transparent;
  background: #efefef;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px;
  padding-bottom: 50px;
}

.kernwaarden>h2 {
  font-weight: 300;
  color: #000;
  font-size: 60px;
  line-height: 110%;
  width: 100%;
  text-align: right;
  margin-bottom: 50px;
  font-size: 35px;
  font-family: 'Nanum Myeongjo', serif;
}

.kernwaarden ul {
  padding: 50px 0;
  list-style-type: none;
}

.kernwaarden ul li>div:first-of-type {
  width: 70px;
  color: #353535;
  font-size: 35px;
}

.kernwaarden ul li>div:last-of-type {
  font-size: 22px;
  min-width: 300px;
  color: #353535;
}

.kernwaarden ul li {
  display: flex;
  padding: 18px 0;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-family: 'Nanum Myeongjo', serif;
}

.troeven {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 80px;
  flex-wrap: wrap;
}


.troeven>h2 {
  color: #b0d49b;
  width: 100%;
  font-size: 35px;
  font-family: 'Nanum Myeongjo', serif;
  color: #BAA379;
  font-weight: 700;
}

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

.troeven article>h2 {
  font-weight: 300;
  color: #353535;
  font-size: 60px;
  line-height: 110%;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 25px;
  font-family: 'Nanum Myeongjo', serif;
}

.troeven article div {
  line-height: 200%;
  font-size: 1.1em;
  color: #5F5F5F;
}

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

.formule_detail>div {
  width: 100%;
  max-width: 650px;
  padding: 50px;
}

.formule_detail>div h1 {
  font-size: 35px;
  font-family: 'Nanum Myeongjo', serif;
  margin-bottom: 20px;
}

.formule_detail>div>a {
  background-color: #6E4E7C;
  border: 1px solid #6E4E7C;
  color: white;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 18px;
  padding: 10px 25px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
  transition: all .23s;
}

.formule_detail>div>a:hover {
  background-color: #fff;
  color: #6E4E7C;
}

.formule_detail>div .price {
  margin-top: 15px;
  font-size: 15px;
}

.formule_detail>div>div {
  line-height: 200%;
  font-size: 1.1em;
  color: #5F5F5F;
}

.formule_detail img {
  width: 60%;
}

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

.moreinfo .textholder {
  padding: 50px;
  width: 50%;
}

.moreinfo .textholder h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Nanum Myeongjo', serif;
}

.moreinfo .textholder div {
  line-height: 180%;
  font-size: 1.1em;
  color: #5F5F5F;
}

.split_images {
  width: 50%;
  position: relative;
}

.main_slider {
  width: 100%;
}

.main_slider article {
  width: 100%;
}

.split_images article img {
  width: 100%;
}

.split_images .split_controls {
  background-color: rgba(0, 0, 0, .6);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.split_images .split_controls h2 {
  font-weight: 700;
  font-size: 1.3em;
  color: white;
  font-family: 'Nanum Myeongjo', serif;
  padding: 10px 50px;
  border-right: 2px solid white;
  margin-bottom: 0;
}

.split_images .split_controls button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.6em;
  margin: 0 20px;
}

.split_images .split_controls div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.split_images .amount_slider {
  color: white;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5px;
}

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

.sharing a {
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all .3s;
  font-weight: 700;
  border: none;
}

.sharing a:hover {
  transform: scale(1.15);
}

.sharing a i {
  font-size: 20px;
}

.sharing p {
  font-weight: 400;
  color: #353535;
  padding-top: 3px;
  font-size: 14px;
  margin-right: 10px;
}

/* Einde Waarden */



/* Winkelwagen */
.shoppingcart_holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  position: relative;
}

.shoppingcart_holder::after {
  width: 50%;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.gegevens_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: flex-start;
}

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

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #1C1B1B;
  font-family: 'Nanum Myeongjo', serif;
}

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

.main img {
  width: 50px;
  margin-right: 20px;
}

.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: #1C1B1B;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.shopping_cart article:first-of-type .aantal {
  min-width: 150px;
  color: #1C1B1B;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}

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

.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-family: 'Nanum Myeongjo', serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  line-height: 140%;
}

.shopping_cart article h3 {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 16px;
}


.sub_article .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.sub_article .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

.sub_article .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


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

.sub_article .aantal input[type=number] {
  -moz-appearance: textfield;
}

.sub_article .price {
  min-width: 200px;
  color: #1C1B1B;
  font-size: 16px;
  text-align: center;
}

.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: 16px;
  font-weight: 200;
  color: #353535;
  font-family: 'Nanum Myeongjo', serif;
}

.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: 15px;
  font-weight: 400;
  color: #353535;
}

.goto_prev {
  color: #1C1B1B;
  font-family: 'Nanum Myeongjo', serif;
}

.goto_next {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  font-size: 18px;
  border: 1px solid #6E4E7C;
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Nanum Myeongjo', serif;
}

.goto_next:hover {
  color: #6E4E7C;
  background-color: transparent;
}

#pay {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Nanum Myeongjo', 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;
}

.voucher {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  padding: 20px 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.voucher>p {
  padding: 10px 20px;
  border: 1px solid #353535;
  color: #353535;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s;
  font-family: 'Nanum Myeongjo', serif;
}

.voucher .message .error {
  color: #B85348;
  padding-bottom: 5px;
  font-weight: 200;
}

.voucher>p:hover {
  transform: scale(1.1);
  background-color: #353535;
  color: #fff;
}

.voucher_code {
  display: none;
}

.voucher_code input[type=text] {
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  width: 400px;
}

.voucher_code button {
  padding: 12px 20px;
  color: #fff;
  border: none;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #1C1B1B;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

/* Einde Winkelwagen */


/* Gegevens */

.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;
  font-size: 14px;
  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;
  font-size: .8em;
  background-color: #E4E4E4;
}

.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: 4px;
  top: 4px;
  color: white;
}

.checkbox a {
  font-weight: 700;
  color: #000;
}

.gegevens_holder aside {
  width: 500px;
  margin-right: 10px;
  padding-top: 60px;
  padding-bottom: 50px;
  top: 0;
  position: sticky;
}

.gegevens_holder aside>h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;

  color: #696969;
}

.gegevens_holder aside article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.gegevens_holder aside article img {
  width: 100px;
}

.gegevens_holder aside article>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gegevens_holder aside article div div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 15px;
}

.gegevens_holder aside article div h2 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.gegevens_holder aside article div h3 {
  font-size: 14px;
  font-weight: 200;
  color: #353535;
}

.gegevens_holder .totaalprijs {
  width: 100%;
  border-top: #E1E1E1 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.gegevens_holder aside .veiligbetalen {
  width: 100%;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #D5D5D5;
}

.gegevens_holder aside .veiligbetalen h2 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 22px;
  margin-bottom: 15px;
  border-top: 1px solid #D5D5D5;
  padding-top: 20px;
  margin-top: 20px;
}

.gegevens_holder aside .veiligbetalen h2:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.gegevens_holder aside .betaalmethodes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.gegevens_holder aside .betaalmethodes img {
  width: 35px;
  margin-right: 10px;
}

.gegevens_holder aside .veiligbetalen a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  padding: 8px 0;
  color: #353535;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gegevens_holder aside .veiligbetalen a i {
  width: 30px;
  font-size: 18px;
}


.webshop-form {
  padding: 50px;
  background-color: #fff;
  border-right: #E1E1E1 1px solid;
  width: calc(100% - 550px);
}

.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 {
  position: relative;
  margin-bottom: 15px;
}

.webshop-form .field input,
.webshop-form .field select,
.webshop-form .field textarea,
.shoppingcart_main #servicepunt,
.cadeaubon-item input {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Spartan', sans-serif;
}

.webshop-form .field_caret {
  border-left: 1px rgba(179, 179, 179, 0.5) solid;
  height: 43%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}

.webshop-form .field_caret i {
  font-size: 20px;
  color: #919191;
  margin-left: 10px;
}

.webshop-form .field label {
  position: absolute;
  left: 13px;
  top: 16px;
  font-size: 14px;
  transition: all .2s;
}

.webshop-form .floatlabel label {
  top: 8px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}

.webshop-form .floatlabel input,
.webshop-form .floatlabel select,
.webshop-form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}

.webshop-form .field input:focus {
  border: 1px solid #6E4E7C;
}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #6E4E7C;
  font-family: 'Nanum Myeongjo', serif;
  color: white;
  font-size: 18px;
  border: 2px solid #6E4E7C;
  transition: all .3s;
}

.webshop-form input[type=submit]:hover {
  background-color: white;
  color: #6E4E7C;
}

.webshop-form #field_Voornaam,
.webshop-form #field_Naam,
.webshop-form .wd49 {
  width: 49%;
}

.webshop-form #field_Gemeente, .webshop-form .wd80 {
  width: 80%;
}

.webshop-form #field_Huisnummer,
.webshop-form #field_Postcode, .webshop-form .wd18 {
  width: 18%;
}

.webshop-form #field_Land,
.webshop-form #field_Telefoon,
.webshop-form #field_GSM,
.webshop-form #field_Email,
.webshop-form #field_Levnaam,
.webshop-form #field_Opmerking,
.webshop-form #field_Adres,
.webshop-form #field_Bedrijfsnaam,
.webshop-form #field_BTW, .webshop-form .wd100 {
  width: 100%;
}


.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: 400;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #f4f4f4;
  color: #6E4E7C;
  width: 100%;
}

.webshop-form h2:first-of-type {
  border-top: none;
}

.webshop-form h3 {
  font-weight: 200;
  color: #232323;
  font-size: 15px;
  margin-bottom: 20px;
}

.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: #000;
  font-weight: 700;
}

.gegevens_controleren {
  display: none;
}

.webshop_Adres {
  width: 100% !important;
}

.webshop_Postcode {
  width: 31.33% !important;
}

.webshop_Gemeente {
  width: 66.66% !important;
}

.input_gegevens {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

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

.big {
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 10px;
}

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

.controle_part .financial {
  width: 100%;
}

/* Einde Gegevens */

/* Controleren */

.controleren_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.controleren_content>h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 25px;
  color: #6E4E7C;
  font-weight: 700;
  font-family: 'Nanum Myeongjo', serif;
}

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

.controleren_content article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.controleren_content article img {
  width: 100px;
}

.controleren_content article>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controleren_content article div div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 15px;
}

.controleren_content article div h2 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.controleren_content article div h3 {
  font-size: 14px;
  font-weight: 200;
  color: #353535;
}

.controleren_content .totaalprijs {
  width: 100%;
  border-top: #E1E1E1 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 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 img {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.remark_btn.save_btn {
  display: none;
}

.show-disclaimer {
  cursor: pointer;
}

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

.remark_holder {
  margin-bottom: 8px;
}

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

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

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


.date_op h2 {
  font-size: 25px;
  color: #EC008C;
  margin-bottom: 0;
  font-family: 'effra', sans-serif;
}

.date_op p span {
  font-weight: 700;
  color: #353535;
}

.date_op p {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  display: flex;
  padding: 3px 0;
  justify-content: space-between;
  align-items: center;
}

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

.betaalmethodes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.betaalmethodes>div {
  width: 49%;
  border: 2px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  cursor: pointer;
}

.betaalmethodes>div.active {
  background-color: #e2d8e6;
  border: 2px solid #e2d8e6;
}

.betaalmethodes div img {
  width: 50px;
  margin-bottom: 10px;
}

.betaalmethodes>div h2 {
  font-weight: 700;
  font-size: 15px;
}

.domicilgegevens .field {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.domicilgegevens .field label {
  padding: 15px 0 5px 0;
  font-family: "Spartan", sans-serif;
}

.domicilgegevens .field input {
  width: 100%;
  border: #E1E1E1 1px solid;
  padding: 10px;
  padding-top: 15px;
  font-family: "Spartan", sans-serif;
}

/* Einde Controleren */

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

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

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

.bestelling_geplaatst>div h1 {
  color: #1C1B1B;
  line-height: 130%;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Nanum Myeongjo', serif;
  text-align: center;
}

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

.bestelling_geplaatst>div div {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  color: #6a6a6a;
}

.bestelling_geplaatst>div>a {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-size: 20px;
  border: 1px solid #6E4E7C;
  margin-top: 20px;
  font-family: 'Nanum Myeongjo', serif;
  transition: all .3s;
  border-radius: 4px;
}

.bestelling_geplaatst>div>a:hover {
  background-color: transparent;
  color: #6E4E7C;
}

.bestelling_geplaatst>div>div a {
  color: #6E4E7C;
}

/* Einde Bevestiging */


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

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

#content-container h3 {
  background: #314983;
  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: #314983;
}

#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: circle;
}




/* Media Query's */
@media screen and (max-width: 1550px) {
  .slogan {
    padding-right: 0;
  }

  .banner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1400px) {
  .product>img {
    max-width: 100px;
  }

  .product {
    padding: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .formules_ov article .imageholder {
    width: 50%;
  }

  .formules_ov article .textholder {
    width: 50%;
    padding: 20px;
  }

  .formule_detail>div {
    width: 100%;
    max-width: 100%;
    padding: 50px 10px;
  }

  .formule_detail img {
    display: none;
  }

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

@media screen and (max-width: 1250px) {
  .product_header {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .product_header_image {
    flex-wrap: wrap;
    width: 45%;
  }

  .product_header_content {
    width: 55%;
    padding: 25px;
    max-width: 100%;
  }

  .product_extrafotos {
    width: 100%;
    order: 2;
  }

  .product_header_image>img {
    order: 1;
    width: 100%;
  }

  .product {
    width: 98%;
  }

   .navigatie .logo {
    display: none;
  }

  .navigatie .logo_resp {
    display: block;
    width: 200px;
  }

  .navigatie nav ul a {
    font-size: 16px;
    margin: 0 10px;
  }

  #alcohol18 {
    display: none;
  }

  .navigatie .shoppingcart {
    font-size: 18px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .home_banner {
    flex-wrap: wrap;
    height: 450px;
  }

  .home_banner article {
    display: none;
  }

  .home_banner article:first-of-type {
    width: 100%;
    display: flex;
  }

  .contact_gegevens {
    width: 100%;
  }

  .contact_formulier {
    width: 100%;
  }

  .contact_split {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .contact_info {
    padding: 30px;
  }

  .contact_split div {
    justify-content: center;
    align-items: center;
  }

  .waarden {
    flex-wrap: wrap;
  }

  .kernwaarden {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }

  .kernwaarden ul li {
    width: 50%;
  }

  .kernwaarden ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
  }

  .troeven {
    padding: 30px;
    width: 100%;
  }

  .moreinfo {
    padding: 10px;
  }

  .moreinfo .textholder {
    padding: 10px;
  }

  .gegevens_holder {
    flex-wrap: wrap;
  }

  .webshop-form {
    padding: 0px 15px;
    width: 100%;
    order: 2;
  }

  .gegevens_holder aside {
    width: 100%;
    order: 1;
    padding: 30px 15px;
    position: static;
  }

  .gegevens_holder aside .veiligbetalen {
    display: none;
  }

  .shoppingcart_holder::after {
    display: none;
  }

  .dashboard aside {
    width: 100%;
  }

  .form_holder_edit, .password_holder, .tegoeden_holder, .dashboard_bestellingen {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .hideres {
    display: none !important;
  }

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

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

}


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

  #alcohol18 {
    font-size: 13px;
  }

  .home_ak .content h2 {
    font-size: 50px;
  }

  .home_ak {
    height: 70vh;
  }

  .home_ak .content {
    top: 50%;
  }

  .blokken article {
    flex-wrap: wrap;
  }

  .blokken article img {
    width: 100%;
    order: 1 !important;
  }

  .blokken article>div {
    width: 100%;
    order: 2 !important;
    padding: 10px;
  }

  .blokken article>div h2 {
    font-size: 25px;
  }

  .banner {
    padding: 10px;
    flex-wrap: wrap;
  }

  .banner .img {
    width: 100%;
    max-width: 400px;
  }

  .banner .content div {
    text-align: center;
  }

  .banner .content h2 {
    text-align: center;
  }

  .banner .content {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
  }

  .banner .img img {
    transform: none;
  }

  .tickertape {
    margin-top: 0;
  }

  .slogan {
    width: 100%;
    padding: 30px 10px;
    font-size: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .slogan p {
    order: 2;
    text-indent: initial;
  }


  .slogan i {
    position: relative;
    left: initial;
    top: initial;
    margin-bottom: 10px;
    order: 1;

  }
}

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

  .formules_ov article {
    flex-wrap: wrap;
  }

  .formules_ov article .imageholder {
    width: 100%;
    order: 1 !important;
  }

  .formules_ov article .textholder {
    width: 100%;
    padding: 20px 0;
    order: 2 !important;
  }

  .moreinfo .textholder {
    width: 100%;
  }

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

  .kalenderov article {
    width: 100%;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
    /*KP:04/05/2021*/
    flex-direction: column-reverse;
  }

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

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

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

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    /*KP:04/05/2021*/
    display: none;
  }

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

  .aanbod_pagina aside {
    position: fixed;
    width: 100%;
    left: -1000px;
    top: 0;
    background-color: #fcfcfc;
  }

  .aanbod_items {
    width: 100%;
  }

  .product {
    width: 48%;
  }

  .showFilters {
    display: flex;
    margin-bottom: 20px;
  }

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

  .aanbod_pagina {
    flex-wrap: wrap;
  }

  .aanbod_pagina aside h2 span {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .navigatie {
    padding: 20px 10px;
  }

  .navigatie nav li {
    display: none;
  }

  .shoppingcart {
    margin-left: 0;
    margin-right: 30px;
  }

  .menubtn {
    display: block;
  }

  footer>div div:nth-child(2n) {
    display: none;
  } 

  .producten_preview .producten article {
    width: 48%;
  }

  .home_banner article h2 {
    font-size: 20px;
    left: 10px;
    padding: 10px;
  }

  .blog-main .c {
    font-size: 1em;
  }

  .aanbod_pagina {
    flex-wrap: wrap;
  }

  .aanbod_items {
    padding: 0;
  }

  .aanbod_pagina aside {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .product_header {
    flex-wrap: wrap;
  }

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

  .product_header_image img {
    max-width: 300px;
  }

  .product_header_content {
    width: 100%;
  }

  .home_banner article .content {
    position: relative;
    transform: none;
    background-color: #6E4E7C;
    left: initial;
    top: initial;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
  }

  .product {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .product>img {
    margin-bottom: 10px;
  }

  .product h3 {
    text-align: center;
  }

  .product h2 {
    font-size: 1.2em;
    text-align: center;
  }

  .product .price {
    font-size: 1em;
    text-align: center;
  }

  .product .cart {
    flex-wrap: wrap;
  }

  .product .aantal {
    width: 100%;
  }

  .product .aantal input {
    width: 100%;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-radius: 0;
  }

  .product .aantal i {
    width: 40px;
    height: 40px;
    font-size: 1em;

    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #c2c2c2;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .product .aantal .increase-amount {
    top: 50%;
    right: 0;
    padding: 0;
    border-radius: 0;
  }

  .product .aantal .decrease-amount {
    top: 50%;
    border-radius: 0;
    padding: 0;
    left: 0;
  }

  .product button {
    width: 100%;
    margin-top: 10px;
  }

  .product .processing,
  .product .processing-done {
    padding-left: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 40px;
  }


}

@media screen and (max-width: 800px) {
  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }

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

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

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

  .shopping_cart article {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    border: 2px dashed #e8e8e8;
  }

  .shopping_cart article:last-of-type {
    border-bottom: 2px dashed #e8e8e8;
  }

  .winkelwagen_pagina>h1, .gegevens_pagina h1 {
    text-align: center;
    margin-bottom: 10px;
  }

  .shopping_cart article h3, .shopping_cart article h2 {
    text-align: center;
  }

  .shopping_cart article .main {
    margin-bottom: 20px;
  }

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

  .winkelwagen_pagina {
    padding: 0 15px;
  }

  .financial dl {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .financial dt {
    font-weight: 400;
  }

  .financial dd {
    min-width: 0;
    margin-left: 15px;
  }

  .financial dl>div:last-of-type {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .product_header_content {
    padding: 10px;
  }
}

@media (max-width: 768px) {

  /* Label verbergen */
  .contact-bubble {
    display: none;
  }

  /* Bubble compacter maken */
  .bubble-inner {
    padding: 8px;
    border-radius: 50%;
  }

  /* Trigger centreren */
  .bubble-trigger {
    justify-content: center;
  }

  /* Avatar iets groter (optioneel mooier) */
  .avatar {
    width: 36px;
    height: 36px;
  }

}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }

  .disclaimer {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .disclaimer img {
    max-width: 140px;
    margin-bottom: 20px;
  }

  .rightfoot {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .gdpr a {
    font-size: 12px;
    line-height: 180%;
  }

  footer>div {
    gap: 20px;
  }

  .footer-logo {
    margin: 0 auto;
    
  }
}

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

  .curtaindrop h2 {
    font-size: 40px;
  }

  .curtaindrop p {
    font-size: 22px;
  }


  .formules_ov article .textholder>div {
    font-size: 15px;
  }

  .formules_ov article .textholder h2 {
    font-size: 25px;
  }

  .page_header {
    padding: 50px 10px;
    padding-bottom: 10px;
  }

  .blog-row .row-block, .blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }

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

  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }

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

  .aanbod_items {
    justify-content: flex-start;
  }

  .product {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .blog-main .blog-img .h1 {
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 650px) {  
  .betaalmethodes>div {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 10px;
  }

  .betaalmethodes>div img {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .controleren_content>h2 {
    font-size: 20px;
  }

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

  .betaalmethodes>div h2 {
    font-size: 13px;
  }

  .controleren_content .privcnt {
    font-size: 13px !important;
    line-height: 150%;
  }

  .controleren_content .totaalprijs {
    font-size: 13px !important;
  }

  .controleren_content article div h3 {
    font-size: 13px;
  }

  .controleren_content article img {
    width: 70px;
  }

  .controle_item {
    font-size: 13px !important;
  }
}


@media screen and (max-width: 800px) {
  .grijze_ak_content {
    transform: none;
  }

  .grijze_ak_content img {
    display: none !important;
  }

  .aks {
    transform: none;
  }

  .grijze_ak_content>div {
    width: 100%;
  }

  .grijze_ak {
    margin-top: 0;
  }

  .grijze_ak_content>div h2 {
    text-align: center;
  }

  .grijze_ak_content>div div {
    text-align: center;
  }

  .grijze_ak_content>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .aks .slick-dots {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .aks .slick-arrow {
    bottom: -25px;
    left: 48%;
    transform: translateX(-50%);
  }

  .aks .slick-next {
    left: 52%;
  }

  .oplossingen {
    flex-wrap: wrap;
  }

  .oplossingen_floating {
    right: 0px;
    left: initial;
    transform: none;
  }

  .oplossingen_floating h2 {
    font-size: 100px;
  }

  .oplossing_ov {
    width: 100%;
  }

  .oplossing_det {
    width: 100%;
    padding: 20px 0px;
  }

  .oplossing_det>div h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .oplossing_det>div>div {
    font-size: 16px;
  }

  .oplossing_det>div {
    max-width: 100%;
  }

  .oplossing_det>div>div {
    margin-bottom: 20px;
  }

  .oplossing_det>div>a {
    margin-top: 0;
  }

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

  .page_header h2 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .page_header>div {
    font-size: 16px;
  }

  .page_header h2 {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
  }

  .kernwaarden {
    padding: 20px;
  }

  .kernwaarden ul li {
    padding: 10px;
  }

  .kernwaarden ul li>div:first-of-type {
    min-width: 50px;
    font-size: 25px;
  }

  .kernwaarden ul li>div:last-of-type {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .oplossingen_floating {
    display: none;
  }

  .troeven article {
    width: 100%;
  }

  .home_ak .content {
    width: 100%;
  }

  .gegevens_holder aside article img {
    width: 50px;
  }

  .gegevens_holder aside article div h2 {
    font-size: 16px;
  }

  .gegevens_holder aside article div h3 {
    font-size: 12px;
  }

  .gegevens_holder .totaalprijs {
    font-size: .8em;
  }

  .webshop-form #field_Voornaam, .webshop-form #field_Naam,
  .webshop-form #field_Gemeente,
  .webshop-form #field_Huisnummer, .webshop-form #field_Postcode, .webshop-form .wd18, .webshop-form .wd80, .webshop-form .wd49 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .res-nav {
    width: 100%;
    right: -600px;
  }

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

  .siteby {
    font-size: 12px;
  }

  .producten_preview .producten article {
    width: 100%;
  }

  .kernwaarden ul li>div:last-of-type {
    min-width: initial;
  }

  .kernwaarden ul {
    width: initial;
    flex-direction: column;
  }

  .kernwaarden ul li {
    width: initial;
  }

  .betaalmethodes {
    flex-wrap: wrap;
  }

  .betaalmethodes>div {
    width: 100%;
    margin-top: 10px;
  }

  .buttons {
    margin-top: 20px;
  }

  .goto_prev {
    font-size: 15px;
  }

  .goto_next {
    padding: 10px 20px;
    font-size: 15px;
  }

  .blog-more-nav-btn {
    display: block;
  }

  .blog-more-nav {
    display: none;
  }

}

@media screen and (max-width: 550px) {
  .PL_Wrapper {
    right: 10px;
  }

  .topper {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .siteby>div>div {
    flex-direction: column;
  }

  .siteby>div>div span {
    opacity: 0;
  }

  .closebtn {
    top: 15px;
  }

  .res-nav .zeal {
    width: 150px;
  }

  .rightfoot {
    width: 90%;
    margin: auto;
  }

  .logos {
    justify-content: center;
  }

  .logos img {
    height: 30px;
  }

  .product {
    width: 100%;
    margin-bottom: 40px;
  }
}


@media screen and (max-width: 400px) {
  .row-block.extra {
    display: none;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }

  .gdpr {
    flex-direction: column;
    line-height: 140%;
  }

  .gdpr span {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .navigatie .logo_resp {
    width: 170px;
  }
}