@charset "UTF-8";
* {
  box-sizing: border-box;
}

a {
  color: #10757f;
}
a:hover {
  color: #f08115;
}

h1,
p.h1 {
  color: #3d3d3b;
  font-family: inherit;
  font-size: 28px;
  font-weight: 800;
  margin: 1rem 0 2rem 0;
}

h2,
p.h2 {
  color: #3d3d3b;
  font-size: 20px;
}

h3,
p.h3 {
  color: #3d3d3b;
  font-size: 16px;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.inline-flex {
  display: inline-flex;
}

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.justify-between {
  justify-content: space-between;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.whitespace-nowrap {
  text-wrap: nowrap;
}

.size-6 {
  width: 1rem;
}

.size-8 {
  width: 1.5rem;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

body {
  background-color: #f5f5f5;
  background-image: none;
  color: #3d3d3b;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

input,
select,
textarea {
  font-family: "Encode Sans", sans-serif;
  font-size: 15px;
}

input.txt,
select {
  border: 1px solid #c6c6c6;
  padding: 0.5rem;
}

li {
  padding-bottom: 0.5rem;
}

#container {
  max-width: 1152px;
  padding: 0 15px;
  width: auto;
}
@media (min-width: 1182px) {
  #container {
    padding-left: 0;
    padding-right: 0;
  }
}

#topheader-bg {
  background-color: #e99ca6;
}

#topheader {
  color: white;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: bold;
  margin: auto;
  max-width: 1152px;
  padding: 0.5rem 15px;
}
@media (min-width: 1182px) {
  #topheader {
    padding-left: 0;
    padding-right: 0;
  }
}
#topheader #topheader-stars {
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  #topheader #topheader-stars {
    display: flex;
    gap: 4rem;
  }
}
#topheader #topheader-stars .star-placeholder {
  display: none;
  padding-left: 1rem;
  position: relative;
}
#topheader #topheader-stars .star-placeholder:first-child {
  display: inline;
}
@media (min-width: 576px) {
  #topheader #topheader-stars .star-placeholder {
    display: inline;
  }
}
#topheader #topheader-stars .star-placeholder .star {
  margin-left: -1rem;
  position: absolute;
  top: -1px;
  transform: rotate(-15deg);
}
#topheader .support {
  display: none;
  margin-left: 4rem;
}
@media (min-width: 768px) {
  #topheader .support {
    display: inline;
  }
}
#topheader a {
  color: white;
  text-decoration: none;
}
#topheader a:hover {
  text-decoration: underline;
}
#topheader .zakelijk-actie a {
  text-decoration: underline;
}

#header-bg {
  background-color: white;
}

#header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: none;
  gap: 1rem;
  margin: auto;
  padding: 1.5rem 15px;
  max-width: 1152px;
  width: auto;
}
@media (min-width: 576px) {
  #header {
    flex-direction: row;
  }
}
@media (min-width: 1182px) {
  #header {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .menu-toggler {
  color: #3d3d3b;
}
@media (min-width: 576px) {
  #header .menu-toggler {
    display: none;
  }
}
@media (min-width: 414px) {
  #header .header-logo {
    padding-right: 1rem;
  }
}
#header .header-logo img {
  max-width: 325px;
  width: 100%;
}
#header .header-icons {
  display: flex;
  gap: 1rem;
}
#header .header-icons img {
  height: 21px;
  width: 21px;
}
#header .header-icons a {
  text-decoration: none;
}
#header .header-icons .count-label {
  background-color: #bebab9;
  border-radius: 100%;
  color: black;
  display: inline-block;
  margin-left: 3px;
  margin-top: 3px;
  max-height: 14px;
  min-width: 14px;
  font-size: 10px;
  padding: 0.1rem;
  text-align: center;
}
#header .header-icons a {
  color: #707070;
}
#header .header-icons .size-6 {
  width: 1.5rem;
}
#header .header-icons .size-8 {
  width: 2rem;
}
@media (min-width: 576px) {
  #header .header-icons.header-icons-mobile {
    display: none;
  }
}
#header .header-icons.header-icons-tablet {
  display: none;
}
@media (min-width: 576px) {
  #header .header-icons.header-icons-tablet {
    display: flex;
  }
}

.autofill {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  color: #3d3d3b;
  display: none;
  padding: 1rem;
  position: absolute;
  z-index: 300;
}
.autofill a {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0.5rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autofill a:hover {
  background-color: #f5f5f5;
  border-radius: 3px;
  color: #3d3d3b;
}
.autofill a.actief {
  background-color: #3d3d3b;
  border-radius: 3px;
  color: white;
}
.autofill a.actief:hover {
  color: #3d3d3b;
}
.autofill a span {
  cursor: pointer;
  float: left;
  text-decoration: none;
}
.autofill var {
  display: none;
}

form.zoeken {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
form.zoeken input.txt {
  border-radius: 10px;
  padding: 1rem;
  max-width: 100%;
}
form.zoeken .autofill {
  margin-left: 55px;
  margin-top: 210px;
  min-width: 420px;
}

#zoeken {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #zoeken {
    max-width: 375px;
  }
}
#zoeken form {
  position: relative;
}
#zoeken input {
  border: 1px solid #707070;
  border-radius: 10px;
  color: #b1b1b1;
  float: none;
  font-size: 13px;
  height: auto;
  padding: 1rem;
  width: 100%;
}
#zoeken input:focus {
  color: #3d3d3b;
}
#zoeken a.zoeken {
  border-radius: 0;
  bottom: 6px;
  height: auto;
  line-height: 1.75;
  padding: 0;
  position: absolute;
  right: 1rem;
  width: auto;
}
#zoeken .search-img {
  height: 21px;
  width: 21px;
}
#zoeken #zoeken-legen {
  display: none !important;
}
#zoeken .autofill {
  margin-top: 52px;
  width: 100%;
}
#zoeken .autofill a {
  color: #3d3d3b;
}
#zoeken .autofill a.actief, #zoeken .autofill a.actief:hover {
  color: #fff;
}
#zoeken .autofill a:hover span {
  text-decoration: underline;
}

#menu-bg {
  background-color: #3d3d3b;
}
#menu-bg #menu-close-btn {
  color: white;
  display: none;
  font-weight: bold;
  font-size: 28px;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 0;
  text-decoration: none;
  top: 190px;
  z-index: 200;
}
@media (min-width: 476px) {
  #menu-bg #menu-close-btn {
    top: 210px;
  }
}
@media (min-width: 576px) {
  #menu-bg #menu-close-btn {
    display: none;
  }
}
#menu-bg #menu[style*=block][style*=visible] + #menu-close-btn {
  display: inline-block;
}

