@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],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Poppins', sans-serif;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Poppins', sans-serif;
}

.designelement {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.designelement>div {
  width: 100%;
  height: 2px; 
  background-color: #f3f3f3;
  margin: 0 20px;
}

.designelement>img {
  width: 50px;
}

/*Fix voor onleesbare subtitel in header.*/
.white-subtitle-header{
  color: white !important;

}

.extraNavPage_Header{
  border-radius: 200px;
  border: 2px solid #C3CF21;
  margin-bottom: 1rem; 
  background-color: #C3CF21;
  overflow: hidden;
  margin-bottom: 20px;
}
.extraNavPage_Header a {
  padding: 1px 15px;
  background-color: #fff;
  color: #C3CF21;
  display: inline-block;
  border-radius: 0;
}

.extraNavPage_Header a:first-child {
  border-radius: 30px 0 0 30px;
}

.extraNavPage_Header a:last-child {
  border-radius: 0 30px 30px 0;
}

.active_nav {
  background-color: #C3CF21 !important;
  color: white !important;
}

/* Navigatie */

.topper {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F6F9FE;
  padding: 10px;
}

.topper a {
  margin: 15px;
  color: #5c5c5c;
  font-weight: 700;
}

.logo {
  width: 90px;
}

.logo_res {
  display: none;
}

.navigatie {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.navigatie nav {
  width: 40%;
}

.navigatie nav ul {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-top: 60px;
}

.navigatie nav a {
  display: block;
  padding: 10px 0;
  transition: all .3s;
  color: #404040;
  border-bottom: 1px solid transparent;
}

.navigatie nav a:hover {
  color: #C3CF21;
  border-bottom: 1px solid #C3CF21;
}

.navigatie .active {
  color: #C3CF21;
  border-bottom: 1px solid #C3CF21;
}

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
}

.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;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #C3CF21;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.winkelmandres {
  font-size: 1.2em;
  color: #fff;
  margin-right: 20px;
}

.verlanglijstres {
  font-size: 1.2em;
  color: #fff;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 25px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
}

.navitem a {
  color: #424242;
  font-weight: 700;
  font-size: 1.3em;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #424242;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #424242;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
}

/* Einde Navigatie */

/* GDPR */ 

#content-container {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #c3cf21;
  margin-bottom: 20px;
  margin-top: 150px;
}


#content-container h2 {
  color:#c3cf21;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #c3cf21;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  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;
  font-size: 1.2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #c3cf21;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#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;
}

/* Einde GDPR */


/* Page Header */

.page_header {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 10px;
  margin: 0 auto;
}

.page_header h1 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
  color: #C3CF21;
  margin-bottom: 20px; 
}

.page_header div {
  color: #707070;
  line-height: 170%;
  text-align: center;
}

.extra_header_image {
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.extra_header_image img {
  width: 100%;
}

.extra_header_image div {
  width: 100%;
  padding: 10px;
  max-width: 1600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}


.extra_header_image div h1 {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.53);
}

.extra_header_image div h2 {
  font-size: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.extra_header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 10px;
  border-bottom: 5px solid #f8f8f8;
}

.extra_header div {
  font-size: 1.1em;
  color: #797979;
  line-height: 180%;
}

.extra_header div ul {
  padding-left: 20px;
  list-style-type: disc;
}


.extra_header div strong {
  font-size: 1.3em;
  color: #353535;
}

/* Einde Page Header */


/* Home Steps */

.home_steps {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 0;
}

.home_steps .slick-arrow {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #353535;
  color: #353535;
  border-radius: 100px;
}

.home_steps .slick-next {
  left: initial;
  right: 10px;
}

.home_steps article {
  width: 33.33%;
  padding: 20px;
  transition: all .3s;
}

.home_steps article>div {
  padding: 50px 30px;
  padding-top: 70px;
  position: relative;
  min-height: 280px;
  background-color: #F2F2F2;
}

.stap_icoon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  background-color: white;
  padding: 20px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2.1em;
  color: #C3CF21;
}

.home_steps article h2 {
  width: 100%;
  text-align: center;
  color: #C3CF21;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.stap_tekst {
  line-height: 150%;
  text-align: center;
  color: #787878;
}

/* Einde Home Steps */


