/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

:root {
  --color-primary: #222222;
}

/*= General =================== */

/** General >> woo archive **/
body #hero_product_category .section-container {
  max-width: var(--w-full);
}

body #hero_product_category .section-container .bde-heading[size-title="small"] {
  font-size: calc(var(--text-h1)) !important;
}

body #hero_product_category .section-container .bde-heading[size-title="medium"] {
  font-size: calc(var(--text-h1) * 1.1) !important;
}

body #hero_product_category .section-container .bde-heading[size-title="big"] {
  font-size: calc(var(--text-h1) * 1.2) !important;
}

body #hero_product_category .section-container .bde-heading[size-title="huge"] {
  font-size: calc(var(--text-h1) * 1.6) !important;
  line-height: 1.05;
}

@media screen and (max-width: 767px) {
  body #hero_product_category .section-container .bde-heading[size-title="small"],
  body #hero_product_category .section-container .bde-heading[size-title="medium"],
  body #hero_product_category .section-container .bde-heading[size-title="big"],
  body #hero_product_category .section-container .bde-heading[size-title="huge"] {
    font-size: var(--text-h1) !important;
  }
}

body #hero_product_category .bde-repeater-element .ee-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
}

body #hero_product_category[width-block="500"] .section-container > .bde-div {
  max-width: 500px;
}

body #hero_product_category[width-block="550"] .section-container > .bde-div {
  max-width: 550px;
}

body #hero_product_category[width-block="600"] .section-container > .bde-div {
  max-width: 600px;
}

body #hero_product_category[width-block="650"] .section-container > .bde-div {
  max-width: 650px;
}

body #hero_product_category[width-block="700"] .section-container > .bde-div {
  max-width: 700px;
}

body #hero_product_category[width-block="750"] .section-container > .bde-div {
  max-width: 750px;
}

body #hero_product_category[width-block="800"] .section-container > .bde-div {
  max-width: 800px;
}

body #hero_product_category[text-align="left"] .section-container > .bde-div {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body #hero_product_category[text-align="left"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body #hero_product_category[text-align="left"] .section-container > .bde-div .bde-heading,
body #hero_product_category[text-align="left"] .section-container > .bde-div .bde-text,
body #hero_product_category[text-align="left"] .section-container > .bde-div .bde-rich-text {
  text-align: left;
}

body #hero_product_category[text-align="left"] .section-container > .bde-div .bde-repeater-element .ee-posts {
  -webkit-justify-content: start;
  justify-content: start;
}

body #hero_product_category[text-align="center"] .section-container > .bde-div {
  -webkit-align-items: center;
  align-items: center;
}

body #hero_product_category[text-align="center"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: center;
  align-items: center;
}

body #hero_product_category[text-align="center"] .section-container > .bde-div .bde-heading,
body #hero_product_category[text-align="center"] .section-container > .bde-div .bde-text,
body #hero_product_category[text-align="center"] .section-container > .bde-div .bde-rich-text {
  text-align: center;
}

body #hero_product_category[text-align="center"] .section-container > .bde-div .bde-repeater-element .ee-posts {
  -webkit-justify-content: center;
  justify-content: center;
}

body #hero_product_category[text-align="right"] .section-container > .bde-div {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

body #hero_product_category[text-align="right"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

body #hero_product_category[text-align="right"] .section-container > .bde-div .bde-heading,
body #hero_product_category[text-align="right"] .section-container > .bde-div .bde-text,
body #hero_product_category[text-align="right"] .section-container > .bde-div .bde-rich-text {
  text-align: right;
}

body #hero_product_category[text-align="right"] .section-container > .bde-div .bde-repeater-element .ee-posts {
  -webkit-justify-content: right;
  justify-content: right;
}

body #hero_product_category[placement="left"] .section-container {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body #hero_product_category[placement="left"] .section-container .bde-heading,
body #hero_product_category[placement="left"] .section-container .bde-text {
  text-align: left;
}

body #hero_product_category[placement="left"] .section-container .bde-repeater-element .ee-posts {
  -webkit-justify-content: start;
  justify-content: start;
}

body #hero_product_category[placement="center"] .section-container {
  -webkit-align-items: center;
  align-items: center;
}

body #hero_product_category[placement="center"] .section-container .bde-heading,
body #hero_product_category[placement="center"] .section-container .bde-text {
  text-align: center;
}

body #hero_product_category[placement="center"] .section-container .bde-repeater-element .ee-posts {
  -webkit-justify-content: center;
  justify-content: center;
}

body #hero_product_category[placement="right"] .section-container {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

body #hero_product_category[placement="right"] .section-container .bde-heading,
body #hero_product_category[placement="right"] .section-container .bde-text {
  text-align: left;
}

body #hero_product_category[placement="right"] .section-container .bde-repeater-element .ee-posts {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

body #hero_product_category .hero-slide-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body #hero_product_category[placement="left"] .section-container,
  body #hero_product_category[placement="center"] .section-container,
  body #hero_product_category[placement="right"] .section-container {
    -webkit-align-items: left;
    align-items: left;
  }

  body #hero_product_category[placement="left"] .section-container .bde-heading,
  body #hero_product_category[placement="left"] .section-container .bde-text,
  body #hero_product_category[placement="center"] .section-container .bde-heading,
  body #hero_product_category[placement="center"] .section-container .bde-text,
  body #hero_product_category[placement="right"] .section-container .bde-heading,
  body #hero_product_category[placement="right"] .section-container .bde-text {
    text-align: left;
  }

  body #hero_product_category[placement="left"] .section-container .bde-repeater-element .ee-posts,
  body #hero_product_category[placement="center"] .section-container .bde-repeater-element .ee-posts,
  body #hero_product_category[placement="right"] .section-container .bde-repeater-element .ee-posts {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

