/********* Compiled - Do not edit *********/
:root{--color-primary:#3f612d;--color-gradient-start:#3f612d;--color-gradient-stop:#3f612d;--color-link:#3f612d;--color-link-hover:#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:Roboto;font-weight:400;line-height:1.8;font-size:18px;color:#000000;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:Roboto;font-weight:700;line-height:1.4em;font-size:48px;color:#3f612d;}.h2,h2{font-family:Roboto;font-weight:700;line-height:1.4em;font-size:38px;color:#3f612d;}.h3,h3{font-family:Roboto;font-weight:700;line-height:1.6em;font-size:26px;color:#3f612d;}.h4,h4{font-family:Roboto;font-weight:700;line-height:1.7em;font-size:23px;color:#3f612d;}.h5,h5{font-family:Roboto;line-height:1.8;font-size:19px;color:#3f612d;}.h6,h6{font-family:Roboto;line-height:1.8;font-size:16px;color:#3f612d;}.titlebar-inner h1{}.titlebar-inner p{}.titlebar-inner{padding-top:80px;padding-bottom:80px;}.titlebar{background-image:url( ../2018/09/bg-scaled.jpg);background-size:cover;background-position:center center;}@media screen and (max-width: 1199px){.main-header .navbar-header{background:rgb(255, 255, 255);}.main-header .ld-module-trigger, .main-header .ld-search-form .input-icon{color:rgb(0, 0, 0);}.main-header .nav-trigger .bar{background-color:rgb(0, 0, 0);}body[data-mobile-nav-style=classic] .navbar-collapse, body[data-mobile-nav-style=minimal] .navbar-collapse{background:rgb(246, 246, 246);color:rgb(0, 0, 0);}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;}}/* Hides .fibosearch on mobile screens */
@media (max-width: 767px) {
  .fibosearch {
    display: none;
  }
}

/* Vertically centers .fibosearch on desktop screens */
.fibosearch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full viewport height for vertical centering */
}




.main-nav .link-txt .txt {
    font-weight:700;
}





/* 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;
}


/* De qnty and add to cart button */

/* Adjusting the parent container */
.woocommerce div.product form.cart {
    position: relative;
}

/* Adjusting the quantity box */
.woocommerce div.product form.cart .quantity {
    position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
}

/* Adjusting the button */
.woocommerce div.product form.cart .button {
    position: relative;
    display: inline-block;
    margin-left: 100px !important; /* This value might need adjustment */
}

/* Adjusting the height of the quantity input */

/* Adjusting the quantity input to make it match with the button height */
.woocommerce div.product form.cart .quantity .input-text.qty.text {
    height: 52px !important;
    line-height: 52px !important; /* This will help vertically center the number */
    padding: 0 10px !important; /* Left and right padding */
    font-size: 16px !important; /* Adjust font-size if needed */
    border: 2px solid #e5e5e5 !important;
}
 
 
/* Move the Add to Cart button closer to the quantity input */
.woocommerce div.product form.cart .button {
    margin-left: 75px !important; /* You can decrease this value to bring it closer */
}

/* De qnty and add to cart button, einde */