@charset "UTF-8";
/* HEADER / BLOK START */
.tophead.witruimte {
  height: 200px;
}
.tophead.geen {
  display: none;
}
.tophead.afbeelding {
  position: relative;
  overflow: hidden;
  height: 450px;
  max-width: 2000px;
  margin: auto;
}
.tophead.afbeelding img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transform-origin: center center;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* FAQ FAQ FAQ */
.uagb-faq-item:focus,
.uagb-faq-item:active {
  border: 0px !important;
  outline: 1px solid #76b82a;
}

/* UITBREEK VOORPAINA */
.uitbreek {
  width: 475px !important;
  height: auto !important;
}

.relative {
  max-height: 300px;
  padding-top: 350px !important;
}

.framboos {
  position: absolute !important;
  width: 185px !important;
  height: auto !important;
  bottom: -50px !important;
  left: -200px;
}

.personnature {
  position: absolute !important;
  max-height: 615px;
  width: auto !important;
}

.personnature img {
  width: auto !important;
  height: 615px !important;
}
@media only screen and (max-width: 870px) {
  .personnature img {
    height: auto !important;
    max-height: 270px !important;
  }
}

.logged-in header {
  top: 32px;
}

header.heading {
  background-color: transparent;
  transition: background-color 0.3s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 870px) {
  header.heading .header {
    padding: 0 20px;
  }
  header.heading .header .logo img {
    height: 50px;
    width: auto;
  }
}
header.heading.wit .header li a {
  color: white;
}
header.heading.wit .header .menu li:hover {
  border: 1px solid white;
}
header.heading.wit .header .shop svg {
  fill: white;
}
header.heading.wit .header .shop a {
  color: white;
}
header.heading.wit .header .mobile-menu-toggle svg rect {
  fill: white;
}
header.heading.wit li.menu-item-has-children:hover ul.sub-menu li {
  border: 1px solid white !important;
}
header.heading .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1040px;
  margin: auto;
}
header.heading .header .menu {
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 775px) {
  header.heading .header .menu {
    display: none;
  }
}
header.heading .header .menu li {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  border: 1px solid transparent;
}
header.heading .header .menu li .submenu-toggle {
  display: none;
}
header.heading .header .menu li.menu-item-has-children:hover {
  border-radius: 15px 0 0px 0;
}
header.heading .header .menu li:hover {
  border: 1px solid #76B82A;
  transform: skew(-15deg);
  border-radius: 15px 0 15px 0;
  transition: color 0.3s, background-color 0.3s;
}
header.heading .header .menu li:hover a {
  display: block;
  transform: skew(15deg);
}
header.heading .header .menu li a {
  padding: 12px 35px 10px 35px;
  transform: skew(0deg);
  display: block;
}
@media only screen and (max-width: 870px) {
  header.heading .header .menu li a {
    padding: 12px 25px 10px 25px;
  }
}
header.heading .header .menu a {
  color: #76B82A;
  text-decoration: none;
}
header.heading .header .menu li.menu-item-has-children:hover ul.sub-menu {
  display: block !important;
}
header.heading .header .menu li.menu-item-has-children:hover ul.sub-menu li {
  border-radius: 0px 0 0px 0 !important;
  border: 1px solid #76B82A;
  width: 152px;
  border-top: 0px;
}
header.heading .header .menu li.menu-item-has-children:hover ul.sub-menu li:hover {
  transform: skew(0deg);
}
header.heading .header .menu li.menu-item-has-children:hover ul.sub-menu li:last-child {
  border-radius: 0px 0 15px 0 !important;
}
header.heading .header .menu li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  padding-top: 0px;
  z-index: 9999999;
  left: -41px;
}
header.heading .header .shop {
  display: flex;
  list-style: none;
}
header.heading .header .shop .cart:hover .aantal {
  transform: scale(1.2);
}
header.heading .header .shop svg {
  fill: #76B82A;
}
header.heading .header .shop .aantal {
  background: #E5006F;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: -10px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  color: white !important;
}
header.heading .header .shop .aantal span {
  color: white;
}
header.heading .header .shop a {
  color: #76B82A;
  padding: 0 20px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 3px;
  position: relative;
}
@media only screen and (max-width: 870px) {
  header.heading .header .shop a {
    padding: 0 10px;
  }
}
header.heading.scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
}
header.heading.scroll .header {
  padding: 10px 20px;
}
header.heading.scroll .header .logo img {
  height: 50px;
}
header.heading.scroll.wit .sub-menu li {
  background: #76B82A;
}
header.heading.scroll.wit .sub-menu li a {
  color: white;
}

