<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  */

body {
  font-family: "Titillium Web", sans-serif !important;
}

ul {
  padding-left: 0;
}

.bfm-icon svg {
  width: 16px;
  height: 16px;
}

.bfm-icon {
  display: flex;
}

.topbarmainiconswrapper {
  display: flex;

  gap: 20px;
}

.bfm-icontekstwrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;
}

/* downloads  */
.manualtopbox .topbox a {
  align-items: start;
}

.topbox__catalogus,
.topbox__catalogus * {
  background-color: #f79421;
  fill: white;
  color: white !important;
}

.manualtopbox .topbox h3 {
  margin-bottom: 0px;
}

li.topbox {
  flex-direction: column;
  align-items: start;
}

li.topbox h3 {
  display: block;
  width: 100%;
}

.bfm-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.bfm-downloads img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  object-position: center;
}

.bfm-downloads li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.bfm-downloads li {
  border: 1px solid #d5d5d5;
  padding: 15px;
}

.bfm-downloads li a {
  color: #242424;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: max-content;
  justify-self: stretch;
  align-self: stretch;
  justify-content: space-between;
  fill: #f79421;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .bfm-downloads li:nth-child(odd):not(.topbox__catalogus) {
    background-color: #f9f9f9;
  }

  .bfm-downloads {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    padding-left: 0 !important;
  }

  .bfm-downloads li:not(:last-of-type) {
    border: 1px solid #d5d5d5;
    border-bottom: 0px !important;
    padding: 15px;
  }
}

/* product loop  */

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img,
.e-loop-item img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

li.product {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.woocommerce div.product-type-variable p.price {
  display: block !important;
}

.woocommerce div.product-type-variable p.price .oocommerce-Price-amount .amount bdi,
.amount bdi * {
  font-size: 16px !important;
}

.elementor-grid .product-type-variable .price .woocommerce-Price-amount.amount:nth-of-type(2) {
  font-size: 16px !important;
}

/* category sidebar */

.toggleicon .bfm-icon {
  transition: transform 0.1s ease-in-out;
  transform: rotate(0deg); /* Ensure this base state is clear */
}

.toggleicon.rotate-icon .bfm-icon {
  transform: rotate(180deg); /* This is the modified state */
}

.current-icon {
  transform: rotate(0);
  transform: rotate(180deg);
}

.all-categories {
  padding: 15px;
  border: 1px solid #d5d5d5;
}

.toggle-categories-mobile .bfm-icon {
  display: none;
}

.toggle-categories-mobile {
  border-bottom: 0px !important;
  background-color: #f79421;
  color: white;
}

.toggle-categories-mobile a {
  color: white;
}

.toggle-categories-mobile svg {
  fill: white;
}

.categories-sidebar-mobile {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .toggle-categories-mobile {
    border-width: 0px !important;
  }

  .all-categories {
    display: none;
    border-top: 0px;
  }

  .toggle-categories-mobile .bfm-icon {
    display: block;
  }
}

.all-categories a {
  color: #242424;
}

.all-categories ul {
  padding-left: 10px !important;
}

.all-categories li {
  list-style-type: none !important;
}

.all-categories li:not(:last-of-type) {
  margin-bottom: 5px;
}

ul.sub-categories-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}

.cat-current &gt; a {
  font-weight: bold;
}

.sub-categories-visible {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.sub-categories-visible li {
  margin-top: 5px;
}

.sub-categories-visible li:last-of-type {
  margin-bottom: 10px;
}

.toggle-categories-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid lightgray;
}

.toggle-categories-mobile a {
  font-size: 16px;
  font-weight: bold;
}

/* request quote */

.cart-empty.woocommerce-info {
  display: none;
}

p.return-to-shop {
  display: none;
}

.yith-ywraq-mail-form-wrapper br {
  height: 0px !important;
  display: none;
}

/* #yith-ywraq-form * {
  border: 0 !important;
} */

#yith-ywraq-form .table.shop_table {
  border: 0px solid lightgray !important;
}

#yith-ywraq-form .yith-ywrq-table-list {
  border: 1px solid lightgray !important;
}

#yith-ywraq-form table {
  margin-bottom: 0px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#yith-ywraq-form table th,
#yith-ywraq-form table td {
  border: 0 !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px !important;
  box-shadow: none;
}

#dynamicTotalValueDisplay {
  text-align: right;
  padding-block: 10px;
  padding-inline: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}

.yith-ywraq-mail-form-wrapper {
  padding: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: #242424 !important;
  color: white !important;
  border-radius: 0 !important;
  padding: 15px 30px !important;
}

/* shortcode archive products top */

.archiveproductstop h1,
nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a {
  font-size: 24px !important;
  margin: 0;
  color: #242424 !important;
}

.archiveproductstop h2 {
  font-size: 16px;
  margin-top: 5px;
  color: gray;
  font-weight: 400;
}

form.woocommerce-ordering {
  display: none;
}

.products-top-flex-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .archiveproductstop h1,
  nav.woocommerce-breadcrumb,
  nav.woocommerce-breadcrumb a {
    font-size: 16px !important;
    margin: 0;
    color: #242424 !important;
  }

  .products-top-flex-container {
    flex-wrap: wrap;
  }

  .elementor-240 .elementor-element.elementor-element-a4fb3c0.elementor-wc-products ul.products li.product {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    max-width: 100% !important;
  }

  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .elementor-wc-products ul.products {
    grid-row-gap: 10px !important;
    grid-column-gap: 10px !important;
  }

  .woocommerce-loop-product__title {
    font-size: 16px !important;
  }

  li.product span.price * {
    font-size: 16px !important;
  }

  li.product span.woocommerce-Price-amount.amount {
    margin-bottom: 0;
  }

  .price &gt; span {
    display: block !important;
  }

  span.price {
    display: flex !important;
    flex-direction: column;
  }

  .woocommerce-Price-amount .woocommerce-Price-amount bdi::after {
    content: "excl.BTW/st.";
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-left: 3px;
  }
}

/* favorieten - wishlist */

.yith-wcwl-share,
.wishlist-title-container {
  display: none;
}

@media screen and (max-width: 768px) {
  .wishlist_view {
    margin-left: 0px !important;
  }
}

.yith-ywraq-list-content {
  display: none !important;
}

.related-products-by-tag {
  border: 1px solid gray;
  display: inline-block;
  padding: 15px;
}

.related-products-by-tag p {
  font-weight: bold;
}

/* prijzen */

/* single product */

.single_add_to_cart_button {
  display: block !important;
}

.bfm-add-to-cart-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.bfm-add-to-cart-wrapper input[type="number"] {
  border-color: #f69323;
  border-radius: 0;
  padding: 12px 3px;
  vertical-align: top;
  margin-right: 0;
  width: 3.631em;
  text-align: center;
}

.bfm-add-to-cart-wrapper button {
  background-color: transparent !important;
  background-image: url(/wp-content/uploads/2022/03/Button_v_3-1.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 14px 0 !important;
  border-radius: 0 !important;
  padding-left: 25px !important;
  padding-right: 83px !important;
  color: white !important;
  border: 0px !important;
  font-weight: bold;
  max-height: 50px;
  line-height: 1;
}

/* sidebar hide cats */

.hide-category {
  display: none !important;
}
</pre></body></html>