@charset "UTF-8";
html,
body {
  overflow: visible !important;
  overflow-x: hidden;
}

a {
  cursor: pointer !important;
}

@media (min-width: 1024px) and (max-width: 1350px) {
  .single_add_to_cart_button:not(.single-product-info .single_add_to_cart_button) {
    max-width: 12rem !important;
    font-size: 14px !important;
  }
}
#gform_3 label, #gform_3 legend {
  display: none;
}
#gform_3 input, #gform_3 fieldset, #gform_3 textarea {
  background-color: #F9F9F9;
  border: unset;
}
#gform_3 #gform_fields_3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: space-between;
}
#gform_3 #gform_fields_3 #field_3_5, #gform_3 #gform_fields_3 #field_3_14, #gform_3 #gform_fields_3 #field_3_6, #gform_3 #gform_fields_3 #field_3_7 {
  flex-basis: 49%;
}
#gform_3 #gform_fields_3 .gfield {
  flex-basis: 100%;
}
#gform_3 #gform_fields_3 #field_3_13 textarea {
  height: 6em;
}
#gform_3 #gform_fields_3 #field_3_9 {
  background-color: unset !important;
  padding: unset;
  margin: unset;
}
#gform_3 #gform_fields_3 #field_3_9 label {
  display: block;
  font-size: 16px;
}
#gform_3 #gform_fields_3 #field_3_9 .ginput_container_consent {
  display: flex;
  gap: 1em;
}

#gform_submit_button_3 {
  background-color: #222222;
  border-radius: 28px;
  font-size: 16px;
  color: white;
  margin-top: 2em;
  padding: 1em 2em 1em 2em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  border: unset;
}
#gform_submit_button_3:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  #gform_submit_button_3 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.validation_message {
  font-size: 12px;
  color: red;
}

.gform_submission_error {
  font-size: 18px;
  font-weight: 700;
}

.product-kaart {
  border-radius: 4px;
  overflow: hidden;
}
.product-kaart .stock {
  display: none;
}
.product-kaart .variations {
  width: 100% !important;
}
.product-kaart .variations #pa_kopmaat {
  padding: 6px;
  border-radius: 28px;
}
.product-kaart .variations .label {
  display: none;
}
.product-kaart .variations .value {
  background-color: unset;
  border: unset;
  padding: unset;
  width: 100%;
  height: 1em;
  border-radius: 28px;
}
.product-kaart ins {
  color: #f9f9f9;
}
.product-kaart .woocommerce-Price-amount {
  color: #333333;
}
.product-kaart bdi {
  font-size: 26px;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333333;
}
.product-kaart bdi span {
  font-size: 16px;
}
.product-kaart p.price {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.product-kaart p.price del {
  font-size: 16px;
  color: #BABABA;
}
.product-kaart p.price del bdi {
  font-size: 16px !important;
}
.product-kaart .single_add_to_cart_button {
  display: flex !important;
  gap: 0.5em;
  align-items: center;
  border: unset;
  justify-content: center;
}
.product-kaart .single_add_to_cart_button:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-plus.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-kaart .product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-kaart .product-info .elementor-widget-woocommerce-product-add-to-cart {
  flex-grow: 2;
}
.product-kaart .product-info .elementor-widget-woocommerce-product-add-to-cart .variations_form {
  margin-top: 12px !important;
}
.product-kaart .product-info .elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart {
  display: flex;
  align-items: flex-end;
  /* align-content: flex-end; */
  height: 80%;
}

@media (max-width: 767px) {
  .product-kaart .single_add_to_cart_button {
    padding: 1em 0.5em !important;
    font-size: 10px !important;
    width: 100%;
    justify-content: center;
  }
}
.meer-opties .elementor-icon-list-icon {
  order: 5;
}

#grijs-product .product-kaart, #grijs-product2 .product-kaart {
  background-color: #f9f9f9;
}

.onsale {
  display: none;
}

.single .single_add_to_cart_button {
  background-color: #222222 !important;
  border-radius: 28px !important;
  font-size: 16px !important;
  color: white !important;
  margin: unset !important;
  margin-top: 2em !important;
  padding: 1em 2em 1em 2em !important;
  display: flex !important;
  gap: 0.5em !important;
}
.single .single_add_to_cart_button:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-plus.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
}