header {
  transition: opacity 0.2s ease;
}

header.scroll ~ header:not(.scroll) {
  opacity: 0;
}

/* MOBIEL MENU */
.mobile-menu-toggle {
  display: none;
  top: 1rem;
  right: 1rem;
  z-index: 1001;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.mobile-menu-toggle svg {
  width: 100%;
  height: 100%;
}
.mobile-menu-toggle svg rect {
  fill: #76B82A;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
}
@media (max-width: 775px) {
  .mobile-menu-toggle {
    display: block;
  }
}
.mobile-menu-toggle.open svg rect:nth-of-type(1) {
  transform: translateY(30px) rotate(45deg);
}
.mobile-menu-toggle.open svg rect:nth-of-type(2) {
  opacity: 0;
}
.mobile-menu-toggle.open svg rect:nth-of-type(3) {
  transform: translateY(-30px) rotate(-45deg);
}

.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #76B82A;
  overflow-y: auto;
  z-index: 1000;
  padding: 2rem;
  box-sizing: border-box;
  align-items: center;
  background-image: url("../images/stripes.svg");
  background-size: 65%;
  background-position: bottom right;
  background-repeat: no-repeat;
  /* Verberg submenu’s initieel */
  /* Button styling blijft gelijk */
  /* Chevron-rotatie bij open */
}
.mobile-overlay .overlay-close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-overlay .overlay-close svg {
  width: 2rem;
  height: 2rem;
}
.mobile-overlay .overlay-close svg line {
  stroke: white;
  stroke-width: 10;
}
.mobile-overlay .logo {
  margin-bottom: 2rem;
}
.mobile-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-overlay li {
  margin: 1rem 0;
}
.mobile-overlay li a {
  color: white;
  font-size: 35px;
  font-family: "Neue Plak Narrow Black", sans-serif !important;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0px;
}
.mobile-overlay.open {
  display: flex;
}
.mobile-overlay .menu .sub-menu {
  display: none;
}
.mobile-overlay .menu .sub-menu li a {
  font-size: 130%;
  padding-left: 20px;
}
.mobile-overlay .submenu-toggle {
  background: none;
  border: none;
  padding: 0.2em;
  cursor: pointer;
  line-height: 1;
  margin-left: 0.5em;
}
.mobile-overlay .chevron-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  fill: white;
  height: 30px;
  width: 50px;
}
.mobile-overlay .chevron-icon.open {
  transform: rotate(180deg);
}

