@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
  -moz-appearance: textfield;
  vertical-align: middle;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
  border: 0;
  padding: 0;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
  position: relative;
  font-family: Poppins, sans-serif;
}

/* Cookie Melding */
.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  z-index: 500;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies > img {
  width: 50px;
}

.plenso_cookies > div {
  color: #10182F;
  padding: 25px 0px;
  line-height: 25px;
}

.plenso_cookies > div a {
  color: #10182F;
  text-decoration: underline;
}

.plenso_cookies > a {
  background-color: #E13031;
  color: white;
  font-weight: 700;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies > a:hover {
  transform: scale(1.1);
}

/* Einde Cookie Melding */

.bootbox-body {
  line-height: 130%;
  color: #686868;
}

/* Navigatie */

.navigatie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 10px;
  z-index: 2;
}

.logo {
  width: 300px;
  margin-left: 20px;
}



/* Einde Navigatie */


/* Certificaten */

.certificaten {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.certificaten article {
  width: 21%;
  margin: 2%;
  border: #e8e8e8 2px solid;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.certificaten article > i {
  font-size: 30px;
  color: #E13031;
}

.certificaten article > h2 {
  font-size: 18px;
  margin: 10px 0;
  color: #252525;
  text-align: center;
  font-weight: 200;
}

.certificaten article > a {
  background-color: #E13031;
  color: white;
  font-weight: 700;
  width: 100%;
  padding: 12px;
  text-align: center;
}

/* Einde Certificaten */

/* Menu Button */

.menu_button {
  position: absolute;
  right: 50px;
  top: 7px;
  z-index: 70;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.menu_button a {
  margin-right: 25px;
  font-size: 1.5em;
  color: #000;
  position: relative;
}

.menu_button a>div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  font-size: .5em;
  font-weight: 700;
  border-radius: 200px;
  background-color: #42AC6F;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  transform: translate(70%, 70%);
}

.menu_button img {
  width: 130px;
  margin-right: 30px;
}

.menu_button>div {
  width: 50px;
  height: 50px;
  transition: all .5s;
  padding: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: white;
  border-radius: 200px;
  font-size: 1.3em; 
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}
/* Einde Menu Button */

.home_slider {
  width: 100%;
}

.home_slider img {
  width: 100%;
}

.home_slider .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 200px;
  border: none;
  background-color: rgba(0,0,0,.7);
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 2;
}

.home_slider .slick-next {
  left: initial;
  right: 10px;
}

.home_slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.home_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  margin: 10px 3px;
  background-color: #fff;
  cursor: pointer;
}

.home_slider .slick-dots .slick-active {
  background-color: #000;
}

.home_slider .slick-dots li button {
  display: none;
}

.home_slider article {
  position: relative;
}

.home_slider .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 120px);
  max-width: 1600px;
  transform: translate(-50%, -50%);
}

.home_slider .content a {
  background-color: #E13031;
  color: white;
  padding: 14px 25px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

.home_slider .content h2 {
  font-size: 2.8em;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.47);
}

.home_slider .content h3 {
  font-size: 1.1em;
  color: white;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.47);
}

.home_banner .overlayer {
  background-color: rgba(130,114,76,.37);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
  display: inline-block;
  background: #42AC6F;
  color: #fff;
  border: 2px solid #42AC6F;
  border-radius: 200px;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all .2s;
}

.curtaindrop .button:hover {
  background: transparent;
  color: #42AC6F;
}

.curtaindrop p {
  font-size: 1.2em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 1em 0;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  z-index: 5;
}


/* Einde Curtaindrop */

.container {
  padding: 2px 16px;
}

.the_container{
  width: 75%;
  margin: 0 auto;
}
/* Page Header */

.page_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  padding-bottom: 50px;
}

.page_header>div:first-of-type {
  height: 55px;
  width: 2px;
  background-color: #e22e2d;
  margin-bottom: 30px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.page_header>h1 {
  color: #e22e2d;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 200%;
  font-weight: 200;
  font-size: 1.2em;
  color: rgb(110, 110, 110);
  width: 100%;
  text-align: center;
}
.page_header_tekst>h2 {
  color: #e22e2d;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
  
}
.page_header_tekst a {
  color: #DBB957;
}

/* Einde Page Header */


/* Klassen */

.klassen {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.klassen article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border: 2px solid #F5F5F5;
  padding: 20px;
}

.klassen article img {
  width: 200px;
  margin-right: 25px;
}

.klassen article > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc( 100% - 225px);
  padding-top: 20px;
}

.klassen article h2 {
  color: #e22e2d;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
}

.klassen article .text {
  line-height: 180%;
  font-weight: 200;
  color: rgb(110, 110, 110);
  font-size: 1.2em;
  margin-bottom: 20px;
}

/* Einde Klassen */

/* Footer */

footer {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}

.socials {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.socials>a{
  padding: 0;
  width: 40px;
  height: 40px;
  color: #000;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  font-size: 1.2em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  margin: 0 7px;
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: rgb(160, 160, 160);
  padding: 10px;
  padding-top: 0;
  font-weight: 200;
  font-size: 1em;
  line-height: 150%;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer a {
  color: #b4b4b4;
}

.gegevens {
  width: 100%;
  max-width: 1000px;
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.gegevens h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 10px;
}

.gegevens > div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #686868;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 200%;
}

.gegevens > div a {
  color: #686868;
}

/* Einde Footer */


.searchprods {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.searchprods input {
  height: 34px;
  border: 2px solid #f2f2f2;
  font-family: "Poppins", serif;
  color: #252525;
  margin-right: 10px;
  min-width: 250px;
  padding-left: 50px;
}

.searchprods span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  z-index: 5;
  color: #3A3A3A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #f2f2f2;
  transform: translateY(-50%);
}



/* Power Titel */

.power_titel_holder {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  padding: 30px 20px;
}

.power_titel {
  font-size: 3.7em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 130%;
}

.power_titel strong {
  font-weight: 700;
  color: #3C3C3B;
}

/* Einde Power Titel */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
  width: 100%;
}