.stock {
  color: #7BA9A2;
}

.fa-filter:before {
  color: #F27E06;
}

#filter-close {
  position: absolute;
  right: 1em;
  top: 1em;
}

@media (max-width: 1024px) {
  #filter {
    display: none;
    position: absolute;
    z-index: 10;
  }
  #filter.open {
    display: block;
  }
}
.jet-checkboxes-list__row {
  display: none;
  transition: all 0.3s ease;
}

.jet-checkboxes-list__row.visible {
  display: flex;
}

.filter-toggle-btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  background: none;
  border: none;
  color: #333333 !important;
  padding: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  justify-content: center;
}
.filter-toggle-btn:hover {
  background-color: unset !important;
  color: #F27E06 !important;
}
.filter-toggle-btn:focus {
  background-color: unset !important;
  color: #F27E06 !important;
}
.filter-toggle-btn:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right-1-1.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.filter-toggle-btn.expanded::after {
  transform: rotate(180deg);
}

.single .stock {
  margin: unset;
  color: #7BA9A2 !important;
}
.single .variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single .variations th, .single .variations td {
  background-color: unset;
  padding: unset;
}
.single .variations #pa_kopmaat {
  padding: 1em;
  border-radius: 38px;
  width: 100%;
  margin-top: 0.5em;
}
.single .woocommerce-variation-add-to-cart {
  gap: 1em;
  margin-top: 1rem;
}
.single .woocommerce-variation-add-to-cart .quantity {
  height: 54px;
  width: 6em;
}
.single .woocommerce-variation-add-to-cart .quantity input {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.single .woocommerce-variation-add-to-cart button {
  margin: unset !important;
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input {
  margin-right: 0;
  vertical-align: top;
  border-radius: 30px !important;
  height: 54px;
  width: 6em;
}

.single .single_add_to_cart_button {
  margin-top: unset !important;
}

.product-info .variations tr {
  display: none;
}

.variations select {
  border-radius: 30px;
}

.woocommerce div.product form.cart .variations select {
  background: url(https://vanbeekhouthandel.nl/wp-content/uploads/2025/05/Icon-feather-arrow-right.svg) no-repeat center right !important;
  background-position-x: 95% !important;
}

.product-kaart .woocommerce-Price-amount:nth-of-type(2), .meestverkocht-prijs .woocommerce-Price-amount:nth-of-type(2) {
  display: none !important;
}

.product-kaart p.price {
  color: #f9f9f9 !important;
}

.meestverkocht-prijs p.price {
  color: white !important;
}
.meestverkocht-prijs p.price span {
  color: black !important;
}

.e-con.e-flex > .e-con-inner {
  flex-wrap: nowrap !important;
}

.elementor-kit-7 a:hover {
  color: #F27E06 !important;
}

.product-informatie .e-con-inner {
  padding-top: unset;
  gap: 5rem;
}
.product-informatie .e-con-inner h2 {
  line-height: 36px;
}
.product-informatie .e-con-inner h3 {
  line-height: 33px;
}

.woocommerce-Price-amount bdi {
  color: #222222;
}

.product-accordeon__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.product-accordeon__header {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
  font: inherit;
}

.product-accordeon__header.is-open .product-accordeon__icon {
  transform: rotate(180deg);
}

.product-accordeon__header {
  color: black !important;
  border: none;
  font-size: 20px !important;
  padding-left: inherit;
  text-wrap: wrap;
}

.product-accordeon__header:hover, .product-accordeon__header:focus {
  background-color: rgb(244, 244, 244) !important;
}

.product-accordeon__icon {
  margin-right: 15px;
}

.product-accordeon__panel p {
  padding-top: 1rem;
}

.faq-border-shadow > div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-collapsible-variant3 .jet-toggle__icon {
  color: #000 !important;
  background-color: unset !important;
}

#winkelwagen .checkout-button, #winkelwagen .e-apply-coupon, #winkelwagen .actions .button {
  background-color: #222222;
  border-radius: 28px;
  font-size: 16px;
  color: white;
  margin-top: 2em;
  padding: 1em 2em 1em 2em;
  display: flex;
  gap: 0.5em;
  width: fit-content;
  border: unset;
}
#winkelwagen .checkout-button:after, #winkelwagen .e-apply-coupon:after, #winkelwagen .actions .button:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#winkelwagen .product-name a {
  color: black;
}

.elementor-menu-cart__footer-buttons {
  display: flex;
  flex-direction: column;
}
.elementor-menu-cart__footer-buttons a {
  background-color: #222222 !important;
  border-radius: 28px !important;
  font-size: 16px !important;
  color: white !important;
  margin-top: 2em;
  padding: 1em 2em 1em 2em !important;
  display: flex !important;
  gap: 0.5em;
  width: fit-content;
  border: unset;
  margin: unset !important;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.elementor-menu-cart__footer-buttons a:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .elementor-menu-cart__footer-buttons a {
    padding: 0.5em 1em 0.5em 1em !important;
  }
}

.elementor-menu-cart__product-price, .woocommerce-Price-currencySymbol, .remove_from_cart_button, .elementor-menu-cart__subtotal {
  color: #222222;
  font-family: "Manrope";
}

.elementor-menu-cart__product-name a {
  font-weight: 700;
}
.elementor-menu-cart__product-name a:hover {
  color: #f27e06;
}

.fc-progress-bar__bar.is-current, .fc-progress-bar__bar.is-complete {
  background-color: #f27e06;
}

.has-checkout-layout--multi-step.woocommerce-checkout form .fc-wrapper .fc-checkout-step[data-step-complete] .fc-step__substep .fc-step__substep-title:before {
  background-color: #f27e06;
}

#fc-wrapper input, #fc-wrapper fieldset, #fc-wrapper textarea, #fc-wrapper .select2-billing_country-container {
  background-color: #F9F9F9 !important;
  border: unset;
  border-radius: 4px;
}
#fc-wrapper .select2-selection.select2-selection--single {
  border: unset;
}
#fc-wrapper .fc-checkout-step {
  background-color: unset;
  border: 1px solid #d7d7d7;
}
#fc-wrapper h3 {
  color: #222222;
  font-family: "Manrope";
  text-transform: capitalize;
}
#fc-wrapper .fc-step__substep {
  background-color: unset;
  border: 1px solid #d7d7d7;
}
#fc-wrapper * {
  font-family: "Manrope";
}
#fc-wrapper span#select2-billing_country-container {
  background-color: #f9f9f9 !important;
}
#fc-wrapper .select2-results__option--highlighted {
  background-color: #f27e06 !important;
  color: black !important;
}

