@charset "UTF-8";
@import "components/aos.css";
@import "bootstrap/css/bootstrap.min.css";
.knopgroep .knop {
  border-radius: 40px;
  padding: 15px 15px 15px 25px;
  text-decoration: none;
  margin-right: 15px;
}
.knopgroep .knop.smaller {
  padding: 10px 15px 10px 25px;
  font-size: 90%;
}
.knopgroep .knop.bruin {
  background: #96aaa4;
  color: white !important;
  font-weight: bold;
}
.knopgroep .knop.bruin svg {
  fill: white;
}
.knopgroep .knop.wit {
  background: white;
  color: #96aaa4 !important;
  font-weight: bold;
}
.knopgroep .knop.wit svg {
  fill: #96aaa4;
}
.knopgroep .knop svg {
  height: 15px !important;
  width: 20px;
  transition: 0.2s;
}
.knopgroep .knop:hover svg {
  margin-left: 10px;
}

a.link {
  text-decoration: none;
  border-bottom: 1px solid #96aaa4;
  padding-bottom: 5px;
}
a.link svg {
  fill: #96aaa4;
  height: 20px;
  width: 20px;
  transition: 0.2s;
  margin-left: 5px;
  margin-right: -5px;
}
a.link:hover {
  font-weight: normal !important;
}
a.link:hover svg {
  margin-left: 10px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
}
@media only screen and (max-width: 800px) {
  header .menubar {
    order: 1;
    max-width: 44px;
  }
  header .zoeken {
    order: 2;
  }
  header .logo {
    order: 3;
  }
  header .meta {
    order: 4;
  }
  header .ubermenu-skin-minimal {
    font-size: 15px !important;
  }
  header .ubermenu {
    width: 100%;
    position: absolute;
    background: white;
    margin-top: 0px !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }
  header .ubermenu-responsive-toggle {
    max-width: 44px;
    left: 0px;
    top: 4px;
  }
}
header .winkelwagen {
  display: flex;
  flex-direction: row;
  color: white;
  align-items: center;
}
header .winkelwagen .cart {
  position: relative;
  margin-left: 0px;
  margin-top: 1px;
}
header .winkelwagen .cart svg {
  transition: 0.2s;
  position: relative;
  z-index: 2;
  fill: white;
  height: 35px;
  width: 22px;
}
header .winkelwagen .cart .code {
  position: absolute;
  z-index: 1;
  font-size: 11px;
  background: #bad5ce;
  border-radius: 100%;
  height: 19px;
  width: 19px;
  text-align: center;
  top: -12px;
  left: 0px;
  transition: 0.2s;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 9px;
}
header .winkelwagen .cart:hover {
  cursor: pointer;
}
header .winkelwagen .cart:hover svg {
  transform: scale(1);
}
header .winkelwagen .cart:hover .coder {
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 18px;
  z-index: 3;
  top: -4px;
  right: -2px;
}
header .winkelwagen .cart:hover .uitklappositie {
  display: block !important;
}
header .winkelwagen .uitklappositie {
  position: absolute;
  display: none;
  padding-top: 25px;
  right: 0px;
}
header .winkelwagen .uitklap {
  background: white;
  border-bottom: 3px solid #96aaa4;
  color: #96aaa4;
  padding: 20px;
  width: 330px;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
header .winkelwagen .uitklap li, header .winkelwagen .uitklap ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
header .winkelwagen .uitklap li a, header .winkelwagen .uitklap ul a {
  color: #96aaa4;
  text-decoration: none;
  display: block;
  font-weight: 700;
}
header .winkelwagen .uitklap li a.remove, header .winkelwagen .uitklap ul a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  float: right;
  margin-top: 15px;
  margin-left: 10px;
}
header .winkelwagen .uitklap li.woocommerce-mini-cart-item {
  margin-bottom: 30px;
  overflow: hidden;
}
header .winkelwagen .uitklap li.woocommerce-mini-cart-item img {
  float: right;
  margin-left: 4px;
  width: 50px;
  height: auto;
  box-shadow: none;
}
header .winkelwagen .uitklap li.woocommerce-mini-cart-item .quantity {
  color: #96aaa4;
}
header .winkelwagen .uitklap .woocommerce-mini-cart__total {
  color: #96aaa4;
  margin-bottom: 20px !important;
}
header .winkelwagen .uitklap p {
  margin: 0px !important;
}
header .winkelwagen .uitklap .buttons {
  display: flex;
  jusitfy-content: space-between;
}
header .winkelwagen .uitklap .buttons a {
  font-size: 12px !important;
  background: #96aaa4 !important;
  color: white !important;
  font-weight: normal !important;
  border-radius: 0px !important;
  padding: 10px 15px;
  text-decoration: none;
  transition: 0.2s;
}
header .winkelwagen .uitklap .buttons a:hover {
  background: black !important;
}
header .winkelwagen .uitklap .buttons a.checkout {
  margin-left: 10px;
}

.bottombar {
  padding: 7px 0px;
  background: #bad5ce;
  color: white;
  font-size: 15px;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  padding-top: 75px;
}
@media only screen and (max-width: 800px) {
  .bottombar {
    font-size: 13px;
  }
}
.bottombar p {
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 992px) {
  .topbar {
    display: none;
  }
}
.ubermenu-content-block,
.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
  max-width: 950px;
  margin: auto;
}

.ubermenu-highlight {
  font-weight: bold;
  color: #96aaa4 !important;
  margin-bottom: -10px;
}