#menu div.sub {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: none;
  left: 8px;
  right: 10px;
  padding: 20px 10px 10px 10px;
  position: absolute;
  z-index: 310;
}
#menu #subm1 {
  margin-left: 0;
}
#menu #subm1 .kolom:nth-child(3) {
  clear: left;
}
@media (min-width: 768px) {
  #menu #subm2 {
    margin-left: -20px;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  #menu #subm3 {
    margin-left: -20px;
    max-width: 760px;
  }
}
@media (min-width: 768px) {
  #menu #subm4 {
    margin-left: 170px;
    max-width: 600px;
  }
}
#menu div.sub div.kolom {
  border-right: 1px solid #ddd;
  color: #000;
  float: left;
  font-size: 14px;
  min-height: 80px;
  padding: 0 20px 20px 20px;
  white-space: nowrap;
  width: 50%;
}
@media (min-width: 1182px) {
  #menu #subm1 div.kolom {
    width: 25%;
  }
  #menu #subm1 div.kolom:nth-child(3) {
    clear: none;
  }
}
#menu #subm3 div.kolom {
  width: 50%;
}
@media (min-width: 768px) {
  #menu #subm3 div.kolom {
    width: 33%;
  }
}
#menu div.sub div.laatste {
  border-right: 0;
}
#menu div.sub div.kolom a {
  color: #333;
  display: block;
  font-size: 14px;
  margin: 0.75rem 0 0 0;
}
@media (min-width: 768px) {
  #menu div.sub div.kolom a {
    margin-top: 0.5rem;
  }
}
#menu div.sub div.kolom strong a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu div.sub div.kolom a + strong a {
  margin-top: 20px;
}
#menu div.sub div.kolom strong.geensubs a {
  margin-bottom: 20px;
}
#menu div.sub div.kolom .meer {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#menu div.sub div.kolom a:hover {
  color: #000;
}
#menu .thema a, #menu .merk a {
  background-repeat: no-repeat;
  height: 25px;
  padding: 7px 0 2px 70px;
}
#menu .sprite .sprite-r1 {
  background-position: 0 0;
}
#menu .sprite .sprite-r2 {
  background-position: 0 -34px;
}
#menu .sprite .sprite-r3 {
  background-position: 0 -68px;
}
#menu .sprite .sprite-r4 {
  background-position: 0 -102px;
}
#menu .sprite .sprite-r5 {
  background-position: 0 -136px;
}
#menu .sprite .sprite-r6 {
  background-position: 0 -170px;
}
#menu .sprite .sprite-r7 {
  background-position: 0 -204px;
}
#menu .sprite .sprite-r8 {
  background-position: 0 -238px;
}
#menu .sprite .sprite-r9 {
  background-position: 0 -272px;
}
#menu .sprite .sprite-r10 {
  background-position: 0 -306px;
}
#menu .sprite .sprite-r11 {
  background-position: 0 -340px;
}
#menu .sprite .sprite-r12 {
  background-position: 0 -374px;
}
#menu .sprite .sprite-r13 {
  background-position: 0 -408px;
}
#menu .sprite .sprite-r14 {
  background-position: 0 -442px;
}
#menu .sprite .sprite-r15 {
  background-position: 0 -476px;
}
#menu .sprite .sprite-r16 {
  background-position: 0 -510px;
}
#menu .sprite .sprite-r17 {
  background-position: 0 -544px;
}
#menu .sprite .sprite-r18 {
  background-position: 0 -578px;
}
#menu .sprite .sprite-r19 {
  background-position: 0 -612px;
}
#menu .sprite .sprite-r20 {
  background-position: 0 -646px;
}
#menu .sprite .sprite-r21 {
  background-position: 0 -680px;
}
#menu .sprite .sprite-r22 {
  background-position: 0 -714px;
}
#menu .sprite .sprite-r23 {
  background-position: 0 -748px;
}
#menu .sprite .sprite-r24 {
  background-position: 0 -782px;
}
#menu .sprite .sprite-r25 {
  background-position: 0 -816px;
}
#menu .sprite .sprite-r26 {
  background-position: 0 -850px;
}
#menu .sprite .sprite-r27 {
  background-position: 0 -884px;
}
#menu .sprite .sprite-r28 {
  background-position: 0 -918px;
}
#menu .sprite .sprite-r29 {
  background-position: 0 -952px;
}
#menu .sprite .sprite-r30 {
  background-position: 0 -986px;
}
#menu div.sub a.img {
  clear: both;
  float: left;
}
#menu div.sub a.img img {
  margin-top: 20px;
}
#menu div.sub a.mid,
#menu div.sub a.mid3 {
  color: #333;
  clear: both;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

#menu {
  background-color: #3d3d3b;
  border-bottom: 1px solid white;
  display: none;
  margin: auto;
  max-width: 1152px;
  padding: 0.5rem;
  position: absolute;
  top: 190px;
  width: 100%;
  z-index: 100;
}
@media (min-width: 476px) {
  #menu {
    top: 210px;
  }
}
@media (min-width: 576px) {
  #menu {
    border-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) {
  #menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  #menu {
    display: flex;
  }
}
#menu li {
  list-style-type: none;
  margin: 0 2px 2px 0;
  padding: 0;
}
@media (min-width: 1024px) {
  #menu li {
    margin-bottom: 0;
  }
}
#menu li a {
  text-decoration: none;
}
#menu li a.m {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 0.5rem 2rem;
  position: relative;
  text-align: center;
  z-index: 120;
}
#menu li a.m.active, #menu li a.m:hover {
  background-color: white;
  color: #3d3d3b;
}
#menu li a.m.active#suba1, #menu li a.m.active#suba5, #menu li a.m.active#suba6, #menu li a.m:hover#suba1, #menu li a.m:hover#suba5, #menu li a.m:hover#suba6 {
  border-radius: 30px;
}
@media (min-width: 1182px) {
  #menu li a.m.active#suba1, #menu li a.m:hover#suba1 {
    border-radius: 0;
  }
}
#menu li.aanbieding a.m {
  background-color: #f08115;
  border-radius: 30px;
}
#menu li.aanbieding a.m:hover {
  background-color: white;
  color: #f08115;
}
#menu li .sub a:hover {
  text-decoration: underline;
}

div.breadcrumb {
  color: #3d3d3b;
  float: none;
  font-size: 15px;
  margin: 0;
  padding: 2rem 0;
  width: auto;
}
div.breadcrumb a {
  color: #3d3d3b;
  text-decoration: none;
}
div.breadcrumb a:hover {
  color: #3d3d3b;
  text-decoration: underline;
}
div.breadcrumb .filter {
  color: #999;
}