/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

.contact_info {
  display: flex;
  justify-content: space-around;
  -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(-50%);
  max-width: 1200px;
  -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);
}

.contact_info h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
  font-family: 'Poppins', serif;
  color: #C3CF21;
  font-weight: 700;
}

.contact_info p {
  color: #4B4B4B;
  font-size: .9em;
  margin-top: 15px;
}

.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;
  margin-top: -50px;
  -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);
}

.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: space-between;
}

.openingsuren {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 15px;
  border-left: 1px solid #e8e8e8;
}

.openingsuren h2 {
  font-weight: 700;
  font-size: 1.4em;
  color: #C3CF21;
  margin-bottom: 20px;
}

.mededeling {
  color: #D23B3D;
  line-height: 150%;
  margin-bottom: 20px;
}

.dag {
  min-width: 100px;
  font-weight: 700;
}

.openingsuren article {
  display: flex;
  width: 100%;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  font-size: .9em;
  color: #888888;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 58%;
}

.contact_form #NaamInput {
  width: 48%;
}

.contact_form #EmailInput {
  width: 100%;
}

.contact_form input[type=text], 
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-family: 'Poppins', serif;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  height: 300px;
  font-family: 'Poppins', serif;
}

.contact_form input[type=submit] {
  border-radius: 200px;
  padding: 10px 40px;
  background-color: #C3CF21;
  border: 2px solid #C3CF21;
  font-weight: 700;
  color: #fff;
  font-size: .9em;
  transition: all .3s;
  font-family: 'Poppins', serif;
}


.contact_form input[type=submit]:disabled {
  opacity: .3;
}

.contact_form input[type=submit]:disabled:hover {
  background-color: #C3CF21;
  color: white;
}

.contact_form input[type=submit]:hover {
  background-color: transparent;
  color: #98272B;
}


/* Einde Contact */

/* Home AK */

.home_ak {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_ak>div {
  background-color: rgba(195,207,33,.6);
  width: 100%;
  margin-top: 80px;
  padding: 80px 10px;
}

.home_ak article {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.home_ak form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#NaamInput {
  width: 49%;
}

#EmailInput {
  width: 100%;
}

.home_ak form input[type=text], .home_ak form input[type=email], .home_ak form textarea {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  border: none;
  background-color: #ffffff;
  border-bottom: 2px solid white;
  color: #c1c1c1;
  font-weight: 700;
  font-size: 1.1em;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.home_ak form input[type=submit] {
  background-color: #333333;
  border: none;
  padding: 13px 35px;
  font-weight: 700;
  color: white;
  border-radius: 200px;
  font-size: 1.1em;
}


.home_ak form textarea {
  height: 110px;
}

.home_ak form input[type=text]::placeholder, .home_ak form input[type=email]::placeholder, .home_ak form textarea::placeholder  {
  color: #c1c1c1;
  opacity: 1; /* Firefox */
}

.home_ak form input[type=text]:-ms-input-placeholder, .home_ak form input[type=email]:-ms-input-placeholder, .home_ak form textarea:-ms-input-placeholder {
  color: #c1c1c1;
}

.home_ak form input[type=text]::-ms-input-placeholder, .home_ak form input[type=email]::-ms-input-placeholder, .home_ak form textarea::-ms-input-placeholder {
  color: #c1c1c1;
}

.home_ak h2 {
  font-size: 2em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 130%;
}

/* Einde Home AK */


/* Home Slider */

.home_slider {
  width: 100%;
  position: relative;
}

.home_slider .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.home_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  margin: 0 5px;
  background-color: #bcbcbc;
  cursor: pointer;
}

.home_slider .slick-dots li button {
  display: none;
}

.home_slider .slick-dots .slick-active {
  background-color: #C3CF21;
}


