/********* Compiled - Do not edit *********/
@font-face {
font-family:"Blank River";
src:url(../fonts/Blank.woff2), url(../fonts/Blank.woff), url(../fonts/Blank%20River.ttf);font-weight:;
font-display:swap;
}
:root{--color-primary:#000000;--color-gradient-start:#000000;--color-gradient-stop:#000000;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Poppins;font-weight:400;line-height:1.7em;font-size:15px;color:#000000;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:Poppins;font-weight:400;line-height:1.2em;font-size:55px;color:#000000;}.h2,h2{font-family:Poppins;font-weight:400;line-height:1.2em;font-size:37px;color:#000000;}.h3,h3{font-family:Poppins;font-weight:400;line-height:1.25em;font-size:26px;color:#000000;}.h4,h4{font-family:Poppins;font-weight:400;line-height:1.45em;font-size:24px;color:#000000;}.h5,h5{font-family:Poppins;font-weight:400;line-height:1.5em;font-size:20px;color:#000000;}.h6,h6{font-family:Poppins;font-weight:400;line-height:1.5;font-size:18px;color:#000000;}.titlebar-inner h1{}.titlebar-inner p{}.titlebar-inner{padding-top:70px;padding-bottom:70px;}.titlebar{background-color:#2d2d2d;background-image:url( ../2020/02/global-slider-3@2x-scaled-1.jpg);background-size:cover;}@media screen and (max-width: 1199px){body[data-mobile-nav-style=classic] .navbar-collapse, body[data-mobile-nav-style=minimal] .navbar-collapse{background:rgb(255, 255, 255);color:rgb(0, 0, 0);}body[data-mobile-nav-style=modern]:before{background:rgb(1, 33, 90);}ul.nav.main-nav > li > a, ul.nav.main-nav > li > a:hover, .main-nav .children > li.active > a, .main-nav .children > li.current-menu-item > a, .main-nav .children > li.current-menu-ancestor > a, .main-nav .children > li:hover > a, .nav-item-children > li.active > a, .nav-item-children > li.current-menu-item > a, .nav-item-children > li.current-menu-ancestor > a, .nav-item-children > li:hover > a{color:inherit !important;}}.woocommerce-breadcrumb {
  display: none;
}

.single-product span.sku_wrapper {
    display: none !important;
}

.product_meta { display: none; }


/* de btw op /afrekenen dat die btw te groot is. FIxed :)     */

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
    font-size: inherit !important;
}


















/* Spinner buttons (plus/min) verbergen indien jQuery UI spinner gebruikt wordt */
.woocommerce .ui-spinner .ui-button{
  display:none !important;
}
.woocommerce .ui-spinner{ border:0; }

/* =========================
   VARIABELE PRODUCTEN
   ========================= */

/* Variaties (Weight) blijven bovenaan netjes */
.woocommerce form.variations_form .variations,
.woocommerce form.variations_form .variations tbody,
.woocommerce form.variations_form .variations tr,
.woocommerce form.variations_form .variations td{
  display:block;
  width:100%;
}

/* Alleen qty + add to cart naast elkaar */
.woocommerce form.variations_form .woocommerce-variation-add-to-cart{
  display:flex;
  align-items:stretch;
  gap:14px;
  margin-top:12px;
}

.woocommerce form.variations_form .woocommerce-variation-add-to-cart .quantity{
  margin:0 !important;
  flex:0 0 130px; /* qty breder */
}

.woocommerce form.variations_form .woocommerce-variation-add-to-cart .quantity .qty{
  width:100% !important;
  height:52px !important;
  line-height:52px !important;
  padding:0 12px !important;
  font-size:16px !important;
  border:2px solid #e5e5e5 !important;
}

.woocommerce form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  margin:0 !important;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1; /* knop pakt resterende breedte */
}

/* =========================
   SIMPELE PRODUCTEN
   ========================= */

/* Alleen op simple products: qty + knop naast elkaar */
.woocommerce div.product.product-type-simple form.cart{
  display:flex;
  align-items:stretch;
  gap:14px;
  margin-top:12px;
}

.woocommerce div.product.product-type-simple form.cart .quantity{
  margin:0 !important;
  flex:0 0 130px; /* qty breder */
}

.woocommerce div.product.product-type-simple form.cart .quantity .qty{
  width:100% !important;
  height:52px !important;
  line-height:52px !important;
  padding:0 12px !important;
  font-size:16px !important;
  border:2px solid #e5e5e5 !important;
}

/* Add to cart knop simple product */
.woocommerce div.product.product-type-simple form.cart .single_add_to_cart_button{
  margin:0 !important;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1;
}