.knop {
  position: relative;
  display: inline-block;
  padding: 12px 35px 10px 35px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  transform: skew(-15deg);
  border-radius: 15px 0 15px 0;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.knop:hover {
  cursor: pointer;
}
.knop__label {
  display: inline-block;
  transform: skew(15deg);
}
.knop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  width: 0;
  transition: width 0.3s ease;
  z-index: -1;
}
.knop.groen.outline {
  border: 1px solid #76B82A;
  color: #76B82A;
  background: transparent;
}
.knop.groen.outline::after {
  background: #76B82A;
}
.knop.groen.outline:hover {
  color: white;
}
.knop.groen.outline:hover::after {
  width: 100%;
}
.knop.groen.filled {
  position: relative;
  background: #76B82A;
  border: 1px solid #76B82A;
  color: white;
}
.knop.groen.filled::after {
  background: white;
}
.knop.groen.filled:hover {
  color: #76B82A;
  border: 1px solid #76B82A;
}
.knop.groen.filled:hover::after {
  width: 100%;
}
.knop.roze.outline {
  border: 1px solid #E5006F;
  color: #E5006F;
  background: transparent;
}
.knop.roze.outline::after {
  background: #E5006F;
}
.knop.roze.outline:hover {
  color: white;
}
.knop.roze.outline:hover::after {
  width: 100%;
}
.knop.roze.filled {
  position: relative;
  background: #E5006F;
  border: 1px solid #E5006F;
  color: white;
}
.knop.roze.filled::after {
  background: white;
}
.knop.roze.filled:hover {
  color: #E5006F;
  border: 1px solid #E5006F;
}
.knop.roze.filled:hover::after {
  width: 100%;
}
.knop.oranje.outline {
  border: 1px solid #F18700;
  color: #F18700;
  background: transparent;
}
.knop.oranje.outline::after {
  background: #F18700;
}
.knop.oranje.outline:hover {
  color: white;
}
.knop.oranje.outline:hover::after {
  width: 100%;
}
.knop.oranje.filled {
  position: relative;
  background: #F18700;
  border: 1px solid #F18700;
  color: white;
}
.knop.oranje.filled::after {
  background: white;
}
.knop.oranje.filled:hover {
  color: #F18700;
  border: 1px solid #F18700;
}
.knop.oranje.filled:hover::after {
  width: 100%;
}
.knop.peach.outline {
  border: 1px solid #EE7269;
  color: #EE7269;
  background: transparent;
}
.knop.peach.outline::after {
  background: #EE7269;
}
.knop.peach.outline:hover {
  color: white;
}
.knop.peach.outline:hover::after {
  width: 100%;
}
.knop.peach.filled {
  position: relative;
  background: #EE7269;
  border: 1px solid #EE7269;
  color: white;
}
.knop.peach.filled::after {
  background: white;
}
.knop.peach.filled:hover {
  color: #EE7269;
  border: 1px solid #EE7269;
}
.knop.peach.filled:hover::after {
  width: 100%;
}
.knop.rood.outline {
  border: 1px solid #E40428;
  color: #E40428;
  background: transparent;
}
.knop.rood.outline::after {
  background: #E40428;
}
.knop.rood.outline:hover {
  color: white;
}
.knop.rood.outline:hover::after {
  width: 100%;
}
.knop.rood.filled {
  position: relative;
  background: #E40428;
  border: 1px solid #E40428;
  color: white;
}
.knop.rood.filled::after {
  background: white;
}
.knop.rood.filled:hover {
  color: #E40428;
  border: 1px solid #E40428;
}
.knop.rood.filled:hover::after {
  width: 100%;
}
.knop.wit.outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.knop.wit.outline::after {
  background: #ffffff;
}
.knop.wit.outline:hover {
  /* Voor wit-outline, inherit de tekstkleur */
  color: inherit;
}
.knop.wit.outline:hover::after {
  width: 100%;
}
.knop.wit.filled {
  position: relative;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #76B82A;
}
.knop.wit.filled::after {
  background: transparent;
}
.knop.wit.filled:hover {
  background: transparent;
  color: white;
  border: 1px solid #ffffff;
}
.knop.wit.filled:hover::after {
  width: 0;
}

footer {
  clear: both;
}
footer li.widget {
  list-style: none;
}
footer a {
  font-size: 18px;
  text-decoration: none;
}
footer a:hover {
  color: #E5006F;
  font-weight: 400 !important;
}

/* COLLAB OPMAAK */
.rood .collabfoto {
  background: #E40428 !important;
}

.groen .collabfoto {
  background: #76B82A !important;
}

.roze .collabfoto {
  background: #E5006F !important;
}

.oranje .collabfoto {
  background: #F18700 !important;
}

.peach .collabfoto {
  background: #EE7269 !important;
}

.collabfoto {
  margin-top: 20px;
}
.collabfoto figure {
  margin: 0px;
}
.collabfoto img {
  object-fit: cover;
  width: 500px;
  height: auto;
  padding: 0px;
  margin: 0px;
  margin-top: -60px;
}