body .bde-wooshoppage .products .product .custom-area-1,
body .bde-wooproductslist .product .custom-area-1 {
  padding-bottom: var(--gap-sm);
}

body .bde-wooshoppage .products .product.in_de_kijker .bde-woo-product-image,
body .bde-wooshoppage .products .product.in_de_kijker .woocommerce-loop-product__title,
body .bde-wooshoppage .products .product.in_de_kijker .price,
body .bde-wooshoppage .products .product.in_de_kijker .cfvsw_variations_form,
body .bde-wooproductslist .product.in_de_kijker .bde-woo-product-image,
body .bde-wooproductslist .product.in_de_kijker .woocommerce-loop-product__title,
body .bde-wooproductslist .product.in_de_kijker .price,
body .bde-wooproductslist .product.in_de_kijker .cfvsw_variations_form {
  display: none !important;
}

body .bde-wooshoppage .products .product.in_de_kijker .woocommerce-LoopProduct-link,
body .bde-wooproductslist .product.in_de_kijker .woocommerce-LoopProduct-link {
  display: none !important;
}

body .bde-wooshoppage .products .product.in_de_kijker .bde-woo-product-footer,
body .bde-wooproductslist .product.in_de_kijker .bde-woo-product-footer {
  display: none !important;
}

body .bde-wooshoppage .products .product.in_de_kijker .custom-area-1,
body .bde-wooproductslist .product.in_de_kijker .custom-area-1 {
  display: none !important;
}

body .bde-wooshoppage .products .product.in_de_kijker .custom-area-2,
body .bde-wooproductslist .product.in_de_kijker .custom-area-2 {
  display: none !important;
}

body .bde-wooshoppage .products .product.in_de_kijker .custom-area-3,
body .bde-wooproductslist .product.in_de_kijker .custom-area-3 {
  height: 100% !important;
}

body .bde-wooshoppage .products .product.in_de_kijker .custom-area-3 section,
body .bde-wooproductslist .product.in_de_kijker .custom-area-3 section {
  height: 100%;
}

body .bde-wooshoppage .products .product.in_de_kijker .custom-area-3 section .section-container,
body .bde-wooproductslist .product.in_de_kijker .custom-area-3 section .section-container {
  height: 100%;
}

body .bde-wooshoppage .products .product .onsale,
body .bde-wooproductslist .product .onsale {
  right: 12px;
  top: 12px;
  left: auto;
  font-size: var(--text-sm) !important;
}

