@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;

}
@font-face {
  font-family: 'Northwell';
  src: url('/fonts/Northwell.woff2') format('woff2'),
    url('/fonts/Northwell.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: default;
  -webkit-user-select: default;
  -khtml-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
  outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=password],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

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

input[type=number] {
  -moz-appearance: textfield;
  vertical-align: middle;
}

input::-moz-focus-inner

/*Remove button padding in FF*/
  {
  border: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 170%;
  color: #252525;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #F9F9F9;
}

.collapsing, .modal, .modal-open {
  overflow: scroll !important;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 121.5rem;
  padding: 0 2.5rem;
}

.invisible {
  visibility: hidden;
  pointer-events: none;
}

.content {
  width: 100%;
  max-width: 1215px;
  padding: 25px;
  background-color: white;
  margin: 0 auto;
}

.item {
  position: relative;
}

.band .between-titel h3 {
  background-color:#F9DBD4;
}
.between-titel {
  padding:60px 0;
  position: relative;
  text-align: center;
}
.between-titel .line-hold {
  position: relative;
}
.between-titel .line-hold h3, .between-titel .line-hold h2, .between-titel .line-hold h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin:0 auto;
  position: relative;
  z-index:2;
  background-color: #fff;
  display: inline-block;
  padding:0 100px;
}
.band .between-titel h3 {
  background-color:#F9DBD4;
}
.between-titel .line-hold:after {
  display: block;
  height: 1px;
  background-color: #707070;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.small.between-titel {
  padding:30px 0;
}

.band {
  background-color: #F9DBD4;
  padding:27px 0;
}

.instagram_feed {   
  width: 100%;   
  max-width: 1216px;  
  margin: 0 auto;   
  display: flex;   
  justify-content: space-between;   
  -ms-align-items: center;   
  align-items: center;   
  flex-wrap: wrap;   
  padding: 0 25px 25px 25px;
  background-color: white;   
  margin-top: 30px; 
}

.instagram_feed .between-titel {
  width: 100%;
}

.instagram_feed .instagram_post {   
  width: 24%;
  margin: 0 .5%;
  position: relative;
  height: 350px;
  background-size: cover;

} 

.videoInstagram{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.instagram_feed .instagram_post img {   
  width: 100%; 
} 

.instagram_feed .instagram_post video {   
  width: 100%;
} 

.instagram_feed .instagram_post .overlay {   
  position: absolute;   
  left: 0;   
  right: 0;   
  bottom: 0;   
  top: 0;   
  z-index: 1;   
  background-color: rgba(0,0,0,.5);   
  opacity: 0;   
  display: flex;   
  justify-content: center;   
  -ms-align-items: center;   
  align-items: center;   
  color: white;   
  font-size: 3em;   
  transition: all .3s; 
} 

.instagram_feed .instagram_post:hover .overlay {   
  opacity: 1; 
}

.insta-logo-only {
  display: none;
}



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

.img {
  position: relative;
}

.img img {
  width: 100%;
}

.img .more_images {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px;
  background-color: #3F3F3F;
  color: #fff;
  font-size: 2.2rem;
}

.has_swiper {
  cursor: pointer;
}

.cke * {
  line-height: 150%;
}

.cke h2 {
  font-size: 1.8em;
  font-weight: bold;
}

.errors {
  color: red;
  padding-left: 25px;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 8px;
}

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


/* Search Preview */
.searchicon,
.searchholder .closesearch {
  cursor: pointer;
}

.searchholder {
  position: absolute;
  right: 240px;
  top: 70px;
  width: 400px;
  padding: 15px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  display: none;
}

.searchholder>h2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #353535;
  line-height: 100%;
  margin-bottom: 10px;
}

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

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

.searchinput i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background-color: #f6f6f6;
  font-size: 20px;
}

.searchinput input {
  width: calc(100% - 50px);
  border: 2px solid #f6f6f6;
  padding: 10px;
}

.search_results {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 0;
}

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

.spinnerbox {
  width: 100%;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.spinnerbox img {
  width: 50px;
}

.search_results article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
  position: relative;
  transition: all .3s;
}

.search_results>a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252525;
  line-height: 100%;
  padding-top: 10px;
  font-size: 16px;
  border-top: 2px solid #f6f6f6;
}

.search_results>a:hover {
  color: #000;
}

.search_results article:hover {
  transform: scale(1.03);
}

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

.search_results article img {
  width: 50px;
}

.search_results article>div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 20px;
  line-height: 120%;
}

.search_results article>div h2 {
  font-weight: 700;
}

/* Einde Search Preview*/

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

.seocontent_content {
  width: 100%;
  padding: 50px 30px;
  border-top: 2px solid #f9f9f9;
}

.seocontent_content h1 {
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 10px;
}

.seocontent_content h2 {
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  color: #f5bebd;
  line-height: 175%;
}

.seocontent_content_tekst {
  text-align: left;
  font-size: 1.5rem;
  color: #787878;
  line-height: 180%;
}


