/********* 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;
}


/* 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 */