div.tekst {
  line-height: 1.5;
}
div.tekst.home-tekst {
  margin: 8rem auto;
  max-width: 980px;
}
div.tekst.home-tekst a {
  color: #3d3d3b;
  text-decoration: underline;
}
div.tekst.home-tekst ul {
  list-style-type: none;
}

#footer {
  background: #3d3d3b;
  color: white;
  clear: both;
  font-size: 14px;
  padding: 0 15px;
}
@media (min-width: 1182px) {
  #footer {
    padding-left: 0;
    padding-right: 0;
  }
}
#footer div.content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1152px;
  padding: 3rem 0;
  width: auto;
}
@media (min-width: 576px) {
  #footer div.content:not(.content-copy) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  #footer div.content:not(.content-copy) {
    display: flex;
    flex-direction: row;
  }
}
#footer div.content + div.content {
  border-top: 3px solid #707070;
}
#footer div.content > div {
  margin: 0 0 2rem 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  #footer div.content > div {
    margin: 0;
    text-align: left;
  }
}
#footer div.content div.links {
  line-height: 2;
}
#footer div.content div.links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer div.content div.links ul li {
  padding: 0;
}
#footer div.content div.links a {
  display: block;
}
#footer div.content .pay-logos {
  display: inline-block;
  padding: 0.5rem;
}
#footer div.content .pay-logos img {
  width: 160px;
}
#footer div.content .copy {
  color: white;
  padding: 0;
  text-align: center !important;
}
#footer p.h3 {
  color: white;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .tfc-detailslink {
  text-decoration: none;
}
#footer div.tekst {
  color: white;
  padding: 0;
}
#footer div.tekst li {
  list-style: none;
}
#footer .footer-facebook {
  height: 27px;
  width: 27px;
}

div.banner-top {
  align-items: stretch;
  background: transparent url(/images/2025/banner.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 1182px) {
  div.banner-top {
    min-height: 498px;
  }
}
div.banner-top .banner-txt {
  background-image: url(/images/2025/banner-achtergrond.png);
  background-repeat: no-repeat;
  background-position: -50px 0;
  background-size: cover;
  padding: 1rem;
  flex-grow: 1;
}
@media (min-width: 576px) {
  div.banner-top .banner-txt {
    background-position: 0 0;
    background-size: contain;
  }
}
@media (min-width: 1182px) {
  div.banner-top .banner-txt {
    padding: 2rem;
  }
}
div.banner-top .banner-txt img.banner-deals {
  max-width: 60%;
}
div.banner-top .banner-txt h2.banner-heading {
  color: white;
  max-width: 160px;
  margin: 2rem 0;
}
@media (min-width: 576px) {
  div.banner-top .banner-txt h2.banner-heading {
    max-width: 220px;
  }
}
@media (min-width: 1182px) {
  div.banner-top .banner-txt h2.banner-heading {
    margin: 3rem 0 3rem 2rem;
  }
}
@media (min-width: 1182px) {
  div.banner-top .banner-txt p.banner-btn {
    margin-left: 2rem;
  }
}
div.banner-top .banner-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 1152px;
}

div.banner-merken {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  div.banner-merken {
    flex-direction: row;
  }
}
@media (min-width: 1182px) {
  div.banner-merken {
    display: grid;
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
  }
  div.banner-merken .banner {
    margin-right: -2rem;
  }
}

div.banner {
  margin-bottom: 4rem;
  min-height: 275px;
  padding-bottom: 2rem;
  position: relative;
}
@media (min-width: 1152px) {
  div.banner {
    padding-bottom: 0;
  }
}
div.banner .knop.alleproducten {
  bottom: 0;
  left: 0;
  position: absolute;
}
div.banner #slider {
  background: url(images/loading.gif) no-repeat 50% 50%;
  margin-bottom: 3rem;
  max-width: 757px;
  position: relative;
  z-index: 30;
}
@media (min-width: 1152px) {
  div.banner #slider {
    height: 292px;
  }
}
div.banner #slider img {
  border-radius: 0;
  display: none;
}
@media (min-width: 1152px) {
  div.banner .nivoSlider {
    zoom: 1.15;
  }
}
div.banner .nivo-controlNav {
  bottom: 4px;
  right: 0;
}
div.banner .nivo-controlNav a {
  background: #3d3d3b;
  border: 2px solid #3d3d3b;
  height: 20px;
  width: 20px;
  opacity: 1;
}
div.banner .nivo-controlNav a + a {
  margin-left: 0.5rem;
}
div.banner .nivo-controlNav a.active {
  background-color: white;
}
div.banner .nivo-controlNav a:hover {
  background-color: #f08115;
}