/*====Bootbox====*/
.bootbox-body h2 {
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.bootbox-body .c {
  text-align: left;
  font-size: 1.6rem;
}

.bootbox-body .c ul {
  margin-top: 15px;
}

.bootbox-body label {
  width: 100%;
  display: block;
  font-weight: bold;
}

.bootbox-body input {
  width: 100%;
  border: 1px solid #000;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.modal-content .modal-footer {
  border-top: 0;
  justify-content: space-around;
}

.bootbox-body input:last-child {
  margin-bottom: 0;
}

.bootbox .btn {
  margin-top: 0;
}

.bootbox .btn-default:hover {
  color: white;
}

.modal-header .close {
  position: relative;
  z-index: 10000 !important;
}

.modal-open .modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal.in:not(.bootbox-alert) {
  z-index: 1050 !important;
}

.bootbox .error {
  color: red;
}

.bootbox-body {
  text-align: center;
  line-height: 175%;
  padding-bottom: 0 !important;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.6rem;
}

.bootbox-body a {
  color: #f4c9c9;
  font-weight: bold;
}

.modal-content {
  padding: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.modal-footer {
  text-align: center !important;
}

.modal-footer .btn {
  margin: 0 10px;
  background-color: #3F3F3F !important;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 10px 20px;
}

.modal-footer .btn:hover, .modal-foote .btn.focus, .modal-foote .btn:focus, .modal-foote .btn:hover {
  color: #fff !important;
  opacity: 0.9;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal-content .modal-footer .btn.btnPopup {
  text-transform: uppercase !important;
  color: #000 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #3F3F3F !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 !important;
  font-size: 1.4rem !important;
}

.modal-content .modal-footer .btn.dn {
  display: none !important;
}

.modal-content .modal-footer .btn.btnPopupSubtle {
  width: 100% !important;
  background-color: transparent !important;
  padding: 5px !important;
  color: #3F3F3F !important;
  font-size: 1.3rem !important;
  margin-top: 20px;
}

.modal-dialog select {
  height: 40px;
  border: 1px solid #D5D5D5;
  width: 100%;
  padding-left: 8px;
  text-transform: uppercase;
  width: 100%;
}

.bootbox.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/*====/Bootbox====*/

.noprods {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 80px 10px 40px 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.noprods h2 {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}

.noprods a {
  display: inline-block;
  margin-top: 10px;
  background-color: #F5BEBD;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px 20px;
}

/* Inschrijvings Popup */

.inschrijven_popup {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: all 1s;
  background-color: #ffffff;
  -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);
  z-index: 2;
}


.inschrijven_popup>i {
  font-size: 2.4rem;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.inschrijven_popup div {
  max-width: 300px;
  padding: 30px;
}

.inschrijven_popup div h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.inschrijven_popup div form {
  width: 100%;
}

.inschrijven_popup div form input[type=email] {
  border: 1px solid #D9D9D6;
  text-align: left;
  font: italic normal normal 13px/22px Open Sans;
  letter-spacing: 0px;
  height: 30px;
  color: #7F7F7F;
}

.inschrijven_popup div form input[type=submit] {
  background-color: #F5BEBD;
  color: #252525;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  border: none;
  height: 30px;
  font-weight: 700;
}

/* Einde Inschrijvings Popup */

/* Giftcard choice */
.giftcard_choices {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
}

.giftcard_choice {
  width: 45%;
  border: 1px solid #000;
  position: relative;
}

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

.giftcard_inner {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.giftcard_inner button {
  width: 100%;
  border: 0;
  background-color: #404041;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 25px 0;
  line-height: 150%;
}

.choice_text {
  height: 120px;
  display: flex;
  align-items: center;
  text-align: center;
}

.choice_img img {
  width: 100%;
}

/* /Giftcard choice */
/* Cadeaubon */
.cadeaubon_header {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 30px 0;
  max-width: 500px;
}

.cadeaubon_header i {
  font-size: 3.5rem;
  margin-bottom: 5px;
  color: #F5BEBD;
}

.cadeaubon_header h1 {
  font-size: 2rem;
  color: #252525;
  font-weight: 700;
  margin-bottom: 10px;
}

.cadeaubon_header p {
  font-size: 1.6rem;
  line-height: 150%;
  text-align: justify;
}

.cadeaubon_header div {
  font-size: 1.6rem;
  text-align: center;
  line-height: 150%;
}

.cadeaubon_link {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #f1f1f1;
  padding: 30px;
}

.cadeaubon_link h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.cadeaubon_link a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #252525;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .3s;
  background-color: #F4C9C9;
  border: 2px solid #F4C9C9;
}

.cadeaubon_link a:hover {
  background-color: transparent;
  color: #F4C9C9;
}

.cadeaubon_link a i {
  font-size: 1.5em;
  margin-right: 10px;
}

.content.cadeaubon .head {
  margin: 30px auto;
}

.content.cadeaubon+.form-band {
  margin-top: 30px;
  padding-top: 10px;
}

.cadeaubon h3 {
  margin-top: 50px;
  font-size: 1.6rem;
}

.cadeau-form .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cadeau-form .part {
  width: 49%;
}

.cadeau-form input[type="text"] {
  border: 1px solid #D5D5D5;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  color: #252525;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
}

.cadeau-form textarea {
  border: 1px solid #D5D5D5;
  padding-left: 8px;
  padding-top: 10px;
  color: #252525;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100px;
}

.cadeau-form .filesinput input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  z-index: -1;
}

.cadeau-form .filesinput label {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.cadeau-form .filesinput p {
  margin-bottom: 0;
}

.cadeau-form p.checkbox {
  margin-bottom: 0;
}

.cadeau-form p input {
  margin-right: 8px;
}

.cadeau-form input[type="submit"] {
  border: 0;
  width: 100%;
  max-width: 275px;
  text-transform: uppercase;
  text-align: center;
  background-color: #3F3F3F;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  z-index: 2;
  position: relative;
}

.giftcardConfirm {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}

.giftcardConfirm h2 {
  font-weight: 700;
  font-size: 1.6em;
  color: #3f3f3f;
  margin-top: 20px;
}

.giftcardConfirm button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background-color: #3f3f3f;
  color: #fff;
  border: 2px solid #3f3f3f;
  transition: all .3s;
}

.giftcardConfirm button:hover {
  background-color: transparent;
  color: #3f3f3f;
}

.cadeaubongegevens {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cadeaubongegeven {
  width: 50%;
  padding: 10px 0;
  font-size: 1.2em;
}

.cadeaubongegeven h3 {
  font-weight: 700;
  font-size: 1.1em;
}

.submit-hold {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.cadeau-form select {
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  border: 1px solid #D5D5D5;
  color: #252525;
  font-size: 1.6rem;
  font-weight: 700;
  background-image: url(/images/lang.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.cadeau-form .select {
  width: 100%;
  margin-bottom: 10px;
}

.cadeau-form .checkbox {
  width: 100%;
}

.cadeau-form .factuur>*:last-child {
  margin-bottom: 0;
}

.lastmin {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
}

.ophaal {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}

.radio-option {
  margin-bottom: 10px;
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.radio-option input {
  margin-right: 10px;
}

.cadeau-form .factuur input:last-child {
  margin-bottom: 15px;
}

/*Cadeaubon keuze new*/
.cb-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cb-block {
  width: 48%;
  border: 3px solid #e6007e;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.cb-block .h3 {
  margin-top: 0px;
  font-size: 2.5rem;
  text-align: center;
}

.cb-block h4 {
  text-align: center;
  color: rgb(120, 120, 120);
  font-size: 1.6rem;
  margin-bottom: 35px;
  line-height: 2rem;
}

.cb-block .c:not(.extra) {
  margin-bottom: 15px;
}

.cb-block .c p {
  margin: 0;
}

.cb-block .icon {
  font-size: 45px;
  color: #e6007e;
  margin-bottom: 25px;
  cursor: pointer;
}

.cb-block .h3 span {
  color: #e6007e;
}

.cb-block .cb-buttons {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cb-block .cb-buttons.single {
  justify-content: center;
}

.cb-block .cb-buttons a {
  color: #e6007e;
  border: 1px solid #e6007e;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 8px;
  background-image: linear-gradient(to right, transparent 50%, #e6007e 50%);
  background-size: 300% 100%;
  transition: all 0.5s ease;
  cursor: pointer;
}

.cb-block .cb-buttons a:hover {
  background-position: -50% 0;
  color: #fff;
}

.cb-block small {
  display: block;
  width: 100%;
  margin-top: 15px;
  color: #e6007e;
  cursor: pointer;
}

.cb-block small:hover {
  text-decoration: underline;
}

.cadeau-form.form-v2 input:disabled {
  display: none;
}

.cadeau-form.form-v2 .holder {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cadeau-form.form-v2 .part {
  width: 100%;
}

.cadeau-form.form-v2 select {
  font-size: 1.2rem;
}

.privcnt {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
  line-height: 20px;
  width: 100%;
}

.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.privcnt a {
  -ms-align-items: center;
  align-items: center;
  margin-left: 5px;
  display: inline-block;
}

.privcnt .submcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  color: #252525;
  background-color: #dedede;
}

.privcnt:hover input~.submcheckmark {
  background-color: #ccc;
}

.privcnt input:checked~.submcheckmark {
  background-color: #3f3f3f;
}

.privcnt .submcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

.privcnt input:checked~.submcheckmark:after {
  display: block;
}

.privcnt .submcheckmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Einde Cadeaubon */


/* Page Header */
.page_header {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 30px;
}

.page_header .h1 {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 10px;
}

.page_header .h2 {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  color: #f5bebd;
  line-height: 175%;
}

.page_header_text {
  text-align: center;
  font-size: 1.5rem;
  color: #787878;
  line-height: 180%;
}

.page_header ul {
  list-style: disc;
  list-style-position: inside;
}

.page_header_text a {
  text-decoration: underline;
  color: #000;
}

.shopping_cart_counter {
  position: relative;
}

.shopping_cart_counter i {
  font-size: 1.8rem;
}

.shopping_cart_counter>.count {
  position: absolute;
  top: -5px;
  right: -13px;
  width: 16px;
  line-height: 16px;
  background-color: #f9dbd4;
  color: #404041;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

/* Einde Page Header */
/* Text Page */
.text_page {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 10px;
}

.text_page h1 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 20px;
}

.text_page h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 25px;
}

.text_page_text {
  font-size: 1.1em;
  line-height: 150%;
}

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

.text_page_text ol {
  padding-left: 30px;
  list-style-type: decimal;
}

.text_page_text p {
  margin: 15px 0;
}

.text_page_text p a {
  color: #000;
  text-decoration: underline;
}

.text_page_text em {
  font-style: italic;
}

.text_page_text table {
  width: 100%;
}

.text_page_text thead {
  background-color: #FEE1E0;
}


.text_page_text thead th {
  border: 1px solid #353535;
  padding: 10px;
}

.text_page_text tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 10px;
}

.text_page_text tbody td p {
  padding: 0px;
}

/* Einde Text Page */

/* Start Looks Overzicht */
.looks_overzicht {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.looks_overzicht article {
  margin: 1%;
  width: 31.33%;
}

.look.item .title {
  padding: 15px 5px 5px 5px;
  text-align: center;
}

.look.item .title h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.look.item .title span {
  font-style: italic;
  color: rgb(110, 110, 110);
}

/* Einde Looks Overzicht */

/* Start Looks details */
.look_top, .look_main {
  margin-left: 1%;
  margin-right: 1%;
}

.look_bread {
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 150%;
  display: flex;
  flex-wrap: wrap;
}

.look_bread span {
  margin: 0 10px;
}

.look_bread a {
  color: #000;
}

.look_bread a:hover {
  color: #F4C9C9;
}

.look_brand h1 {
  color: #F4C9C9;
}

.look_main {
  margin-top: 20px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.look_main>* {
  width: 50%;
}

.look_main .look_main_img {
  padding-right: 1%;
}

.look_main .look_main_products {
  padding-left: 1%;
}

.look_actions {
  line-height: 175%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
}

.look_actions {
  color: #7F7F7F;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.look_actions a {
  color: #7F7F7F;
}

.look_actions .social span {
  margin-right: 8px;
}

.look_actions .social a:not(:last-child) {
  margin-right: 8px;
}

.look_actions a.link-fb:hover {
  color: #3b5998;
}

.look_actions a.link-pin:hover {
  color: #e60024;
}

.look_main {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.look_main_products .products>*:nth-child(3n) {
  margin-right: 2%;
}

.look_main_products .products>* {
  width: 49%;
  margin-right: 2%;
}

.look_main_products .products>*:nth-child(2n) {
  margin-right: 0;
}

.products>*.has_cart_adder {
  padding-bottom: 50px;
}

.products>*.has_cart_adder .cart_adder {
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
}

.products>*.has_cart_adder .cart_adder select {
  width: calc(100% - 40px);
  height: 40px;
  border: 1px solid #3F3F3F;
  padding-left: 10px;
  background-image: url(/images/select_m.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}

.products>*.has_cart_adder .cart_adder .add_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-color: #3F3F3F;
  color: #fff;
}

.products>*.has_cart_adder .cart_adder .add_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  transform: translate(-50%, -50%);
}

/* Einde Looks details */

/* Contact Pagina */

.contact_form {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px;
  margin-top: 30px;
  background-color: white;
}

.contact_form .labelForm {
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 200;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #F8F8F8;
}

.contact_form input[type=submit] {
  background-color: #3F3F3F;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  padding: 13px 25px;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
}

.contact_form textarea {
  height: 100px;
}

.contact_form #NaamInput {
  width: 49%;
}

.contact_form #EmailInput {
  width: 100%;
}

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

.vestigingen {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 25px 0;
}

.vestigingen article {
  width: 49.5%;
  background-color: white;
  margin-right: 1%;
  margin-bottom: 1%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.extra_afbeeldingen {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 1.6em;
}

.vestigingen article>a img {
  width: 100%;
  cursor: pointer;
}

.vestigingen_socials {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: flex-start;
  padding: 5px 0;
  margin-top: 5px;
}

.vestigingen_socials a {
  background-color: #F6B6B5;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  color: white;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
}

.vestigingen article>a {
  width: 50%;
}

.vestiging_content {
  width: 50%;
  padding: 0 25px 10px 25px;
  text-align: center;
}

.vestiging_content>a {
  text-align: center;
}

.vestiging_content>a>img {
  width: 50%;
}

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

.vestiging_content .h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.vestiging_content .h3 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 10px;
  color: #909090;
}

.vestiging_content p a {
  color: #000;
  text-decoration: underline;
}

.vestiging_content .more_info {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(248, 248, 248);
  border-radius: 15px;
}

.vestiging_right {
  position: relative;
}

.vestiging_right .vestiging_map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 5;
}

.vestiging_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  font-size: 2.5rem;
  z-index: 3;
  padding: 10px;
  background-color: #3F3F3F;
  color: #fff;
  width: 40px;
  line-height: 40px;
}

.vestiging_slider .slick-prev {
  left: 20px;
}

.vestiging_slider .slick-prev i {
  position: relative;
  right: 2px;
}

.vestiging_slider .slick-next {
  right: 20px;
}

.vestiging_slider .slick-next i {
  position: relative;
  left: 2px;
}

.mapShowHide {
  padding: 10px 15px;
  border-radius: 12px;
  background-color: #151515;
  color: #fff;
  border: 0;
  margin-top: 10px;
}

.vestiging_bottom {
  width: 100%;
  margin-top: 25px;
}

.vestiging_bottom .img {
  margin-bottom: 15px;
}

/* Einde Contact Pagina */

/* Vestigingen detail */
.vestiging_detail {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

.vestiging_left {
  width: 500px;
}

.vestiging_right {
  width: calc(100% - 525px);
}

.vestiging_left .vestiging_content {
  width: 100%;
}

.vestiging_left .vestiging_content>.img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Vestigingen detail einde */

/* Blokken */
.blokken {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

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

.blokken article img {
  width: 100%;
}

.blokken_img {
  width: 45%;
}

.blokken_img_missie {
  width: 30%;
}

.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;
  order: 2;
}

.blokken_content_missie {
  width: 65%;
}

.blokken_content h3 {
  color: #E13716;
  font-size: 4.5em;
  margin-bottom: 10px;
  font-weight: 700;
}

.blokken_content h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  max-width: 700px;
}

.blokken_content_missie h2 {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: flex-start;
}

.blokken_content h2 div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 20px;
}

.blokken_content h2 div span {
  color: #E13716;
  font-size: .7em;
}


.blokken_content h2>span {
  color: #E94E1B;
}

.blokken_content a {
  text-transform: uppercase;
  color: black;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
}

.blokken_content>div {
  line-height: 175%;
  color: #4D4D4D;
  font-size: 1.1em;
}

.blokken article:nth-child(even) .blokken_img, .blokken article:nth-child(even) .blokken_img_missie {
  order: 2;
}

.blokken article:nth-child(even) .blokken_content {
  order: 1;
}

.blokken_moreinfo {
  background-color: #F0F0F0;
  padding: 10px;
  font-size: .9em;
  letter-spacing: 1px;
  color: #353535;
  text-align: center;
}

/* Einde Blokken */

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #EEA297;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 100;
  padding: 2.5rem;
  transition: all .8s;
}

.PL_Wrapper p {
  max-width: 1216px;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 150%;
}

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

.PL_Buttons a {
  max-width: 200px;
  width: 100%;
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

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

/* Einde Cookie Melding */

/*Algemeen*/
main {
  min-height: 500px;
}

.contact_ak {
  background-color: #404041;
  position: fixed;
  right: -195px;
  width: 252px;
  top: 50%;
  transition: all .3s;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  border-radius: 5px 0 0 5px;
}

.contact_ak:hover {
  right: 0;
}

.contact_ak i {
  font-size: 1.6em;
  color: white;
  padding: 10px 20px;
  display: inline-block;
}

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

.contact_ak div {
  color: white;
  font-weight: bold;
  padding-right: 10px;
  max-width: 200px;
  width: 100%;
}

.contact_ak div span {
  font-weight: normal;
}

/*Einde Algemeen*/

/*Header*/
.top_header {
  height: 4rem;
  line-height: 4rem;
  background-color: #F0F1F6;
  font-size: 1.2rem;
}

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

.header_troeven {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header_troeven .divider {
  margin-left: 10px;
  margin-right: 10px;
}

.header_review {
  text-align: right;
  color: black;
}

.header_review a {
  color: black;
}

.header_review img {
  position: relative;
  top: 2.5px;
}

.mid_header .inner {
  padding-top: 0rem;
  padding-bottom: 2.1rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #F4C9C9;
}

.story {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.story div {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.story span {
  margin-left: 2rem;
  align-self: center;
  color: #7F7F7F;
}

.story, .icons {
  width: 29rem;
}

.iconsize i {
  font-size: 1.8rem;
  margin-right: 2em;
}

.logo {
  position: relative;
  margin-top: 15px;
}

.logo img {
  width: 130px;
}

.mid_header .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mid_header .icons>div {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  line-height: 18px;
  font-size: 12px;
  justify-content: flex-end;
}

.mid_header .icons>div img, .mid_header .icons>div .shopping_cart_counter {
  margin-right: 2em;
}

.mid_header .icons>div .shopping_cart_counter img {
  margin-right: 0;
}

.mid_header .icons a {
  color: #252525;
}

.icons .login {
  margin-right: 2em;
}

.icons .taal a {
  margin-right: 1em;
}

.menubtn {
  display: none;
  font-size: 1.8em;
}

.mid_header a:hover, .mid_header a.active {
  text-decoration: underline;
}

.fixedheader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.fixedheader .inner {
  background-color: white;
}

.bot_header .inner {
  position: relative;
}

.taalswitch {
  position: relative;
}

.taalswitch span {
  padding: 3px 0;
  cursor: pointer;
  padding-right: 25px;
  background-image: url(/images/select_m.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.taalswitch>div {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  display: none;
  background-color: #fff;
  z-index: 3;
}

#mainnav {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

#mainnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#mainnav ul li {
  padding: 15px 18px;
}

#mainnav ul a {
  color: #252525;
}

#mainnav ul a.active, #mainnav ul a:hover {
  color: #F4C9C9;
}

main {
  position: relative;
}

main>.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, .09);
}

.nav_sliding_content .subnav {
  background-color: white;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: all .3s;
  display: none;
  transform: translateY(-50px);
}

.nav_sliding_content .subnav {
  display: flex;
  transform: none;
}

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

.nav_sliding_content .subnav_column>div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 16px;
}

.nav_sliding_content .subnav_column .maincat {
  color: #252525;
  font-weight: 600;
  font-size: 1.3rem;
}

.nav_sliding_content .subnav_column .maincat.collection_cat {
  color: #f5bebd;
}

.nav_sliding_content .subnav_column a {
  color: #7F7F7F;
}

/* Responsive Menu */
.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  left: -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 20px;
  background-color: #F6B6B5;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: flex-end;
}

.closebtn {
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: inline;
}

.winkelmandres {
  font-size: 1.2em;
  color: #fff;
  margin-right: 20px;
}

.verlanglijstres {
  font-size: 1.2em;
  color: #fff;
}

.menu-block {
  overflow: hidden;
}

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

.res-nav ul {
  width: 100%;
}

.res-nav nav {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem>a, .subnavlink {
  color: #3C3C3B;
  letter-spacing: 3px;
  font-size: 1.2em;
}

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

.showsubnav i {
  font-size: 2em;
}

.navitem {
  width: 100%;
  padding: 10px 20px;
}

.navitem .subnav {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 10px;
  padding-top: 10px;
}

.navitem .subnav_column {

  width: 100%;
}

.navitem .subnav_column div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navitem .subnav_column div a {
  color: #7F7F7F;
  width: 100%;
  padding: 5px 0;
  font-size: 1.2em;
}

.navitem .subnav_column div a:first-of-type {
  font-weight: 700;
  color: #252525;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

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


.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: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #484848;
}

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

/* Einde Responsive Menu */

/*Header einde*/
/*Footer*/
footer {
  padding-top: 5rem;
}

.ecommerce_responsive {
  display: none;
}

.top_footer {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 2.1rem;
}

footer h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  margin-bottom: 2.4rem;
  line-height: 2.2rem;
}

.top_left_footer {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-grow: 2;
}

.top_left_footer nav {
  line-height: 3rem;
}

.top_left_footer nav a {
  color: #252525;
}

.top_left_footer nav a:hover, .top_left_footer nav a.active {
  text-decoration: underline;
}

.top_left_footer .footer_column:last-child {
  text-align: center;
}

.top_right_footer {
  padding-left: 4.5em;
  max-width: 350px;
}

.footer_social {
  margin-top: 1.9rem;
}

.footer_social .social_icons a:not(:last-child) img {
  margin-right: 2rem;
}

.customer_review {
  margin-bottom: 2.4rem;
}

.customer_review img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
}

.customer_review .txt {
  color: #878787;
  line-height: 1.6rem;
  text-align: center;
  margin-top: 20px;
}

.customer_review .txt span {
  display: block;
  text-transform: uppercase;
}

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

.ecommerce a:first-child img {
  margin-right: 2.4rem;
}

.top_footer_divider {
  width: 1px;
  background-color: #878787;
  margin-left: 5.8rem;
  margin-right: 7.5rem;
}

.footer_promises .promise {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.footer_promises .promise:not(:last-child) {
  margin-bottom: 1.9rem;
}

.footer_promises .promise .img {
  margin-right: 1.3rem;
}

.footer_promises .promise .txt {
  line-height: 1.7rem;
}

.footer_promises .promise .txt span {
  text-transform: uppercase;
  display: block;
}

.bottom_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D6;
  height: 65px;
}

.bottom_footer .copyright {
  line-height: 2rem;
  opacity: 0.8;
}

.bottom_footer .payment_options .payment_options_button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem 0;
}

.payment_options img {
  width: 32px;
  opacity: .4;
  filter: grayscale(100%);
}
.nogreyscale img{
  filter:none;
  opacity: 1;
}
.nogreyscale{
  display:block !important;
  margin-top: 11px;
  text-align: center;
}
.ShippingInfo{
  text-transform: none !important;
  background-color: lightgray;
  padding: 6px;
  margin-top: 3%;
  font-size: 1.4rem !important;
}

.bottom_footer .payment_options img:not(:last-child) {
  margin-right: 1.3rem;
}

.copyright a {
  color: #252525;
}

.copyright a i.showI {
  display: inline-block;
}

.copyright a i.hiddenI {
  display: none;
  color: #e6007e;
}

.copyright a:hover i.showI {
  display: none;
}

.copyright a:hover i.hiddenI {
  display: inline-block;
}

/*Footer einde*/

/* Home AK's */

.home_aks {
  width: 100%;
  padding: 80px 0;
}

.home_aks>div {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
}

.home_aks .slick-arrow {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 1.4em;
  border-radius: 200px;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #F5BEBD;
  color: white;
}

.home_aks .slick-prev {
  left: 10px;
}

.home_aks .slick-next {
  right: 10px;
}

.home_aks>h2 {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
  font-size: 2.4rem;
  color: #252525;
  margin-bottom: 20px;
  opacity: 1;
}

.home_aks article {
  padding-right: 10px;
}

.home_aks article>div {
  position: relative;
  overflow: hidden;
}

.home_aks article:hover img {
  transform: scale(1.1);
}

.home_aks article:nth-of-type(3n) {
  padding-right: 0;
}

.home_aks article img {
  width: 100%;
  transition: all 1s;
}

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

.home_aks article button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
  border: none;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 60%;
  letter-spacing: 1px;
}

