* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  font-family: 'effra', sans-serif;
}

.verzendkosten {
  width: 100%;
  background-color: #2A3F76;
  color: white;
  padding: 5px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.verzendkost {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #F5F5F5;
}

/* Popup */

.popup {
  width: 100%;
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  z-index: 100;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.popup_content {
  max-width: 950px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.popup_content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #314983;
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 1.6em;
}

.popup_content>div {
  padding: 50px 30px;
  line-height: 150%;
}

.popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2em;
  color: #314983;
  cursor: pointer;
  padding: 0 !important;
}

.popup_content a {
  display: inline-block;
  margin-top: 15px;
  color: #314983;
  font-family: 'Poppins', sans-serif;
}

.popup_text {
  color: #757474;
  font-size: 18px;
}

.popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.menu-block {
  overflow: hidden;
}

/* Einde Popup */

/* bevestiging */

.bevestiging {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 70vh;
  background-color: #F6F9FE;
  margin-top: 30px;
  padding: 50px 0;
}

.bevestiging > div {
  width: 100%;
  max-width: 900px;
  background-color: white;
  padding: 30px;
}

.bevestiging > div h1 {
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  color: #314983;
  text-align: left;
}

.bevestiging > div h2 {
  width: 100%;
  text-align: left;
  font-weight: 200;
  margin-top: 15px;
  font-size: 1em;
  text-transform: uppercase;
}

.bevestiging > div div {
  text-align: left;
  color: #9a9a9a;
  font-weight: 200;
  margin-top: 20px;
  font-size: 1.4em;
  line-height: 150%;
}

/* einde bevestiging */

/* Dialog Box */

.modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

.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: 'effra', sans-serif;
  font-weight: 200;
  font-size: 1.2em;
}

.modal-footer .btn {
  font-family: 'effra', sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  width: 48%;
  background-color: #314983;
  color: white;
  margin: 1% !important;
  border-radius: 0 !important;
  border: 0;
}

/* Einde Dialog Box */


/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #314983;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #353535;
  font-size: 1.2em;
  font-weight: 200;
  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: #314983;
  border: 2px solid #314983;
  color: #fff;
  font-weight: 200;
  font-size: 1.2em;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

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

.navigatie {
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #e7e7e7;
}
.logo {
  width: 120px;
}

.cart_icon {
  font-size: 1.4em;
  color: #314983;
}

.cart_icon {
  position: relative;
}

.cart_icon .amount {
  position: absolute;
  right: -15px;
  bottom: -15px;
  padding-top: 2px;
  font-size: .5em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  background-color: #D23B3D;
  font-weight: 700;
  color: white;
}



/* Aanbod */

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

.aanbod_top > h1 {
  font-size: 2em;
  color: #314983;
  font-weight: 700;
}

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

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

.list_view > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  color: #b6b6b6;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-left: 7px;
}

.list_view_active {
  background-color: #D23B3D !important;
  color: white !important;
  border: 2px solid #D23B3D !important;
}


.price_order {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-family: effra, 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;
}

.aanbod_pagina aside {
  width: 100%;
  max-width: 350px;
  background-color: white;
  border: 2px solid #F5F5F5;
}

.aanbod_pagina aside>h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  color: #314983;
  border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #353535;
  padding: 20px 20px;
  padding-bottom: 5px;
}

.aanbod_filter {
  margin: 0 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #F5F5F5;
}

.aanbod_filter:last-of-type {
  border-bottom: none;
}