div.merken {
  background-color: white;
  color: #3d3d3b;
  margin-bottom: 4rem;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  div.merken {
    text-align: left;
  }
}
div.merken p.h2 {
  color: #3d3d3b;
  font-family: inherit;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
div.merken img {
  max-width: 100%;
}
@media (min-width: 1152px) {
  div.merken img {
    zoom: 1.15;
  }
}

input.knop {
  -webkit-appearance: none;
  cursor: pointer;
}
input.knop.grey {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.knop,
.knop.alleproducten {
  background-color: #3d3d3b;
  border: 0;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 16px;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.knop.breed,
.knop.alleproducten.breed {
  padding-left: 2rem;
  padding-right: 2rem;
}
.knop.right,
.knop.alleproducten.right {
  float: right;
}
.knop.blauw,
.knop.alleproducten.blauw {
  background-color: #10757f;
}
.knop.grijs,
.knop.alleproducten.grijs {
  background-color: #c1c1c1;
}
.knop:hover,
.knop.alleproducten:hover {
  background-color: #f08115;
  color: white;
}
.knop img.size-6,
.knop.alleproducten img.size-6 {
  margin-left: 1rem;
  margin-bottom: -2px;
}

div.sale,
div.new {
  color: white;
  display: inline-block;
  font-weight: 600;
  padding: 0.25rem 3rem;
}

div.sale {
  background-color: #f08115;
}

div.new {
  background-color: #ABDCE0;
}

div.producten {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  div.producten {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  div.producten {
    grid-template-columns: repeat(3, 1fr);
  }
}

div.product {
  background-color: white;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: space-between;
  height: auto;
  margin: 0;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
div.product div.sale,
div.product div.new {
  font-size: 13px;
  padding: 0.25rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
div.product .product-wishlist {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
div.product .product-wishlist img {
  width: 25px;
  height: 24px;
}
div.product .product-wishlist .favoriet-gevuld {
  position: relative;
}
div.product .product-wishlist .favoriet-gevuld:after {
  background: url(/images/2025/icons/favoriet-gevuld.svg) no-repeat;
  content: " ";
  height: 24px;
  width: 25px;
  position: absolute;
}
div.product img.foto {
  display: block;
  height: auto;
  margin: 0 auto 1rem auto;
  max-width: 100%;
  width: 250px;
}
.home div.product img.foto {
  width: auto;
}

div.product a.titel {
  color: #3d3d3b;
  font-size: 18px;
  height: auto;
  margin: 0 0 1rem 0;
  text-decoration: none;
}
div.product a.titel:hover {
  color: #10757f;
}
div.product .prices {
  color: #3d3d3b;
  font-size: 18px;
}
div.product .prices .discount {
  color: #e90909;
}
div.product .knop {
  padding-left: 2rem;
  padding-right: 2rem;
}
div.product .nieuw {
  height: 20px;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 61px;
}
div.product .speelgoedvhjaar {
  height: 50px;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 50px;
}

#content {
  margin-bottom: 6rem;
}

.koppelverkoop {
  background-color: white;
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding: 2rem;
}

.ww-knoppen {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .ww-knoppen {
    flex-direction: row;
  }
}

.afrekenen {
  margin-bottom: 6rem;
}
.afrekenen #afreken-stappen {
  color: #b8b8b8;
  float: left;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}
.afrekenen #afreken-stappen li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 3px 0 3px 0;
}
.afrekenen #afreken-stappen span,
.afrekenen #afreken-stappen a {
  margin-left: 15px;
  margin-right: 30px;
}
.afrekenen #afreken-stappen .eerste span,
.afrekenen #afreken-stappen .eerste a {
  margin-left: 5px;
}
.afrekenen #afreken-stappen div {
  background: #b8b8b8;
  height: 13px;
  margin-top: 10px;
}
.afrekenen #afreken-stappen .gehad div,
.afrekenen #afreken-stappen .actief div {
  background: #84ae40;
}
.afrekenen #afreken-stappen .actief div {
  border-right: 9px solid #b8b8b8;
}
.afrekenen #afreken-stappen .eerste div {
  border-radius: 5px 0 0 5px;
}
.afrekenen #afreken-stappen .laatste.actief div {
  border-right-width: 0;
}
.afrekenen #afreken-stappen .laatste div {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .afrekenen #afreken-stappen li {
    margin-bottom: 10px;
    position: relative;
    width: 50% !important;
  }
  .afrekenen #afreken-stappen .eerste span,