.blokken article:last-of-type {
  padding-bottom: 0;
}

.blokken article>img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #e22e2d;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.2em;
  margin-bottom: 20px;
}

.blokken_tekst ul {
  padding-left: 20px;
  list-style-type: disc;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  color: #353535;
  font-weight: 700;
  font-size: 1.2em;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(odd) img {
  order: 3;
}


/* Einde Blokken */


/* Aanbod */

.aanbod_top {
  width: 100%;
  max-width: 1600px;
  padding: 40px 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.filter-group {
  padding-bottom: 20px;
}

.aanbod_top > h1 {
  font-size: 2em;
  color: #e22e2d;
  font-weight: 700;
}

.aanbod_top > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_top > div select {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  height: 40px;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.assortiment_weergave {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.assortiment_weergave > div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  font-size: 1.2em;
  background-color: #f2f2f2;
  transition: all .3s;
  color: #353535;
}

.assortiment_weergave > div:hover {
  background-color: #dbdbdb;
}

.active_weergave {
  color: #e22e2d !important;
}

.list_view {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.list_view > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  color: #b6b6b6;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-left: 7px;
}

.list_view_active {
  background-color: #D23B3D !important;
  color: white !important;
  border: 2px solid #D23B3D !important;
}


.price_order {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1em;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.aanbod_pagina {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.clearfilters {
  font-size: 1em;
  color: #98272B;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 5px;
  cursor: pointer;
  background-color: #f7f7f7;
}

.clearfilters i {
  margin-right: 10px;
}

.aanbod_pagina aside {
  width: 100%;
  max-width: 350px;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-right: 20px;
  padding-bottom: 10px;
}

.aanbod_pagina aside>h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  color: #e22e2d;
  border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #353535;
  margin-top: 15px;
  padding: 5px 20px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}


.aanbod_pagina aside h3 i {
  font-size: 1.2em;
  transition: all .3s;
}

.activeCat i:not(.fa-check) {
  transform: rotate(180deg);
}

.aanbod_filter {
  margin: 0 20px;
  border-bottom: 2px dashed #F5F5F5;
}

.aanbod_filter:last-of-type {
  border-bottom: none;
}

.aanbod_filter select {
  width: 100%;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 10px;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
  color: #737373;
  font-size: 1.2em;
}

.checkbox input,.aanbod_pagina aside h3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.aanbod_pagina aside h3 .checkmark {
  left: 10px;
}
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  font-size: .8em;
  background-color: #E4E4E4;
}

.checkbox:hover input ~ .checkmark,.aanbod_pagina aside h3:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark,.aanbod_pagina aside h3 input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i,.aanbod_pagina aside h3 input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i,.aanbod_pagina aside h3 .checkmark i {
  left: 2px;
  top: 2px;
  color: white;
}

.aanbod_items {
  width: 100%;
}

.aanbod_items section {
  width: 100%;
}

.aanbod_items section > h2 {
  font-size: 1.5em;
  font-weight: 200;
  color: #252525;
  padding: 15px;
  padding-top: 0;
}

.aanbod_items .subcat-products {
  width: 100%;
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 2%;
  background-color: white;
  position: relative;
  overflow: hidden;
  border: 2px solid #F5F5F5;
}

.hiddenarticles {
  opacity: 0;
  transition: all 1s;
  transform: translateY(70px);
}

.product .eenheid {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}

.product_opmerking {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: rgb(76,76,76);
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 1.2em;
  font-family: Poppins, sans-serif;
  height: 150px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.gram_eenheid {
  font-family: sans-serif;
  color: #353535;
  font-size: .9em;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%); 
}

.product .eenheid label {
  font-size: .8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  color: #353535;
  margin-bottom: 5px;
  margin-top: 15px;
}

.product .eenheid select {
  padding: 5px;
  background-color: #fff;
  border: 2px solid #efefef;
  font-family: "Poppins", sans-serif;
  font-weight: 200; 
  background-image: url(/images/select.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  color: #606060;
  cursor: pointer;
  font-size: 1.15em;
  max-width: 240px;
}

.product .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 94%;
  margin: 0 3%;
  margin-top: 5px;
  position: relative;
  z-index: 3;
}

.product .aantal i {
  font-size: .9em;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #353535;
  cursor: pointer;
  transition: all .2s;
}

.product .aantal i:hover {
  background-color: #000;
}

.product .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #353535;
  font-size: 1.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  line-height: 100%;
  width: 150px;
  height: 35px;
  margin: 0 10px;
  border: 2px solid #efefef;
}

.product button {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 5px;
  border: none;
  background-color: #e22e2d;
  border: 2px solid #e22e2d; 
  transition: all .3s;
  font-size: 1.2em;
  font-weight: 200;
  color: #fff;
  padding: 7px 10px;
  z-index: 3;
  font-family: Poppins, sans-serif;
  bottom: 0;
}

.product button i {
  margin-left: 10px;
}

.product button:hover {
  background-color: transparent;
  color: #e22e2d;
}

.product .processing {
  color: #e22e2d;
  line-height: 47px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.product .processing-done {
  color: #e22e2d;
  line-height: 47px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.product a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.product a span {
  display: none;
}

.product > img {
  width: auto;
  position: relative;
  z-index: 1;
  transition: all 1s;
  height: 267px;
  margin: 0 auto; 
  display: flex;
  
}

.product:hover img {
  transform: scale(1.08);
}

.product_toepassingen {
  padding: 10px;
}

.product_toepassingen li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
}

.product_toepassingen li i {
  margin-right: 10px;
  font-size: 20px;
}


.product > h3 {
  width: 100%;
  text-align: left;
  color: #3F3F3F;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  line-height: 150%;
  min-height: 80px;
}

.product > h4 {
  width: 100%;
  text-align: center;
  color: #e22e2d;
  margin-top: 5px;
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.smallProduct {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
}

.smallProduct img {
  display: none;
}

.smallProduct .aantal {
  display: none;
}

.smallProduct > h2 {
  text-align: left;
  justify-content: flex-start;
}

.smallProduct > h3 {
  text-align: left;
}

.smallProduct > a {
  z-index: 2;
}

.smallProduct button {
  display: none;
}

.range-slider {
  margin-top: 10px;
}

.hiddenarticles {
  opacity: 0;
  transition: all .3s;
  transform: translateY(70px);
}

.spinnerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.spinnerbox img {
  width: 100px;
}

/* Einde Aanbod */
/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  max-width: 650px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 2em;
  color: #E13031;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #615d59;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #E13031;
  width: 90%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #615d59;
  font-size: 17px;
  font-weight: 200;
  text-align: center;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #E13031;
  font-weight: 700;
  border-radius: 4px;
  color: white;
  margin-top: 20px;
}

/* Einde Bevestiging*/

/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

.team {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.team article {
  width: 18%;
  margin: 1%;
  padding: 10px;
  background-color: white;
}

.team article img {
  width: 100%;
  margin-bottom: 10px;
}

.team article h2 {
  width: 100%;
  font-size: .9em;
  text-align: center;
  background-color: white;
  padding: 5px;
}

.radio_container {
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
}

.radio_container input {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio_container input:checked + .radio_checker {
  background-color: #94C11E;
  color: white;
}

.radio_container input:checked + .radio_checker i {
  display: block;
}

.radio_checker:hover {
  background-color: #94C11E;
  color: white;
}

.radio_checker {
  cursor: pointer;
  transition: all .3s;
  padding: 15px 30px;
  border-radius: 200px;
  font-size: .8em;
  font-weight: 700;
  background-color: #e4e4e4;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.form_changer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio_checker i {
  display: none;
  margin-right: 10px;
}

.contact_info {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 60px 10px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  flex-wrap: wrap;
  transform: translateY(-20%);
  max-width: 1200px;
  border: 2px solid #eeeeee;
  padding-left: 5%;
  padding-right: 5%;
}

.contact_info .openingsuren {
  width: 100%;
  padding-top: 35px;
}

.openingsuren .days-openings {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.openingsuren .days-openings > * {
  width: 25%;
}
.openingsuren .days-openings > *:nth-child(n+5){
  margin-top: 15px;
}


.contact_info h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e22e2d;
}

.contact_info p {
  color: #4B4B4B;
  font-size: 1.2em;
  text-align: left;
  margin-top: 15px;
  font-weight: 200;
}

.contact_info a {
  padding-left: 30px;
  position: relative;
}

.contact_info a {
  color: #4B4B4B;
}

.contact_info a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} 

.contact_content {
  width: 100%;
  padding-bottom: 60px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100px;
  flex-wrap: wrap;
  border: 2px solid #eeeeee;
}

.contact_gegevens {
  width: 28%;
  margin-left: 2%;
  background-color: white;
}

.contact_gegevens img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contact_gegevens>div {
  padding: 25px;
  line-height: 200%;
}

.contact_gegevens div h2 {
  color: #98272B;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.contact_gegevens div div {
  font-size: .85em;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #4B4B4B;
  line-height: 200%;
}

.contact_gegevens div div p {
  width: inherit;
}

.contact_form_holder {
  width: 100%;
  padding: 35px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_form_holder>div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.contact_form, .complaint_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 4%;
}


.hideField {
  display: block;
}

.complaint_form {
  display: none;
}

#NaamInput {
  width: 48%;
}

#EmailInput {
  width: 100%;
}

.contact_form input[type=text], 
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px 0;
  color: #A8A8A8;
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 1.2em;
  font-family: Poppins, sans-serif;
  height: 300px;
}

.contact_form input[type=submit] {
  border-radius: 200px;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #e22e2d;
  font-weight: 200;
  color: #e22e2d;
  font-size: 1.2em;
  font-weight: 200;
  font-family: Poppins, sans-serif;
  transition: all .3s;
}


.contact_form input[type=submit]:disabled, .complaint_form input[type=submit]:disabled{
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #909090;
}

.contact_form input[type=submit]:disabled:hover, .complaint_form input[type=submit]:disabled:hover {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #909090;
}

.contact_form input[type=submit]:hover, .complaint_form input[type=submit]:hover {
  background-color: #e22e2d;
  color: #fff;
}

#VoornaamCnt, #NaamCnt {
  width: 49%;
  margin-bottom: 2%;
}