/* ========= */
.blok {
  margin-bottom: 20px;
}
@media only screen and (max-width: 870px) {
  .blok {
    margin-bottom: 100px;
  }
}
.blok.groen .afbeelding {
  background: #76B82A;
}
.blok.rood .afbeelding {
  background: #E40428;
}
.blok.oranje .afbeelding {
  background: #F18700;
}
.blok.peach .afbeelding {
  background: #EE7269;
}
.blok .afbeelding {
  height: 310px;
  border-radius: 8px;
  background: #E5006F;
  position: relative;
}
.blok .afbeelding img {
  object-fit: cover;
}
.blok.partner .afbeelding {
  background: none;
}
.blok.partner .afbeelding img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.blok.ambassador:hover img {
  transform: scale(1.05);
}
.blok.ambassador img {
  object-fit: cover;
  height: auto;
  padding: 0px;
  margin: 0px;
  margin-top: -60px;
  max-width: 90%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: 0.3s;
}
.blok .titel {
  font-family: "Neue Plak Extended Extra";
  font-size: 15px;
  color: #76B82A;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering,
.woocommerce-shop .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-shop .woocommerce-products-header__title {
  color: #76B82A;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 0px;
  marign-bottom: 30px;
}

.added_to_cart {
  position: absolute;
  bottom: -35px;
  font-size: 15px;
  color: #76B82A;
  text-transform: uppercase;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
  margin-top: 10px;
}

li.product {
  position: relative;
}
li.product img {
  margin-bottom: 0px !important;
}
li.product .button {
  margin-top: 0px !important;
}
li.product h2.woocommerce-loop-product__title {
  text-transform: uppercase;
}
li.product h2.woocommerce-loop-product__title,
li.product .price,
li.product .product-attributes {
  color: #76B82A !important;
  font-size: 15px !important;
  margin: 0px !important;
  padding: 0px 0 !important;
  letter-spacing: 0px !important;
  line-height: 18px !important;
}
li.product h2.woocommerce-loop-product__title {
  padding-top: 10px !important;
  font-family: "Neue Plak Extended Extra";
}
li.product .price {
  padding-bottom: 10px !important;
}
li.product .knoppen {
  display: flex;
  justify-content: space-between;
}
li.product .knoppen .knop {
  position: relative !important;
  display: inline-block !important;
  padding: 12px 35px 10px 35px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  line-height: 18px !important;
  transform: skew(-15deg) !important;
  border-radius: 15px 0 15px 0 !important;
  overflow: hidden !important;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s !important;
}
li.product img {
  transition: 0.3s;
}
li.product:hover img {
  transform: scale(1.04);
}

.single-product .tophead.witruimte, .woocommerce-page .tophead.witruimte {
  height: 150px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 3px solid #76B82A !important;
  color: #76B82A;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #76B82A;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: #76B82A !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #76B82A !important;
  fopnt-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

/* ==================================== DETAILPRODUCTPAGINA */
.single-product {
  /* 2. Pas de kolommen in die rij aan */
}
.single-product .product_title {
  text-transform: uppercase;
}
.single-product .prijstitel, .single-product .attribute, .single-product .product_title {
  font-family: "Neue Plak Narrow Black";
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size: 25px !important;
}
.single-product .flex-control-thumbs li {
  width: 30% !important;
  margin: 4% 4% 0 0 !important;
  border: 1px solid #76b82a;
  border-radius: 8px;
}
.single-product .flex-control-thumbs li:last-child {
  margin-right: 0 !important;
}
.single-product .woocommerce-product-details__short-description {
  padding-top: 20px;
}
.single-product .related.products {
  clear: both;
}
.single-product .related.products h2 {
  text-transform: uppercase;
}
.single-product .flex-active-slide,
.single-product div.images img {
  height: 100%;
  max-height: 445px !important;
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  object-fit: contain !important;
}
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block;
  width: 445px !important;
  max-width: 100% !important;
  text-align: center !important;
}
.single-product .quantity {
  margin-bottom: 15px !important;
}
.single-product .product-details,
.single-product .nutrition-attributes {
  position: relative;
  overflow: hidden;
}
.single-product .product-details::after,
.single-product .nutrition-attributes::after {
  height: 1px;
  background: #76B82A;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  max-width: 478px;
}
.single-product .product-info-grid h2 {
  text-align: left;
  font: normal normal 950 25px/30px Neue Plak Extended Extra;
  letter-spacing: 0px;
  color: #76B82A;
  opacity: 1;
  text-transform: uppercase;
}
.single-product .custom-gutter-row {
  /* zorgt dat de extra padding per kolom gelijk verdeeld wordt */
  margin-left: -42.5px;
  margin-right: -42.5px;
}
.single-product .custom-gutter-row > [class*=col-] {
  /* 42.5px padding left + 42.5px padding right = 85px in het midden */
  padding-left: 42.5px;
  padding-right: 42.5px;
}

@media only screen and (max-width: 870px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  }
}
.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: 43% !important;
  margin-right: 5%;
}
@media only screen and (max-width: 870px) {
  .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: 100% !important;
  }
}