body .bde-wooshoppage .products .product .stock,
body .bde-wooproductslist .product .stock {
  display: none !important;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .bde-woo-product-image,
body .bde-wooproductslist .product .woocommerce-loop-product__link .bde-woo-product-image {
  backtground-color: var(--color-background-light);
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .bde-woo-product-image img,
body .bde-wooproductslist .product .woocommerce-loop-product__link .bde-woo-product-image img {
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title,
body .bde-wooproductslist .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: var(--text-md);
  font-family: var(--font-heading);
  font-weight: 500;
  text-align: left;
  margin-bottom: 0px !important;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .price .woocommerce-Price-amount bdi,
body .bde-wooproductslist .product .woocommerce-loop-product__link .price .woocommerce-Price-amount bdi {
  font-size: var(--text-md);
  font-weight: var(--font-body-normal);
  text-align: left;
  font-weight: 300;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol,
body .bde-wooproductslist .product .woocommerce-loop-product__link .price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: var(--text-md);
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .cfvsw_variations_form table tbody tr:not(:has(div[swatches-attr="attribute_pa_kleur"])),
body .bde-wooproductslist .product .woocommerce-loop-product__link .cfvsw_variations_form table tbody tr:not(:has(div[swatches-attr="attribute_pa_kleur"])) {
  display: none !important;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"],
body .bde-wooproductslist .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] {
  grid-gap: 4px;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option,
body .bde-wooproductslist .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-color: var(--color-light);
  border-width: 2px;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option.cfvsw-selected-swatch,
body .bde-wooproductslist .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option.cfvsw-selected-swatch {
  border-color: var(--color-primary);
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option:hover,
body .bde-wooproductslist .product .woocommerce-loop-product__link .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option:hover {
  cursor: pointer !important;
}

body .bde-wooshoppage .products .product .woocommerce-loop-product__link .reset_variations,
body .bde-wooproductslist .product .woocommerce-loop-product__link .reset_variations {
  display: none;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer,
body .bde-wooproductslist .product .bde-woo-product-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: left;
  align-items: left;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form {
  margin-top: 0px;
  margin-bottom: 0px;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .variations.pa_kleur-opdruk,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .variations.pa_kleur-opdruk {
  display: none !important;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .variations.print,
body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_print,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .variations.print,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_print {
  display: none !important;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .attribute_pa_maat,
body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_maat,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .attribute_pa_maat,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_maat {
  display: none !important;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_kleur,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_kleur {
  margin-left: -6px;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .attribute_pa_kleur,
body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_kleur,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .attribute_pa_kleur,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_kleur {
  margin-bottom: 12px;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .attribute_pa_kleur .select_option_image,
body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_kleur .select_option_image,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .attribute_pa_kleur .select_option_image,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_kleur .select_option_image {
  margin-right: 0px;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .attribute_pa_kleur img,
body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_kleur img,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .attribute_pa_kleur img,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_kleur img {
  min-width: 26px;
  height: 26px;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .attribute_pa_kleur .yith_wccl_tooltip.top span,
body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_kleur .yith_wccl_tooltip.top span,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .attribute_pa_kleur .yith_wccl_tooltip.top span,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_kleur .yith_wccl_tooltip.top span {
  background: var(--color-primary);
  color: var(--color-light);
  font-size: var(--text-xs);
  padding: var(--rounded-small);
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .attribute_pa_kleur .yith_wccl_tooltip.top span:after,
body .bde-wooshoppage .products .product .bde-woo-product-footer .variations_form .pa_kleur .yith_wccl_tooltip.top span:after,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .attribute_pa_kleur .yith_wccl_tooltip.top span:after,
body .bde-wooproductslist .product .bde-woo-product-footer .variations_form .pa_kleur .yith_wccl_tooltip.top span:after {
  border-top-color: var(--color-primary);
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .add_to_cart_button,
body .bde-wooproductslist .product .bde-woo-product-footer .add_to_cart_button {
  display: none;
}

body .bde-wooshoppage .products .product .bde-woo-product-footer .button.product_type_variable,
body .bde-wooproductslist .product .bde-woo-product-footer .button.product_type_variable {
  display: none;
}

body .bde-wpgbfacet-43902-112 {
  width: auto !important;
}

body .bde-wpgbfacet-43902-112 .wpgb-sort-facet label {
  width: auto !important;
}

body .bde-wpgbfacet-43902-112 .wpgb-sort-facet label select {
  font-weight: var(--font-body-bold);
  border-width: 0px !important;
  width: auto !important;
  margin-right: -24px;
}

body .bde-wpgbfacet-43902-112 .wpgb-sort-facet label .wpgb-select-controls {
  width: auto !important;
}

body .bde-wpgbfacet-43902-112 .wpgb-sort-facet label .wpgb-select-controls .wpgb-select-separator {
  display: none !important;
}

body .bde-wpgbfacet-43902-112 .wpgb-sort-facet label .wpgb-select-controls svg {
  margin-left: 0px !important;
  margin-right: 0px !important;
  color: var(--color-text);
}

/** General >> woo single **/
body.single-product table.variations .cfvsw-swatches-container[swatches-attr="attribute_pa_maat"] .cfvsw-swatches-option {
  background-color: var(--color-background-light);
  border-radius: var(--rounded-small);
  height: 60px;
  padding: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: var(--font-body-bold);
  border-color: var(--color-background-light);
  border-width: 2px;
}

body.single-product table.variations .cfvsw-swatches-container[swatches-attr="attribute_pa_maat"] .cfvsw-swatches-option.cfvsw-selected-swatch {
  border-color: var(--color-primary);
}

body.single-product table.variations .cfvsw-swatches-container[swatches-attr="attribute_pa_maat"] .cfvsw-swatches-option:hover {
  cursor: pointer;
  background-color: var(--color-gray-100);
}

body.single-product table.variations .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-color: var(--color-light);
  border-width: 2px;
}

body.single-product table.variations .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option.cfvsw-selected-swatch {
  border-color: var(--color-primary);
}

body.single-product table.variations .cfvsw-swatches-container[swatches-attr="attribute_pa_kleur"] .cfvsw-swatches-option:hover {
  cursor: pointer !important;
}

body.single-product table.variations tbody tr th label[for=pa_maat] {
  font-size: 0px;
}

body.single-product table.variations tbody tr th label[for=pa_maat]:before {
  content: 'Maat';
  font-size: var(--text-sm);
}

body.single-product table.variations tbody tr td .reset_variations {
  display: none !important;
}

body.single-product table.variations tbody tr td .select_box.attribute_pa_maat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 6px;
  gap: 6px;
}

body.single-product table.variations tbody tr td .select_box.attribute_pa_maat .select_option_label {
  border-radius: 2px;
  background-color: var(--color-background-light);
  height: 80px;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

body.single-product table.variations tbody tr td .select_box.attribute_pa_maat .select_option_label .yith_wccl_value_wrapper span {
  font-size: var(--text-xs);
  font-weight: var(--font-body-bold);
}

body.single-product table.variations tbody tr td .select_box.attribute_pa_maat .select_option_label:hover {
  border-color: var(--color-background-light);
}

body.single-product table.variations tbody tr td .select_box.attribute_pa_maat .select_option_label.selected {
  border: 2px solid var(--color-primary);
}

body .single_add_to_cart_button.disabled {
  opacity: .5;
  cursor: not-allowed;
}

body.single-product .wc-product-table-wrapper thead .wpt-bulk-select-wrap {
  margin-left: 34px;
}

body.single-product .wc-product-table-wrapper thead .wpt-bulk-select-wrap .wpt-bulk-select-label {
  display: none !important;
}

body.single-product .wc-product-table-wrapper .wc-product-table-controls.wc-product-table-above {
  display: none !important;
}

body.single-product .wc-product-table-wrapper .wc-product-table-controls input[type=submit] {
  background-color: var(--color-secondary);
  color: var(--color-light);
  border-radius: var(--rounded-normal) !important;
  border: 0px;
}

body.single-product .wc-product-table-wrapper .wc-product-table-controls input[type=submit]:hover {
  background-color: var(--color-primary);
  color: var(--color-light);
}

body.single-product .wc-product-table-wrapper .outofstock .add-to-cart-wrapper {
  display: none;
}

body.single-product .wc-product-table-wrapper .out-of-stock {
  display: inherit;
}

body.single-product .out-of-stock {
  display: none;
}

body.single-product .custom-variation-form {
  width: 100%;
}

body.single-product .custom-variation-form > form {
  width: 100%;
  max-width: 100% !important;
}

body.single-product .yith-wcwtl-output {
  padding: var(--padding-normal);
  margin-top: var(--gap-normal);
  margin-bottom: var(--gap-normal);
  border-radius: var(--rounded-small);
  background-color: var(--color-background-dark) !important;
  border: 2px solid var(--color-primary);
}

body.single-product .yith-wcwtl-output .yith-wcwtl-msg {
  margin-bottom: var(--gap-normal);
}

body.single-product .yith-wcwtl-output .yith-wcwtl-msg h4 {
  margin-top: 0px;
  margin-bottom: var(--gap-small);
  font-weight: var(--font-heading-normal);
  font-size: var(--text-h6);
  color: var(--color-light);
}

body.single-product .yith-wcwtl-output .yith-wcwtl-msg p {
  font-size: var(--text-sm);
  color: var(--color-light);
}

body.single-product .yith-wcwtl-output .wrap-form-fields,
body.single-product .yith-wcwtl-output form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

body.single-product .yith-wcwtl-output .wrap-form-fields .yith-wcwtl-submit,
body.single-product .yith-wcwtl-output form .yith-wcwtl-submit {
  padding: 16px !important;
  text-align: center;
  background-color: var(--color-secondary) !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-weight: var(--font-body-bold);
  border-radius: var(--rounded-small);
}

body.single-product .yith-wcwtl-output .wrap-form-fields label[for=yith-wcwtl-policy-check] > span,
body.single-product .yith-wcwtl-output form label[for=yith-wcwtl-policy-check] > span {
  color: var(--color-light);
  font-weight: var(--font-body-normal);
  font-size: var(--text-xs);
}

body.single-product .yith-wcwtl-output .wrap-form-fields label[for=yith-wcwtl-policy-check] > span a,
body.single-product .yith-wcwtl-output form label[for=yith-wcwtl-policy-check] > span a {
  color: var(--color-light);
  text-decoration: underline;
  font-weight: var(--font-body-normal);
}

body .wbm-cross-sells {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 0px;
  gap: 0px;
}

body .wbm-cross-sells .wbm-cross-sells__product-wrapper {
  width: 100%;
  padding: 8px;
}

body .wbm-cross-sells .wbm-cross-sells__product-wrapper:hover {
  background-color: var(--color-background-light);
}

body .wbm-cross-sells .wbm-cross-sells__product-wrapper a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  grid-gap: 16px;
  gap: 16px;
  text-decoration: none;
}

body .wbm-cross-sells .wbm-cross-sells__product-wrapper a .wbm-cross-sells__product-image img {
  max-width: 40px;
}

body .wbm-cross-sells .wbm-cross-sells__product-wrapper a .wbm-cross-sells__desc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .wbm-cross-sells .wbm-cross-sells__product-wrapper a .wbm-cross-sells__desc .wbm-cross-sells__product-price {
  font-size: var(--text-sm);
}

body .wbm-cross-sells .wbm-cross-sells__product-wrapper a .wbm-cross-sells__desc .wbm-cross-sells__product-price .woocommerce-Price-amount bdi {
  font-weight: var(--font-body-normal);
  font-size: var(--text-sm);
}

body .algemene-kenmerken-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 32px;
  column-gap: 32px;
  grid-row-gap: 8px;
  row-gap: 8px;
}

@media screen and (max-width: 1119px) {
  body .algemene-kenmerken-wrapper {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media screen and (max-width: 1023px) {
  body .algemene-kenmerken-wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 767px) {
  body .algemene-kenmerken-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 479px) {
  body .algemene-kenmerken-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/** General >> woo general **/
body.woocommerce-cart #hero_product_category,
body.woocommerce-checkout #hero_product_category {
  display: none !important;
}

body .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: 75%;
  padding-right: 4px;
}

body .woocommerce-info {
  background-color: var(--color-background-light) !important;
  color: var(--color-text) !important;
}

/** General >> wpgridbuilder **/
body .wpgb-facet .wpgb-load-more {
  background: var(--color-primary-500);
  color: var(--color-light);
  font-size: var(--text-xs) !important;
  padding: 6px 20px !important;
  text-transform: uppercase !important;
}

body .wpgb-facet .wpgb-load-more:hover {
  background-color: var(--color-accent) !important;
}

body .wpgb-facet .wpgb-reset {
  background-color: var(--color-primary);
  color: var(--color-light) !important;
  font-size: var(--text-sm) !important;
  padding: 4px 8px !important;
  text-wrap: nowrap;
  margin-bottom: 0px !important;
}

body .wpgb-facet .wpgb-reset[disabled] {
  display: none;
}

body .wpgb-facet .wpgb-reset:hover {
  background-color: var(--color-gray-100);
  color: var(--color-primary) !important;
}

body .wpgb-facet fieldset {
  margin-bottom: 0px !important;
}

body .wpgb-facet .wpgb-checkbox-facet ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  grid-gap: 8px !important;
  gap: 8px !important;
}

body .wpgb-facet .wpgb-checkbox-facet ul li {
  display: inline !important;
  width: auto;
  margin-top: 0px;
}

body .wpgb-facet .wpgb-checkbox-facet ul li:hover .wpgb-checkbox {
  background-color: var(--color-primary);
}

body .wpgb-facet .wpgb-checkbox-facet ul li:hover .wpgb-checkbox .wpgb-checkbox-label {
  color: var(--color-light) !important;
}

body .wpgb-facet .wpgb-checkbox-facet ul li:hover .wpgb-checkbox .wpgb-checkbox-label span {
  color: var(--color-light) !important;
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox {
  background-color: var(--color-gray-100);
  padding: 4px 12px;
  border-radius: 20px;
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-control {
  display: none;
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-label {
  padding-left: 0px;
  font-size: var(--text-xs);
  font-weight: var(--font-body-bold);
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox .wpgb-checkbox-label span {
  color: var(--color-primary);
  font-size: calc(var(--text-xs) * .8);
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed=true] {
  background-color: var(--color-primary);
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label {
  font-weight: 700;
  color: var(--color-light);
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:before {
  content: 'x';
  padding-right: 4px;
  color: var(--color-light);
}

body .wpgb-facet .wpgb-checkbox-facet ul li .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label span {
  color: var(--color-light);
}

body .wpgb-facet .wpgb-checkbox-facet ul li:last-of-type {
  border-bottom: 0px;
}

body .wpgb-facet .wpgb-range-facet .wpgb-range-values {
  font-size: var(--text-sm);
  text-align: center;
}

body .wpgb-facet.wpgb-facet-9 button {
  margin-bottom: 0px;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: var(--text-sm);
  background: var(--color-primary-50);
  color: var(--color-primary-600);
}

body .wpgb-facet.wpgb-facet-9 button:before {
  content: 'x';
  padding-right: 4px;
  color: red;
}

body .wpgb-facet.wpgb-facet-9 button[disabled] {
  display: none;
}

/** General >> Hero Slides **/
#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container {
  width: var(--w-full);
  padding: 80px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="small"] {
  font-size: calc(var(--text-h1)) !important;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="medium"] {
  font-size: calc(var(--text-h1) * 1.1) !important;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="big"] {
  font-size: calc(var(--text-h1) * 1.2) !important;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="huge"] {
  font-size: calc(var(--text-h1) * 1.6) !important;
  line-height: 1.05;
}

@media screen and (max-width: 767px) {
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="small"],
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="medium"],
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="big"],
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container .bde-heading[size-title="huge"] {
    font-size: var(--text-h1) !important;
  }
}

@media screen and (max-width: 1119px) {
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container {
    padding: 72px;
  }
}

@media screen and (max-width: 1023px) {
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container {
    padding: 64px;
  }
}

@media screen and (max-width: 767px) {
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container {
    padding: 48px;
  }
}

@media screen and (max-width: 479px) {
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .section-container {
    padding: 32px;
  }
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .bde-repeater-element .ee-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[width-block="500"] .section-container > .bde-div {
  max-width: 500px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[width-block="550"] .section-container > .bde-div {
  max-width: 550px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[width-block="600"] .section-container > .bde-div {
  max-width: 600px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[width-block="650"] .section-container > .bde-div {
  max-width: 650px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[width-block="700"] .section-container > .bde-div {
  max-width: 700px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[width-block="750"] .section-container > .bde-div {
  max-width: 750px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[width-block="800"] .section-container > .bde-div {
  max-width: 800px;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="left"] .section-container > .bde-div {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="left"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="left"] .section-container > .bde-div .bde-heading,
#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="left"] .section-container > .bde-div .bde-text {
  text-align: left;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="left"] .section-container > .bde-div .bde-repeater-element .ee-posts {
  -webkit-justify-content: start;
  justify-content: start;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="center"] .section-container > .bde-div {
  -webkit-align-items: center;
  align-items: center;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="center"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: center;
  align-items: center;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="center"] .section-container > .bde-div .bde-heading,
#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="center"] .section-container > .bde-div .bde-text {
  text-align: center;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="center"] .section-container > .bde-div .bde-repeater-element .ee-posts {
  -webkit-justify-content: center;
  justify-content: center;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="right"] .section-container > .bde-div {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="right"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="right"] .section-container > .bde-div .bde-heading,
#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="right"] .section-container > .bde-div .bde-text {
  text-align: right;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[text-align="right"] .section-container > .bde-div .bde-repeater-element .ee-posts {
  -webkit-justify-content: right;
  justify-content: right;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container .bde-heading,
#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container .bde-text {
  text-align: left;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container .bde-repeater-element .ee-posts {
  -webkit-justify-content: start;
  justify-content: start;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container {
  -webkit-align-items: center;
  align-items: center;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container .bde-heading,
#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container .bde-text {
  text-align: center;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container .bde-repeater-element .ee-posts {
  -webkit-justify-content: center;
  justify-content: center;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container .bde-heading,
#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container .bde-text {
  text-align: left;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container .bde-repeater-element .ee-posts {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section .hero-slide-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container {
    -webkit-align-items: left;
    align-items: left;
  }

  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container .bde-heading,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container .bde-text,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container .bde-heading,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container .bde-text,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container .bde-heading,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container .bde-text {
    text-align: left;
  }

  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="left"] .section-container .bde-repeater-element .ee-posts,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="center"] .section-container .bde-repeater-element .ee-posts,
  #hero-slides .breakdance-swiper-wrapper .ee-posts .ee-post section[placement="right"] .section-container .bde-repeater-element .ee-posts {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/** General >> fluent forms **/
.fluentform .ff_screen_reader_title {
  line-height: 0 !important;
}

.fluentform .ff-el-input--label {
  margin-bottom: 16px;
  font-size: var(--text-sm);
}

.fluentform .ff-el-form-control {
  border-color: var(--color-gray-200);
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  font-size: var(--text-md);
  border-radius: var(--rounded-small) !important;
}

.fluentform .ff-el-form-control:active,
.fluentform .ff-el-form-control:focus {
  border-color: var(--color-primary);
  border-width: 1px;
}

.fluentform .ff-el-form-control:not(textarea) {
  line-height: 2;
  height: 48px !important;
}

.fluentform .ff_upload_btn.ff-btn {
  background: var(--color-gray-50);
  color: var(--color-text);
  border-radius: var(--rounded-normal) !important;
  font-size: var(--text-sm);
}

.fluentform .ff_btn_style {
  padding: 12px 24px;
  margin-top: .8rem;
  border-radius: var(--rounded-normal);
}

.fluentform .ff_btn_style.ff-btn-submit {
  background-color: var(--color-primary) !important;
  font-size: var(--text-md);
}

.fluentform .ff_btn_style.ff-btn-submit:hover {
  background-color: var(--color-primary-700) !important;
}

.fluentform .ff-el-tooltip svg {
  fill: var(--color-primary);
}

.fluentform .ff-message-success {
  background-color: var(--color-primary);
  color: var(--color-light);
  padding: 24px;
  box-shadow: none;
  border-radius: var(--rounded-small) !important;
}

.fluentform .ff-el-turnstile iframe {
  max-width: 100%;
}

.fluentform .error {
  display: inline-block;
  color: var(--color-light);
  background-color: #f56c6c;
  padding: 0px 8px;
  border-radius: var(--rounded-small) !important;
}

footer .fluentform .ff-el-group {
  margin-bottom: 0px;
}

footer .fluentform .ff-el-form-control {
  background-color: transparent;
  border-color: var(--color-light);
}

footer .fluentform .ff-el-form-control:active,
footer .fluentform .ff-el-form-control:focus {
  background-color: transparent;
  border-color: var(--color-light);
}

footer .fluentform .ff_btn_style {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

footer .fluentform .ff_btn_style.ff-btn-submit {
  background-color: var(--color-light) !important;
  color: var(--color-text);
}

/** General >> header **/
body .yith-wcmcs-shortcode {
  margin-top: 0px;
  margin-bottom: 0px;
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list {
  padding: 0px;
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list .yith-wcmcs-selected-currency {
  border: 0px;
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list .yith-wcmcs-selected-currency:before {
  height: 10px;
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list .yith-wcmcs-selected-currency .yith-wcmcs-currency-name {
  font-size: var(--text-md);
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list .yith-wcmcs-selected-currency.yith-wcmcs-shortcode-style--active {
  box-shadow: none;
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown {
  min-width: auto;
  box-shadow: none;
  border-radius: var(--rounded-small);
  border: 1px solid var(--color-background-dark);
  background-color: var(--color-background-dark);
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown .yith-wcmcs-currencies {
  margin: 7px;
}

body .yith-wcmcs-shortcode .yith-wcmcs-currency-list .yith-wcmcs-currencies-dropdown .yith-wcmcs-currencies a .yith-wcmcs-currency-name {
  color: var(--color-light);
}

/** General >> general **/
body {
  overflow-x: hidden;
}

body strong {
  font-weight: var(--font-body-bold);
}

body .hero-button {
  padding: 16px 24px;
  background-color: var(--color-light);
  border-radius: var(--rounded-normal);
  color: var(--color-text) !important;
  font-size: var(--text-md);
  font-weight: 500;
  text-decoration: none !important;
}

body .hero-button:hover {
  background-color: var(--color-text);
  color: var(--color-light) !important;
}

body .cta-blok-footer-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body #page-hero .section-container {
  max-width: var(--w-full);
}

body #page-hero .section-container .bde-heading[size-title="small"] {
  font-size: calc(var(--text-h1)) !important;
}

body #page-hero .section-container .bde-heading[size-title="medium"] {
  font-size: calc(var(--text-h1) * 1.1) !important;
}

body #page-hero .section-container .bde-heading[size-title="big"] {
  font-size: calc(var(--text-h1) * 1.2) !important;
}

body #page-hero .section-container .bde-heading[size-title="huge"] {
  font-size: calc(var(--text-h1) * 1.6) !important;
  line-height: 1.05;
}

@media screen and (max-width: 767px) {
  body #page-hero .section-container .bde-heading[size-title="small"],
  body #page-hero .section-container .bde-heading[size-title="medium"],
  body #page-hero .section-container .bde-heading[size-title="big"],
  body #page-hero .section-container .bde-heading[size-title="huge"] {
    font-size: var(--text-h1) !important;
  }
}

body #page-hero[width-block="500"] .section-container > .inhoud {
  max-width: 500px;
}

body #page-hero[width-block="550"] .section-container > .inhoud {
  max-width: 550px;
}

body #page-hero[width-block="600"] .section-container > .inhoud {
  max-width: 600px;
}

body #page-hero[width-block="650"] .section-container > .inhoud {
  max-width: 650px;
}

body #page-hero[width-block="700"] .section-container > .inhoud {
  max-width: 700px;
}

body #page-hero[width-block="750"] .section-container > .inhoud {
  max-width: 750px;
}

body #page-hero[width-block="800"] .section-container > .inhoud {
  max-width: 800px;
}

body #page-hero[text-align="left"] .section-container > .bde-div {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body #page-hero[text-align="left"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body #page-hero[text-align="left"] .section-container > .bde-div .bde-heading,
body #page-hero[text-align="left"] .section-container > .bde-div .bde-text,
body #page-hero[text-align="left"] .section-container > .bde-div .bde-rich-text {
  text-align: left;
}

body #page-hero[text-align="center"] .section-container > .bde-div {
  -webkit-align-items: center;
  align-items: center;
}

body #page-hero[text-align="center"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: center;
  align-items: center;
}

body #page-hero[text-align="center"] .section-container > .bde-div .bde-heading,
body #page-hero[text-align="center"] .section-container > .bde-div .bde-text,
body #page-hero[text-align="center"] .section-container > .bde-div .bde-rich-text {
  text-align: center;
}

body #page-hero[text-align="right"] .section-container > .bde-div {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

body #page-hero[text-align="right"] .section-container > .bde-div > .bde-div {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

body #page-hero[text-align="right"] .section-container > .bde-div .bde-heading,
body #page-hero[text-align="right"] .section-container > .bde-div .bde-text,
body #page-hero[text-align="right"] .section-container > .bde-div .bde-rich-text {
  text-align: right;
}

body #page-hero[placement="left"] .section-container {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body #page-hero[placement="left"] .section-container .bde-heading,
body #page-hero[placement="left"] .section-container .bde-rich-text {
  text-align: left;
}

body #page-hero[placement="center"] .section-container {
  -webkit-align-items: center;
  align-items: center;
}

body #page-hero[placement="center"] .section-container .bde-heading,
body #page-hero[placement="center"] .section-container .bde-text,
body #page-hero[placement="center"] .section-container .bde-rich-text {
  text-align: center;
}

body #page-hero[placement="right"] .section-container {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

body #page-hero[placement="right"] .section-container .bde-heading,
body #page-hero[placement="right"] .section-container .bde-text,
body #page-hero[placement="right"] .section-container .bde-rich-text {
  text-align: left;
}

body #page-hero[text-color="licht"] .section-container .bde-heading,
body #page-hero[text-color="licht"] .section-container .bde-text,
body #page-hero[text-color="licht"] .section-container .bde-rich-text {
  color: var(--color-light);
}

body #page-hero[text-color="donker"] .section-container .bde-heading,
body #page-hero[text-color="donker"] .section-container .bde-text,
body #page-hero[text-color="donker"] .section-container .bde-rich-text {
  color: var(--color-text);
}

body #page-hero[text-color="donker"] .section-container .hero-slide-buttons .hero-button {
  background-color: var(--color-text);
  color: var(--color-light) !important;
}

body #page-hero[text-color="donker"] .section-container .hero-slide-buttons .hero-button:hover {
  background-color: var(--color-light);
  color: var(--color-text) !important;
}

body #page-hero .hero-slide-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body #page-hero[placement="left"] .section-container,
  body #page-hero[placement="center"] .section-container,
  body #page-hero[placement="right"] .section-container {
    -webkit-align-items: left;
    align-items: left;
  }

  body #page-hero[placement="left"] .section-container .bde-heading,
  body #page-hero[placement="left"] .section-container .bde-text,
  body #page-hero[placement="center"] .section-container .bde-heading,
  body #page-hero[placement="center"] .section-container .bde-text,
  body #page-hero[placement="right"] .section-container .bde-heading,
  body #page-hero[placement="right"] .section-container .bde-text {
    text-align: left;
  }

  body #page-hero[placement="left"] .section-container .bde-repeater-element .ee-posts,
  body #page-hero[placement="center"] .section-container .bde-repeater-element .ee-posts,
  body #page-hero[placement="right"] .section-container .bde-repeater-element .ee-posts {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/** General >> popup shop menu **/
body .wbm-product-categories {
  padding-left: 0px;
}

body .wbm-product-categories ul {
  list-style: none;
  padding-left: 0px;
}

body .wbm-product-categories ul .wbm-category-parent-name {
  font-size: var(--text-sm);
  font-weight: var(--font-body-bold);
}

body .wbm-product-categories ul li {
  margin: 5px 0;
}

body .wbm-product-categories ul li a {
  text-decoration: none;
}

body .wbm-product-categories ul li a:hover {
  text-decoration: none;
}

body .wbm-product-categories > ul {
  max-width: 224px;
}

body .wbm-product-categories > ul > .wbm-category-parent-name {
  display: none;
}

body .wbm-product-categories > ul > li > ul {
  position: absolute;
  left: 248px;
  top: 80px;
  display: none;
}

body .wbm-product-categories > ul > li > ul > li > ul {
  position: absolute;
  left: 248px;
  top: 80px;
  display: none !important;
}

/** General >> Barn Table **/
body.single-product table.wc-product-table thead tr th {
  font-size: calc(var(--text-xs) * 1);
}

body.single-product table.wc-product-table tbody > tr > td {
  font-size: calc(var(--text-xs) * 1);
}

body.single-product table.wc-product-table tbody > tr > td:not(.col-buy) {
  padding-top: 16px;
}

body.single-product table.wc-product-table tbody > tr > td bdi {
  font-size: calc(var(--text-xs) * 1) !important;
}

body.single-product table.wc-product-table tbody > tr > td.col-add-to-cart {
  text-align: inherit;
}

body.single-product table.wc-product-table tbody > tr > td.col-add-to-cart .add-to-cart-wrapper form .add-to-cart-button .quantity input {
  max-width: 80px;
  width: 80px;
}

body.single-product table.wc-product-table tbody > tr > td button[type="submit"] {
  display: none !important;
}

body.single-product .multi-cart-message .cart-success {
  display: none !important;
}

body.single-product .added_to_cart.wc-forward {
  margin-top: var(--gap-normal);
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.75rem 0.75rem;
  gap: 0.75rem 0.75rem;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .add-to-cart-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number {
  display: -webkit-inline-flexbox;
  display: -moz-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  background: #fff;
  border: 0px solid var(--color-dimmed);
  border-radius: 0px;
  overflow: hidden;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number .bde-quantity-button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  line-height: 1;
  background-image: none;
  color: var(--color-primary);
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number .bde-quantity-button::before,
.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number .bde-quantity-button::after {
  content: none;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number .bde-quantity-button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number .bde-quantity-button--dec::after {
  content: "−";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number .bde-quantity-button--inc::after {
  content: "+";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number input.input-text.qty {
  width: 32px;
  height: 40px;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: 600;
  padding: 0;
  font-size: var(--text-sm);
  font-weight: 600;
  -moz-appearance: textfield;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number input.input-text.qty:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--color-primary);
  border-radius: 6px;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number input.input-text.qty::-webkit-outer-spin-button,
.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .quantity.quantity--number input.input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .multi-cart-check {
  display: -webkit-inline-flexbox;
  display: -moz-inline-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: .5rem;
  gap: .5rem;
  margin-top: -5px;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .multi-cart-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .multi-cart-check input[type="checkbox"]:checked + .wpt-multi-checkbox {
  background: var(--color-secondary);
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .multi-cart-check input[type="checkbox"]:checked + .wpt-multi-checkbox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .multi-cart-check input[type="checkbox"]:focus-visible + .wpt-multi-checkbox {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .multi-cart-check .wpt-multi-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-primary);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  background: #fff;
}

@media (max-width: 640px) {
  .add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity {
    grid-template-columns: 1fr;
    grid-gap: .5rem;
    gap: .5rem;
  }

  .add-to-cart-wrapper.multi-cart.no-cart-button.with-quantity .add-to-cart-button {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/* Verberg de 'select all' checkbox in de header van de product table */

.wpt-bulk-select-wrap {
  display: none !important;
}

/** General >> Search v3 **/
body .dgwt-wcas-search-wrapp {
  max-width: var(--w-full);
}

body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
  background: transparent;
  padding: 0px;
}

body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp #dgwt-wcas-search-input-2 {
  border: 1px solid var(--color-primary-100);
  border-radius: var(--rounded-small);
}

body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp #dgwt-wcas-search-input-2:focus {
  border-color: var(--color-primary);
}

body .dgwt-wcas-search-wrapp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button[type="submit"] {
  left: 12px;
  top: 8px;
}

body .dgwt-wcas-suggestions-wrapp {
  max-width: var(--w-full) !important;
}

/** General >> Yith Refunds **/
body .ywcars_button_refund_container {
  margin-top: 12px;
}

body .ywcars_button_refund_container .ywcars_button_refund {
  background-color: var(--color-gray-200);
  padding: 4px 8px;
  font-weight: 300 !important;
  text-decoration: none !important;
}

body .ywcars_button_refund_container .ywcars_button_refund:hover {
  background-color: var(--color-primary);
  color: var(--color-light) !important;
  text-decoration: none !important;
}

body .pp_woocommerce #ywcars_form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: var(--gap-small);
  gap: var(--gap-small);
}

body .pp_woocommerce #ywcars_form .ywcars_block {
  margin: 0px;
}

body .pp_woocommerce #ywcars_form .ywcars_order_title {
  font-size: var(--text-h4);
}

body .pp_woocommerce #ywcars_form .ywcars_form_reason_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

body .pp_woocommerce #ywcars_form #ywcars_form_attachment {
  margin-top: 8px;
}

body .pp_woocommerce #ywcars_form #ywcars_submit_button {
  padding: 12px 24px;
  border: 0px;
  background-color: var(--color-primary);
  color: var(--color-light);
}

body .pp_woocommerce #ywcars_form #ywcars_submit_button:hover {
  background-color: var(--color-secondary);
  cursor: pointer;
}

body .pp_woocommerce .pp_close {
  top: 12px;
  right: 12px;
  background: transparent;
}

body .pp_woocommerce .pp_close:before {
  font-family: var(--font-heading);
  color: var(--color-primary);
  font-size: 18px;
}

body .ywcars_view_request .ywcars_current_status {
  background-color: var(--color-primary);
  color: var(--color-light);
}

body .ywcars_view_request #ywcars_form_attachment {
  margin-top: 12px;
}

body .ywcars_view_request .ywcars_refund_info_message_author {
  background-color: #DDD;
  color: var(--color-gray-900);
  font-size: var(--text-xs) !important;
  font-weight: var(--font-body-normal) !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

body .ywcars_alert {
  background-color: var(--color-primary);
  color: var(--color-light);
}