.headerbanner {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.home_slider article {

}

.slide_content {
  position: relative;
  width: 100%;
}

.slide_content>div{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1600px;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.slide_content img {
  width: 100%;
}

.slide_content h2 {
  font-size: 3.5em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0px 0px 19px rgba(0,0,0,0.28);
}

.slide_content>div div {
  line-height: 180%;
  font-size: 1.2em;
  color: white;
  margin-bottom: 30px;
  text-shadow: 0px 0px 19px rgba(0,0,0,0.28);
}

.slide_content>div a {
  background-color: #C3CF21;
  border: #C3CF21 2px solid;
  color: white;
  font-weight: 700;
  padding: 15px 50px;
  font-size: 1.1em;
  border-radius: 200px;
  transition: all .3s;
  display: inline-block;
}

.slide_content>div a:hover {
  background-color: transparent;
  color: #C3CF21;
}

/* Einde Home Slider */

/* Blokken */

.blokken {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  margin-top: 100px;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
  position: relative;
}

.blokken article img {
  width: 100%;
}

.blokken_img {
  width: 47%;
}

.blokken_small {
  display: none;
}

.blokken_content {
  width: 50%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
}

.blokken_img .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.blokken_img .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 200px;
  background-color: #bcbcbc;
  cursor: pointer;
}

.blokken_img .slick-dots li button {
  display: none;
}

.blokken_img .slick-dots .slick-active {
  background-color: #C3CF21;
}

.blokken_content h3 {
  color: #f7f7f7;
  font-size: 4.5em;
  margin-bottom: 0px;
  font-weight: 700;
}

.blokken_content h2 {
  color: #C3CF21;
  font-size: 2em;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 700px;
  z-index: 1;
  position: relative;
}

.blokken_content>a {
  color: #fff;
  background-color: #C3CF21;
  border-radius: 200px;
  padding: 12px 30px;
  font-weight: 700;
  display: block;
  font-size: 1.1em;
  margin-top: 20px;
}

.blokken_content div {
  line-height: 200%;
  color: #4D4D4D;
  font-size: 1.1em;
}

.blokken_content div a {
  font-weight: 700;
  color: #353535;
}

.blokken_content div ul {
  padding-left: 20px;
  list-style-type: disc;
}

.blokken article:nth-child(even) .blokken_img {
  order: 2;
}

.blokken article:nth-child(even) .blokken_content {
  order: 1;
}

/* Einde Blokken */


/* Onderhoud Stappen */

.onderhoud_stappen {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.onderhoud_stappen article {
  width: 33.33%;
  padding: 30px;
  position: relative;
  background-color: #fff;
}

.onderhoud_stappen article img {
  width: 100%;
}

.onderhoud_stappen article h3 {
  font-size: 4em;
  font-weight: 700;
  color: #f0f0f0;
  z-index: 0;
}

.onderhoud_stappen article h2 {
  font-size: 1.3em;
  margin: 10px 0;
  font-weight: 700;
  color: #333333;
  position: relative;
  z-index: 1;
}

.onderhoud_stappen article div {
  line-height: 180%;
  color: #7b7b7b;
  position: relative;
  z-index: 1;
}

/* Einde Onderhoud Stappen */


/* Kunstplanten Item */

.kunstplanten_items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(-50px);
  display: flex;
  justify-content: center;
}

.kunstplanten_items article {
  padding: 40px;
  width: 46%;
  margin: 0 2%;
  background-color: white;
  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.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);
}

.kunstplanten_items article div {
  line-height: 180%;
  font-size: 1.1em;
  color: #747474;
  text-align: center;
  margin-bottom: 20px;
}

.kunstplanten_items article h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.kunstplanten_items article a {
  font-weight: 700;
  text-align: center;
  background-color: #C3CF21;
  padding: 10px 35px;
  color: white;
}

/* Einde Kunstplanten Item */