.woocommerce table.shop_attributes {
  border: 0px !important;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  padding: 0px !important;
  font-weight: normal !important;
  border: 0px !important;
  background: none !important;
  width: 50% !important;
}
.woocommerce table.shop_attributes td p,
.woocommerce table.shop_attributes th p {
  padding: 0px !important;
}
.woocommerce table.shop_attributes th {
  text-align: left !important;
}
.woocommerce table.shop_attributes td {
  text-align: right;
  font-style: normal !important;
}

/* ==================================== SHOPPINGCART WINKELWAGEN */
.woocommerce-cart .coupon .input-text {
  border-color: #76B82A !important;
  text-align: center;
  color: #76B82A;
}
.woocommerce-cart .coupon .input-text::placeholder {
  color: #76B82A;
}
.woocommerce-cart .actions .coupon .button {
  background: #76B82A !important;
  color: white !important;
  border-radius: 0px !important;
  padding-bottom: 5px !important;
}
.woocommerce-cart .actions .button {
  border: 1px solid #76B82A !important;
  background: none !important;
  color: #76B82A !important;
  border-radius: 0px !important;
}
.woocommerce-cart .actions .button:hover {
  color: white !important;
  background: #76B82A !important;
}

.cart-empty.woocommerce-info {
  color: #76B82A;
  background: none;
  text-align: center !important;
  padding: 15px 0 0 0 !important;
  margin-bottom: 25px !important;
  border-top: 1px solid #76B82A !important;
}
.cart-empty.woocommerce-info::before {
  display: none;
}

@media only screen and (max-width: 870px) {
  .woocommerce-cart .product-subtotal {
    border: 0px !important;
  }
}
.woocommerce-cart .knop-wrapper a {
  width: 100% !important;
  max-width: 570px;
}
@media only screen and (max-width: 870px) {
  .woocommerce-cart .knop-wrapper a {
    width: 80% !important;
  }
}
.woocommerce-cart table.shop_table td {
  border-top: 1px solid #76B82A !important;
}
.woocommerce-cart .product-thumbnail img,
.woocommerce-cart .productnaam,
.woocommerce-cart .rechterkant {
  padding-top: 20px !important;
}
.woocommerce-cart .cross-sells {
  width: 100% !important;
}
.woocommerce-cart .cart-collaterals .cart_total {
  width: 100% !important;
}
.woocommerce-cart .cart_totals h2 {
  display: none;
}
.woocommerce-cart table.cart td {
  vertical-align: top !important;
  padding: 0px !important;
  height: 100%;
}
.woocommerce-cart td.product-thumbnail {
  padding: 0px !important;
  width: 170px !important;
}
.woocommerce-cart td.product-thumbnail img {
  width: 160px !important;
}
.woocommerce-cart table.shop_table {
  border: 0px !important;
}
.woocommerce-cart .productnaam {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 165px;
}
.woocommerce-cart .productnaam a {
  color: #76B82A;
  font-family: "Neue Plak Extended Extra";
  letter-spacing: 0px;
  text-decoration: none;
}
.woocommerce-cart .productnaam a:hover {
  color: #E5006F;
}
.woocommerce-cart .productnaam .woocommerce-Price-amount {
  color: #76B82A;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 870px) {
  .woocommerce-cart .productnaam {
    height: auto !important;
    text-align: left;
  }
}
.woocommerce-cart .rechterkant {
  text-align: right;
  height: 165px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #76B82A;
  margin-bottom: 30px;
}
.woocommerce-cart .rechterkant a {
  color: #E5006F;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 870px) {
  .woocommerce-cart .rechterkant {
    margin-bottom: 0px !important;
    text-align: left !important;
  }
}
.woocommerce-cart .actions {
  border-top: 1px solid #76B82A !important;
}
.woocommerce-cart .actions .button {
  font-size: 13px !important;
}
.woocommerce-cart .actions .button, .woocommerce-cart .actions input {
  margin-top: 20px !important;
}
.woocommerce-cart .actions input {
  min-width: 150px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  color: #76B82A;
}
.woocommerce .cart-collaterals .cart_totals th, .woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
  padding: 0px 0 5px 0 !important;
  border: 0px !important;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th {
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
  text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border: 0px !important;
}