.aanbod_filter select {
  width: 100%;
  padding: 10px;
  font-family: effra, 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 {
  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: 2px;
  top: 2px;
  color: white;
}
/*Copy this into css merge, replace current aanbod_items line in same location*/
.aanbod_items {
  width: 100%;
  padding: 10px;
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.scroll-up {
  width: 98%;
  border: 0;
  background-color: #314983;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 10px;
  margin-left: 1%;
  margin-right: 1%;
  font-weight: 1.2em;
  text-transform: uppercase;
}
/*merge-end*/

.product {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background-color: white;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  border: 2px solid #F5F5F5;
}

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

.product > img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 1s;
}

.product:hover img {
  transform: scale(1.08);
}

.product > h2 {
  width: 100%;
  text-align: center;
  color: #3F3F3F;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  min-height: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.product > h3 {
  width: 100%;
  text-align: center;
  color: #3F3F3F;
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.range-slider {
  margin-top: 10px;
}

.hiddenarticles {
  opacity: 0;
  transition: all .3s;
  transform: translateY(70px);
}

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

.spinnerbox img {
  width: 50px;
}
.inactive {
  opacity: 0.7;
  pointer-events: none;
}
.load-holder {
  text-align: center;
  padding:10px 0;
  display: none;
}

.loading .load-holder {
  display: block;
}

.status {
  color: #2ecc71;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}

.inactive .status {
  color: #e74c3c;
}

.loading .status {
  display: none;
}

/* Einde Aanbod */

/* Product Pagina */

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

.product_header_image > a {
  font-weight: 200;
  font-size: 1.2em;
  color: #314983;
  display: inline-block;
  padding: 10px 0;
}

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

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

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

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

.product_links a {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #939393;
  padding: 2px 10px;
  font-size: .8em;
  transition: all .3s;
  margin-right: 5px;
}

.product_links a:hover {
  border: 1px solid #939393;
}

.product_intro {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 10px;
}

.product_prijs {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

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

.product_prijs article h2 {
  font-size: 1.3em;
  color: #282923;
  margin-bottom: 5px;
  font-weight: 200;
}
.product_prijs article h2 small {
  font-size: 0.8em;
  opacity: 0.9;
}

.product_prijs article p {
  font-size: 1.5em;
  font-weight: 700;
  color: #314983;
}

.product_afmetingen {
  display: flex;
  justify-content: flex-start;
}

.product_afmetingen article {
  padding: 15px 30px;
  background-color: #F3F3F2;
  border: 1px solid white;
}

.product_afmetingen article h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #6b6b6b;
  margin-bottom: 5px;
}

.product_afmetingen article p {
  font-size: 1.1em;
  color: #6b6b6b;
}

.product_actions button {
  padding: 10px 30px;
  background-color: #314983;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 200px;
  font-family: effra, 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: 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: effra, 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: effra, sans-serif;
}

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

.amount_select {
  width: 200px;
  padding: 10px;
  font-family: effra, 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: 1200px;
  margin: 0 auto;
}

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 2em;
  color: #314983;
  font-weight: 700;
}

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

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

.sub_article .aantal i {
  font-size: 1em;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  background-color: #314983;
  cursor: pointer;
}

.sub_article .aantal input {
  font-weight: 200;
  font-family: effra, sans-serif;
  color: #314983;
  font-size: 1.2em;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 70px;
  padding-top: 6px;

}

.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: 200;
  color: #314983;
  font-size: 1.5em;
  text-align: center;
}

.sub_article .actions {
  background-color: #fff;
  color: #C4242C;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
  transition: all .5s;
}

.sub_article .actions:hover i {
  transform: scale(1.4);
}

.financial dl {
  border-top: 2px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

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

.financial dd {
  font-size: 1.3em;
  font-weight: 200;
  min-width: 150px;
  color: #43474A;
  text-align: right;
}

.goto_next {
  background-color: #314983;
  color: white;
  font-weight: 200;
  font-size: 1.2em;
  padding: 9px 25px;
  border-radius: 30px;
}

.goto_next i {
  font-size: .9em;
}

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

/* Gegevens */
.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 .other_delivery {
  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;
  line-height: 25px;
}

.webshop-form .field label {
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  font-weight: 200;
  margin-bottom: 5px;
}

.webshop-form .field input, .webshop-form .field select {
  width: 100%;
  padding: 10px;
  color: #314983;
  border: none;
  background-color: #f4f4f4;
  font-weight: 200;
  font-family: effra, sans-serif;
}

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

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  background-color: #314983;
  font-weight: 200;
  color: white;
  border-radius: 200px;
  font-family: effra, sans-serif;
}

.webshop-form .selectField  {
  width: 100%;
}

.webshop-form .textField, .webshop-form .emailField  {
  width: 49%;
}

.leverklik {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.checkboxField label {
  width: initial !important;
  margin-right: 10px;
}

.checkboxField {
  color: #000;
}

.checkboxField input {
  width: 20px !important;
}

.webshop-form h2 {
  font-weight: 700;
  font-size: 1.3em;
  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;
}

.loading-now {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0.6);
  display: none;
}

.loading-now .loading-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 45px;
  color: #314983;
}

.transporteur-hold {
  width: 100%;
}

.bootbox-body select {
  width: 100%;
  height: 35px;
  border:1px solid rgb(200,200,200);
}
.bootbox-body  h2 {
  text-transform: uppercase;
  font-size: 1.6em;
}

/* Einde Gegevens */

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

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

#content-container h3 {
  background: #314983;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #314983;
}

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

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


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

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}


footer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
  background-color: #f5f5f5;
  margin-top: 30px;
}

.gdpr {
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  padding-bottom: 20px;
  border-bottom: #cccccc 1px dashed;
}

.gdpr a {
  font-weight: 200;
  color: #353535;
}

.gdpr span {
  margin: 0 10px;
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #353535;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 20px;
}

.disclaimer a {
  color: #353535;
}

/* Media Query's */
@media screen and (max-width: 1350px) {
  .product {
    width: 31.33%;
  }
}

@media screen and (max-width: 1150px) {
  .product {
    width: 48%;
  }
}

@media screen and (max-width: 950px) {
  .popup_content img {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .aanbod_pagina {
    flex-wrap: wrap;
  }

  .aanbod_items {
    padding: 0;
  }

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

  .product {
    width: 31.33%;
  }

  .product_header {
    flex-wrap: wrap;
  }

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

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

  .product_header_content {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .shopping_cart article {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    border: 2px dashed #e8e8e8;
  }

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

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

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

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

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

  .winkelwagen_pagina {
    padding: 0 15px;
  }

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

  .financial dt {
    font-weight: 400;
  }

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

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

@media screen and (max-width: 750px) {
  .webshop-form .textField, .webshop-form .emailField {
    width: 100%;
  }

  .webshop-form fieldset>div {
    padding: 10px;
  }
}

@media screen and (max-width: 700px) {
  .product {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }
}


@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }
}
@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;
	}
}