#fc-wrapper button {
  background-color: #222222 !important;
  border-radius: 28px !important;
  font-size: 16px !important;
  color: white !important;
  margin-top: 2em;
  padding: 1em 2em 1em 2em !important;
  display: flex;
  gap: 0.5em;
  width: fit-content;
  border: unset;
  margin: unset !important;
  width: 100%;
  text-align: center;
  justify-content: center;
}
#fc-wrapper button:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  #fc-wrapper button {
    padding: 0.5em 1em 0.5em 1em !important;
  }
}
.woocommerce-info {
  border-top-color: #f27e06 !important;
}
.woocommerce-info .button {
  background-color: #222222 !important;
  border-radius: 28px !important;
  font-size: 16px !important;
  color: white !important;
  margin-top: 2em;
  padding: 1em 2em 1em 2em !important;
  display: flex !important;
  gap: 0.5em;
  width: fit-content;
  border: unset;
  margin: unset !important;
  text-align: center;
  justify-content: center;
}
.woocommerce-info .button:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .woocommerce-info .button {
    padding: 0.5em 1em 0.5em 1em !important;
  }
}
.woocommerce-info::before {
  color: #f27e06 !important;
}

.woocommerce-Button, .woocommerce-button {
  background-color: #222222 !important;
  border-radius: 28px !important;
  font-size: 16px !important;
  color: white !important;
  margin-top: 2em;
  padding: 1em 2em 1em 2em !important;
  display: flex !important;
  gap: 0.5em;
  width: fit-content;
  border: unset;
  text-align: center;
  justify-content: center;
}
.woocommerce-Button:after, .woocommerce-button:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .woocommerce-Button, .woocommerce-button {
    padding: 0.5em 1em 0.5em 1em !important;
  }
}
.woocommerce-MyAccount-content-wrapper {
  color: #333333;
}
.woocommerce-MyAccount-content-wrapper a {
  font-size: 14px;
  color: #333333 !important;
  font-weight: 700;
}
.woocommerce-MyAccount-content-wrapper a:hover {
  color: #f27e06 !important;
}