.navbar-custom {
  background-color: white;
  z-index: 1030;
  padding: 10px 20px;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
  .navbar-custom {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.navbar-custom .navbar-width {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 1600px;
  justify-content: space-between;
  align-items: center;
}
.navbar-custom .logo {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  transition: 0.3s;
  max-width: 285px;
}
@media only screen and (max-width: 800px) {
  .navbar-custom .logo {
    width: 100%;
  }
  .navbar-custom .logo a {
    justify-content: center;
  }
}
.navbar-custom .logo a.navbar-brand {
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.navbar-custom .logo a.navbar-brand img.brand-logo-main {
  height: 100%;
  width: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 800px) {
  .navbar-custom .logo a.navbar-brand .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .navbar-custom .logo a.navbar-brand .mobiel {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .navbar-custom .logo a.navbar-brand .mobiel {
    display: block;
  }
}
.navbar-custom .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 20px 0 0;
  padding: 0px;
}
.navbar-custom .menu ul li {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin-left: 30px;
}
.navbar-custom .menu ul li a {
  color: #616162 !important;
  font-size: 14px;
  padding: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.navbar-custom .menu ul li a:hover {
  color: #96aaa4;
}
.navbar-custom .menu ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #96aaa4;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-custom .menu ul li a:hover:before, .navbar-custom .menu ul li a:focus:before, .navbar-custom .menu ul li a:active:before {
  right: 0;
}
.navbar-custom ul.meta {
  max-width: 80px;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.navbar-custom ul.meta li {
  margin-left: 5px;
}
.navbar-custom ul.meta li svg {
  fill: #616162 !important;
  height: 22px;
}
.navbar-custom .zoeken {
  display: flex;
  align-items: center;
  width: 35%;
}
.navbar-custom .zoeken svg {
  height: 20px;
  margin: 0 5px 0 10px;
}
.navbar-custom .zoeken input {
  border: 0px;
  background: #f8f8f8;
}
.navbar-custom .zoeken input:focus {
  outline: #bad5ce;
}
.navbar-custom .zoeken .zoekvlak {
  width: 100%;
  background: #f8f8f8;
}
.navbar-custom .zoeken .zoekvlak .sluiten {
  display: none;
}
@media only screen and (max-width: 800px) {
  .navbar-custom .zoeken .zoekvlak {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding: 50px 15px 0 15px;
    left: 0px;
    top: 0px;
    transition: max-height 0.5s ease-out;
    display: none;
    max-height: 0;
    overflow: hidden;
  }
  .navbar-custom .zoeken .zoekvlak.open {
    display: block;
    max-height: 100vh; /* Pas de max-height aan naar de hoogte van je element */
  }
  .navbar-custom .zoeken .zoekvlak .sluiten {
    display: block;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 25px;
  }
}
.navbar-custom .zoeken .zoekicon {
  display: none;
}
@media only screen and (max-width: 800px) {
  .navbar-custom .zoeken .zoekicon {
    display: block;
  }
}
.navbar-custom.transparant {
  position: absolute;
  background: none;
  width: 100%;
}
.navbar-custom.transparant ul li a {
  color: white;
}

.scrolled {
  height: auto;
  transition: height 0.3s;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  z-index: 999;
  width: 100%;
  background: white;
}
.scrolled .logo {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  transition: 0.3s;
}
.scrolled .logo a.navbar-brand {
  width: auto;
  padding: 0px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.scrolled .logo a.navbar-brand img.brand-logo-main {
  display: none;
}
.scrolled .logo a.navbar-brand img.brand-logo-scrolled {
  display: block;
  width: auto;
  height: 30px;
  transition: 0.3s;
}
.scrolled ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1px;
}
.scrolled ul li {
  display: inline-block;
}
.scrolled ul li a {
  color: black;
}
.scrolled ul.slimmenu li > ul {
  top: 15px;
}

@media screen and (max-width: 992px) {
  .navbar-custom ul li {
    margin-left: 0px;
  }
  .navbar-custom ul li.block a {
    color: #616162 !important;
  }
  .scrolled {
    height: auto;
    min-height: 60px;
  }
  .scrolled ul.slimmenu.collapsed {
    margin-top: 150px;
  }
}
nav.menu {
  display: flex;
  align-items: center;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menu-collapser a {
  width: 50%;
}

.menu-collapser > a > img {
  width: 50%;
  padding: 5% 0 0 0;
}

@media (max-width: 540px) {
  .menu-collapser > a > img {
    width: 80%;
    padding: 5% 0 0 0;
  }
}
.sticky .collapse-button {
  right: 0px;
  top: 15px;
}

.collapse-button {
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 10px 2px;
  color: black;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0;
}

.collapse-button:hover, .collapse-button:focus {
  color: black;
}

.collapse-button .icon-bar {
  display: block;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  background-color: black;
  border-radius: 1px;
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 992px) {
  ul.slimmenu {
    padding-top: 35px;
  }
}

ul.slimmenu:before, ul.slimmenu:after {
  content: "";
  display: table;
}

.sub-toggle img {
  height: 15px;
}

ul.slimmenu:before,
ul.slimmenu:after {
  content: "";
  display: table;
}

ul.slimmenu:after {
  clear: both;
}

ul.slimmenu.collapsed {
  padding-top: 40px;
  margin-top: 43px;
  position: absolute;
  left: 0;
  background: white;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  flex-direction: column;
  display: flex;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white;
}

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}

ul.slimmenu.collapsed li a {
  text-align: left;
  width: 100%;
  padding: 15px 25px !important;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 30px;
}

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: none;
}

ul.slimmenu li.menu-item-has-children {
  position: relative;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
  padding: 10px;
}

ul.slimmenu li ul li {
  background: white;
  width: 200px;
  left: -5px;
  border-left: 2px solid #616162 !important;
  margin-left: 0;
}

ul.slimmenu li ul li a {
  padding: 10px 10px !important;
  text-align: left;
  min-width: 125px;
}

ul.slimmenu li > ul {
  position: absolute;
  left: -8px;
  top: 20px;
  z-index: 999;
  display: block;
  width: auto;
  padding-top: 25px !important;
}

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0;
}

ul.slimmenu li a {
  display: block;
  padding: 0px 20px 0px 20px;
  cursor: pointer;
}

@media (max-width: 1000px) {
  ul.slimmenu li a {
    transition: padding 0.6s;
  }
}
ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li .sub-toggle {
  right: 25px;
  top: 10px;
  z-index: 999;
  width: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
  content: "";
  font-family: fontello;
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  color: white;
}

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  font-family: fontello;
}

ul.slimmenu li .sub-toggle > i {
  font-style: normal;
  font-size: 12px;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 992px) {
  ul.slimmenu li .sub-toggle > i {
    color: #616162 !important;
  }
}
ul.slimmenu > li {
  border-left: 0;
  display: inline-flex;
  flex-direction: row;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}

.sub-menu {
  padding-top: 5px;
}

.sub-menu li {
  padding: 0px 0px 0px 0px;
}

.sub-menu .current-menu-item {
  border-bottom: 0px solid #fff !important;
}

@media (min-width: 768px) {
  .slimmenu li > ul {
    padding-left: 0px;
  }
  #nav-wrapper {
    padding-left: 20px;
  }
  .slimmenu > li:hover {
    border-bottom: 0px solid #fff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  ul.slimmenu li .sub-toggle {
    position: absolute;
  }
}
.banner {
  min-height: 500px;
  width: 100%;
  background: #d5c7c1;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .banner {
    height: 80vh !important;
    padding-bottom: 30px;
  }
}
.banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
.banner .inhoud {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.banner .inhoud .sub {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.banner .inhoud .head {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .banner .inhoud .head {
    font-size: 40px;
    line-height: 45px;
  }
}
.banner .inhoud .knopgroep {
  margin-top: 50px;
}
@media only screen and (max-width: 800px) {
  .banner .inhoud .knopgroep {
    margin-top: 20px;
  }
  .banner .inhoud .knopgroep a {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .banner .inhoud {
    justify-content: flex-end;
  }
}
.banner.overlay:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  height: 100%;
  width: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0.4108018207) 100%);
}