#EmailCnt {
  width: 100%;
  margin-bottom: 2%;
}

#StraatCnt, #GemeenteCnt {
  width: 69%;
  margin-bottom: 2%;
}

#BusCnt, #PostcodeCnt {
  width: 29%;
  margin-bottom: 2%;
}

.contact_aandachtskader {
  max-width: 1200px;
  width: 100%;
  border: 2px solid #42AC6F;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-bottom: 5rem;
  position: relative;
}

.contact_aandachtskader h2 {
  color: #42AC6F;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  background-color: white;
  padding: 1rem;
}

.contact_aandachtskader p {
  color: #ababab;
  text-align: center;
  font-size: 1.2em;
  line-height: 170%;
}

/* Einde Contact */

/* Product Pagina */

.product_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 10px;
}

.product_header_image {
  width: 40%;
}

.product_header_image > a {
  font-weight: 200;
  font-size: 1.2em;
  color: #e22e2d;
  display: inline-block;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.product_header_image > a i {
  transition: all .3s;
  padding-left: 5px;
  font-size: 1.3em;
}

.product_header_image > a span {
  padding-bottom: 3px;
}

.product_header_image > a:hover i {
  padding-left: 0 !important;
  padding-right: 5px;
}

.product_header_image img {
  width: 100%;
  transition: all .2s;
  max-width: 500px;
}

.product_header_content {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_header_content h1 {
  color: #e22e2d;
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 15px;
}

.product_header_content>h2 {
  color: #353535;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product_header_content .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  cursor: pointer;
}

.product_header_content .aantal i {
  font-size: .9em;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #353535;
  cursor: pointer;
  transition: all .2s;
}

.product_header_content .aantal i:hover {
  background-color: #000;
}

.product_header_content .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #353535;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 123px;
  height: 35px;
  margin: 0 10px;
  padding: 0;
  line-height: normal;
  border: 1px solid #bfbfbf;
}


.product_links {
  margin-bottom: 10px;
}

.product_links a {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #939393;
  padding: 2px 10px;
  font-size: .8em;
  transition: all .3s;
  margin-right: 5px;
}

.product_links a:hover {
  border: 1px solid #939393;
}

.product_intro {
  line-height: 150%;
  font-weight: 200;
  line-height: 180%;
  font-size: 16px;
  color: #6d6d6d;
  width: 100%;
  margin-bottom: 10px;
}

.product_prijs {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

.product_prijs article {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 0;
  margin-right: 10px;
}

.product_prijs article h2 {
  font-size: 1.1em;
  color: #353535;
  font-weight: 200;
  margin-bottom: 4px;
}

.product_prijs article p {
  font-size: 1.5em;
  font-weight: 700;
  color: #4f4f4f;
}

.product_header_content select {
  padding: 5px;
  background-color: #fff;
  border: 2px solid #efefef;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  background-image: url(/images/select.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  color: #353535;
  max-width: 300px;
}

.product_afmetingen {
  display: flex;
  justify-content: flex-start;
}

.product_afmetingen article {
  padding: 15px 30px;
  background-color: #F3F3F2;
  border: 1px solid white;
}

.product_afmetingen article h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #6b6b6b;
  margin-bottom: 5px;
}

.product_afmetingen article p {
  font-size: 1.1em;
  color: #6b6b6b;
}

.product_actions a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #e22e2d;
  color: white;
  font-weight: 700;
  border: none;
  font-family: Poppins, sans-serif;
}