.detail_images {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.detail_images img {
  width: 23%;
  margin: 1%;
}


/* 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.31);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.31);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.31);
}

.PL_Wrapper h2 {
  color: #C3CF21;
  font-weight: 700;
  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: #C3CF21;
  border: 2px solid #C3CF21;
  color: #fff;
  width: 48%;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #C3CF21;
}
/* Einde Cookie Melding */


/* Footer */

footer {
  width: 100%;
  background-color: #333333;
}

.inner_footer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.footer_logo {
  width: 120px;
}

.inner_footer article {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 70px;
}

.inner_footer article>div {
  padding-left: 40px;
  position: relative;
}

.inner_footer article>div i {
  position: absolute;
  left: 0;
  font-size: 1.3em;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.inner_footer article p, .inner_footer article a {
  color: white;
  display: inline-block;
  padding: 10px 0;
}

.disclaimer {
  background-color: #1b1b1b;
  padding: 10px;
  color: #7b7b7b;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: .8em;
}

.disclaimer a {
  color: #7b7b7b;
}

.disclaimer span {
  margin: 0 10px;
}

/* Einde Footer */

/* Dialog Box */

.modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

.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-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #0E1936;
  width: 100%;
}

.btn-primary.focus, .btn-primary:focus {
  border: #C3CF21 !important;
  background-color: #C3CF21 2px solid !important;
}

.modal-footer .btn {
  padding: 10px 25px;
  background-color: #C3CF21;
  border: 2px solid #C3CF21;
  color: white;
  font-weight: 700;
  font-size: 16px;
  width: 48%;
  border-radius: 4px;
  transition: all .3s;
  font-family: 'Muli', sans-serif;
  margin: 1% !important;
  border-radius: 0 !important;
}

.modal-footer .btn:hover {
  color: #C3CF21;
  background-color: transparent;
}

/* Einde Dialog Box */

/* Product Pagina */

.product_topper {
  width: 100%;
  background-color: #FAFAFA;
}

.product_topper > div {
  width: 100%;
  max-width: 1400px;
  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: 1400px;
  margin: 0 auto;
  padding: 50px 10px;
}

.product_header_image {
  width: 55%;
  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: calc(100% - 150px);
  transition: all .2s;
}

.product_extrafotos {
  width: 150px;
  padding: 20px 0;
}

.product_extrafotos .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  border: none;
}

.product_extrafotos .slick-next {
  top: initial;
  bottom: 0;
}

.product_extrafotos article {
  padding: 10px;
  border-left: 2px solid white;
}

.product_extrafotos article img {
  width: 100%;
  cursor: pointer;
  border-left: 2px solid white;
}

.active_thumb {
  border-left: 2px solid #1C1B1B !important;
}

.mainimg {
  cursor: zoom-in;
}

.product_header_content {
  width: 48%;
  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 {
  line-height: 120%;
  color: #C3CF21;
  width: 100%;
  font-size: 2.2rem;
  padding-bottom: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
  color: #353535;
  font-weight: 400;
  font-size: 18px;
  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;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
  font-family: 'Muli', 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: 200;
  font-size: 15px;
  color: #1C1B1B;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.product_lever {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product_lever i {
  font-size: 18px;
  margin-right: 10px;
  color: #C3CF21;
}

.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: 20px;
  font-weight: 200;
  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, .product_actions a {
  padding: 15px 30px;
  background-color: #C3CF21;
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  font-weight: 700;
  border: none;
  font-size: 16px;
  width: 100%;
  border: 2px solid #C3CF21;
  transition: all .3s;
  font-family: Poppins, sans-serif;
}

.product_actions button:hover {
  background-color: transparent;
  color: #C3CF21;
}

.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: Montserrat, 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: Montserrat, sans-serif;
}

.product_sfeerfoto > img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: .7;
}

.amount_select {
  width: 200px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
}

/* Einde Product Pagina */

/* Winkelwagen */

.winkelwagen_pagina, .gegevens_pagina {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0 80px 0;
}

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #191D34;
}

.main {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.main img {
  width: 70px;
  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;
  padding: 0 15px;
}

.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-weight: 700;
  font-style: normal;
  color: #191D34;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
}

.shopping_cart article h3 {
  width: 100%;
  font-weight: 500;
  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;
  font-size: 16px;
  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;
  font-weight: 400;
  color: #1C1B1B;
  font-size: 16px;
  text-align: center;
}

.sub_article .actions {
  background-color: #fff;
  color: #E53323;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  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;
}

.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;
}

.goto_prev {
  font-size: 16px;
  color: #1C1B1B;
}

.goto_next {
  padding: 15px 30px;
  background-color: #C3CF21;
  color: white;
  font-weight: 700;
  border: none;
  font-size: 16px;
  border: 2px solid #C3CF21;
  transition: all .3s;
  cursor: pointer;
}

.goto_next:hover {
  color: #C3CF21;
  background-color: transparent;
}