.webwinkelkeur-rich-snippet {
  display: none;
}

footer {
  clear: both;
  background: #96aaa4;
  color: white;
  padding: 40px 0;
}
footer li, footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer .wp-block-column ul li {
  line-height: 28px;
}
footer p {
  margin-bottom: 10px;
}
footer .widget_nav_menu .widgettitle {
  color: white;
  font-size: 15px;
  font-weight: bold;
}
footer .widget_nav_menu .menu {
  margin-bottom: 15px;
}
footer .widget_nav_menu .menu a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  footer .widget_nav_menu .menu {
    display: block !important;
  }
}
@media only screen and (max-width: 800px) {
  footer .widget_nav_menu {
    border-bottom: 2px solid white;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  footer .widget_nav_menu .menu {
    display: none;
  }
  footer .widget_nav_menu .widgettitle {
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
  footer .widget_nav_menu .widgettitle:hover {
    cursor: pointer;
  }
}
footer .copyright {
  padding-top: 30px;
  margin-top: 30px;
  border-top: #736161 1px solid;
}
footer .copyright a {
  color: white !important;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  footer .copyright p {
    text-align: center !important;
  }
  footer .copyright:where(.wp-block-columns.is-layout-flex) {
    gap: 0px !important;
  }
}

.productview, .products .product {
  transition: 0.2s;
  padding: 20px 10px 20px 7px;
  font-size: 90%;
}
.productview .inhoudproduct, .products .product .inhoudproduct {
  height: 390px;
}
@media only screen and (max-width: 800px) {
  .productview .inhoudproduct, .products .product .inhoudproduct {
    height: auto;
  }
}
.productview.outofstock .button, .products .product.outofstock .button {
  display: none !important;
}
.productview.outofstock img, .products .product.outofstock img {
  opacity: 0.5;
}
.productview.outofstock:after, .products .product.outofstock:after {
  content: "UITVERKOCHT";
  font-size: 25px;
  display: block;
  position: absolute;
  height: 300px;
  width: 100%;
  text-align: center;
  top: 0px;
  font-weight: 600;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productview .afbeelding, .products .product .afbeelding {
  height: 275px;
  width: 100%;
}
.productview .afbeelding img, .productview .afbeelding picture, .products .product .afbeelding img, .products .product .afbeelding picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.productview:hover, .products .product:hover {
  cursor: pointer;
}
.productview .titel, .productview .woocommerce-loop-product__title, .products .product .titel, .products .product .woocommerce-loop-product__title {
  color: #121212;
  font-size: 100% !important;
  line-height: 15px !important;
  padding: 10px 0 0 0 !important;
  margin: 0px !important;
}
.productview .subtitel, .products .product .subtitel {
  color: #8f8f8f !important;
  padding: 3px 0;
}
.productview .prijs, .productview .price, .products .product .prijs, .products .product .price {
  color: #121212 !important;
  font-size: 100% !important;
}
.productview .prijs .star-rating, .productview .price .star-rating, .products .product .prijs .star-rating, .products .product .price .star-rating {
  display: none;
}
.productview .add_to_cart_button, .products .product .add_to_cart_button {
  display: none !important;
}

/* ====== CATEGORIE */
.categorie {
  transition: 0.2s;
  padding: 20px 10px 20px 7px;
  font-size: 90%;
}
.categorie .afbeelding {
  height: 325px;
  width: 100%;
}
.categorie .afbeelding img, .categorie .afbeelding picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.categorie:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.categorie .omschrijving {
  color: #616162;
  padding-top: 10px;
}
.categorie .cattitel {
  text-transform: uppercase;
  color: #616162;
  font-weight: bold;
  font-size: 150%;
}

/* PRODUCTEN SLIDER */
.favoslider {
  padding: 70px 0;
}
.favoslider h2 {
  margin-bottom: 10px;
}
.favoslider #favoslide, .favoslider #favoslide2 {
  position: relative;
}
.favoslider #favoslide .splide__arrow, .favoslider #favoslide2 .splide__arrow {
  position: absolute;
  top: -30px;
}
.favoslider #favoslide .splide__arrow svg, .favoslider #favoslide2 .splide__arrow svg {
  fill: white !important;
  height: 50% !important;
}
.favoslider #favoslide .splide__arrow--prev, .favoslider #favoslide2 .splide__arrow--prev {
  right: 45px !important;
  left: inherit !important;
  background: #6d5c5f;
}
.favoslider #favoslide .splide__arrow--next, .favoslider #favoslide2 .splide__arrow--next {
  right: 10px !important;
  left: inherit !important;
  background: #6d5c5f;
}