.product_kleuren {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.product_kleuren>label {
  position: relative;
}

.product_kleuren>label div {
 width: 2pc;
 height: 2pc;
 border: 2px solid #eee;
 border-radius: 5px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 color: #eee;
 margin-right: 4px;
 z-index: 2;
 position: relative;
}

.product_kleuren>label input {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.product_kleuren>label input:checked + div {
  border: 2px solid red;
}

.maat_select {
  width: 100%;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}


.product_more_info {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 10px;
}

.product_more_info h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #D23B3D;
  margin-top: 25px;
  margin-bottom: 5px;
}

.product_more_info ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product_sfeerfoto {
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  background-color: black;
}

.product_sfeerfoto > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_sfeerfoto h2 {
  font-size: 59px;
  font-weight: 600;
  line-height: 110%;
  max-width: 630px;
  color: #fff;
  margin-bottom: 40px;
}

.product_sfeerfoto button {
  padding: 10px 30px;
  background-color: #D23B3D;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 200px;
  font-family: Poppins, sans-serif;
}

.product_sfeerfoto > img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: .7;
}

.amount_select {
  width: 200px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
}



/* Einde Product Pagina */


/* Winkelwagen */

.winkelwagen_noprods {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.winkelwagen_noprods p {
  font-size: 1.4em;
  color: #353535;
  font-weight: 200;
  margin-top: 5px;
}

.winkelwagen_noprods a {
  background-color: #42AC6F;
  padding: 10px 30px;
  border-radius: 200px;
  font-size: 1.2em;
  font-weight: 200;
  color: white;
  margin-top: 15px;
  display: inline-block;
}

.progressbar {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  margin-top: 40px;
  justify-content: space-between;
}

.progressbar li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  color: #535353;
  font-weight: 200;
  width: 25%;
  position: relative;
}

.progressbar li a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}

.progressbar li div {
  width: 45px;
  height: 45px;
  border-radius: 200px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5em;
  z-index: 2;
}

.checkedStep div {
  background-color: #e22e2d !important;
  color: #fff;
}

.checkedStep {
  color: #e22e2d !important;
}