.quantity button {
  background: white !important;
  border: 1px solid #76B82A;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  color: #76B82A;
  font-size: 22px;
  transition: 0.3s;
}
.quantity button:hover {
  background: #76B82A !important;
  color: white;
  cursor: pointer;
}
.quantity input {
  height: 34px !important;
  width: 40px !important;
  margin-top: -5px !important;
  border-radius: 8px;
  border: 1px solid #76B82A;
  font-size: 20px !important;
  padding: 4px 0 0 0px !important;
  background: #76B82A;
  color: white;
  font-family: "neue plak";
}
.quantity input[type=number]::-webkit-outer-spin-button, .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==================================== SHOPPINGCART END */
/* ==================================== AFREKENEN  */
.woocommerce-checkout h3 {
  text-transform: uppercase;
  font-size: 35px;
}
.woocommerce-checkout label {
  font-size: 18px;
}

.woocommerce-checkout .checkout_coupon .input-text {
  border-color: #76B82A !important;
  text-align: center;
  border-radius: 0px !important;
  color: #76B82A;
}
.woocommerce-checkout .checkout_coupon .input-text::placeholder {
  color: #76B82A !important;
}
.woocommerce-checkout .checkout_coupon .button {
  border: 1px solid #76B82A !important;
  background: #76B82A !important;
  color: #76B82A !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  color: white !important;
}
.woocommerce-checkout .checkout_coupon .button:hover {
  color: #76B82A !important;
  background: white !important;
}

.woocommerce-input-wrapper {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  transform: skew(-15deg);
  border-radius: 15px 0 15px 0 !important;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  border: 1px solid #76B82A !important;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper .select2-selection, .woocommerce-input-wrapper textarea {
  display: inline-block;
  transform: skew(15deg);
  border: 0px !important;
  width: 100%;
  padding: 12px 35px 10px 35px !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #76B82A !important;
}
.woocommerce-input-wrapper input:focus, .woocommerce-input-wrapper .select2-selection:focus, .woocommerce-input-wrapper textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.woocommerce-input-wrapper input::placeholder, .woocommerce-input-wrapper .select2-selection::placeholder, .woocommerce-input-wrapper textarea::placeholder {
  color: #76B82A !important;
}
.woocommerce-input-wrapper .select2-selection__rendered {
  font-size: 18px;
  color: #76B82A !important;
  padding: 0px !important;
}

#customer_details {
  display: flex;
  flex-direction: column;
}
#customer_details .col-2, #customer_details .col-1 {
  width: 100% !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none !important;
  padding: 0px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0px !important;
}

#payment .knop {
  width: 100% !important;
  max-width: 530px !important;
}
@media only screen and (max-width: 870px) {
  #payment .knop {
    width: 80% !important;
  }
}