/* CATEGORIE SLIDER */
.catslider {
  padding: 90px 0 50px 0 !important;
  background: rgba(213, 199, 199, 0.1);
  margin-bottom: 30px;
}
.catslider .row {
  padding: 0px !important;
  margin: 0px !important;
}
@media only screen and (max-width: 800px) {
  .catslider .splide {
    margin-top: 100px;
  }
}
.catslider .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.catslider .links .inhoud {
  width: 390px;
}
@media only screen and (max-width: 800px) {
  .catslider .links .inhoud {
    width: 100%;
  }
}
.catslider .links .inhoud p {
  margin-bottom: 0px;
  font-size: 120%;
}
.catslider .links .inhoud h2 {
  font-size: 40px;
}
@media only screen and (max-width: 800px) {
  .catslider .links .inhoud h2 {
    font-size: 30px;
  }
}
.catslider .links .inhoud .knopgroep {
  margin-top: 50px;
}
.catslider #catslider {
  position: relative;
}
.catslider #catslider .splide__arrow {
  position: absolute;
  top: -25px;
}
.catslider #catslider .splide__arrow svg {
  fill: white !important;
  height: 50% !important;
}
.catslider #catslider .splide__arrow--prev {
  left: 10px !important;
  right: inherit !important;
  background: #d5c7c1;
}
.catslider #catslider .splide__arrow--next {
  left: 45px !important;
  right: inherit !important;
  background: #6d5c5f;
}

/* BLOG SLIDER */
.blogslider {
  padding: 90px 0 50px 0 !important;
  margin-bottom: 30px;
}
.blogslider .row {
  padding: 0px !important;
  margin: 0px !important;
}
.blogslider .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blogslider .links .inhoud {
  width: 390px;
}
.blogslider .links .inhoud p {
  margin-bottom: 0px;
}
.blogslider .links .inhoud .knopgroep {
  margin-top: 50px;
}
.blogslider #blogslider {
  position: relative;
}
.blogslider #blogslider .splide__arrow {
  position: absolute;
  top: -25px;
}
.blogslider #blogslider .splide__arrow svg {
  fill: white !important;
  height: 50% !important;
}
.blogslider #blogslider .splide__arrow--prev {
  left: 10px !important;
  right: inherit !important;
  background: #d5c7c1;
}
.blogslider #blogslider .splide__arrow--next {
  left: 45px !important;
  right: inherit !important;
  background: #6d5c5f;
}

.filterknop {
  display: none;
  background: #e7e7e7;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.filterknop:hover {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .filterknop {
    display: inline-block;
  }
}

@media only screen and (max-width: 800px) {
  .filters {
    display: none;
  }
}

.accordeon {
  margin: 30px 0;
}
.accordeon .accblok {
  background: #FFFFFF;
  margin-bottom: 0px;
  color: #96aaa4;
  width: 100%;
  text-align: left;
  padding: 0px;
  border-bottom: 1px solid black;
}
.accordeon .accblok .acc {
  width: 100%;
  padding: 15px 5px 15px 0;
  text-transform: uppercase;
  position: relative;
}
.accordeon .accblok .acc:hover {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .accordeon .accblok .acc {
    padding: 20px 20px 20px 40px;
    font-size: 17px;
  }
}
.accordeon .accblok .acc.active .icon svg {
  transform: rotate(180deg);
}
.accordeon .accblok .icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100%;
  float: right;
}
.accordeon .accblok .icon svg {
  fill: #96aaa4;
  transition: 0.2s;
}
.accordeon .accblok .icon img {
  max-width: 70%;
}
@media only screen and (max-width: 800px) {
  .accordeon .accblok .icon {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    top: 35%;
  }
  .accordeon .accblok .icon img {
    max-width: 50%;
  }
}
.accordeon .panel {
  display: none;
  width: 100%;
  padding-bottom: 15px;
  overflow: hidden;
}