.woocommerce-notices-wrapper {
  display: flex;
  justify-content: center;
}

.woocommerce-message {
  max-width: 90%;
  border-radius: 3px;
  display: flex;
  gap: 1rem;
}

#password-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}
#password-modal-overlay.hidden {
  display: none;
}

#password-modal-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#password-modal-box h2 {
  margin-bottom: 20px;
}
#password-modal-box input[type=password] {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#password-modal-box button {
  padding: 10px 20px;
  background: #D9D9D9;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#password-modal-box button:hover {
  background: #D0D5DD;
}
#password-modal-box #password-error {
  color: red;
  display: none;
  margin-top: 10px;
}

.e--pointer-underline .elementor-item:after {
  bottom: 0;
  content: unset !important;
}

#footer-menu ul {
  padding: unset;
}
#footer-menu ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
#footer-menu ul li:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/03/Icon-feather-arrow-right.svg");
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#footer-menu ul li a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .elementor-nav-menu--dropdown #menu-2-7d18220 > li {
    margin-bottom: 8px;
  }
}
.e-search-label {
  order: 5;
  left: -60px;
}

#search-2e8cab4 {
  border: 0;
}

@media (max-width: 767px) {
  .animated-usp-banner {
    padding: unset;
    /* Container van de ticker */
    /* De lijst die beweegt */
    /* Elke lijstitem krijgt wat ruimte tussen de items */
  }
  .animated-usp-banner > .e-con-inner {
    margin: 0;
    max-width: unset;
  }
  .animated-usp-banner .elementor-widget-icon-list {
    position: relative;
    overflow: hidden; /* Verberg alles buiten de container */
    width: 100%;
  }
  .animated-usp-banner .elementor-icon-list-items {
    width: max-content;
    display: inline-block;
    white-space: nowrap; /* Zorg ervoor dat alles op één regel blijft */
    animation: ticker-scroll 30s linear infinite; /* De animatie */
    flex-wrap: nowrap !important;
  }
  .animated-usp-banner .elementor-icon-list-item {
    padding-right: 50px; /* Afstand tussen de items */
  }
}
@media (min-width: 767px) {
  .offerte {
    display: none !important;
  }
  #menu-1-070ea77 {
    gap: 1em;
  }
  #menu-1-070ea77 > li > .has-submenu {
    padding: unset !important;
  }
}
/* De animatie zelf */
@keyframes ticker-scroll {
  0% {
    transform: translateX(0); /* Begin op de normale positie */
  }
  100% {
    transform: translateX(-50%); /* Beweeg naar links totdat de helft van de lijst voorbij is */
  }
}
#elementor-menu-cart__toggle_button {
  padding: unset;
  border: unset;
}
#elementor-menu-cart__toggle_button .elementor-button-icon {
  color: #222222;
}

.elementor-swiper-button-prev svg {
  transform: rotate(180deg);
}

#contact-img img {
  height: 20em;
  object-fit: cover;
}

@media (max-width: 767px) {
  #gform_fields_3 {
    flex-direction: column !important;
  }
}
.jet-listing-grid--8383 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  flex-direction: row;
  overflow: visible;
}
.jet-listing-grid--8383 .jet-listing-grid__item .elementor-widget-theme-post-featured-image {
  flex: 3;
}
.jet-listing-grid--8383 .jet-listing-grid__item .elementor-widget-theme-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jet-filter-label {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.product-kaart img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* Verberg de hele widget als de innerlijke filter-wrapper door de indexer op display:none staat */
.elementor-widget-jet-smart-filters-checkboxes:has(.jet-smart-filters-checkboxes[style*="display: none"]) {
  display: none !important;
}

body * {
  font-family: "Manrope";
}