.afrekenen #afreken-stappen .eerste a,
.afrekenen #afreken-stappen span,
.afrekenen #afreken-stappen a {
    margin-left: 10px;
  }
  .afrekenen #afreken-stappen .actief div {
    border-right: 0;
  }
}
.afrekenen #afreken-stappen li {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.afrekenen #afreken-stappen li:after {
  content: ">";
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.afrekenen #afreken-stappen li.laatste:after {
  display: none;
}
.afrekenen #afreken-stappen a {
  color: #10757f;
  text-decoration: none;
}
.afrekenen #afreken-stappen a:hover {
  color: #3d3d3b;
}
.afrekenen input.verwijder {
  background: url(/images/achtergronden-v7.gif) -290px -20px no-repeat;
  border: 0;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
}
.afrekenen table.ww tr:first-child th {
  border-bottom: 2px solid #10757f;
}
.afrekenen table.ww tr:first-child + tr td {
  padding-top: 20px;
}
.afrekenen table.ww tr.totaal th {
  border-top: 2px solid #10757f;
}
.afrekenen .txt5 {
  width: 40px !important;
}
.afrekenen .txt10 {
  width: 80px !important;
}
.afrekenen .txt20 {
  width: 160px !important;
}
.afrekenen .txt30 {
  width: 220px !important;
}
.afrekenen .txtdag {
  width: 50px !important;
}
.afrekenen .txtmaand {
  margin-left: 4px;
  width: 90px !important;
}
.afrekenen .txtjaar {
  margin-left: 4px;
  width: 62px !important;
}
.afrekenen div.afrekenen-stap2 {
  clear: both;
  margin-bottom: 6rem;
}
.afrekenen div.afrekenen-stap2 .hok {
  background-color: white;
  margin-bottom: 2rem;
  width: 100%;
}
.afrekenen div.afrekenen-stap2 .account {
  clear: left;
  float: left;
  line-height: 2rem;
  margin: 0 0 6rem 0;
  padding: 0;
}
.afrekenen div.afrekenen-stap2 .account .bestaand a {
  font-weight: normal;
  text-decoration: underline;
}
.afrekenen div.afrekenen-stap2 .account .knop {
  display: inline-block;
  float: none;
}
.afrekenen div.afrekenen-stap2 .account p {
  font-weight: bold;
}
.afrekenen div.afrekenen-stap2 .account input {
  max-width: 100%;
}
.afrekenen div.afrekenen-stap2 .account .nieuw {
  border-bottom: 2px solid #3d3d3b;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
  width: 100%;
}
.afrekenen div.afrekenen-stap2 .account .bestaand {
  border-left: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .afrekenen div.afrekenen-stap2 .account .nieuw,
.afrekenen div.afrekenen-stap2 .account .bestaand {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .afrekenen div.afrekenen-stap2 .account .nieuw {
    border-bottom: 0;
    float: left;
    text-align: center;
    width: 50%;
  }
  .afrekenen div.afrekenen-stap2 .account .bestaand {
    border-left: 2px solid #3d3d3b;
    float: left;
    width: 50%;
  }
}
.afrekenen div.afrekenen-stap2 .factuuradres,
.afrekenen div.afrekenen-stap2 .bezorgadres {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .afrekenen div.afrekenen-stap2 .factuuradres {
    border-right: 2px solid #3d3d3b;
    padding: 0;
  }
  .afrekenen div.afrekenen-stap2 .factuuradres,
.afrekenen div.afrekenen-stap2 .bezorgadres {
    float: left;
    padding: 1rem 2rem 2rem 2rem;
    width: 50%;
  }
}
.afrekenen div.afrekenen-stap3 {
  clear: both;
  margin-bottom: 6rem;
}
.afrekenen div.afrekenen-stap3 h2 {
  border-bottom: 2px solid #10757f;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.afrekenen div.afrekenen-stap3 h2 a.right {
  margin-top: 0.5rem;
}
.afrekenen div.afrekenen-stap3 table.address-data {
  width: 100%;
}
.afrekenen div.afrekenen-stap3 table.address-data tr.address-data-row {
  vertical-align: top;
}
.afrekenen div.afrekenen-stap3 table.address-data td.address-data-td {
  float: left;
  width: 100%;
}
.afrekenen div.afrekenen-stap3 table.address-data td.address-data-td:first-child {
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .afrekenen div.afrekenen-stap3 table.address-data td.address-data-td {
    float: none;
    width: 50%;
  }
  .afrekenen div.afrekenen-stap3 table.address-data td.address-data-td:first-child {
    padding-bottom: 0;
  }
}
.afrekenen div.afrekenen-stap3 .privacy-policy {
  border-top: 2px solid #10757f;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3rem;
  padding-top: 1rem;
  text-align: justify;
}
.afrekenen div.afrekenen-stap3 .afrekenen-knoppen {
  margin-top: 3rem;
}
.afrekenen div.afrekenen-stap4 {
  clear: both;
  margin-bottom: 6rem;
}
.afrekenen div.afrekenen-stap4 h2 {
  border-bottom: 2px solid #10757f;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode + hr.afrekenen {
  margin-top: 48px;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode div.methode {
  background-color: white;
  border: 2px solid white;
  border-radius: 10px;
  clear: both;
  cursor: pointer;
  float: left;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode div.methode:hover {
  border: 2px solid #10757f;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode div.methode.actief {
  border: 2px solid #10757f;
  cursor: default;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode div.methode div.float {
  float: left;
  max-width: 90%;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode div.methode div.float div {
  clear: left;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode input.cb {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode select {
  max-width: 100%;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode label {
  float: left;
  width: 250px;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode label + label {
  float: none;
  width: auto;
}
.afrekenen div.afrekenen-stap4 div.betaalmethode img {
  margin-top: 0.5rem;
  max-width: 100%;
}
.afrekenen div.afrekenen-stap4 div.acceptgirofout div.acceptgiro {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.afrekenen .afrekenen-knoppen {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 768px) {
  .afrekenen .afrekenen-knoppen {
    flex-direction: row;
    justify-content: space-between;
  }
}
.afrekenen .afrekenen-knoppen .knop {
  padding-left: 2rem;
  padding-right: 2rem;
}

#verfijnen-prijs-slider {
  margin-left: 4%;
  width: 90%;
}

.categorie-wrapper {
  margin-bottom: 6rem;
}
@media (min-width: 1182px) {
  .categorie-wrapper {
    display: block;
  }
  .categorie-wrapper .verfijnen {
    float: left;
    position: sticky;
    top: 0;
  }
  .categorie-wrapper .categorie,
.categorie-wrapper .overzicht {
    float: left;
    width: 912px;
  }
}
.categorie-wrapper h1 {
  margin: 0.6rem 0 1.5rem 0;
}
.categorie-wrapper h1 + h3 {
  margin-top: 2rem;
}
.categorie-wrapper .verfijnen {
  min-height: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  /* $_bVerfijnenMultiple
  div.overflow {
      max-height: 90px;
      overflow-y: auto;
  }

  div.optie {
      float: left;
      width: 131px;

      a {
          float: left;
          max-width: 105px;
      }
  }
  */
}
@media (min-width: 1182px) {
  .categorie-wrapper .verfijnen {
    padding-bottom: 0;
    padding-right: 2rem;
    width: 240px;
  }
}
.categorie-wrapper .verfijnen input {
  float: left;
  margin: 2px 5px 0 0;
}
.categorie-wrapper .verfijnen input.cb {
  clear: left;
}
.categorie-wrapper .verfijnen input.prijs {
  float: none !important;
  margin: 6px 0 0 0 !important;
  max-width: 4rem;
}
.categorie-wrapper .verfijnen input.prijs.right {
  float: right !important;
  margin-bottom: 6px !important;
  text-align: right;
}
.categorie-wrapper .verfijnen var {
  font-size: 12px;
  font-style: normal;
}
.categorie-wrapper .verfijnen a {
  display: block;
}
.categorie-wrapper .verfijnen a.meer {
  font-style: italic;
}
.categorie-wrapper .verfijnen a.del:hover {
  text-decoration: line-through;
}
@media (max-width: 1181px) {
  .categorie-wrapper .verfijnen h5 {
    border-bottom: 1px solid #dfdfdf;
    color: #3d3d3b;
    cursor: pointer;
    margin: 0;
    padding: 1em 0;
    position: relative;
  }
  .categorie-wrapper .verfijnen h5:hover, .categorie-wrapper .verfijnen h5.actief {
    color: #f08115;
  }
  .categorie-wrapper .verfijnen h5 span {
    display: block;
    padding: 0 1rem;
  }
  .categorie-wrapper .verfijnen .div-prijs-slider {
    max-width: 576px;
  }
  .categorie-wrapper .verfijnen div.p,
.categorie-wrapper .verfijnen p {
    background-color: white;
    border: 1px solid #dfdfdf;
    border-top: 0;
    display: none;
    margin: 0;
    padding: 1rem;
  }
  .categorie-wrapper .verfijnen a {
    color: #3d3d3b;
    line-height: 2;
    text-decoration: none;
  }
  .categorie-wrapper .verfijnen a.actief {
    color: #f08115;
  }
}
@media (min-width: 1182px) {
  .categorie-wrapper .verfijnen h5 {
    color: #3d3d3b;
    font-size: 22px;
    font-weight: 800;
    margin: 1rem 0;
  }
  .categorie-wrapper .verfijnen div.p {
    margin-bottom: 3rem;
  }
  .categorie-wrapper .verfijnen a {
    color: #3d3d3b;
    line-height: 1.75;
  }
  .categorie-wrapper .verfijnen a.meer {
    font-size: 15px;
  }
  .categorie-wrapper .verfijnen a.actief, .categorie-wrapper .verfijnen a.del, .categorie-wrapper .verfijnen a:hover {
    color: #10757f;
    text-decoration: underline;
  }
}
.categorie-wrapper .verfijnen .ui-slider .ui-slider-range {
  background: #10757f !important;
}
.categorie-wrapper .verfijnen .ui-slider .ui-state-hover,
.categorie-wrapper .verfijnen .ui-slider .ui-state-focus {
  background: #c0d9ed none !important;
  border-color: #71a4cb !important;
}
.categorie-wrapper .categorie img.banner {
  border: solid 1px #b8dcfc;
  border-radius: 10px;
  margin-bottom: 1rem;
  width: 590px;
  max-width: 100%;
}
.categorie-wrapper .categorie img.subcat {
  height: 121px;
  width: 190px;
}
.categorie-wrapper .categorie {
  flex-grow: 1;
}
.categorie-wrapper .categorie .subbanners {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .categorie-wrapper .categorie .subbanners {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .categorie-wrapper .categorie .subbanners {
    grid-template-columns: repeat(3, 1fr);
  }
}
.categorie-wrapper .categorie .subbanners a {
  background-color: white;
  margin: 0;
  padding: 1rem;
  text-align: center;
}
.categorie-wrapper .categorie p.h2.producten {
  font-weight: bold;
  padding-top: 1rem;
}
.categorie-wrapper .categorie-producten + .categorie-producten {
  margin-top: 6rem;
}
.categorie-wrapper + .tekst {
  clear: left;
  margin-bottom: 6rem;
  text-align: center;
}
.categorie-wrapper + .tekst ul {
  list-style-type: none;
}

ul.categorie-list {
  display: none;
  float: left;
  list-style-type: none;
  margin: 0 0 3rem 0;
  padding: 0;
  width: 300px;
}
@media (min-width: 1182px) {
  ul.categorie-list {
    display: block;
  }
}
ul.categorie-list li a {
  display: block;
}

.cats-slider-container {
  align-items: center;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2rem;
}
.cats-slider-container a.slider-arrow {
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.cats-slider-container a.slider-arrow img {
  height: 23px;
  width: 10px;
}
.cats-slider-container.hide-arrows {
  margin-left: 0;
  margin-right: 0;
}
.cats-slider-container.hide-arrows a.slider-arrow {
  display: none;
}

.cats-slider {
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
}

ul.cats {
  align-items: stretch;
  display: flex;
  padding: 0;
  gap: 1rem;
  margin: 0 0 1rem 0;
}
ul.cats img {
  height: 162px;
  width: 162px;
}
ul.cats li {
  align-items: center;
  background-color: #3d3d3b;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.cats li a {
  color: white;
  display: block;
  font-family: inherit;
  margin: 0;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  width: 160px;
}
ul.cats li a:hover {
  color: #f08115;
}
ul.cats li a strong {
  display: block;
}
ul.cats.merken {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 6rem;
}
@media (min-width: 412px) {
  ul.cats.merken {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) {
  ul.cats.merken {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  ul.cats.merken {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.cats.merken li a {
  background-color: white;
  color: #3d3d3b;
  padding: 0.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  ul.cats.merken li a {
    padding: 1rem;
  }
}
ul.cats.merken li a:hover {
  color: #f08115;
}

span.customStyleSelectBox {
  background-color: white;
  border: 1px solid #3d3d3b;
  border-radius: 0;
  color: #3d3d3b;
  font-size: 16px;
  padding: 0.5rem;
}
span.customStyleSelectBox span.customStyleSelectBoxInner {
  background: url("/images/2025/select-arrows.png") no-repeat center right;
  padding-right: 10px;
}

div.nummers {
  text-align: center;
}
div.nummers.onder {
  margin-top: 3rem;
}
div.nummers a,
div.nummers span {
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
}
div.nummers a:first-child,
div.nummers span:first-child {
  margin-left: 0;
}
div.nummers a {
  color: #3d3d3b;
  text-decoration: none;
}
div.nummers a:hover {
  background-color: #3d3d3b;
  color: #fff;
}
@media (max-width: 575px) {
  div.nummers a.sp:nth-child(7), div.nummers a.sp:nth-child(8), div.nummers a.sp:nth-child(9), div.nummers a.sp:nth-child(10) {
    display: none;
  }
}
div.nummers img {
  height: 16px;
  width: 7px;
  vertical-align: -2px;
}
div.nummers span.current {
  background-color: #3d3d3b;
  color: #fff;
}
div.nummers span.ellipsis {
  background-color: transparent;
}

.naarbetalen {
  border-top: 2px solid #10757f;
  padding-top: 2rem;
}
.naarbetalen a {
  text-decoration: underline;
}

.verlanglijstje tr.ww_header td {
  font-weight: bold;
}
.verlanglijstje tr.ww_header td:first-child span {
  display: none;
}
@media (min-width: 768px) {
  .verlanglijstje tr.ww_header td:first-child span {
    display: inline;
  }
}
.verlanglijstje td {
  padding: 0 1rem 0.5rem 0;
}

div.product-detail {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  div.product-detail {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  div.product-detail {
    flex-direction: row;
    gap: 6rem;
    padding: 2rem 4rem;
  }
}
div.product-detail div.new {
  position: absolute;
  left: 0;
  top: 0;
}
div.product-detail .product-detail-image {
  padding-right: 2rem;
}
@media (min-width: 992px) {
  div.product-detail .product-detail-image {
    width: 50%;
  }
}
div.product-detail .product-detail-image .photo {
  display: block;
  margin-bottom: 3rem;
  text-align: center;
}
div.product-detail .product-detail-image .thumbs {
  justify-content: center;
  display: flex;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
div.product-detail .product-detail-image .thumbs a {
  border: 1px solid #9d9d9d;
  padding: 0.2rem;
}
div.product-detail .product-detail-image .thumbs a img {
  max-width: 100%;
}
@media (min-width: 992px) {
  div.product-detail .product-detail-content {
    width: 50%;
  }
}
div.product-detail .product-detail-content h1 {
  margin-bottom: 1.5rem;
}
div.product-detail .product-detail-content .price {
  font-size: 24px;
  font-weight: bold;
}
div.product-detail .product-detail-content .price p {
  margin: 1rem 0 0.5rem 0;
}
div.product-detail .product-detail-content .price p.price-from {
  font-size: 16px;
  text-decoration: line-through;
}
div.product-detail .product-detail-content .price .sale {
  background-color: #f08115;
  color: white;
  padding: 0.25rem 1rem;
}
div.product-detail .product-detail-content .price .new {
  background-color: #f08115;
  color: white;
  padding: 0.25rem 1rem;
}
div.product-detail .product-detail-content .stock {
  margin-bottom: 1.5rem;
}
div.product-detail .product-detail-content .stock img.in-stock {
  height: 13px;
  width: 13px;
}
div.product-detail .product-detail-content .buttons {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  div.product-detail .product-detail-content .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
div.product-detail .product-detail-content .buttons form {
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 576px) {
  div.product-detail .product-detail-content .buttons form {
    margin-bottom: 0;
  }
}
div.product-detail .product-detail-content .buttons .knop {
  height: 100%;
  line-height: 2;
  padding: 0.5rem 1.5rem;
  width: 100%;
}
div.product-detail .product-detail-content .usp {
  background-color: #f4fdfc;
  font-size: 15px;
  font-weight: bold;
  padding: 1rem 0.5rem 1rem 1rem;
  margin-bottom: 1rem;
}
div.product-detail .product-detail-content .usp ul {
  list-style-type: "★";
  list-style-image: url(images/2025/li-star.jpg);
  margin: 0;
  padding: 0 0 0 1rem;
}
div.product-detail .product-detail-content .usp ul li {
  padding-left: 0.5rem;
}
div.product-detail .product-detail-content .pay-keurmerk {
  align-items: center;
  display: flex;
  gap: 2rem;
}
div.product-detail .product-detail-content .pay-keurmerk .pay-logos {
  width: 160px;
}

div.product-tabs {
  background-color: white;
  margin-bottom: 6rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  div.product-tabs {
    padding: 2rem;
  }
}
div.product-tabs ul.tabs {
  border-bottom: 2px solid #3d3d3b;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  div.product-tabs ul.tabs {
    height: 35px;
  }
}
div.product-tabs ul.tabs li {
  margin: 0;
}
@media (min-width: 768px) {
  div.product-tabs ul.tabs li {
    float: left;
    padding: 0;
  }
}
div.product-tabs ul.tabs li a {
  background-color: white;
  color: #3d3d3b;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-right: 2px;
  padding: 0.25rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
}
div.product-tabs ul.tabs li a:hover {
  background-color: #3d3d3b;
  color: white;
}
div.product-tabs ul.tabs li.selected a {
  background-color: #3d3d3b;
  color: white;
}
div.product-tabs .beschrijving {
  font-weight: normal;
  font-size: 15px;
}
div.product-tabs .beschrijving #tab-content-beschrijving {
  line-height: 1.5;
}
div.product-tabs .beschrijving table.specs td {
  padding: 0 0.5rem 0.25rem 0;
}
div.product-tabs .beschrijving #tab-content-afbeeldingen a.thumb {
  border: 1px solid #9d9d9d;
  display: inline-block;
  margin-right: 1.5rem;
  padding: 0.2rem;
}
div.product-tabs .beschrijving #tab-content-afbeeldingen a.thumb img {
  height: 100px;
  width: 100px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.counter {
  color: #999;
  font-size: 10px;
  font-style: italic;
  padding: 2px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen .sterren {
  height: 16px;
  width: 94px;
  text-indent: -999px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen .s0, div.product-tabs .beschrijving #tab-content-beoordelingen .s1, div.product-tabs .beschrijving #tab-content-beoordelingen .s2, div.product-tabs .beschrijving #tab-content-beoordelingen .s3, div.product-tabs .beschrijving #tab-content-beoordelingen .s4, div.product-tabs .beschrijving #tab-content-beoordelingen .s5 {
  background: url(images/achtergronden-v7.gif) no-repeat -95px -320px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen .s1 {
  background-position: -76px -320px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen .s2 {
  background-position: -57px -320px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen .s3 {
  background-position: -38px -320px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen .s4 {
  background-position: -19px -320px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen .s5 {
  background-position: 0px -320px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.review {
  border-top: 1px solid #3d3d3b;
  margin-top: 1rem;
  padding-top: 1rem;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.review p.door {
  float: left;
  margin: 0 0 10px 20px;
  padding: 0;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.review p.titel {
  clear: left;
  margin: 0;
  padding: 0;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.review p.toelichting {
  clear: left;
  margin: 0;
  padding: 5px 0 0 0;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.review label {
  clear: left;
  float: left;
  width: 80px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.review div.sterren {
  float: left;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.beoordelingen div.review label, div.product-tabs .beschrijving #tab-content-beoordelingen div.beoordelingen div.review div.sterren {
  margin-top: 10px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.beoordelingen div.review div.eindcijfer {
  margin-top: 0;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.beoordelingen h2 {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  width: 100px;
}
div.product-tabs .beschrijving #tab-content-beoordelingen div.beoordelingen h2 + div.sterren {
  margin: 0 0 5px 120px;
}

div.ookleuk {
  margin-bottom: 6rem;
  padding-top: 2rem;
}

#imgs-popup-container {
  display: none;
}

#imgs-popup h4 {
  font-size: 22px;
  margin: 1rem;
  text-transform: uppercase;
}
#imgs-popup div.groot-thumbs {
  display: flex;
  justify-content: space-between;
}
#imgs-popup div.groot {
  cursor: pointer;
  padding: 0 1rem;
  text-align: center;
}
#imgs-popup div.rechts {
  width: 260px;
}
#imgs-popup div.rechts a {
  border: solid 1px #9d9d9d;
  display: inline-block;
  margin: 0 1rem 1rem 0;
  padding: 0.25rem;
}
#imgs-popup div.rechts img {
  height: 100px;
  width: 100px;
}

div.klantenservice-menu {
  float: left;
  line-height: 2;
  margin-bottom: 2rem;
  width: 320px;
}
div.klantenservice-menu a {
  display: block;
}
div.klantenservice-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.klantenservice-menu ul li {
  margin: 0;
  padding: 0;
}
div.klantenservice-menu ul ul {
  margin-left: 20px;
}

div.klantenservice {
  float: left;
  margin-bottom: 6rem;
}
@media (min-width: 1182px) {
  div.klantenservice {
    width: 832px;
  }
}
div.klantenservice a:hover {
  text-decoration: underline;
}
div.klantenservice table td {
  clear: left;
  float: left;
  padding: 0 1rem 0.5rem 0;
}
@media (min-width: 1182px) {
  div.klantenservice table td {
    float: none;
  }
}
div.klantenservice textarea {
  max-width: 90%;
}
div.klantenservice div.antwoorden {
  line-height: 2;
  margin-bottom: 2rem;
}
@media (min-width: 1182px) {
  div.klantenservice div.antwoorden {
    float: left;
    width: 416px;
  }
}
div.klantenservice div.antwoorden h2 {
  margin: 0;
  padding: 0;
}
div.klantenservice div.antwoorden p {
  margin: 0;
  padding: 0;
}
@media (min-width: 1182px) {
  div.klantenservice div.antwoorden p {
    float: left;
  }
}
div.klantenservice div.antwoorden a {
  display: block;
  text-decoration: none;
}
div.klantenservice div.antwoorden a:hover {
  text-decoration: underline;
}
div.klantenservice div.antwoorden img {
  border-radius: 3px;
  height: 135px;
  margin: 1rem 1rem 1rem 0;
  width: 122px;
}
@media (min-width: 768px) {
  div.klantenservice div.antwoorden img {
    float: right;
  }
}
@media (min-width: 1182px) {
  div.klantenservice div.antwoorden img {
    float: left;
  }
}

ul.sitemap {
  margin-bottom: 6rem;
}
ul.sitemap li.label {
  list-style-type: none;
  padding: 1rem 0;
}
ul.sitemap a:hover {
  text-decoration: underline;
}

.filters {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1182px) {
  .filters {
    display: none;
  }
}
.filters .filters-toggle {
  align-items: center;
  background-color: #3d3d3b;
  border-top: 1px solid white;
  color: white;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 1rem;
}
.filters .filters-toggle .arrow-bottom {
  display: none;
}
.filters .filters-toggle.open .arrow-top {
  display: none;
}
.filters .filters-toggle.open .arrow-bottom {
  display: inline;
}
.filters .filters-verfijnen {
  background-color: #f5f5f5;
  display: none;
  max-height: 50vh;
  overflow-y: scroll;
}
.filters .filters-toggle.open + .filters-verfijnen {
  display: block;
}

.uitleg {
  color: #ababab;
  font-weight: normal;
}

.afrekenen-stap2 div.uitleg {
  margin-top: 2px;
}

.melding {
  border: 2px solid grey;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.error {
  color: red;
}

.oke {
  color: #00b311;
}

.error input[type=text] {
  border: 1px solid red;
}

.error .noerror {
  border: 1px solid #969695;
}

div.error, p.error, p.oke {
  background: #eaeaea;
  border-left: 15px solid red;
  color: #000;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
}

div.error.info {
  border-color: gray;
}

p.oke {
  border-color: green;
}

div.error p {
  padding: 0.5rem;
}

p.error, p.oke {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

div.afrekenen-stap3 div.error {
  clear: left;
}

strong.rood {
  /*color: #ff1200;*/
  color: #00b311;
}

strong.green {
  color: #00b311;
}

.table-responsive td {
  float: left;
}

.table-klantgegevens td {
  padding: 0.25rem;
}
@media (max-width: 576px) {
  .table-klantgegevens td {
    clear: left;
    float: left;
  }
  .table-klantgegevens td:first-child {
    float: none;
    vertical-align: top;
  }
  .table-klantgegevens td:last-child {
    padding-bottom: 1rem;
  }
}

ul.bestelgeschiedenis li {
  padding-bottom: 1rem;
}
ul.bestelgeschiedenis div {
  border: 2px solid #3d3d3b;
  margin-top: 1rem;
  padding: 1rem;
}
ul.bestelgeschiedenis div p {
  margin: 0;
  padding: 0.5rem 0;
}
ul.bestelgeschiedenis div b {
  display: inline-block;
}
@media (min-width: 576px) {
  ul.bestelgeschiedenis div b {
    width: 11rem;
  }
}

.beoordelingen h2 {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  width: 120px;
}
.beoordelingen h2 + div.sterren {
  margin: 22px 0 5px 140px;
}
.beoordelingen .sterren {
  height: 16px;
  width: 94px;
  text-indent: -999px;
}
.beoordelingen .sterren.s0, .beoordelingen .sterren.s1, .beoordelingen .sterren.s2, .beoordelingen .sterren.s3, .beoordelingen .sterren.s4, .beoordelingen .sterren.s5 {
  background: url(/images/achtergronden-v7.gif) no-repeat -95px -320px;
}
.beoordelingen .sterren.s1 {
  background-position: -76px -320px;
}
.beoordelingen .sterren.s2 {
  background-position: -57px -320px;
}
.beoordelingen .sterren.s3 {
  background-position: -38px -320px;
}
.beoordelingen .sterren.s4 {
  background-position: -19px -320px;
}
.beoordelingen .sterren.s5 {
  background-position: 0px -320px;
}
.beoordelingen div.review label,
.beoordelingen div.review div.sterren {
  margin-top: 1rem;
}
.beoordelingen div.review div.eindcijfer {
  margin-top: 0;
}

div.review {
  border-top: 1px solid #10757f;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  width: 100%;
}
div.review p.door {
  float: left;
  margin: 0 0 1rem 2rem;
  padding: 0;
}
div.review p.titel {
  clear: left;
  margin: 0;
  padding: 0;
}
div.review p.toelichting {
  clear: left;
  margin: 0;
  padding: 1rem 0 0 0;
}
div.review label {
  clear: left;
  float: left;
  width: 10rem;
}
div.review div.sterren {
  float: left;
}
div.review + div.nummers {
  margin-top: 3rem;
}

p.zakelijk-actie {
  background-color: #941717;
  border-bottom: 3px solid #7c1414;
  color: #fff;
  margin-top: 1rem !important;
  padding: 1rem !important;
}
p.zakelijk-actie a.meer-info {
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25rem;
  margin: 5px 0 0 30px;
  text-align: center;
  text-decoration: underline;
}

.zakelijk-actie-form {
  background: white;
  border: 0.25rem solid #10757f;
  padding: 2rem;
  max-width: 768px;
}
@media (max-width: 768px) {
  .zakelijk-actie-form {
    padding: 1rem;
  }
  .zakelijk-actie-form table {
    max-width: 400px;
  }
  .zakelijk-actie-form table td {
    float: left;
    padding-top: 1rem;
  }
  .zakelijk-actie-form table input[type=text],
.zakelijk-actie-form table input[type=email] {
    padding: 0.25rem;
    width: 100%;
  }
}

.shop-op-leeftijd {
  margin-top: 6rem;
  text-align: center;
}
@media (min-width: 576px) {
  .shop-op-leeftijd {
    text-align: left;
  }
}
.shop-op-leeftijd .leeftijden {
  display: grid;
  gap: 2rem;
  grid-template-rows: repeat(5, 1fr);
}
@media (min-width: 576px) {
  .shop-op-leeftijd .leeftijden {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }
}
@media (min-width: 768px) {
  .shop-op-leeftijd .leeftijden {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .shop-op-leeftijd .leeftijden {
    grid-template-columns: repeat(5, 1fr);
  }
}
.shop-op-leeftijd .leeftijden img {
  max-width: 100%;
}
.shop-op-leeftijd .leeftijden a {
  color: #3d3d3b;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.shop-op-leeftijd .leeftijden a:hover {
  color: #10757f;
}

a.popup-info {
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

span.popup-info-help,
span.popup-info-close {
  color: #10757f;
  font-weight: bold;
  text-decoration: none;
}

span.popup-info-help {
  cursor: help;
}

div.popup-info {
  background-color: #ffffff;
  border: solid 1px #10757f;
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.75);
  display: none;
  font-size: 15px;
  font-weight: normal;
  margin: 0 4px 4px 16px;
  max-width: 90%;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  width: 380px;
}
div.popup-info a.popup-info-close {
  float: right;
  font-weight: bold;
  font-size: 15px;
  margin-right: 2px;
}
div.popup-info span.popup-info-close {
  cursor: pointer;
  float: right;
}
div.popup-info span.popup-info-close:hover {
  color: #3d3d3b;
}

table.ww div.popup-info {
  margin: 10px 0 0 -100px;
  text-align: left;
}
@media (min-width: 768px) {
  table.ww div.popup-info {
    right: auto;
  }
}
table.ww td.help div.popup-info {
  right: 1rem;
}

#verzend-info {
  font-size: 13px;
  right: 10px;
  width: 350px;
}
@media (min-width: 576px) {
  #verzend-info {
    margin-left: 100px;
    right: auto;
  }
}
#verzend-info .popup-info-close {
  margin-left: 20px;
}

/*# sourceMappingURL=style-2025.css.map */