.nieuwsbrief {
  margin: 40px 0 60px 0;
}
.nieuwsbrief .inhoud {
  background: rgba(213, 199, 199, 0.1);
  padding: 30px 40px;
  margin: auto;
  max-width: 1500px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .nieuwsbrief .inhoud {
    padding: 0 15px;
  }
}
.nieuwsbrief .links {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (max-width: 800px) {
  .nieuwsbrief .links {
    flex-direction: column;
    padding: 13px;
  }
}
.nieuwsbrief .links img {
  max-width: 55px;
  height: auto;
  margin-right: 50px;
}
@media only screen and (max-width: 800px) {
  .nieuwsbrief .links img {
    margin-bottom: 20px;
  }
}
.nieuwsbrief .links .kop {
  font-size: 150%;
  font-weight: bold;
}
.nieuwsbrief .links p {
  margin-bottom: 0px;
}
.nieuwsbrief .inschrijven {
  margin-bottom: 20px;
}
.nieuwsbrief .sib-form, .nieuwsbrief #sib-container {
  padding: 0px !important;
}

.iconblok {
  margin: 50px 0;
  color: #96aaa4;
}
.iconblok .col-12 {
  margin-bottom: 15px !important;
}
.iconblok .blok {
  background: #f7f4f3;
  padding: 25px;
  border-radius: 20px;
  color: #96aaa4;
  height: 100%;
}
.iconblok .blok h3 {
  font-size: 110%;
  color: #96aaa4;
  text-transform: uppercase;
}
.iconblok .blok .afbeelding {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .iconblok .blok .afbeelding {
    padding-bottom: 20px;
  }
}

/* ====== BLOG */
.posts {
  margin: 75px 0;
}

.blogblok {
  transition: 0.2s;
  padding: 20px 10px 20px 7px;
  font-size: 90%;
  height: 100%;
  overflow: hidden;
}
.blogblok .afbeelding {
  height: 325px;
  width: 100%;
}
.blogblok .afbeelding img, .blogblok .afbeelding picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.blogblok a {
  color: #96aaa4;
  text-decoration: none;
}
.blogblok:hover {
  transform: scale(1.02);
  cursor: pointer;
}
.blogblok .meta {
  background: #f6f3f1;
  padding: 20px;
  display: block;
  height: 100%;
}
.blogblok .inhoud {
  -webkit-box-shadow: 12px 11px 5px -7px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 12px 11px 5px -7px rgba(0, 0, 0, 0.04);
  box-shadow: 12px 11px 5px -7px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  height: 100%;
}
.blogblok .omschrijving {
  color: #616162;
  padding-top: 10px;
}
.blogblok .titel {
  color: #616162;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 10px;
}
.blogblok .leesmeer {
  text-decoration: none;
  border-bottom: 1px solid #79676a;
  padding-bottom: 4px;
}
.blogblok .leesmeer svg {
  fill: #79676a;
  height: 15px;
  width: 15px;
  transition: 0.2s;
}
.blogblok .leesmeer:hover {
  font-weight: normal;
}
.blogblok .leesmeer:hover svg {
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  .woocommerce-message {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-message a {
    order: 2;
    margin-top: 15px !important;
    text-align: center;
  }
}

/* YITH WISHLIST */
#yith-wcwl-form {
  max-width: 1000px;
  margin: auto;
  padding-top: 85px;
}
#yith-wcwl-form .product-name a,
#yith-wcwl-form .wishlist_table .product-add-to-cart a {
  color: rgb(97, 97, 98);
  text-decoration: none;
}
#yith-wcwl-form .wishlist_table .product-add-to-cart a {
  font-weight: bold;
}
#yith-wcwl-form .wishlist-title-container,
#yith-wcwl-form .wishlist-title-with-form {
  text-align: center;
}
#yith-wcwl-form .wishlist-title-container h2,
#yith-wcwl-form .wishlist-title-with-form h2 {
  width: 100%;
  font-size: 40px;
}
#yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-top: 70px;
}
#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share-title {
  font-size: 120%;
}
@media only screen and (max-width: 800px) {
  #yith-wcwl-form .wishlist_table {
    margin: 0px;
    padding: 0px;
  }
  #yith-wcwl-form .wishlist_table li {
    border-bottom: #bad5ce solid 2px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #yith-wcwl-form .additional-info-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

/* SIDEBAR INHOUD */
.wp-block-woocommerce-filter-wrapper {
  padding: 0px 5px;
}

/* === */
.woocommerce-products-header {
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
  z-index: 0 !important;
}
.woocommerce-products-header .woocommerce-products-header__title.page-title {
  margin-bottom: 40px;
}

a.woocommerce-loop-product__link {
  text-decoration: none !important;
}
a.woocommerce-loop-product__link:hover {
  font-weight: 400 !important;
}

.woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 80% !important;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
  color: #96aaa4;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce-breadcrumb a:after {
  bottom: -3px;
  position: relative;
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='22px' height='16px' viewBox='0 0 24 24' fill='rgb(118,118,117)' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9394 12.0001L8.46973 6.53039L9.53039 5.46973L16.0607 12.0001L9.53039 18.5304L8.46973 17.4697L13.9394 12.0001Z' %3E%3C/path%3E %3C/g%3E%3C/svg%3E");
}

.woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .onsale {
  display: none;
}

.woocommerce ul.products li.product .price del ins {
  opacity: 0.8 !important;
  font-weight: 400 !important;
  text-decoration: line-through;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background: #96aaa4 !important;
  border-radius: 10px;
  text-transform: uppercase;
}

/* CATEGORIEEN TOP */
.category.nieuw,
.category.abonnementen,
.wc-block-active-filters__clear-all {
  display: none;
}

.topside {
  display: flex;
  justify-content: space-between;
}
.topside .reset {
  text-decoration: none;
  font-size: 80%;
  color: rgb(143, 143, 143);
  margin-top: 5px;
}