#pay {
  padding: 15px 30px;
  background-color: #C3CF21;
  color: white;
  font-weight: 700;
  border: none;
  font-size: 16px;
  border: 2px solid #C3CF21;
  transition: all .3s;
  cursor: pointer;
}

#pay:hover {
  color: #C3CF21;
  background-color: transparent;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center !important;
  padding: 20px 0;
}

/* 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: 16px;
  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;
}

.webshop-form fieldset>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

.controle_split {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.controle_part:first-of-type {
  width: 30%;
}

.controle_part:last-of-type {
  width: 68%;
  padding: 20px;
}

.webshop-form .field {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.webshop-form .field label {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 5px;
}

.webshop-form .field input, .webshop-form .field select {
  width: 100%;
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.webshop-form .field select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  background-color: #314983;
  font-weight: 200;
  color: white;
  border-radius: 200px;
  font-family: Montserrat, 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;
}

.levering {
  background-color: white;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}


.levering i {
  color: #C3CF21;
  font-size: 25px;
  width: 50px;
  height: 50px;
  background-color:#f4f4f4;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.levering p {
  font-weight: 200;
  margin-top: 15px;
  font-size: 15px;
}

.checkboxField label {
  width: initial !important;
  margin-right: 10px;
}

.checkboxField {
  color: #000;
}

.checkboxField input {
  width: 20px !important;
}

.webshop-form h2 {
  font-weight: 700;
  font-size: 18px;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  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: #000;
  font-weight: 700;
}

.gegevens_controleren {
  display: none;
}

.webshop_Adres, .webshop_Factuur_Adres, .webshop_Factuur_Land {
  width: 100% !important;
}

.webshop_Postcode, .webshop_Postcode {
  width: 31.33% !important;
}

.webshop_Gemeente, .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;
}

.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: 100%;
  padding: 10px;
}

.input_gegevens div {
  width: 100%;
  padding: 10px;
  margin: 15px 0 10px 0;
  color: #C3CF21;
  font-weight: 700;
  font-size: 17px;
  background-color: #fafafa;
  padding: 10px;
}

.input_gegevens div:first-of-type {
  margin-top: 0;
}

.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 10px;
  font-size: 16px;
  font-weight: 700;
}

.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: 70px;
  margin-right: 20px;
}

.input_producten article:last-of-type {
  border-bottom: none;
}

.big {
  font-size: 16px;
  font-weight: 700;
  color: #1C1B1B;
}

.small {
  font-size: 1em;
  font-weight: 400;
  color: #8a8a8a;
}

.input_producten article div:last-of-type {
  font-size: 16px;
  color: #1C1B1B;
  font-weight: 700;
}

.input_producten article div:last-of-type span {
  margin-left: 20px;
}

.controle_part .financial {
  width: 100%;
}

.factuurfields {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}


/* Einde Gegevens */

/* Bevestiging */

.bestelling_geplaatst {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f0f3f7;
  min-height: 100vh;
}

.bestelling_geplaatst>div {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  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: 50px;
  color: #191D34;
}

.bestelling_geplaatst>div h1 {
  color: #191D34;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.bestelling_geplaatst>div h2 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 20px;
}

.bestelling_geplaatst>div div {
  text-align: center;
  font-size: 17px;
  line-height: 150%;
  color: #6a6a6a;
}

.bestelling_geplaatst>div a {
  padding: 15px 30px;
  background-color: #C3CF21;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #C3CF21;
  margin-top: 20px;
  transition: all .3s;
}


.bestelling_geplaatst>div a:hover {
  background-color: transparent;
  color: #C3CF21;
}

/* Einde Bevestiging */

/* Producten overzicht */

.product_page {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product_page > aside {
  width: 350px;
  padding: 15px;
  border: #f1f1f1 2px solid;
}

.product_page aside>h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  color: #C3CF21;
  border-bottom: 2px solid #F5F5F5;
}

.product_page aside>h2 span {
  display: none;
}

.product_page aside>h2 span i {
  transition: all .5s;
}

.product_page aside h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #353535;
  padding: 10px 0;
  padding-bottom: 5px;
  margin-top: 20px;
}

.products_ov {
  width: calc(100% - 400px);
  margin: 0 auto;
}