.righthr {
  position: absolute;
  left: 50%;
  right: 0;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.lefthr {
  position: absolute;
  left: 0;
  right: 50%;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.winkelwagen_pagina, .gegevens_pagina {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.winkelwagen_titel {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 2em;
  color: #e22e2d;
  font-weight: 700;
  text-align: center;
}

.shopping_cart {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.shopping_cart article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article:first-of-type {
  background-color: #f6f6f6;
  border-bottom: none;
}

.shopping_cart article:first-of-type .title {
  color: #314983;
  font-weight: 200;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
}

.shopping_cart article:first-of-type .aantal {
  min-width: 170px;
  color: #353535;
}

.shopping_cart article:first-of-type .actions {
  visibility: hidden;
  min-width: 40px;
  color: #353535;
}

.sub_article {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.shopping_cart article:last-of-type {
  border-bottom: none;
}

.shopping_cart article h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 10px;
}

.shopping_cart article h3 {
  font-size: 1.2em;
  font-weight: 200;
  color: #43474A;
}

.sub_article .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 200px;
}

.sub_article .aantal i {
  font-size: .9em;
  min-width: 35px;
  height: 35px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #353535;
  cursor: pointer;
  transition: all .2s;
}

.sub_article .aantal i:hover {
  background-color: #000;
}

.sub_article .aantal p {
  text-align: center;
  width: 100%;
  font-size: 1.1em;
  font-weight: 400;
  color: #848484;
  padding-bottom: 5px;
}


.sub_article .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #353535;
  font-size: 1.1em;
  height: 35px;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100px;
  border: 2px solid #efefef;
}

.sub_article .price {
  min-width: 300px;
  font-weight: 200;
  color: #353535;
  font-size: 1.5em;
  text-align: center;
}

.sub_article .price small {
  margin-top: 3px;
  display: inline-block;
  font-size: .6em;
}

.sub_article .price small i {
  cursor: pointer;
  transition: all .3s;
}

.sub_article .price small i:hover {
  transform: scale(1.05);
}

.sub_article .actions {
  background-color: #fff;
  color: #C4242C;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
  transition: all .5s;
}

.sub_article .actions:hover i {
  transform: scale(1.4);
}

.financial dl {
  border-top: 2px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.financial dt {
  font-size: 1.3em;
  font-weight: 200;
  color: #43474A;
}

.financial dl>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 0;
}

.financial dl>div:last-of-type {
  border-top: 2px dashed #e1e1e1;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.financial dl>div:last-of-type dt {
  color: #e22e2d;
  font-weight: 700;
}

.financial dd {
  font-size: 1.3em;
  font-weight: 200;
  min-width: 150px;
  color: #43474A;
  text-align: right;
}

.goto_next {
  background-color: #e22e2d;
  border: #e22e2d 2px solid;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  transition: all .3s;
  font-size: 1.2em;
  padding: 9px 25px;
}

.noslots {
  font-size: 1.2em;
  font-weight: 200;
  text-align: center;
  color: #353535;
  background-color: #e4f8ec;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.goto_next:hover {
  background-color: transparent;
  color: #e22e2d;
}

.goto_next i {
  font-size: .9em;
}

.goto_prev {
  color: #8d8d8d;
  font-size: 1.2em;
  font-weight: 200;
}

.goto_prev i {
  transition: all .3s;
}

.goto_prev:hover i {
  transform: translateX(-10px);
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

/* Einde Winkelwagen */


/* Afhaalmoment */

.afhaal_container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.afhaal_split {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.afhaal_split aside {
  width: 350px;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-right: 20px;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.afhaal_split aside > i {
  font-size: 3em;
  color: #e22e2d;
}

.afhaal_split aside > h2 {
  font-size: 2em;
  color: #e22e2d;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.afhaal_split aside > div {
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
  text-align: center;
}

.afhaal_momenten {
  width: calc(100% - 350px);

}

.afhaal_dagen {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.afhaal_dagen .slick-arrow {
  position: absolute;
  left: -8px;
  top: 47%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgba(0,0,0,.6);
  color: white;
  border-radius: 200px;
}

.afhaal_dagen .slick-disabled {
  display: none !important;
}

.afhaal_dagen .slick-next {
  right: -10px;
  left: initial;
}

.afhaal_dagen .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.afhaal_dagen .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background-color: #c9c9c9;
  margin: 0 5px;
  cursor: pointer;
}

.afhaal_dagen .slick-dots li button {
  display: none;
}

.afhaal_dagen .slick-dots .slick-active {
  background-color: #353535;
}

.afhaal_dagen article {
  padding: 5px;
}

.afhaal_dagen article section {
  position: relative;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  border: #ececec 2px solid;
  transition: all .3s;
}

.afhaal_dagen article section:hover {
  background-color: #e5e5e5;
}

.afhaal_dagen article section:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.afhaal_dagen article section>div {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px 0 10px 0;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.afhaal_dagen article section>div div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.afhaal_dagen article section h2 {
  font-size: 4em;
  color: #e22e2d;
  font-weight: 700; 
}

.afhaal_dagen article section h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #8e8e8e;

}

.afhaal_dagen article section h4 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: .9em;
  color: #8e8e8e;
}

.afhaal_dagen article section p {
  font-size: 1.1em;
  font-weight: 200;
}

.afhaal_dagen article section p i {
  color: #e22e2d;
}

.afhaal_dag_active h2, .afhaal_dag_active h3, .afhaal_dag_active h4, .afhaal_dag_active p, .afhaal_dag_active p i {
  color: white !important;
}

.afhaal_dag_active {
  background-color: #e22e2d;
}

.afhaal_dag_active:hover {
  background-color: #e22e2d !important;
}

.afhaal_uren {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 30px .5%;
}

.afhaal_uren article {
  width: 100%;
  border-radius: 5px;
  padding: 25px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border: #ececec 2px solid;
  margin-bottom: 20px;
}

.timeslot-full {
  background-color: #f2f2f2 !important;
}


.timeslot-full span {
  width: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 9px;
  font-weight: 700;
  color: #808080;
  border-radius: 200px;
  border: 2px solid #ececec;
}

.afhaal_uren article h2 {
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.afhaal_uren article h2 i {
  margin-right: 15px;
  color: #e22e2d; 
  font-size: 1.2em;
}

.afhaal_uren article a {
  padding: 8px;
  border-radius: 150px;
  font-size: 1em;
  font-weight: 700;
  color: #e22e2d;
  width: 200px;
  border: 2px solid #ececec;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .3s;
}

.afhaal_uren article a:hover {
  background-color: #e22e2d;
  color: white;
}

.afhaal_uren article a i {
  font-size: 1.4em;
  margin-right: 10px;
}

.selected_hour {
  border: 2px solid #e22e2d !important;
  background-color: #e22e2d;
  color: white !important;
}

/* Einde Afhaalmoment */


/* Gegevens */

.webshop-form {
  width: 100%;
  padding: 0 10px;
}

.webshop-form fieldset>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.webshop-form .field {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.webshop-form .field.textarea {
  width: 100%;
}

.webshop-form .field label {
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  color: #000;
  font-weight: 200;
  margin-bottom: 10px;
}

.webshop-form .field input, .webshop-form .field select, .webshop-form .field textarea {
  width: 100%;
  padding: 10px;
  color: #717171;
  border: none;
  background-color: #f4f4f4;
  font-weight: 200;
  font-size: 1.2em;
  font-family: Poppins, sans-serif;
}

.webshop-form .field select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;

}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  background-color: #e22e2d;
  font-weight: 200;
  color: white;
  border-radius: 200px;
  font-family: Poppins, sans-serif;
}

.webshop-form .selectField  {
  width: 100%;
}

.webshop-form .textField, .webshop-form .emailField  {
  width: 49%;
}

.leverklik {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.checkboxField label {
  width: initial !important;
  margin-right: 10px;
}

.checkboxField {
  color: #000;
}

.checkboxField input {
  width: 20px !important;
}

.webshop-form h2 {
  font-weight: 700;
  font-size: 1.3em;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 2px solid #f4f4f4;
  width: 100%;
}

.gegevens_input {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border-top: 2px solid #f4f4f4;
  padding-top: 20px;
}

.gegevens_input label a {
  color: #314983;
}

/* Einde Gegevens */


/* Menu */

.menu {
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}

.menu>nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.menu>nav ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.menu>nav ul li {
  padding: 20px;
}

.menu>nav ul a {
  font-size: 70px;
  font-weight: 200;
  color: #353535;
}

.menu>nav ul a small {
  display: none;
}

/* Einde Menu */


/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #353535;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #e22e2d;
  border: 2px solid #e22e2d;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #2EAC65;
}
/* Einde Cookie Melding */

/* Home Pagina */

.home_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: space-between;
}

.home_content>div {
  width: 70%;
  height: 70vh;
  background-color: white;
  overflow: hidden;
  transition: all .8s;
  position: relative;
  z-index: 0;
  position: relative;
}

.home_content>div>div {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  padding: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home_content article {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: all .4s;
  background-color: rgba(0,0,0,.2);
}

.home_content>div:hover .overlay {
  background-color: rgba(0,0,0,.2);
}

.home_content>div:last-of-type {
  transform: skewX(-5deg);
  width: 50%;
  position: absolute;
  right: -250px;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.home_content>div:last-of-type article {
  background-color: rgba(0,0,0,.4);
}

.home_content>div:last-of-type>div {
  transform: skewX(5deg);
  margin-left: -50px;
}

.home_content>div:first-of-type:hover + div:last-of-type {
  right: -280px;
}

.home_content>div:last-of-type:hover {
  right: -50px;
}

.home_content h2 {
  width: 100%;
  max-width: 500px;
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}

.home_content h3 {
  font-weight: 400;
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.home_content a {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.home_content button {
  font-weight: 400;
  font-size: 1em;
  color: white;
  background-color: #e22e2d;
  border: none;
  border-radius: 200px;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  z-index: 2;
  position: relative;
}

/* Einde Home Pagina */


/* Trending */

.trending {
  background-color: #eff6f8;
  padding: 70px 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.trending .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  flex-wrap: wrap;
}

.trending .slick-dots .slick-active {
  background-color: #353535;
}

.trending .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  margin: 0 5px;
  border-radius: 200px;
  cursor: pointer;
}

.trending .slick-dots li button {
  display: none;
}

.trending_slider {
  width: 100%;
  max-width: 1600px;
}

.trending article {
  padding: 0 30px; 
}

.trending article > div {
  position: relative;
}

.trending article > div img {
  width: 100%;
}

.trending_content {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  z-index: 3;
  padding: 15px;
}

.trending_overlay {
  content: "";
  height: 60%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: 1;
  top: auto;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
  background-image: linear-gradient(to top,#19191b 0,rgba(25,25,27,0) 100%);
  -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
  transition: 2s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.trending article h2 {
  font-size: 2em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 12px rgba(0,0,0,0.17);
  text-align: left;
  margin-top: 5px;
  width: 100%;
}

.trending article h3 {
  color: #e22e2d;
  font-weight: 700;
  font-size: 1.5em;
  text-align: left;
  text-shadow: 0px 0px 12px rgba(0,0,0,0.17);
  width: 100%;
}

.trending article a {
  color: white;
  background-color: #000;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
  border: 1px solid #000;
  display: inline-block;
  padding: 8px 30px;
}

/* Einde Trending */


/* Controleren */

.controleren_content {
  width: calc(100% - 350px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.controleren_content>h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 1.5em;
  color: #e22e2d;
  font-weight: 700;
}

.controle_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  padding: 7px 0;
}

.controle_item h3 {
  font-weight: 700;
  color: #353535;
}

.controle_item p {
  font-weight: 200;
  color: #353535;
}

#subm:disabled {
  background-color: #848484;
}

.controle_product {
  width: 49%;
  margin-bottom: 2%;
  border: 2px solid #efefef;
  padding: 10px;
}

.controle_product h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 5px;
}

.controle_product p {
  line-height: 150%;
  color: #848484;
  margin-bottom: 5px;
  margin-top: 5px;
}

.controle_product p big {
  font-size: 1.2em;
}

.controle_product p small {
  font-size: .8em;
}

.controle_product p span {
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  color: #42AC6F;
}

.remark_btn {
  background-color: #e22e2d;
  color: #fff;
  padding: 5px;
  border: 0;
  cursor: pointer;
}

.remark_btn.add_btn {
  background-color: #422918;
}
.remark_btn.save_btn {
  display: none;
}

.show-disclaimer {
  cursor: pointer;
}

.remark textarea {
  width: 100%;
  border: 1px solid #e22e2d;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 3px;
}
.remark_holder {
  margin-bottom: 8px;
}

.gekozen_ophaalmoment {
  line-height: 150%;
  color: #353535;
  font-size: 1.2em;
}

.gekozen_ophaalmoment span {
  font-weight: 700;
  color: #42AC6F;
}

.gekozen_ophaalmoment small {
  width: 100%;
  font-size: .8em;
  display: inline-block;
}

/* Einde Controleren */

/* Tekst Blokken */

.tekst_blokken {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  margin: 30px auto;
}

.tekst_blokken article {
  width: 45%;
  margin: 25px 0;
}

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 1.8em;
  color: #565656;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.tekst_blokken article div {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.tekst_blokken strong, .tekst_blokken b {
  font-weight: bold;
}

/* Einde Tekst Blokken */

/* Vragen */

.vragensplit {
  padding: 50px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  background-color: white;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.vragen article h2 {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 1.4em;
  color: #42AC6F;
  align-items: center;
  cursor: pointer;
}

.vragen article h2 i {
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.vragen article div {
  margin-top: 20px;
  color: #353535;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 180%;
  letter-spacing: .5px;
}

.vragen article div a {
  color: #5C9090;
  font-weight: 600;
}

.vragen_form {
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  width: 30%;
}

.vragen_form h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #42AC6F;
}

.vragen_form input[type=text], .vragen_form input[type=email], .vragen_form textarea {
  padding: 10px;
  color: #818181;
  background-color: #F2F2F2;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  border: none;
  margin-bottom: 10px;
  align-items: center;
  font-size: 1.2em;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
}

.vragen_form textarea {
  min-height: 100px;
}

.vragen_form input[type=submit] {
  border: none;
  font-family: 'Poppins',sans-serif;
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  padding: 10px 35px;
}
/* Einde Vragen */


#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color:#E13031;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #E13031;
  color: #fff;
  font-size: 1.3em;
  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: #D3191C;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #ECDEB8;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Media Query's */

@media screen and (max-width: 1450px) {
  .product {
    width: 31.33%;
  }

  .certificaten article {
    width: 23%;
    margin: 1%;
    padding: 10px;
  }
}

@media screen and (max-width: 1350px) {
  .afhaal_momenten {
    width: 100%;
  }

  .controleren_content {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .afhaal_split aside {
    display: none;
  }

  .afhaal_momenten {
    padding: 0 10px;
  }

  .power_titel {
    font-size: 3em;
  }
}

@media screen and (max-width: 1200px) {
  .certificaten article {
    width: 31.33%;
  }
}

@media screen and (max-width: 1100px) {
  .vragen {
    width: 100%;
    margin-bottom: 50px;
  }

  .blokken_titel h2 {
    font-size: 1.7em;
  }

  .blokken_tekst {
    font-size: 1.2em;
  }

  .blokken_content {
    padding: 10px;
  }

  .tekst_blokken article div {
    font-size: 1em;
  }

  .tekst_blokken article h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1070px) {
  .product {
    width: 48%;
  }

  .afhaal_dagen article section p {
    margin-top: 20px;
    font-size: .9em;
  }

  .afhaal_dagen article section>div {
    position: relative;
    padding-top: 20px;
  }

  .afhaal_dagen article section:after {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1080px) {
  .home_content {
    flex-wrap: wrap;
  }

  .home_content>div {
    width: 100%;
    height: auto;
  }

  .home_content>div:last-of-type {
    transform: none;
    position: relative;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
  }

  .home_content>div>div {
    height: 100%;
    padding: 20px;
  }

  .home_content>div:last-of-type>div {
    margin-left: 0;
    transform: none;
  }

  .home_content>div:first-of-type:hover + div:last-of-type {
    right: initial;
  }

  .home_content>div:last-of-type:hover {
    right: initial;
  }

  .home_content h2 {
    font-size: 2.5em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.18);
  }

  .home_content h3 {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.18);
  }
}
@media screen and (max-width: 1050px){
  .vragen_form {
    width: 100%;
  }

  .contact_form_holder>div > div {
    display: none;
  }

  .contact_form, .complaint_form {
    width: 100%;
    margin-right: 0;
  }

  .contact_form input[type=submit] {
    width: 100%;
  }

  .contact_aandachtskader {
    margin: 0 2%;
    width: 96%;
  }
}

@media screen and (max-width: 1000px) {
  .product_header_image {
    width: 100%;
  }

  .product_header_content {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .certificaten article {
    width: 48%;
  }
}

@media screen and (max-width: 850px) {
  .blokken article>img {
    width: 100%;
  }

  .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken article {
    padding-bottom: 30px;
  }

  .blokken article:nth-child(odd) img {
    order: 1;
  }

  .menu>nav ul a big {
    display: none;
  }

  .menu>nav ul a small {
    display: block;
  }

  .contact_aandachtskader {
    padding: 25px 10px;
  }

  .contact_aandachtskader p {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 800px) {
  .tekst_blokken article {
    width: 100%;
    margin: 20px 0;
  }

  .tekst_blokken article h2 {
    line-height: 150%;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .tekst_blokken article div {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {
  .power_titel {
    font-size: 2em;
  }

  .shopping_cart article:first-of-type {
    display: none;
  }

  .shopping_cart article {
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .shopping_cart article h2 {
    text-align: center;
  }

  .shopping_cart article h3 {
    text-align: center;
  }

  .shopping_cart article .main {
    width: 100%;
  }

  .shopping_cart .sub_article {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .sub_article .aantal {
    padding: 20px 0;
  }

  .sub_article .price {
    padding: 20px 0;
  }

  .sub_article .actions {
    border-left: none;
    padding-left: 0;
  }

  .aanbod_pagina aside {
    width: 300px;
    max-width: 100%;
  }

  .home_slider {
    padding-top: 45px;
    margin-bottom: 30px;
  }

  .menu_button {
    right: 10px;
  }

  .home_slider .content {
    position: relative;
    transform: none;
    top: initial;
    left: initial;
    width: 100%;
    padding: 20px 10px;
    background-color: #E13031;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .home_slider .content h2 {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .home_slider .content h3 {
    text-align: center;
    width: 100%;
    font-size: 13px;
  }

  .home_slider .content a {
    background-color: #fff;
    font-size: 13px;
    color: #E13031;
  }

  .home_slider .slick-dots {
    transform: translateX(-50%);
    top: 100%;
    bottom: initial;
  }

  .home_slider .slick-dots li {
    background-color: #cacaca;
  }
}

@media screen and (max-width: 800px) {
  .aanbod_pagina {
    flex-wrap: wrap;
  }

  .aanbod_pagina aside {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .aanbod_top {
    flex-wrap: wrap;
  }

  .aanbod_top > h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }

  .aanbod_top > div {
    width: 100%;
  }

  .aanbod_items section > h2,
  .aanbod_pagina aside>h2,
  .aanbod_pagina aside h3 {
    font-size: 20px;
  }

  .aanbod_filter {
    display: none;
  }

  .trending {
    padding: 30px 10px;
  }

  .klassen article h2 {
    font-size: 18px;
  }

  .klassen article .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .menu>nav ul a {
    font-size: 40px;
  }

  .progressbar li {
    font-size: .9em;
  }

  .webshop-form .textField, .webshop-form .emailField {
    width: 100%;
  }

  .controle_product {
    width: 100%;
  }

  .vragen article h2 {
    font-size: 1em;
  }

  .vragen article div {
    font-size: .9em;
  }

  .dnresp {
    display: none;
  }

  .fwresp {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .contact_info>div {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }
  .contact_info h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .contact_info .openingsuren {
    padding-top: 0;
  }
  .days-openings {
    margin-top: 10px;
  }

  .page_header>h1 {
    font-size: 22px;
  }

  .blokken_titel h2,
  .page_header>h2 {
    font-size: 18px;
  }

  .blokken_tekst,
  .page_header_tekst {
    font-size: 15px;
  }

  .certificaten article {
    width: 98%;
  }

  .klassen article img {
    width: 100px;
  }

  .klassen article > div {
    width: calc(100% - 125px);
    padding-top: 0;
  }
}

@media screen and (max-width: 650px) {
  .gegevens {
    padding: 20px 10px;
    flex-wrap: wrap;
  }

  .gegevens > div {
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .openingsuren .days-openings > * {
    width: 50%;
    text-align: center;
  }
  .openingsuren .days-openings > * p {
    text-align: center;
  }
  .openingsuren .days-openings br {
    display: block !important;
  }
  .openingsuren .days-openings > :nth-child(n+3) {
    margin-top: 15px;
  }
  .PL_Wrapper {
    right: 10px;
  }

  .logo {
    width: 200px;
  }

  .menu_button {
    top: 13px;
    right: 15px;
  }

  .menu_button>div {
    box-shadow: none;
    top: 0;
    height: 20px;
  }

}

@media screen and (max-width: 570px) {
  .PL_Wrapper {
    right: 10px;
  }

  .product button {
    width: 190px;
  }

  .product .aantal input {
    width: 97px;
  }

  .product .eenheid select {
    width: 190px;
  }

  .klassen article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .klassen article > div {
    width: 100%;
  }

  .klassen article h2,
  .klassen article .text {
    text-align: center;
    width: 100%;
  }

  #dasmap {
    height: 300px;
  }

  .contact_info {
    transform: none;
  }

  #NaamInput,
  #Submit {
    width: 100%;
  }

  .contact_form input[type=submit] {
    width: 100%;
  }

  .contact_form_holder {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .product {
    width: 98%;
  }

  .product .eenheid select {
    width: 100%;
    max-width: 100%;
  }

  .product .aantal {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .product .aantal input {
    width: 100%;
  }

  .product button {
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-bottom: 10px;
  }
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}