ul.product-cats {
  list-style: none;
  padding: 0px;
  margin: 0px 0 90px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  ul.product-cats {
    margin-bottom: 0px;
    display: block !important;
    clear: both;
    overflow: hidden;
  }
}
ul.product-cats li {
  text-align: center;
  margin: 0 0px;
  transition: 0.2s;
}
@media only screen and (max-width: 800px) {
  ul.product-cats li {
    float: left;
    width: 33%;
  }
}
ul.product-cats li img {
  border-radius: 100%;
  max-width: 80%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  ul.product-cats li img {
    max-width: 50%;
  }
}
ul.product-cats li h2 {
  font-size: 80%;
  text-decoration: none;
  color: #616162;
  text-align: center;
}
ul.product-cats li h2 a {
  color: #616162;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
ul.product-cats li:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.woocommerce-breadcrumb {
  text-align: center;
  padding: 30px 0px 10px 0 !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-right: 2.9% !important;
}
@media only screen and (max-width: 800px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 0px !important;
  }
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: inherit !important;
  max-width: 90% !important;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  max-width: 90%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: black !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-size: 30px !important;
}

.single-product .first-payment-date {
  position: absolute;
  margin-top: -15px;
}
@media only screen and (max-width: 800px) {
  .single-product .first-payment-date {
    margin-top: 50px;
  }
}
.single-product .outofstock.product-type-simple .woocommerce-variation-add-to-cart {
  display: none;
}
.single-product .outofstock.product-type-simple .yith-wcwl-add-button {
  position: Relative;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
}
.single-product .beschikbaarheid .available-on-backorder {
  margin-right: 0px !important;
  border-radius: 10px !important;
}
.single-product .beschikbaarheid .stock {
  color: #7a7a7a !important;
  font-size: 90%;
  margin-top: 20px;
}
.single-product div.product p.price,
.single-product div.product span.price {
  font-size: 30px !important;
}
.single-product .product {
  overflow: hidden;
}
.single-product .reset_variations {
  display: none !important;
}
.single-product .yith-wcwl-add-button,
.single-product .yith-wcwl-wishlistaddedbrowse,
.single-product .yith-wcwl-wishlistexistsbrowse {
  background: #efefef;
  width: 60px;
  height: 42px;
  position: absolute;
  right: 0px;
  margin-top: -72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 0px;
}
.single-product .yith-wcwl-add-button .fa,
.single-product .yith-wcwl-wishlistaddedbrowse .fa,
.single-product .yith-wcwl-wishlistexistsbrowse .fa {
  color: #79676a;
  font-size: 25px;
}
.single-product .yith-wcwl-add-button a i,
.single-product .yith-wcwl-wishlistaddedbrowse a i,
.single-product .yith-wcwl-wishlistexistsbrowse a i {
  margin: 0px !important;
}
@media only screen and (max-width: 800px) {
  .single-product .yith-wcwl-add-button,
  .single-product .yith-wcwl-wishlistaddedbrowse,
  .single-product .yith-wcwl-wishlistexistsbrowse {
    position: relative;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.single-product .fa-heart-o:before {
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20d%3D%22M8.96173%2018.9109L9.42605%2018.3219L8.96173%2018.9109ZM12%205.50063L11.4596%206.02073C11.601%206.16763%2011.7961%206.25063%2012%206.25063C12.2039%206.25063%2012.399%206.16763%2012.5404%206.02073L12%205.50063ZM15.0383%2018.9109L15.5026%2019.4999L15.0383%2018.9109ZM9.42605%2018.3219C7.91039%2017.1271%206.25307%2015.9603%204.93829%2014.4798C3.64922%2013.0282%202.75%2011.3345%202.75%209.1371H1.25C1.25%2011.8026%202.3605%2013.8361%203.81672%2015.4758C5.24723%2017.0866%207.07077%2018.3752%208.49742%2019.4999L9.42605%2018.3219ZM2.75%209.1371C2.75%206.98623%203.96537%205.18252%205.62436%204.42419C7.23607%203.68748%209.40166%203.88258%2011.4596%206.02073L12.5404%204.98053C10.0985%202.44352%207.26409%202.02539%205.00076%203.05996C2.78471%204.07292%201.25%206.42503%201.25%209.1371H2.75ZM8.49742%2019.4999C9.00965%2019.9037%209.55954%2020.3343%2010.1168%2020.6599C10.6739%2020.9854%2011.3096%2021.25%2012%2021.25V19.75C11.6904%2019.75%2011.3261%2019.6293%2010.8736%2019.3648C10.4213%2019.1005%209.95208%2018.7366%209.42605%2018.3219L8.49742%2019.4999ZM15.5026%2019.4999C16.9292%2018.3752%2018.7528%2017.0866%2020.1833%2015.4758C21.6395%2013.8361%2022.75%2011.8026%2022.75%209.1371H21.25C21.25%2011.3345%2020.3508%2013.0282%2019.0617%2014.4798C17.7469%2015.9603%2016.0896%2017.1271%2014.574%2018.3219L15.5026%2019.4999ZM22.75%209.1371C22.75%206.42503%2021.2153%204.07292%2018.9992%203.05996C16.7359%202.02539%2013.9015%202.44352%2011.4596%204.98053L12.5404%206.02073C14.5983%203.88258%2016.7639%203.68748%2018.3756%204.42419C20.0346%205.18252%2021.25%206.98623%2021.25%209.1371H22.75ZM14.574%2018.3219C14.0479%2018.7366%2013.5787%2019.1005%2013.1264%2019.3648C12.6739%2019.6293%2012.3096%2019.75%2012%2019.75V21.25C12.6904%2021.25%2013.3261%2020.9854%2013.8832%2020.6599C14.4405%2020.3343%2014.9903%2019.9037%2015.5026%2019.4999L14.574%2018.3219Z%22%20fill%3D%22%231C274C%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  display: inline-block;
  width: 24px; /* Pas de grootte aan naar wens */
  height: 24px; /* Pas de grootte aan naar wens */
}
.single-product .productwrapper {
  padding-top: 75px;
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .single-product .productwrapper {
    padding-top: 30px;
    max-width: 90%;
  }
}
.single-product .flex-direction-nav {
  display: none;
}
.single-product .summary .price, .single-product .summary .amount {
  color: black;
  font-size: 30px;
  margin-left: -5px;
}
.single-product .summary p {
  font-size: 100%;
  color: #121212;
}
.single-product .summary .product_meta {
  display: none;
}
.single-product .summary .usp {
  background: #faf9f8;
  padding: 20px;
  border-radius: 10px;
  justify-content: space-ardoung;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.single-product .summary .usp .icon {
  margin: 0px 10px;
  width: 50px;
}
.single-product .summary .usp .icon svg {
  height: auto;
  width: 50px;
}
.single-product .summary .usp .icon img {
  height: auto;
  width: 50px;
}
.single-product .summary .usp p {
  margin-bottom: 0px;
  color: #96aaa4;
  padding: 0 20px;
}
.single-product .summary .variations .label, .single-product .summary .variations .value {
  width: 100%;
  display: block;
  text-align: left;
}
.single-product .summary .variations .label {
  font-weight: 400 !important;
  font-size: 90%;
}
.single-product .summary .variations select {
  width: 100%;
  border: 0px;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 110%;
  color: #7a7a7a;
  -webkit-appearance: none;
  background-color: #efefef;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media only screen and (max-width: 800px) {
  .single-product form.cart {
    margin-bottom: 15px !important;
  }
}
.single-product form.cart .variations label {
  font-weight: 400 !important;
  color: #7f7f7f;
}
@media only screen and (max-width: 800px) {
  .single-product div.product form.cart .button {
    width: 100%;
  }
}
.single-product .product-type-simple form.cart,
.single-product .product-type-subscription form.cart {
  display: flex;
  flex-direction: row;
}
.single-product .woocommerce-variation-add-to-cart {
  display: flex;
}
.single-product .product-type-simple form.cart button, .single-product .product-type-simple form.cart .quantity,
.single-product .woocommerce-variation-add-to-cart button,
.single-product .woocommerce-variation-add-to-cart .quantity,
.single-product .product-type-subscription form.cart button,
.single-product .product-type-subscription form.cart .quantity {
  background: #efefef;
  border: 0px;
}
.single-product .product-type-simple form.cart .quantity,
.single-product .woocommerce-variation-add-to-cart .quantity,
.single-product .product-type-subscription form.cart .quantity {
  margin: 0px !important;
}
.single-product .product-type-simple form.cart .quantity .qty,
.single-product .woocommerce-variation-add-to-cart .quantity .qty,
.single-product .product-type-subscription form.cart .quantity .qty {
  width: 25px;
}
.single-product .product-type-simple form.cart input::-webkit-inner-spin-button,
.single-product .product-type-simple form.cart input::-webkit-outer-spin-button,
.single-product .product-type-simple form.cart input::-webkit-clear-button,
.single-product .woocommerce-variation-add-to-cart input::-webkit-inner-spin-button,
.single-product .woocommerce-variation-add-to-cart input::-webkit-outer-spin-button,
.single-product .woocommerce-variation-add-to-cart input::-webkit-clear-button,
.single-product .product-type-subscription form.cart input::-webkit-inner-spin-button,
.single-product .product-type-subscription form.cart input::-webkit-outer-spin-button,
.single-product .product-type-subscription form.cart input::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product-type-simple form.cart input,
.single-product .woocommerce-variation-add-to-cart input,
.single-product .product-type-subscription form.cart input {
  background: none;
  border: none;
  padding: 10px 0;
}
.single-product .product-type-simple form.cart button.minus,
.single-product .woocommerce-variation-add-to-cart button.minus,
.single-product .product-type-subscription form.cart button.minus {
  border-radius: 10px 0 0 10px;
}
.single-product .product-type-simple form.cart button.plus,
.single-product .woocommerce-variation-add-to-cart button.plus,
.single-product .product-type-subscription form.cart button.plus {
  border-radius: 0px 10px 10px 0px;
  margin-right: 15px;
}
.single-product .product-type-simple form.cart button,
.single-product .woocommerce-variation-add-to-cart button,
.single-product .product-type-subscription form.cart button {
  padding: 0 10px;
}
.single-product form.cart .button {
  width: 66%;
}
@media only screen and (max-width: 800px) {
  .single-product form.cart .button {
    width: 60%;
  }
}
.single-product .related.products {
  clear: both;
  margin-top: 100px;
}
.single-product .related.products h2 {
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 130%;
}
.single-product .specblokken p {
  font-size: 100%;
}

@media only screen and (min-width: 800px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 60% !important;
    padding-right: 70px !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 40% !important;
  }
}
/* Verberg Splide op desktop */
.mobile-layout {
  display: none;
}

/* Toon mozaïek op desktop */
.desktop-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.desktop-layout .large-image {
  flex: 1 1 100%;
}

.desktop-layout .small-image {
  flex: 1 1 49%;
}

.desktop-layout img {
  width: 100%;
  height: auto;
}

/* Toon Splide op mobiel */
@media (max-width: 767px) {
  .mobile-layout {
    display: block;
  }
  .desktop-layout {
    display: none;
  }
}
.woocommerce-account .woocommerce {
  padding-top: 75px;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding-bottom: 75px;
}
@media only screen and (max-width: 800px) {
  .woocommerce-account .woocommerce {
    padding-top: 30px;
    max-width: 90%;
  }
}
.woocommerce-account .woocommerce-Address-title {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
@media only screen and (max-width: 800px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0px;
  color: #96aaa4;
  width: 100%;
  text-align: left;
  padding: 0px;
  border-bottom: 1px solid black;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  padding: 15px 5px 15px 0;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  display: block;
  color: #616162;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  cursor: pointer;
  border-color: black;
  color: black;
}
@media only screen and (max-width: 800px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    font-size: 15px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .wishlist-title-container {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content #yith-wcwl-form {
  padding-top: 0px !important;
}

/* SHOPPINGCART */
.woocommerce-cart .wc-block-components-quantity-selector {
  background: #efefef;
}
.woocommerce-cart a {
  color: #96aaa4;
  text-decoration: none;
}
.woocommerce-cart .wc-block-cart-item__image img {
  width: 150px !important;
  max-width: 150px !important;
}
@media only screen and (max-width: 800px) {
  .woocommerce-cart .wc-block-cart-item__image img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.woocommerce-cart .price {
  font-size: 150% !important;
}
.woocommerce-cart .wc-block-cart-items {
  border-color: #5d5a59 !important;
}
.woocommerce-cart .wc-block-cart-items td {
  border-color: #5d5a59 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 15px;
}
.woocommerce-cart .wc-block-cart__totals-title {
  display: none;
}
.woocommerce-cart .wc-block-cart__submit-container {
  background: #96aaa4;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  color: white;
  font-size: 130%;
}
.woocommerce-cart .wc-block-cart__submit-container a {
  color: white !important;
}

/* AFREKENPAGINA */
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 15px;
}
.woocommerce-checkout .wc-block-checkout__actions_row button {
  background: #96aaa4;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  color: white;
  font-size: 150%;
}
.woocommerce-checkout .wc-block-checkout__actions_row button a {
  color: white !important;
}

/* ==== OUDE STYLE *=== */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em;
  width: 100%;
}

.woocommerce-checkout h3 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 30px;
  margin-bottom: 15px;
}
.woocommerce-checkout .shop_table {
  background: #f8f8f8;
}

.star-rating span::before {
  color: #d5c7c1;
}

.comments {
  background: #efefef;
  padding: 50px 0;
}
.comments .tabs {
  display: none;
}
.comments .productwrapper {
  padding-top: 0px;
}
.comments #review_form_wrapper {
  display: none;
}
.comments .woocommerce-product-rating {
  font-size: 120%;
  margin-top: 20px;
}
.comments .gebaseerd {
  font-size: 90%;
}
.comments .commentop {
  margin-bottom: 40px;
}
.comments .commentop .rechts {
  justify-content: flex-end;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .comments .commentop .rechts {
    justify-content: flex-start;
    padding-top: 20px;
  }
}
.comments .commentop .rechts .knop {
  display: inline-block;
  text-align: center;
  margin-right: 0px;
  padding: 15px !important;
}
.comments .commentop .rechts .knop:hover {
  cursor: pointer;
}
.comments #review_form_wrapper {
  margin-top: 30px;
  max-width: 960px;
}
.comments #comments ol.commentlist {
  margin: 0px !important;
  padding-left: 0px;
}
.comments #comments ol.commentlist li img {
  display: none;
}
.comments #comments ol.commentlist li .comment-text {
  margin: 0px !important;
  border-radius: 20px !important;
  padding: 15px !important;
  border: 2px solid #a6a4a3 !important;
}
.comments #comments ol.commentlist li .comment-text .meta {
  font-size: 115% !important;
}
.comments #comments .splide__arrow--prev {
  left: -75px;
}
@media only screen and (max-width: 800px) {
  .comments #comments .splide__arrow--prev {
    left: 0px;
  }
}
.comments #comments .splide__arrow--next {
  right: -75px;
}
@media only screen and (max-width: 800px) {
  .comments #comments .splide__arrow--next {
    right: 0px;
  }
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot?64012734");
  src: url("fontello/font/fontello.eot?64012734#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?64012734") format("woff2"), url("fontello/font/fontello.woff?64012734") format("woff"), url("fontello/font/fontello.ttf?64012734") format("truetype"), url("fontello/font/fontello.svg?64012734#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  max-width: 100%;
}