.products {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.products article {
  width: 32.33%;
  border-radius: 4px;
  overflow: hidden;
  margin: .5%;
  margin-top: 0;
  margin-bottom: 1%;
  border: 2px solid #eeeeee;
  position: relative;
}

.products article > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.products article img {
  width: 100%;
}

.products article h2 {
  font-size: 20px;
  color: #C3CF21;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  padding: 0 10px;
  border-top: 2px solid #eeeeee;
}

.products article > div {
  line-height: 150%;
  color: #5a5a5a;
  padding: 0 10px;
  font-size: 20px;
  margin: 15px 0 0 0;
}

.products article > div span {
  font-size: 13px;
}

.products article > button{
  width: calc(100% - 20px);
  margin: 10px;
  text-align: center;
  padding: 12px 25px;
  font-weight: 700;
  font-size: 18px;
  color: white;
  background-color: #C3CF21;
  border-radius: 4px;
  border: none;
}

.noprods {
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: 200;
  width: 100%;
  padding: 30px;
  color: #353535;
  flex-direction: column;
  line-height: 150%;
}

.noprods div {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #C3CF21;
  color: white;
}

.clearfilters {
  font-size: .95em;
  color: #98272B;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 5px;
  cursor: pointer;
  background-color: #f7f7f7;
}

.clearfilters i {
  margin-right: 10px;
}

.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 producten overzicht */


/* Media Query's */

@media screen and (max-width: 1400px) {
  .onderhoud_stappen article h2 {
    font-size: 1.1em;
  }

  .onderhoud_stappen article {
    padding: 15px;
  }
}

@media screen and (max-width: 1350px) {
  .contact_info {
    transform: translateY(0);
    box-shadow: none;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .contact {
    box-shadow: none;
    max-width: 100%;
  }
}


@media screen and (max-width: 1200px) {

  .product_page {
    flex-wrap: wrap;
  }
  .product_page aside {
    width: 100%;
    max-width: 100%; 
  }

  .product_page aside > div {
    display: none;
  }

  .product_page aside>h2 {
    cursor: pointer;
    border-bottom: none;
    background-color: #C3CF21;
    color: white;
  }

  .products_ov {
    width: 100%;
    margin-top: 20px;
  }

  .product_page aside>h2 span {
    display: inline-block;
  }
}


@media screen and (max-width: 1150px) {
  .home_steps article {
    margin: 50px 0;
    opacity: .5;
    transition: all;
  }
  
  .slick-center article {
    opacity: 1;
  }

  .slick-center article>div {
    transition: all .2s;
    border: 2px solid #eaeaea;
    z-index: 5;
    transform: scale(1.2);
    -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);
  }

}

@media screen and (max-width: 1100px) {
  .blokken_img {
    width: 100%;
    order: 1;
  }

  .blokken {
    padding: 0 20px;
  }

  .blokken article {
    flex-wrap: wrap;
  }

  .blokken article:nth-child(even) .blokken_img {
    order: 1;
  }

  .blokken_content {
    width: 100%;
    order: 2;
  }

  .footer_logo {
    display: none;
  }

  .home_steps {
    padding: 10px 0;
  }

  .page_header {
    padding: 30px 10px;
  }

  .page_header h1 {
    font-size: 2em;
  }

  .slide_content h2 {
    font-size: 2em;
  }

  .extra_header {
    padding: 20px 10px;
  }

  .extra_header div strong {
    font-size: 1em;
  }

  .extra_header div {
    font-size: 1em;
  }
}

@media screen and (max-width: 1050px) {
  .navigatie nav {
    display: none;
  }

  .logo {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .logo_res {
    display: block;
    width: 200px;
  }

  .onderhoud_stappen article h2 {
    min-height: 40px;
  }

  .navigatie {
    flex-wrap: wrap;
    padding: 0;
  }

  .logo_res {
    width: 150px;
  }

  .menubtn{
    margin-right: 10px;
  }
  .logo {
    margin-left: 10px;
  }

  .topper {
    font-size: 13px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .extra_header_image div h1 {
    font-size: 2em;
  }

  .extra_header_image div h2 {
    font-size: 1em;
  }

  .contact_form_holder>div {
    flex-wrap: wrap;
  }

  .openingsuren, .contact_form {
    width: 100%;
  }

  .openingsuren {
    padding: 0;
    padding-top: 50px;
    border-left: none;
  }
}

@media screen and (max-width: 950px) {

  .slide_content>div {
    display: none;
  }

  #dasmap {
    height: 300px;
  }

  .product_header_image {
    width: 100%;
    margin-bottom: 30px;
    max-width: 700px;
  }

  .product_header_content {
    width: 100%;
    max-width: 100%;
  }

  .product_header {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

}

@media screen and (max-width: 800px) {
  .contact_form #NaamInput {
    width: 100%;
  }

  .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 dt {
    font-weight: 400;
  }

  .financial dd {
    min-width: 0;
    margin-left: 15px;
  }



  .webshop-form .textField, .webshop-form .emailField {
    width: 100%;
  }

  #pay {
    width: 100%;
    text-align: center;
  }

  .controle_part:last-of-type {
    background-color: transparent !important;
    padding: 0;
  }

  .input_producten article,
  .input_producten article div:last-of-type,
  .big {
    font-size: 16px !important;
  }

  .input_producten article {
    display: flex;
    flex-wrap: wrap;
  }

  .input_producten article div {
    padding: 5px 0;
    width: 100%;
    text-align: right;
  }

  .input_producten article>div:first-of-type {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}


@media screen and (max-width: 750px) {
  .products article {
    width: 48%;
    margin: 1%;
  }

  .products article h2 {
    font-size: 15px;
  }

  .products article > button {
    font-size: 15px;
  }

  .product_header_content h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 700px) {
  .inner_footer {
    flex-wrap: wrap;
  }

  .inner_footer article {
    width: 100%;
    min-height: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .inner_footer article>div {
    padding-left: 0;
  }

  .inner_footer article>div i {
    display: none;
  }

  .extra_header_image {
    flex-wrap: wrap;
  }

  .extra_header_image div {
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0,0);
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 30px;
  }

  .extra_header_image div h1 {
    color: #C3CF21;
    font-size: 1.5em;
    text-align: center;
    text-shadow: none;
  }

  .blokken_content h2 {
    font-size: 1.5em;
  }

  .blokken_content div {
    font-size: 1em;
  }

  .contact {
    margin-top: 0;
  }

  .contact_info {
    flex-wrap: wrap;
    padding: 30px 10px;
    padding-bottom: 0;
    background-color: #333333;
  }

  .contact_info div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    color: white;
    line-height: 180%;
  }

  .contact_form_holder {
    padding: 30px 10px;
  }

  .contact_info p {
    margin-top: 0;
    color: white;
  }
  
  .contact_info a {
    color: white;
    padding-left: 0;
  }

  .contact_info a i {
    display: none;
  }

  .contact_info h2 {
    margin-bottom: 10px;
  }

  .onderhoud_stappen article {
    width: 100%;

  }

  .kunstplanten_items {
    margin-top: 10px;
    transform: translateY(0);
    flex-wrap: wrap;
  }

  .kunstplanten_items article {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: none;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .kunstplanten_items article div {
    text-align: left;
    font-size: 1em;
  }

  .kunstplanten_items article h2 {
    text-align: left;
  }
  
  .home_ak>div {
    margin-top: 20px;
  }

}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .contact_form input[type=submit] {
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
  }

  .res-nav {
    width: 100%;
    right: -600px;
  }

  .menu-is-open {
    right: 0;
  }

  .detail_images img {
    width: 48%;
  }
}

@media screen and (max-width: 550px) {
  .home_ak {
    background-image: none !important;
  }

  .home_ak>div {
    margin-top: 0;
    padding: 50px 10px;
    background-color: rgba(195,207,33,.6);
  }

  .home_ak h2 {
    font-size: 1.5em;
  }

  .blokken {
    margin-top: 0;
    padding: 0 10px;
  }

  .home_ak form input[type=submit] {
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
  }

  .disclaimer span {
    display: none;
  }

  .disclaimer a {
    margin: 5px 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .home_steps article>div {
    padding: 50px 10px;
  }

  .stap_tekst {
    font-size: .9em;
  }

  .bestelling_geplaatst>div {
    padding: 20px;
  }

  .bestelling_geplaatst>div h1 {
    text-align: center;
  }
}
@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;
	}
}