/* ==================================== AFREKENEN END - START MIJN ACCOUNT */
.woocommerce-account ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
  position: relative;
  display: inline-block;
  padding: 12px 35px 10px 35px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  border: 1px solid #76B82A;
  width: 100%;
  max-width: 215px;
  text-align: center;
  color: #76B82A;
  transform: skew(-15deg);
  border-radius: 15px 0 15px 0;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link:hover {
  cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: inline-block;
  transform: skew(15deg);
  color: #76B82A !important;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  width: 0;
  transition: width 0.3s ease;
  z-index: -1;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link::after {
  background: #76B82A;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link:hover a {
  color: white !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link:hover::after {
  width: 100%;
}
.woocommerce-account form.checkout_coupon, .woocommerce-account form.login, .woocommerce-account form.register {
  border: 0px !important;
  padding: 0px !important;
}

.woocommerce-form .woocommerce-form-row {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  transform: skew(-15deg);
  border-radius: 15px 0 15px 0 !important;
  overflow: hidden;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  border: 1px solid #76B82A !important;
}
.woocommerce-form .woocommerce-form-row input, .woocommerce-form .woocommerce-form-row .select2-selection, .woocommerce-form .woocommerce-form-row textarea {
  display: inline-block;
  transform: skew(15deg);
  border: 0px !important;
  width: 100%;
  padding: 12px 35px 10px 35px !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #76B82A !important;
}
.woocommerce-form .woocommerce-form-row input:focus, .woocommerce-form .woocommerce-form-row .select2-selection:focus, .woocommerce-form .woocommerce-form-row textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.woocommerce-form .woocommerce-form-row input::placeholder, .woocommerce-form .woocommerce-form-row .select2-selection::placeholder, .woocommerce-form .woocommerce-form-row textarea::placeholder {
  color: #76B82A !important;
}
.woocommerce-form .woocommerce-form-row .select2-selection__rendered {
  font-size: 18px;
  color: #76B82A !important;
  padding: 0px !important;
}

@media screen and (min-width: 800px) {
  #customer_login .col-1 {
    width: 40% !important;
  }
  #customer_login .col-2 {
    width: 40% !important;
  }
}
/* ==================================== MIJN ACCOUNT END */
@font-face {
  font-family: "Neue Plak";
  src: url("fonts/NeuePlak-Regular.woff2") format("woff2"), url("fonts/NeuePlak-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak";
  src: url("fonts/NeuePlak-Bold.woff2") format("woff2"), url("fonts/NeuePlak-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak Extended Extra";
  src: url("fonts/NeuePlak-ExtendedExtraBlack.woff2") format("woff2"), url("fonts/NeuePlak-ExtendedExtraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak Narrow Black";
  src: url("fonts/NeuePlak-NarrowExtraBlack.woff2") format("woff2"), url("fonts/NeuePlak-NarrowExtraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak";
  src: url("fonts/NeuePlak-SemiBold.woff2") format("woff2"), url("fonts/NeuePlak-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  font-family: "Neue Plak", sans-serif !important;
  color: #76B82A;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
body section a, body p a {
  color: #76B82A;
  text-decoration: none;
}
body section a:hover, body p a:hover {
  font-weight: bold;
  text-decoration: none;
}
body p {
  margin-top: 0px;
  letter-spacing: 0.4px;
}

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

h1, h2, h3, h4, h5 {
  font-family: "Neue Plak Narrow Black";
  letter-spacing: 0px;
}

.koptekst h2,
.custom-cross-sells h2,
.related.products h2,
.woocommerce-account h2,
.woocommerce-products-header__title {
  color: #76B82A;
  font-size: 35px !important;
  line-height: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Neue Plak Narrow Black";
}

@media only screen and (max-width: 870px) {
  .woocommerce .wrapper {
    padding: 0 10px;
  }
  .woocommerce h2.woocommerce-loop-product__title {
    height: 40px;
  }
  .woocommerce .knoppen {
    flex-direction: column;
  }
  .woocommerce .knoppen a {
    text-align: center;
    margin-bottom: 5px !important;
  }
  .woocommerce h1.woocommerce-products-header__title {
    margin-top: 10px;
  }
}
.breedte {
  max-width: 1040px;
  margin: auto;
  width: 100%;
}

.uagb-question {
  font-family: "Neue Plak Narrow Black";
  letter-spacing: 0.8px;
}

@media screen and (min-width: 2000px) {
  .pagewidth {
    max-width: 2000px;
    margin: auto;
  }
}
@media screen and (max-width: 765px) {
  .has-text-align-right,
  .text-right {
    text-align: left !important;
  }
  .alignright p div {
    text-align: left !important;
  }
  .alignright .knop-wrapper.text-right {
    text-align: left !important;
  }
}
.split .line h2 {
  margin-bottom: 0px;
}

@media screen and (max-width: 2000px) {
  .pagewidth {
    max-width: 90%;
    margin: auto;
  }
}
.text-right {
  text-align: right;
}

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

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

.relative {
  position: relative;
}

.wrapper {
  max-width: 2000px;
  margin: auto;
}

.productslide .n2-ss-slide {
  border-radius: 8px 8px 0px 0px !important;
}

.nomargin.nopadding {
  margin: 0px !important;
  padding: 0px !important;
}

.voorpaginaknoppen .knoppen:nth-child(2) a {
  margin: 0 20px !important;
}
.voorpaginaknoppen a {
  width: 100px !important;
}

.logos img {
  max-height: 60px !important;
}