body {
  font-family: "Montserrat", sans-serif !important;
  color: #616162 !important;
  font-size: 15px !important;
}
body section a, body p a {
  color: #616162 !important;
}
body section a:hover, body p a:hover {
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .reverserow {
    flex-direction: column-reverse;
  }
}

.breder {
  max-width: 1640px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.smallwidth {
  padding-top: 75px;
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .smallwidth {
    padding-top: 30px;
    max-width: 90%;
  }
}

:root {
  --scrollbar-width: 0px; /* Default waarde */
}

.alignfull {
  width: calc(100vw - var(--scrollbar-width));
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + var(--scrollbar-width) / 2);
  margin-right: calc(-50vw + var(--scrollbar-width) / 2);
  box-sizing: border-box;
}
.alignfull .wp-block-columns {
  max-width: 1400px;
  margin: auto;
}

@media screen and (min-width: 1400px) {
  .pagewidth {
    max-width: 1400px;
    margin: auto;
  }
}
@media screen and (max-width: 1400px) {
  .pagewidth {
    max-width: 90%;
    margin: auto;
  }
}
h1, h2, h3, h4 {
  color: black;
  font-weight: 600;
}

h2 {
  font-size: 25px;
}

@media only screen and (max-width: 800px) {
  #sib-container .invulvelden {
    flex-direction: column;
  }
}