.score {
  background-image: url("/images/kiyoh.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 88px;
  height: 89px;
  margin: auto;
  color: black;
  font-size: 1.2em;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}

.kiyoh_link_product {
  margin-right: 8px;
}

.kiyoh_link_product .score {
  background-image: url("/images/kiyoh_product.png");
  width: 44px;
  height: 45px;
  display: table-cell;
  text-align: center;
  font-size: 1em;
}


/* Einde Home AK's */

/* Home In de kijker */

.producten_in_de_kijker {
  width: 100%;
  background-color: #F9DBD4;
  padding: 30px 10px;

}

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

.indekijker_tekst {
  width: 25%;
}

.indekijker_tekst h2 {
  font-size: 4.0rem;
  font-weight: 700;
  color: #EEA297;
  max-width: 250px;
  line-height: 150%;
  margin: 20px 0;
}

.indekijker_tekst h3 {
  font-size: 1.5rem;
  color: #404041;
}

.indekijker_tekst a {
  color: #252525;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

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

.indekijker_producten .slick-arrow {
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  top: 45%;
  color: #252525;
  font-size: 1.6rem;
  transform: translateY(-50%);
}

.indekijker_producten .slick-next {
  right: -20px;
}

.indekijker_producten .slick-prev {
  left: -20px;
}

.indekijker_producten article {
  width: 33.33%;
  padding: 10px;
  position: relative;
}

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

.indekijker_producten article img {
  width: 100%;
  margin-bottom: 25px;
  transition: all .3s;
}

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

.indekijker_producten article h2 {
  color: #252525;
  font-size: 1.3rem;
  font-weight: bold;
}

.indekijker_producten article h2 {
  font-size: 1.3rem;
  color: #252525;
}

/* Einde Home In de kijker */

/* Home Socials */

.home_socials {
  width: 100%;
  max-width: 1215px;
  padding: 25px;
  background-color: white;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.home_socials>div {
  width: 31.33%;
  margin: 0 1%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.home_socials>div .outer_socials {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.home_socials>div .outer_socials .inner_socials {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.home_instagram {
  background-image: url(/images/instagram_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.home_prefooter_ak {  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.home_instagram i {
  font-size: 2.2em;
  color: white;
  margin-bottom: 10px;
}

.home_instagram a,.home_prefooter_ak a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.home_instagram h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 130%;
  text-align: center;
}

.home_styling {
  background-color: #F4C9C9;
}

.home_styling h3 {
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.home_styling h3 a {
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  transform: translateX(0%);
}


.home_styling h2 {
  color: #EB8E80;
  font-weight: 700;
  font-size: 3.2rem;
  border-bottom: 2px solid #EB8E80;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
}

.home_styling h2 a {
  color: #EB8E80;
  font-weight: 700;
  font-size: 3.2rem;
  border-bottom: 2px solid #EB8E80;
  padding: 10px 0;
  text-align: center;  
}

.home_styling a {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  color: #252525;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-bottom: 2px solid #252525;
}
/* Einde Home Socials */

/* Home Pagina */
.home_raster {
  width: 100%;
  max-width: 1215px;
  padding: 25px;
  background-color: white;
  margin: 0 auto;
}

.home_raster_row {
  padding-bottom: 56.25%;
  position: relative;
}

.home_raster_row.type_t {
  padding-bottom: 9.5%;
}

.raster_row_inner {
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home_raster_row .row_sub {
  display: flex;
  align-content: flex-start;
}

.home_raster_row .row_sub.full_height {
  align-items: stretch;
}

.home_raster_row .row_sub.half_height {
  align-items: flex-start;
  flex-wrap: wrap;
}

.home_raster_row .row_sub.one_fourth {
  width: 25%;
}

.home_raster_row .row_sub.one_third {
  width: 33.33%;
}

.home_raster_row .row_sub.one_half {
  width: 50%;
}

.home_raster_row .row_sub.two_thirds {
  width: 66.66%;
}

.home_raster_row .row_sub.three_fourths {
  width: 75%;
}

.home_raster_row .row_sub.full_length {
  width: 100%;
}

.home_raster_row .row_sub.half_height>* {
  height: calc(50% - 10px);
}

.raster_small_full {
  width: calc(100% - 10px);
}

.raster_small_third {
  width: calc(33.33% - 10px);
}

.raster_small_half {
  width: calc(50% - 10px);
}

.raster_small_fourth {
  width: calc(25% - 10px);
}

.raster_small_thirdheight {
  height: calc(33.33% - 10px);
}

.raster_small_twothirdsheight {
  height: calc(66.66% - 10px);
}

.row_sub article {
  position: relative;
  margin: 5px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.row_sub article video, .row_sub article img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: top;
  height: 100%;
  width: auto;
  background-size: cover;
}

.row_sub article a {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* Einde Home Pagina */


/* Home Responsive */
.home_raster_responsive {
  display: flex;
}

/* Einde Home Responsive */


/* Webshop */
.webshop {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
  background-color: white;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.webshop aside {
  width: 240px;
  padding: 20px;
  background-color: white;
  transition: all .3s;
}

.webshop aside h2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.webshop aside h2 i {
  transition: all .3s;
}

.showFilters {
  -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);
  left: 0 !important;
}

.filter_holder h4 {
  padding: 5px 0 20px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #D9D9D6;
}

.filters_button {
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  top: 45px;
  position: sticky;
  z-index: 4;
  background-color: #3F3F3F;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 15px;
}

.close_filters {
  display: none;
  font-size: 2.5em;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.categorie_select {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
}

.categorie_select h3 {
  width: 100%;
  border: none;
  color: #000;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #D9D9D6;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}

.categorie_select h3 i {
  font-size: 1.2em;
  transition: all .3s;
}

.categorie_select h3.opened i, .open h2 i {
  transform: rotate(180deg);
}

.categorie_select>div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.10);
  padding: 20px 0 30px 0;
}

.categorie_select a {
  font-size: 1.5rem;
  color: #000;
  width: 100%;
  padding: 7px 0;
}

.categorie_select a.collection_cat {
  color: #f5bebd;
}

.categorie_select a.subcat {
  font-size: 1.35rem;
  padding-left: 10px;
}


.categorie_select .active {
  font-weight: bold;
}

.checkbox_holder {
  margin: 25px 0;
}

.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: 40px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
  color: #7F7F7F;
  font-size: 1.3rem;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all .3s;
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background-color: transparent;
  border: #7F7F7F 1px solid;
}

.checkbox:hover input~.checkmark {
  border: #7F7F7F 1px solid;
}

.checkbox input:checked~.checkmark {
  background-color: #F4C9C9;
  border: none;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox .checkmark i {
  left: 2px;
  top: 2px;
  color: white;
}

.colour_holder {
  margin: 25px 0;
}

.colour_holder .colors div {
  max-width: 170px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.colour_checkbox {
  width: 25%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin: 5px 0;
}

.colour_checkbox input {
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.colour_checkbox .colour_checker {
  border-radius: 200px;
  border: 2px solid transparent;
  width: 30px;
  height: 30px;
  padding: 2px;
  transition: all .3s;
  cursor: pointer;
}

.colour_checkbox input:checked~.colour_checker {
  border: 2px solid #F4C9C9;
}

.colour_checkbox .colour_checker span {
  width: 100%;
  height: 100%;
  border-radius: 200px;
}

.clearfilters {
  font-size: 1.5rem;
  padding-top: 20px;
  border-top: #D9D9D6 1px solid;
  margin-top: 40px;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, .6);
}

.overvisible {
  display: block;
}

.webshop_content {
  width: calc(100% - 240px);
  padding: 20px 20px;
}

.webshop_content.full_width_webshop {
  width: 100%;
}

.webshop_content_top {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.breadcrumb a {
  color: #878787;
  font-size: 1.2rem;
}

.breadcrumb a:last-of-type {
  color: #000000;
}

.webshop_content_top select {
  padding: 2px;
  padding-right: 40px;
  background-image: url(/images/select.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  border: none;
  text-align: right;
}

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

.none_found {
  display: none;
}

.products {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}

.products>* {
  width: 31.83%;
  margin-right: 2%;
  margin-bottom: 35px;
  position: relative;
}

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

.products>* .korting {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 20px;
  background-color: white;
}

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

.products>* img {
  width: 100%;
  margin-bottom: 20px;
}

.products>* h2 {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 5px;
}

.products .price {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.products .price p {
  color: #252525;
  font-size: 1.3rem;
}

.products .old_price {
  margin-right: 15px;
  text-decoration: line-through;
}

.product_ak_waiting_area {
  display: none;
}

.loading {
  font-size: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #f5bebd;
  display: none;
  text-align: center;
}

.none-found h4 {
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  color: #f5bebd;
  line-height: 150%;
  display: none;
}

.action_label {
  position: absolute;
  top: 25px;
  left: 0;
  max-width: 80%;
  font-size: 1.6rem;
  color: #fff;
  background-color: #3F3F3F;
  padding: 5px 15px;
}
/* Einde Webshop */

/*Product Detail*/
.breadproduct {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  color: #878787;
  padding-bottom: 10px;
}

.breadproduct a {
  font-size: 1.2rem;
  color: #878787;
}

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

.matengids a {
  cursor: pointer;
}

.matengids_content {
  width: 100%;
  display: none;
}

.matengids_content h4 {
  width: 100%;
  font-weight: 700;
  margin-top: 10px;
}

.schoenen_tab {
  width: 100%;
}

.schoenen_tab td {
  border: 1px solid #e5e5e5;
  text-align: center;
}

.op_de_hoogte {
  display: none;
  background-color: #F9F9F9;
  margin-top: 15px;
  padding: 15px;
}

.op_de_hoogte h2 {
  width: 100%;
  color: #252525 !important;
  font-size: 1.7rem !important;
  font-weight: bold;
  margin-bottom: 10px;
}

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

.op_de_hoogte form input[type=text],
.op_de_hoogte form input[type=email] {
  width: 100%;
  background-color: white;
  border: none;
  padding: 15px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.op_de_hoogte form input[type=submit] {
  background-color: #F4C9C9;
  text-transform: uppercase;
  font-weight: bold;
  color: #252525;
  border: 2px solid #F4C9C9;
  font-size: 1.3rem;
  padding: 10px 25px;
  transition: all .3s;
  font-family: "Open Sans", sans-serif;
}

.op_de_hoogte form input[type=submit]:hover {
  background-color: transparent;
  color: #F4C9C9;
}

.product_detail {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 30px;
  background-color: white;
}

.product_detail .gifs, .products .gifs, .gifs {
  display: none;
}

.product_detail_inner {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

.product_detail_left {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 390px);
}

.product_mainfotos {
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.product_mainfotos img {
  width: 48%;
  margin: 0 1%;
  margin-bottom: 2%;
}

.product_mainfotos video {
  width: 48%;
  margin: 0 1%;
  margin-bottom: 2%;
  border: 0px;
  outline: none;
  max-width: 283px;
  max-height: 425px;
}

.product_sfeerfotos {
  width: calc(98% - 120px);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 1%;
  margin-left: calc(120px);
}

.product_sfeerfotos img {
  width: 100%;
  margin: 1%;
}

.product_extrafotos {
  width: 120px;
}

.product_extrafotos .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  z-index: 2;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.product_extrafotos .slick-next {
  top: initial;
  bottom: -10px;
}

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

.resslider {
  width: 100%;
}

.resslider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.resslider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 4px;
  cursor: pointer;
  border-radius: 200px;
  border: #878787 1px solid;
  background-color: transparent;
}

.resslider .slick-dots .slick-active {
  background-color: #F5BEBD !important;
  border: 1px solid #F5BEBD !important;
}

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

.resslider article {
  padding: 10px;
}

.resslider article img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: block;
}

.resslider video {
  outline: none;
}

.product_detail_right {
  width: 390px;
  padding-left: 60px;
}

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

.product_detail_right h1 {
  color: #252525;
  font-size: 1.7rem;
  font-weight: bold;
}

.product_detail_right h2 {
  color: #7F7F7F;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.product_detail_right h2 i {
  transition: all .3s;
}

.product_detail_right h2.opened i {
  transform: rotate(180deg);
}

.product_detail_right .product_korting {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.product_detail_right h3 {
  background-color: #3f3f3f;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
}

.product_title>div {
  font-size: 1.7em;
  color: #7F7F7F;
}

.product_title>div i {
  margin: 0 5px;
  cursor: pointer;
}

.product_title>div i.fas {
  color: #F4C2C2;
}

.product_detail_right .price {
  font-size: 1.6rem;
  color: #000000;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.product_detail_right .store_available {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.product_status {
  text-align: center;
  padding-bottom: 10px;
}

.store_available .label {
  margin-right: 5px;
}

.store_available .stores {
  width: calc(100% - 150px);
}

.product_detail_right .share {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: #D9D9D6 1px solid;
}

.product_detail_right .share p {
  color: #7F7F7F;
  margin-right: 5px;
}

.product_detail_right .share a {
  color: #7F7F7F;
  margin: 0 8px;
  cursor: pointer;
}

.product_detail_right .general_info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: #D9D9D6 1px solid;
  border-top: #D9D9D6 1px solid;
  margin-top: 10px;
}

.product_detail_right .general_info p {
  color: #7F7F7F;
  padding: 5px 0;
  font-size: 1.3rem;
}

.product_detail_right .general_info p a {
  text-decoration: underline;
  color: #323232;
}


.product_detail_right .sizes {
  width: 100%;
  padding: 10px 0;
}

.product_detail_right .sizes a {
  text-decoration: underline;
  color: #000000;
  font-size: 1.2rem;
}
.sizes_top {
  display: flex;
}
.product_detail_right .sizes>.sizes_mid {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  flex-wrap: wrap;
}

.product_detail_right .sizes label {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
  cursor: pointer;
}

.product_detail_right .sizes input {
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.product_detail_right .sizes label div {
  padding: 3px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 45px;
  border: 2px solid #3F3F3F;
  background-color: transparent;
}

.product_detail_right .sizes input:checked+div {
  background-color: #3F3F3F;
  color: #fff;
}

.product_detail_right .sizes label:hover div {
  background-color: #3F3F3F;
  color: #fff;
}

.sizes label.out_of_stock div {
  border: 2px #c4c4c4 solid;
  background-color: #c4c4c4;
  opacity: .2;
  pointer-events: none;
}

.product_detail_right .colors {
  width: 100%;
  padding: 10px 0 15px 0;
}

.product_detail_right .colors>div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product_detail_right .colors>div a {
  border: 1px solid transparent;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product_detail_right .colors>div a.active {
  border: 1px solid #3F3F3F;
}

.product_detail_right .actions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 8px 0;
  border-bottom: #D9D9D6 1px solid;
}

.product_detail_right .actions>* {
  display: none;
  width: 100%;
}

.product_detail_right .actions>.product_check_size {
  display: block;
}

.product_detail_right .actions button {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .6px;
  padding: 20px;
  border: none;
  background-color: #73b554;
  border: 2px solid #73b554;
  transition: all .3s;
}

.product_detail_right .actions button.notifyme {
  background-color: #3f3f3f;
  border: 2px solid #3f3f3f;
}

.maten_gids_toggle {
  cursor: pointer;
}

.matengids_content {
  margin-bottom: 10px;
}

button.fake_add {
  opacity: 0.6;
  pointer-events: none;
}

.product_detail_right .actions button:hover {
  background-color: #aacb91;
  border: 2px solid #aacb91;
}

.product_detail_right .actions button.notifyme:hover {
  background-color: #666666;
  border: 2px solid #666666;
}

.product_detail_right .actions button i {
  margin-right: 5px;
}

.product_detail_right .not_available {
  margin-bottom: 5px;
}

.product_detail_right .not_available i {
  color: #F41717;
  margin-right: 3px;
}

.product_detail_right .not_yet_available i {
  color: #EFB32E;
  margin-right: 3px;
}

.product_detail_right .available i {
  color: #46A24C;
  margin-right: 3px;
}

.product_detail_right .actions p:not(.product_status) {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.product_loading .loading {
  display: block;
}

.product_detail_right .description {
  width: 100%;
  padding: 15px 0;
  border-top: #D9D9D6 1px solid;
}

.product_detail_right .description>div {
  margin-top: 10px;
}

.product_detail_right .care {
  width: 100%;
  padding: 15px 0;
  border-bottom: #D9D9D6 1px solid;
}

.product_detail_right .care>div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 5px;
}

.product_detail_right .care>div div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 3px 0;
}

.product_detail_right .care>div div img {
  width: 25px;
  margin-right: 15px;
}

.return_holder {
  text-align: center;
}

.return_link {
  margin-top: 35px;
}

.guarantees p {
  width: 100%;
  padding: 3px 0;
  padding-left: 25px;
  position: relative;
}

.guarantees p i {
  position: absolute;
  left: 0;
  top: 10px;
}

.guarantees div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

.guarantees div img {
  height: 45px;
  margin-right: 10px;
}
/*Einde Product Detail*/

/* Complete The Look */
.complete_the_look {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 30px;
  background-color: white;
}

.bootbox-body .complete_the_look {
  padding: 0;
}

.complete_the_look>h2 {
  font-size: 2.4rem;
  color: #252525;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
}

.bootbox-body .complete_the_look>h2 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  padding: 0;
  margin-top: 15px;
}

.complete_the_look>h2 div {
  width: 100%;
  height: 2px;
  background-color: #f8f8f8;
  margin-left: 10px;
}

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

.bootbox-body .complete_the_look_products {
  flex-wrap: wrap;
  align-content: flex-start;
  -ms-align-items: initial;
  align-items: initial;
}

.bootbox-body .complete_the_look_products>* {
  margin: 1%;
  width: 23%;
}

.complete_the_look_products .slick-track {
  min-width: 100% !important;
}

.complete_the_look_products .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background-color: #F6B6B5;
  color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  top: 50%;
  left: 15px;
  z-index: 2;
  border: none;
  font-size: 1.5em;
  transform: translateY(-50%);
}


.complete_the_look_products .slick-next {
  right: 15px;
  left: initial;
}

.complete_the_look_products article {
  padding: 10px;
}

.complete_the_look_products article>div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  transition: all .3s;
  border: #f0f0f0 1px solid;
}

.complete_the_look_products article:hover>div {
  transform: scale(1.05);
}

.complete_the_look_products article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.complete_the_look_products article h2 {
  padding: 0 10px;
  font-weight: 700;
  color: #252525;
  font-size: 1.3rem;
}

.complete_the_look_products article h3 {
  padding: 0 10px;
  color: #252525;
  margin-bottom: 10px;
}

.complete_the_look_products article img {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: #f0f0f0 1px solid;
}


/* Einde Complete The Look */

/* Search Function */

.search_page {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.search_page input[type=search] {
  height: 40px;
  font-size: 1.5rem;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  border: none;
  width: calc(100% - 50px);
}

.search_page button {
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  background-color: #F6B6B5;
  color: white;
  border: none;

}

.productscontainer {
  width: 100%;
  max-width: 1216px;
  background-color: white;
  margin: 0 auto;
}

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

.productsHolder article {
  width: 23%;
  margin: 1%;
  transition: all .3s;
}

.productsHolder article:hover {
  transform: scale(1.05);
}

.productsHolder article div {
  position: relative;
}

.productsHolder .action_label {
  position: absolute !important;
}

.productsHolder article img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.05);
}

.productsHolder article h2 {
  font-weight: 700;
  color: #252525;
}

.productsHolder article h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.productsHolder article h3 .old_price {
  text-decoration: line-through;
}

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

.loadmore {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.loadmore div {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #F5BEBD;
  padding: 10px 20px;
  border-radius: 200px;
}

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

/* Einde Search Function */


/* Recently Viewed */
.recently_viewed {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.recently_viewed h2 {
  font-family: 'Northwell';
  font-size: 3.2rem;
  color: #252525;
  width: 100%;
  text-align: center;
  line-height: 180%;
}

.viewed_products {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.viewed_products .slick-arrow {
  position: absolute;
  left: -50px;
  top: 50%;
  border: none;
  background-color: transparent;
  color: #252525;
  font-size: 1.4em;
  padding: 0;
}

.viewed_products .slick-next {
  left: initial;
  right: -50px;
}

.viewed_products .slick-slide {
  transition: all 1.5s;
}

.viewed_products .slick-list {
  padding: 9px 0 !important;
}

.viewed_products .slick-center {
  transform: scale(1.2);
}

.viewed_products article {
  padding: 25px;
}

.viewed_products article div {
  position: relative;
}

.viewed_products article img {
  width: 100%;
  transition: all .3s;
}

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

.white_banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background-color: white;
}

/* Einde Recently Viewed */


/* Shoppingcart */

.shoppingcart_promocode {
  width: 100%;
}

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

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

.shoppingcart_input input {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgb(200, 200, 200);
  margin-top: 10px;
  padding: 8px;
}

.shoppingcart_input .promocode_add {
  background-color: #F4C9C9;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 13px;
  width: 250px;
  display: inline-block;
  text-align: center;
  border-bottom: none;
  margin-top: 10px;
}

.shoppingcart_steps {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.7rem;
  color: #7F7F7F;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 45px;
}

.shoppingcart_steps span {
  margin: 0 15px;
}

.step_complete {
  color: #000000;
}

.shoppingcart {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.shoppingcart_left {
  width: 50%;
  padding: 50px 30px;
  background-color: #ffffff;
}

.shoppingcart_left>h2 {
  color: #252525;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.shoppingcart_left h3 {
  color: #252525;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.shoppingcart_left form {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.shoppingcart_left form .field {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.shoppingcart_left form .field label {
  width: 30%;
  color: #252525;
  font-size: 1.5rem;
}

.shoppingcart_left form .field input[type=email],
.shoppingcart_left form .field input[type=password] {
  width: 70%;
  border: 1px solid #D9D9D6;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
}

.shoppingcart_left .submit_holder {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.shoppingcart_left form input[type=submit] {
  background-color: #4f4f4f;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 16px;
  width: 150px;
  text-align: center;
}

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

.no_account a {
  cursor: pointer;
  background-color: #4f4f4f;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 13px;
  width: 150px;
  display: inline-block;
  text-align: center;
}

.guest_mode {
  margin-top: 30px;
}
.error_holder ul {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: red;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 15px;
  line-height: 150%;
}
.shoppingcart_right {
  width: 50%;
  padding: 0 0 0 0;
}

.shoppingcart_products {
  padding: 50px 30px 0 30px;
  background-color: #F7F0F0;
}

.shoppingcart_products.preview {
  background-color: #fff;
}

.shoppingcart_products.preview .responsive {
  display: none;
}

.general_action_button {
  background-color: #3F3F3F;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  font-family: 'Open Sans', sans-serif;
  padding: 13px;
  width: 250px;
  display: inline-block;
  text-align: center;
  border-bottom: none;
}

.title_button {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.content .title_button {
  padding-left: 0;
  padding-right: 0;
}

.title_button h1 {
  font-weight: bold;
  line-height: 48px;
  font-size: 1.6rem;
}

.title_button .prev {
  color: #252525;
  border: none;
  background-color: transparent;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
}

.title_button .opmerking {
  width: 250px;
  text-align: center;
  margin-top: 13px;
  color: #7F7F7F;
  font-size: 1.2rem;
  opacity: 0.9;
}

.title_button button.inactive {
  opacity: 0;
  pointer-events: none;
}

.cartpreview {
  margin-top: 30px;
}

.products_removed {
  padding: 20px;
  background-color: #f5bebd;
  margin-top: 10px;
  line-height: 175%;
}

.products_removed p {
  font-size: 1.6rem;
}

.products_removed ul {
  padding-left: 25px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.products_removed a {
  color: rgb(32, 32, 32);
}

.shoppingcart_right article {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.shoppingcart_right article img {
  width: 90px;
}

.shoppingcart_right article>div {
  width: calc(100% - 120px);
}

.shoppingcart_right article>div>p {
  color: #7F7F7F;
  font-size: 1.3rem;
  padding-bottom: 3px;
}

.shoppingcart_options {
  padding-left: 30px;
  padding-right: 30px;
  color: #7F7F7F;
}

.shoppingcart_option {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.shoppingcart_option .status {
  cursor: pointer;
  line-height: 22px;
  margin-left: 20px;
}

.shoppingcart_option .status i {
  line-height: 22px;
}

.shoppingcart_option .status-ok {
  display: none;
}

.shoppingcart_option.ok .status-ok {
  display: block;
}

.shoppingcart_option.ok .status-nok {
  display: none;
}

.inner_options {
  display: none;
}

.statuswatchinfo {
  cursor: pointer;
}

.gift_voucher span, .shoppingcart_promocode span {
  color: #252525;
  font-size: 1.7rem;
}

.gift_voucher>div:not(.status) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.gift_voucher>div input {
  width: 49%;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgb(200, 200, 200);
  margin-top: 10px;
  padding: 8px;

}

.gift_voucher>div button, .promo_code_add, .promo_code_remove {
  background-color: #4f4f4f;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 13px;
  width: 250px;
  display: inline-block;
  text-align: center;
  border-bottom: none;
  margin-top: 10px;
}

.light_hr {
  margin: 35px 0;
  border-top: 1px solid #E9E9E8;
}

.dark_hr {
  margin: 35px 0;
  border-top: 1px solid #747474;
}

.shopping_cart_buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.shopping_cart_buttons hr {
  width: 100%;
  border-top: 1px solid #000;
  margin-bottom: 40px;
}

.shopping_cart_buttons p {
  margin-top: 15px;
  text-align: center;
  width: 250px;
  text-align: center;
  margin-top: 13px;
  color: #7F7F7F;
  font-size: 1.2rem;
  opacity: 0.9;
}

.shopping_cart_buttons .next, .shopping_cart_buttons .finish {
  background-color: #4f4f4f;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  padding: 13px 25px;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  min-width: 250px;
}

.shopping_cart_buttons .prev {
  color: #252525;
  border: none;
  background-color: transparent;
  font-size: 1.3rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 43px;
}

.shopping_cart_buttons .prev i {
  margin-right: 5px;
}

.shopping_cart_buttons .inactive {
  opacity: 0.5;
}

.shopping_cart_buttons .please_wait {
  opacity: 0.5;
  pointer-events: none;
}

.shoppingcart_products {
  color: #7F7F7F;
}

.shoppingcart_products .product_info {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #6a6a6a;
  font-size: 1.3rem;
  padding-bottom: 3px;
  font-weight: 700;
}

.product_info .aantal * {
  color: #6a6a6a;
}

.shoppingcart_products .product_info div {
  min-width: 100px;
  color: #7F7F7F;
  font-weight: 400;
}

.shoppingcart_products .aantal {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.shoppingcart_products .aantal i {
  font-size: .9em;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #6a6a6a;
  cursor: pointer;
  transition: all .2s;
}

.shoppingcart_products .aantal i:hover {
  font-size: 1.1em;
}

.shoppingcart_products .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #6a6a6a;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  line-height: 100%;
  width: 50px;
  height: 35px;
  border: none;
  pointer-events: none;
}

.shoppingcart_products.preview {
  padding-left: 0;
  padding-right: 0;
}

.shoppingcart_products.preview article {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.shoppingcart_products.preview article>img {
  width: 87px;
}

.shoppingcart_products.preview article>div {
  width: calc(100% - 115px);
}

.shoppingcart_products.preview article>hr {
  width: 100%;
}

.shoppingcart_products.preview article>div {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.preview .cart_product_title {
  width: 100%;
}

.preview .cart_info {
  width: 40%;
}
.shoppingcart_products .amount_warning {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  padding-left: 30px;
  position: relative;
  margin-bottom: 2px;
}
.shoppingcart_products article > .amount_warning {
  margin-bottom: 10px;
}
.shoppingcart_products .amount_warning i {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  font-size: 1.6rem;
}

.mini {
  display: none;
  width: 400px;
  position: absolute;
  right: -10px;
  bottom: 0;
  transform: translateY(100%);
  z-index: 10;
  padding-top: 10px;
}

.mini h4 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  width: 100%;
  color: #000;
}

.mini .shoppingcart_products {
  background-color: #fff;
  padding: 5px 20px 0 20px;
  position: relative;
}

.shopping_cart_counter:hover .mini {
  display: block;
}

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

.mini article>img {
  width: 40px;
  margin-left: 15px;
}

.mini article>div {
  width: calc(100% - 80px);
}

.mini .cart_product_title>div {
  width: 55px;
  font-size: 1.3rem;
}

.mini .cart_product_title h2 {
  font-size: 1.3rem;
  width: calc(100% - 55px);
}

.mini .cart_product_title div div {
  width: auto
}

.mini .shoppingcart_products .product_info {
  font-size: 1.2rem;
}

.mini .shoppingcart_products article>hr {
  width: 100%;
}

.mini .cart_subtotal_bottom {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 15px;
  font-size: 1.3rem;
  padding-right: 20px;
}

.mini .shoppingcart_products article:last-child>hr {
  margin-bottom: 5px;
}

.mini .cart_subtotal_bottom span:last-child {
  width: 55px;
  text-align: left;
}

.mini .line_marker {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 4px;
  background-color: #a6a6a6;
}

.cart_subtotal_bottom {
  font-size: 1.7rem;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
}

.cart_subtotal_bottom span:last-child {
  width: 130px;
  text-align: left;
  font-weight: bold;
}

.cart_subtotal_bottom span:first-child {
  margin-right: 100px;
}

.shoppingcart_products>h2 {
  color: #252525;
  font-weight: 700;
  font-size: 2rem;
}

.remove_from_cart {
  cursor: pointer;
}

.cart_product_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  align-content: flex-start;
}

.cart_product_title h2 {
  color: #252525;
  font-size: 1.7rem;
  font-weight: 700;
  width: calc(100% - 140px);
}

.cart_product_title>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  align-content: flex-start;
  color: #252525;
  font-weight: 700;
  font-size: 1.7rem;
  width: 130px;
}

.cart_product_title div div {
  width: calc(100% - 25px);
}

.normal_price {
  text-decoration: line-through;
  font-size: 1.3rem;
  color: rgb(100, 100, 100);
}

.shoppingcart_total {
  width: 100%;
  background-color: #f7f0f0;
  padding: 30px;
  padding-left: 150px;
}

.shoppingcart_total p {
  color: #000000;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.7rem;
  padding: 5px 0;
}

.shoppingcart_total p span {
  font-weight: 700;
  width: 140px;
  text-align: left;
}

.shipping span {
  font-weight: 400 !important;
  font-size: 1.3rem;
}

.shoppingcart_total hr {
  border-top: 1px solid black;
}


.totalprice {
  font-weight: 700;
}

.final_cart_holder .shoppingcart_total {
  background-color: transparent;
  padding: 15px 0;
  border-top: 1px solid rgb(220, 220, 220);
  margin-top: 15px;
}

.final_cart_holder .shoppingcart_total hr {
  border-top: 1px solid rgb(220, 220, 220);
}

.final_cart_holder .shoppingcart_total p {
  padding-left: 30px;
  padding-right: 30px;
}

.shoppingcart_total .resp_only {
  display: none;
}

.shoppingcart_promise {
  padding: 30px;
}

.shoppingcart_promise .cart_promise {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.shoppingcart_promise .cart_promise:not(:last-child) {
  margin-bottom: 1.9rem;
}

.shoppingcart_promise .cart_promise .img {
  margin-right: 1.3rem;
}

.shoppingcart_promise .cart_promise .txt {
  line-height: 1.7rem;
}

.shoppingcart_promise .cart_promise .txt span {
  text-transform: uppercase;
  display: block;
}

.shoppingcart_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: 40px;
  margin-top: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
  color: #252525;
  font-size: 1.7rem;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
}

.shoppingcart_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sub_choice small {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  color: #a3a3a3;
  margin-bottom: 15px;
  padding-left: 40px;
}

.shoppingcart_check {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  transition: all .3s;
  width: 25px;
  font-size: .8em;
  background-color: transparent;
  border: 1px solid #D9D9D6;
  border-radius: 2px;
}

.shoppingcart_check i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.shoppingcart_checkbox input:checked~.shoppingcart_check i {
  display: block;
}

.shoppingcart_checkbox .shoppingcart_check i {
  left: 4.5px;
  top: 4.5px;
  color: #000;
}

.shoppingcart_loggedin .sub_choice p {
  color: #252525;
  font-size: 1.7rem;
  padding: 3px 0;
  padding-left: 40px;
}

.sub_choice .button {
  margin-top: 0.5rem;
  margin-left: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sub_choice .button button {
  background-color: #D9D9D9;
  color: #000;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  padding: 13px 25px;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.sub_choice .button.error button {
  border: 1px solid red;
  border-right: 0;
}

.sub_choice .button.error .status {
  border: 1px solid red;
  border-left: 0;
  height: 45px;
}

.cart_personal {
  padding-top: 25px;
  padding-bottom: 35px;
  padding-left: 40px;
}

.cart_personal p {
  line-height: 175%;
  font-size: 1.6rem;
}

.button .status {
  height: 43px;
  width: 43px;
  background-color: #D9D9D9;
  color: #000;
  position: relative;
}

.button .status i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button .status .status_ok {
  display: none;
}

.button .status.ok .status_ok {
  display: block
}

.button .status.ok .status_nok {
  display: none;
}

.shoppingcart_loggedin h2 {
  color: #252525;
  font-weight: 700;
  font-size: 2rem;
}

.fake_form_levering {
  padding-left: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

.fake_form_guest {
  padding-left: 0;
}

.guest_mode_form {
  display: none;
  padding-top: 20px;
}

.fake_form_levering input, .fake_form_levering select {
  width: 100%;
  background-color: #f6f6f6;
  border: none;
  color: #252525;
  font-size: 1.7rem;
  padding: 10px;
}

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

.fake_form_levering .field {
  margin-bottom: 8px;
  width: 100%;
}

.fake_form_levering .field.half_field {
  width: 49%;
}

.fake_form_levering .field.three_four_field {
  width: 74%;
}

.fake_form_levering .field.one_four_field {
  width: 24%;
}

.fake_form_levering input[type="radio"] {
  width: auto;
  margin-right: 5px;
  margin-top: 8px;
}

.radio_buttons label {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
}

.final_part {
  margin-top: 45px;
}

.final_part h2 {
  margin-bottom: 25px;
}

.final_part .final_icon_holder {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}

.reedit_holder {
  padding-left: 40px;
  margin-top: 25px;
}

.reedit_holder a {
  color: blue;
  cursor: pointer;
}

/* Einde Shoppingcart */

/* Start Order overzicht */
.order_overview {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.order_overview table, .order_overview table tr {
  width: 100%;
}

.order_overview table {
  width: 100%;
  border: none
}

.order_overview table td {
  padding: 5px;
  border: none
}

.order_overview table td:first-child {
  font-weight: 700
}

.order_overview table th {
  font-weight: 700;
  border: none;
  background-color: #e9e9e9;
  padding: 10px;
}

.order_overview table td:not(:last-child):not(:first-child) {
  text-align: center;
}

.order_overview table td:last-child {
  text-align: right;
}

.order_overview table tbody tr:last-child {
  border-top: 1px dotted black;
  padding-top: 5px;
  margin-top: 5px;
}

.order_overview h2 {
  font-size: 2.0rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.order_overview
/* Einde Order overzicht */

.bedrijfswitch {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

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

/* Login */

.login_pagina {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.login_left {
  width: 60%;
  background-color: white;
  padding: 100px 40px;
}

.login_left h2,
.login_right h2 {
  font-size: 2.0rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.login_left h3 {
  font-size: 1.8rem;
  color: #f5bebd;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.login_right {
  width: 40%;
  background-color: #F6EEEE;
  padding: 100px 40px;
}

.login_form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.login_pagina .field {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.forminfo {
  margin-bottom: 15px;
}

.login_pagina .field input[type=email],
.login_pagina .field input[type=number],
.login_pagina .field input[type=password],
.login_pagina .field input[type=text],
.login_pagina .field input[type=date],
.login_pagina .field select {
  width: 70%;
  border: 1px solid #D9D9D6;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
}

.login_pagina .field label {
  width: 30%;
  color: #252525;
  font-size: 1.5rem;
}

.login_pagina .field label span {
  font-size: 1.1rem;
  margin-left: 5px;
}

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

.login_pagina .submit_holder p {
  color: #9a9a9a;
  cursor: pointer;
}

.login_pagina input[type=submit], .submit_holder a {
  background-color: #3F3F3F;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 16px;
  width: 150px;
  text-align: center;
}

/* Einde Login */

/* Account */

.account_page {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
}

.account_page aside {
  padding: 20px 30px;
  width: 250px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.account_page aside p {
  font-size: 1.6rem;
  margin: 25px 0;
  color: #919191;
  margin-right: 20px;
  cursor: pointer;
  transition: all .3s;
}

.account_page aside p a {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.account_page aside p:hover {
  color: #d79f9f;
}

.account_page aside .active {
  color: #353535;
}

.account_page aside p i {
  font-size: 2rem;
  width: 40px;
}

.account_gegevens,
.account_paswoord,
.account_bestellingen {
  padding: 40px 30px;
  width: calc(100% - 250px);
}

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

.account_page .field {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.account_page .field input[type="email"],
.account_page .field input[type="text"],
.account_page .field input[type="date"],
.account_page .field input[type="password"] {
  width: 100%;
  border: 1px solid #D9D9D6;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  border-radius: 2px;
}

.account_page .field select {
  width: 100%;
  border: 1px solid #D9D9D6;
  font-family: 'Open Sans', sans-serif;
  padding: 0 8px;
  height: 40px;
  border-radius: 2px;
}

.account_page .field.error input[type="email"],
.account_page .field.error input[type="text"],
.account_page .field.error input[type="date"],
.account_page .field.error input[type="password"],
.account_page .field.error select {
  border: 1px solid red;
}

.account_page .field label {
  width: 100%;
  color: #6a6a6a;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.account_page .field .info {
  display: none;
  font-size: 1.4rem;
  margin-top: 4px;
  width: 100%;
  color: red;
}

.account_page .field.error .info {
  display: block;
}

.account_page h2 {
  color: #F4C9C9;
  font-size: 2.0rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.account_gegevens h3 {
  color: red;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 700;
}

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

.account_page input[type=submit] {
  background-color: #3F3F3F;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 16px;
  width: 150px;
  text-align: center;
}

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

.account_bestellingen>h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 10px;
}

.account_bestellingen article {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #F6EEEE;
}

.account_bestellingen article h3 {
  font-weight: 700;
  font-size: 1.5rem;
}

.account_bestellingen article img {
  width: 100px;
}

.account_bestellingen article>div {
  width: calc(100% - 100px);
  padding-left: 30px;
}

.account_bestellingen article>div div {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.bestellingen_overzicht {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.bestellingen_overzicht h3 {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E9E9E8;
}

.bestellingen_overzicht h4 {
  font-weight: 700;
}

.bestelling_split {
  width: 50%;
}

.bestelling_split>div {
  margin-bottom: 10px;
}

.bestellingen_retour {
  margin-top: 10px;
}

.retour_button {
  cursor: pointer;
  padding: 12px;
  border-radius: 12px;
  background-color: #f9c3c0;
  font-size: 1.5rem;
  border: 0;
  margin-top: 8px;
}

/* Einde Account */

/* Vragen */

.vragensplit {
  padding: 50px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  background-color: white;
  padding: 25px;
  margin-bottom: 10px;
}

.vragen article h2 {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #252525;
  font-weight: 700;
  font-size: 1.6rem;
}

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

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

.vragen article div {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 170%;
  color: #565656;
}

.vragen article div a {
  color: #5C9090;
  font-weight: 600;
}

.vragen ul {
  list-style: disc;
  list-style-position: inside;
}

.vragen_form {
  padding: 25px;
  background-color: white;
  width: 30%;
}

.vragen_form h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #000;
}

.vragen_form input[type=text],
.vragen_form input[type=email],
.vragen_form textarea {
  width: 100%;
  border: 1px solid #D9D9D6;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  border-radius: 2px;
}

.vragen_form input[type=submit] {
  background-color: #3F3F3F;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 16px;
  width: 150px;
  text-align: center;
}

.vragen_form form>div {
  margin-bottom: 10px;
}

/* Einde Vragen */

/* Blog*/
body .spinner {
  display: none;
  text-align: center;
  font-size: 45px;
  margin-top: 30px;
  width: 100%;
  color: #fbd3d2;
}

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

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

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

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

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

.blog-item {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 1;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.48);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-hold a {
  display: inline-block;
  border: 2px solid #F5BEBD;
  padding: 10px 15px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.4rem;
  color: #252525;
  background-color: #F5BEBD;
  transition: all 0.8s ease;
}

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

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

.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: #f3f3f3 2px solid;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #F5BEBD;
  font-weight: 700;
  border: 2px solid #F5BEBD;
  color: #252525;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

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

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

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  border: #f3f3f3 2px solid;
  transition: all 1s;
}

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


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

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

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

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

.blog-content-row .c a {
  color: #252525;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

/* Wishlist */
.addToWishlist {
  cursor: pointer;
}

.wishlist {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.empty_wishlist {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
}

.empty_wishlist i {
  font-size: 3em;
  margin-bottom: 10px;
}

.empty_wishlist h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.empty_wishlist a {
  background-color: #F4C9C9;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 16px;
  display: inline-block;
  margin-top: 15px;
}

.wishlist>h2 {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 700;
}

.wishlist_products {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
}

.wishlist.products>* {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 2%;
  border: 2px solid #E9E9E8;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.wishlist.products>* a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.wishlist.products>*>div {
  width: 100%;
  padding: 20px;
}

.wishlist.products>* i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #F4C2C2;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 2;
  transition: all .3s;
}

.wishlist.products>* i:hover {
  transform: scale(1.2);
}

.wishlist.products>* h2 {
  font-weight: 700;
  font-size: 1.7rem;
}

.wishlist.products>* .main_img {
  width: 100%;
}

.wishlist_products article {
  width: 23%;
  margin: 1%;
  position: relative;
  border: 1px solid #eaeaea;
  overflow: hidden;
  transition: all 1s;
}

.wishlist_products article:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
}

.wishlist_products article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wishlist_products article i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #F6B6B5;
  cursor: pointer;
  transition: all .3s;
  font-size: 2.3rem;
}

.wishlist_products article i:hover {
  transform: scale(1.4);
}


.wishlist_products article img {
  width: 100%;
}

.wishlist_products article h2 {
  color: #252525;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
  font-weight: bold;
  padding: 0 10px;
  background: #F9F9F9;
}

.wishlist_products article h3 {
  font-size: 1.3rem;
  line-height: 170%;
  color: #252525;
  padding: 0 10px;
}

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

.send_wishlist h2 {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.send_wishlist form {
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.send_wishlist form input[type=text], .send_wishlist form input[type=email], .send_wishlist textarea {
  width: 100%;
  border: #e7e7e7 2px solid;
  background-color: white;
  padding: 10px;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.send_wishlist form label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #676767;
}

.send_wishlist form>div {
  width: 49%;
}

.send_wishlist form textarea {
  height: 100px;
}

.send_wishlist form input[type=submit] {
  background-color: #F9D6CF;
  color: #000000;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  padding: 13px 35px;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
}

/* Einde Wishlist */

/* Media Query's */

@media screen and (max-width: 1250px) {
  .indekijker_producten {
    width: calc(75% - 50px);
    margin-right: 50px;
  }
}

@media screen and (max-width: 1225px) {
  .home_aks {
    padding: 50px 10px;
  }
}

@media screen and (max-width: 1200px) {
  #mainnav {
    width: 100%;
  }

  .bot_header .inner {
    padding: 0;
  }


  .shoppingcart {
    flex-wrap: wrap;
  }

  .shoppingcart_right {
    width: 100%;
  }

  .shoppingcart_left {
    width: 100%;
  }

  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }

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

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

  .shoppingcart_total .resp_only {
    display: block;
  }
}


@media screen and (max-width: 1100px) {
  .vestigingen article {
    flex-wrap: wrap;
    width: 48%;
    margin: 1%;
  }

  .vestigingen article>a {
    width: 100%;
  }

  .vestiging_content>a>img {
    width: 50%;
  }

  .vestigingen article:nth-child(even) {
    margin-right: 1%;
  }

  .vestigingen article>div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .vestigingen article>div p {
    text-align: center;
  }

  .vestiging_left, .vestiging_right {
    width: 100%;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
  }

  .vestiging_left {
    order: 1;
  }

  .vestiging_right {
    order: 0;
  }

  .vestiging_bottom {
    order: 2;
    margin-top: 0px;
  }

  footer h2 {
    margin-bottom: 10px;
  }

  .top_footer {
    flex-wrap: wrap;
  }

  .top_left_footer {
    padding-right: 3em;
  }

  .top_left_footer .footer_column:last-child {
    display: none;
  }

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

  .ecommerce_responsive .customer_review {
    margin-bottom: 0;
  }

  .ecommerce_responsive > * {
    margin: 0 20px;
  }

}

@media screen and (max-width: 1040px) {
  .vragen {
    width: 100%;
  }

  .vragen_form {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1000px) {
  #mainnav ul li {
    padding: 10px;
  }

  .login_pagina {
    flex-wrap: wrap;
  }

  .login_left {
    width: 100%;
  }

  .login_right {
    width: 100%;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }

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

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

  .row-block .extra {
    padding: 10px;
  }

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

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

  .blog-recent .blog-item {
    width: 45%;
  }
  .instagram_feed .instagram_post{
    width:48%;
    margin-bottom:4%;
  }
}

@media screen and (max-width: 970px) {
  .top_left_footer {
    padding-right: 1em;
  }
}

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

  .header_review {
    display: none;
  }

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

  .indekijker_tekst {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .indekijker_tekst h3 {
    text-align: center;
  }

  .indekijker_tekst h2 {
    text-align: center;
    max-width: 100%;
    margin: 5px 0;
    font-size: 2.5rem;
  }

  .indekijker_producten {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .home_socials {
    flex-wrap: wrap;
  }

  .home_socials>div {
    width: 48%;
    margin: 1%;
  }

  .productsHolder article {
    width: 31.33%;
  }

  .viewed_products .slick-arrow {
    left: -20px;
  }

  .viewed_products .slick-next {
    left: initial;
    right: -20px;
  }

  .viewed_products {
    width: calc(100% - 100px);
  }

  .viewed_products .slick-center {
    transform: none;
  }

  .white_banner {
    height: 100px;
  }

  .account_page {
    flex-wrap: wrap;
  }

  .account_page aside {
    width: 100%;
    padding: 10px;

  }

  .account_page aside div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .user_info {
    padding: 10px;
    width: 100%;
  }

  .giftcard_choices {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
  }

  .giftcard_choice {
    width: 49%;
  }

  .giftcard_inner {
    margin-top: 30px;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 900px) {
  .top_left_footer {
    padding-right: 0em;
  }

  .webshop_content {
    padding: 20px 10px;
  }

  .products>*:nth-child(3n) {
    margin-right: 2%;
  }

  .products>* {
    width: 49%;
    margin-right: 2%;
  }

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

  .product_detail_left {
    width: 100%;
  }

  .product_detail_right {
    width: 100%;
    padding-left: 0;
  }

  .product_mainfotos, .product_sfeerfotos {
    display: none;
  }

  .resslider {
    display: block !important;
  }

  .product_extrafotos {
    display: none !important;
  }

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

  .blokken article {
    flex-wrap: wrap;
  }

  .blokken_content,
  .blokken_img {
    width: 100%;
    order: 2;
    padding: 10px;
  }

  .blokken article:nth-child(even) .blokken_content {
    order: 2;
  }

  .blokken_img {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1 !important;
  }

  .blokken_img img {
    margin: 0 auto;
    display: block;

  }

}

@media screen and (max-width: 850px) {
  .story {
    display: none;
  }

  .mid_header .inner {
    flex-direction: column;
    justify-content: center;
    -ms-align-content: center !important;
    align-content: center !important;
  }

  .logo {
    order: 2;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2;
    position: relative;
    margin-top: 10px;
  }

  .logo img {
    width: 100px;
  }

  .mid_header .icons {
    order: 1;
  }

  .header_troeven {
    font-size: 1rem;
  }

  .top_header {
    line-height: 2rem;
    height: 2rem;
    width: 100%;
  }

  .navigatie {
    background-color: white;
  }

  .mid_header .inner {
    padding: 0;
  }

  .mid_header .icons {
    width: 100%;
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid #F0F0EF;
  }

  .mid_header .icons>div {
    width: 100%;
    justify-content: space-between;
  }

  .menubtn {
    display: block;
  }

  .bot_header {
    display: none;
  }

  .mid_header .inner {
    border-bottom: 0;
  }

  .nav_sliding_content {
    display: none;
  }

  .navitem .subnav_column div a:first-of-type {
    font-weight: 400;
  }

  .shopping_cart_counter:hover .mini {
    display: none;
  }

  .searchholder {
    top: 42px;
    left: 0;
    right: 0;
    width: 100%;

  }

  .fixedsearch {
    position: fixed !important;
  }

  .search_results {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .search_results article {
    width: 49%;
    margin-right: 2%;
  }

  .search_results article:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 820px) {
  .top_right_footer {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px auto;
  }
}

@media screen and (max-width: 800px) {
  .looks_overzicht article {
    width: 48%;
    margin: 8px 1%;
  }

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

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

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

  .taalswitch {
    margin-right: 10px;
  }

  .taalswitch>div a {
    padding: 5px;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .bottom_footer {
    height: auto;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .bottom_footer > * {
    width: 100%;
    padding: 5px 0;
  }
  .home_aks article {
    padding: 10px;
  }

  .top_footer {
    flex-wrap: wrap;
  }

  .top_left_footer {
    width: 100%;
  }

  .top_right_footer {
    width: 100%;
  }

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

  .top_left_footer .footer_column:last-child {
    width: 100%;
  }

  #footer_logos {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-top: 1px solid #c5c5c5;
    padding-top: 30px;
  }

  footer {
    padding-top: 3rem;
  }

  .customer_review {
    margin-bottom: 0;
  }

  .customer_review .txt {
    display: none;
  }

  .score {
    height: 70px;
    width: 70px;
    background-size: cover;
  }

  .ecommerce a:first-child img {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .cartpreview {
    padding-left: 0;
    padding-right: 0;
  }

  .cartpreview .content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .shoppingcart_products.preview {
    padding-top: 0;
  }

  .resp_nobutton {
    justify-content: center;
  }

  .resp_nobutton a, .resp_nobutton button {
    display: none;
  }

  .preview .cart_product_title {
    display: none;
    margin-bottom: 0;
    margin-top: 15px;
  }

  .preview .cart_product_title.responsive {
    display: flex;
    width: 100%;
  }

  .preview .cart_product_title h2 {
    width: calc(100% - 110px);
  }

  .preview .cart_product_title>div {
    width: 100px;
  }

  .preview .cart_info {
    width: 50%;
  }

  .preview .cart_info_2 {
    width: 50%;
  }

  .cart_subtotal_bottom span:last-child {
    width: 100px;
  }

  .general_action_button {
    width: auto;
    max-width: 150px;
  }

  .title_button .opmerking {
    width: 150px;
  }
}

@media screen and (max-width: 720px) {
  .giftcard_inner {
    margin: 0;
  }

  .choice_text {
    padding-left: 10px;
    padding-right: 10px;
    height: 150px;
  }

  .gift_choice_page .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .webshop aside {
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 300;
    overflow-y: scroll;
    padding-top: 70px;
    width: 100%;
    max-width: 300px;
    max-height: 100vh;
  }

  .clearfilters {
    padding-bottom: 10px;
  }

  .close_filters {
    display: flex;
  }

  .filters_button {
    display: flex;
  }

  .webshop_content {
    width: 100%;
  }

  .colour_holder .colors div {
    max-width: 100%;
  }

  .colour_checkbox {
    width: initial;
    margin: 5px 5px;
  }

  .indekijker_producten article {
    width: 50%;
  }

  .home_socials {
    padding: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .home_socials>div {
    width: 100%;
    margin: 1% 0;
    min-height: 250px;
  }

  .home_styling a {
    bottom: 45px;
  }

  #mainnav ul li {
    padding: 10px 15px;
  }

  .productsHolder article {
    width: 48%;
  }

  .res-nav {
    width: 100%;
    left: -700px;
  }

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

  .payment_options img {
    margin: 5px;
  }

  .product_detail {
    padding: 15px;
  }

  .viewed_products article {
    padding: 5px;
  }

  .account_page aside div p {
    font-size: 1em;
  }

  .account_page aside p i {
    font-size: 1.3em;
    width: 25px;
  }

  .cadeaubongegeven {
    width: 100%;
  }

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

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

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

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

  .final_cart_holder .shoppingcart_total p {
    padding-left: 0;
    padding-right: 0;
  }

  .shoppingcart_options {
    padding-left: 0;
    padding-right: 0;
  }
  
  .between-titel .line-hold h3, .between-titel .line-hold h2, .between-titel .line-hold h1 {
    padding: 0 10px;
    line-height: 125%;
  }
}

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

@media screen and (max-width: 650px) {
  .vestigingen article {
    width: 98%;
  }

  .home_raster_row, .home_raster_row.type_t {
    padding-bottom: 0;
  }

  .raster_row_inner {
    position: relative;
    flex-wrap: wrap;
  }

  .row_sub article {
    height: 115vw;
  }

  .row_sub article.resp_height_85vw {
    height: 85vw;
  }
  .row_sub article.resp_height_76vw {
    height: 76vw;
  }
  .row_sub article.resp_height_85vw.hasVideo {
    height: auto;
  }
  .row_sub article.resp_height_85vw.hasVideo video {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }

  .row_sub article.resp_height_50vw {
    height: 50vw;
  }

  .row_sub article.resp_height_52vw {
    height: 52vw;
  }

  .row_sub article.resp_height_25vw {
    height: 25vw;
  }

  .row_sub article.resp_height_155vw {
    height: 155vw;
  }

  .home_raster_row .row_sub.one_third {
    width: 100%;
  }

  .home_raster_row .row_sub.two_thirds {
    width: 100%;
  }

  .home_raster_row .row_sub.one_fourth {
    width: 50%;
  }

  .home_raster_row .row_sub.one_half {
    width: 100%;
  }

  .home_raster_row .row_sub.half_height>* {
    height: 75vw;
  }

  .home_raster_row .row_sub.full_length.half_height>.raster_small_fourth {
    width: calc(50% - 10px);
    height: 44.5vw;
  }

  .home_raster_row .row_sub.full_length.half_height>.raster_small_third {
    height: 25vw;
  }

  .home_raster_row .row_sub.half_height.two_thirds>.raster_small_third {
    height: 33vw;
  }

  .home_raster_row .row_sub.half_height.two_thirds>.raster_small_half {
    height: 40vw;
  }

  .home_raster_row .row_sub.full_length.half_height>.raster_small_half {
    width: 100%;
    height: 50vw;
  }

  .home_raster_row .row_sub.one_half.full_height>.raster_small_full,
  .home_raster_row .row_sub.one_half.full_height>.raster_small_half {
    height: 107vw;
  }

  .home_raster_row .row_sub.one_half.half_height>.raster_small_half {
    height: 53vw;
  }

  .home_raster_row .row_sub.one_half.half_height>.raster_small_full {
    height: 50.25vw;
  }

  .home_raster_row .row_sub.one_fourth.full_height>.raster_small_full {
    height: 102vw;
  }

  .home_raster_row .row_sub.one_fourth.half_height>.raster_small_full {
    height: calc(50% - 10px);
  }

  .account_bestellingen article {
    width: 100%;
  }

  .bestelling_split {
    width: 100%;
  }

  .account_page .field {
    width: 100%;
  }

  .search_results article {
    width: 100%;
    margin-right: 0 !important;
  }
}

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

  .home_raster {
    padding: 0 10px;
  }

  .look_main>* {
    width: 100%;
  }

  .look_main .look_main_img {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .look_main .look_main_products {
    padding-left: 0;
  }

  .home_aks article {
    padding: 5px;
  }

  .blog-more-nav-btn {
    display: block;
  }

  .blog-more-nav {
    display: none;
  }

  .preview .cart_info {
    width: 100%;
  }

  .preview .cart_info_2 {
    width: 100%;
    margin-top: 10px;
  }

  .giftcard_choice {
    width: 100%;
  }

  .giftcard_choice:not(:last-child) {
    margin-bottom: 20px;
  }

  .choice_text {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .choice_text p {
    width: 100%;
    text-align: center;
  }

  .giftcard_inner {
    max-width: 100%;
  }

}


@media screen and (max-width: 550px) {
  .shoppingcart_steps {
    font-size: 1.3rem;
  }

  .cart_product_title h2, .cart_product_title>div {
    font-size: 1.4rem;
  }
}


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

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .webshop aside {
    left: -500px;
    max-width: 500px;
  }

  .bottom_footer .payment_options img:not(:last-child) {
    margin-right: 3px;
  }

  .payment_options img {
    width: 25px;
    margin: 3px;
  }

  .resslider article {
    padding: 0;
  }

  .gift_voucher>div input, .gift_voucher>div button {
    width: 100%;
  }

  .fake_form_levering .field.half_field, .fake_form_levering .field.three_four_field, .fake_form_levering .field.one_four_field {
    width: 100%;
  }

  .shoppingcart_left, .shoppingcart_total, .shoppingcart_options {
    padding: 30px 10px;
  }

  .shoppingcart_products {
    padding: 30px 10px;
    padding-bottom: 0;
  }

  .shoppingcart_right article {
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;

  }

  .shoppingcart_right article>div {
    width: 100%;
    padding-left: 0;
  }

  .account_page aside p {
    width: 44%;
  }

  .final_cart_holder .shoppingcart_total {
    margin-top: 0;
  }

  .shoppingcart_options {
    padding-bottom: 15px;
  }

  .shopping_cart_buttons .next, .shopping_cart_buttons .finish, .shopping_cart_buttons p {
    width: 150px;
    min-width: 150px;
  }

  .instagram_feed .instagram_post{
    width:100%;
    margin-bottom:4%;
  }

  .top_left_footer {
    text-align: center;
  }

  .top_left_footer > * {
    width: 100%;
  }
  .top_left_footer > *:nth-child(-n+2) {
    margin-bottom: 18px;
  }

}

@media screen and (max-width: 400px) {
  .footer_column {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .footer_column li {
    text-align: center;
  }

  .customer_review .txt {
    text-align: center;
  }

  .customer_review img {
    margin: 0 auto;
  }

  .row-block.extra {
    display: none;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }

  .top_header {
    display: none;
  }

  .searchholder {
    top: 43px;
  }

  .ecommerce_responsive > * {
    margin: 0 10px;
  }
}

@media screen and (max-width: 350px){
  .ecommerce_responsive > * {
    margin: 0 5px;
  }
}

@media screen and (max-width: 300px){
  .ecommerce_responsive {
    display: none;
  }
}
@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;
}

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

.cke p
{
	margin: 1em 0;
}

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

.cke strong
{
	font-weight: bold;
}

.cke em
{
	font-style: italic;
}

.cke table
{
	margin: 1em 0;
}

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

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