@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Firefox specific rule */
@-moz-document url-prefix() { body { /*font-weight: lighter !important;*/ }}

/* GLOBAL BOX-SIZING */
*, *:after, *:before {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;}

/* HTML */
html {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:0!important;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;font-weight: 400;overflow-x: hidden;}
body { font-family: 'Poppins', sans-serif; min-height: 100%; opacity: 1;transition: 1s opacity;background:#fff;color:#272727;margin:0;font-size:14px;line-height:28px;font-weight: 400;}
body.fade-out {opacity: 0;transition: none;}

/* CLEAR */
.clear:before, .clear:after {content:' ';display:table;}
.clear:after {clear:both;}
.clear { *zoom:1;}

/* BASIC */
p {margin:0 0 32px 0;}
img {max-width:100%;height:auto;}
a {text-decoration:none;color:#272727;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
a:focus, a:active {outline:0;}
a:hover {outline:0;text-decoration:none;color:#272727;}
ul, li, lo {list-style: none outside none;padding: 0;margin: 0;}
article li {padding-left: 1em;text-indent: -.7em;list-style: disc inside none;}
i.fa, .fa, .fas, .fab {color:#4B8E23; font-weight: bold;}


/* STRUCTURE */
section {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
blockquote {font-weight:600;font-size:18px;}

/* HEADINGS */
h1 {font-size:42px;line-height: 63px;}
h2 , .cta-title {font-size:45px;line-height: 68px; font-weight: 700;}
h3, .footer-top .footer-title , .woocommerce div.product .product_title {font-size:35px;line-height: 53px;font-weight: 700;}
h4 {font-size:25px;line-height: 38px;}
h5 {font-size:20px;}
h6 {font-size:14px;line-height: 21px;}
h1, h2, h3, h4, h5, h6 {margin:0;}

/* LOGO */
.logo {display: inline-block;height: auto;}
.logo img {height: auto;width: 100%;max-width:100%;transition: max-width .3s;-webkit-transition: max-width .3s;-moz-transition: max-width .3s;-o-transition: max-width .3s;}

/* HEADER */
header {z-index: 999;width:100%;position:relative;padding:0px 0 0 0;}
.header-desktop .header-contact {text-align: right;}
.header-desktop .header-contact li {display:inline-block;margin: 0 0 0 45px;line-height: 21px;font-weight: 600;}
.header-desktop .header-contact li i {margin:0 15px 0 0;color: #00296B;font-size: 25px;line-height: 32px;vertical-align: middle;}
.header-desktop .header-contact-button {display: inline-block;background: linear-gradient(to right, #64B334 , #4B8E23);padding: 8px 26px;border-radius: 5px;color:#fff;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);max-width: 268px;}

/* MENU */
nav {display: block;width: 100%;padding-top: 0;margin: 0;}
#saleswizardnav {width: auto;}
#saleswizardnav > ul > li {display: inline-block;line-height: 1;}
#saleswizardnav > ul > li > a {font-size:16px;text-decoration: none;padding:13px 32px;color: #fff;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;display:block;font-weight: 400;line-height: 24px;}
#saleswizardnav > ul > li > a:hover {/*! color:#4B8E23; */}
#saleswizardnav > ul > li:first-child a {padding-left:0;}
#saleswizardnav > ul > li:last-child > a {padding-right:0;}
#saleswizardnav > ul > li.current_page_item a {/*! font-weight:bold; */}
#saleswizardnav li:hover > ul {display:block;}
#saleswizardnav ul ul {display:none;position: absolute;left:0;background:#4B8E23;min-width:230px;z-index: 9;font-size: 14px;text-align: left;padding: 10px 0;}
#saleswizardnav ul ul a {color:#fff;text-decoration: none;padding:10px 20px;display: block;}
#saleswizardnav ul ul li {-webkit-transition: background 0.4s ease 0s;-moz-transition: background 0.4s ease 0s;-o-transition: background 0.4s ease 0s;transition: background 0.4s ease 0s;}
#saleswizardnav ul ul li:hover {/*! background:#fff; */}
#saleswizardnav ul ul li:hover > a {/*! color:#4B8E23; */}
#saleswizardnav ul ul ul {left:100%;top:0;position: absolute;}
.winkelmand-link {display:none;}

/* HERO HOMEPAGE */
.hero {height:600px;position:relative;background-position: center;background-size:cover;}
.hero .hero-inner {/*! background:rgba(0,0,0,.5); */width:100%;height:100%;display:flex;align-items:flex-start;padding: 120px 0;}
.hero .hero-inner a {display: inline-block;background: linear-gradient(to right, #64B334 , #4B8E23);padding: 8px 26px;border-radius: 5px;color: #fff;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);max-width: 268px;font-weight: 600;line-height: 21px;}
.hero .hero-inner h1, .hero .hero-inner p, .hero .hero-inner a {color:#fff;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeIn;animation-name: fadeIn;}

/* HEADER VERVOLGPAGINA */
.page-hero {padding:100px 0 50px 0;position: relative;display:flex;align-items: center;background-color:#eee;background-size: cover;background-position: center;min-height: 217px;}

/* FOOTER */
footer {background:#272727;color:#fff;margin-top:25px;font-size: 15px;line-height: 45px;font-weight: 300;float: left;width: 100%;}
footer .top-footer {padding:55px 0;}
footer .top-footer .footer-title {font-size:20px;text-transform: uppercase;font-weight:bold;margin-bottom:15px;display: block;line-height: 25px;}
footer .top-footer a, footer .bottom-footer a {color:#fff;}
footer .top-footer a:hover {/*! color:#4B8E23; */}
footer .bottom-footer a:hover {/*! color:#363636; */}
footer .bottom-footer {/*! background:#4B8E23; */padding:0 0 40px 0;}
footer .bottom-footer p {margin:0;font-size:12px;line-height: 25px;}

/* CONTACTFORMULIER */
.wpcf7 {padding:0;position:relative;}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 input[type="number"] {height:40px;font-size:14px;padding:10px;border:none;background:#E8E8E8;font-family: 'Open Sans', sans-serif;width:100%;margin-bottom:15px;font-weight: 300;color: #000000;}
.wpcf7 input[type="checkbox"] {width:auto;height:auto;font-size:14px;width:100%;}
.wpcf7 textarea {height:105px;resize:none;font-size: 14px;padding: 10px;border: none;background: #E8E8E8;font-family: 'Open Sans', sans-serif;width: 100%;margin-bottom: 15px;font-weight: 300;color: #000;}
.wpcf7 button[type="submit"],.glsr-button.button.btn.btn-primary {position:relative;border:none;font-size:14px;cursor:pointer;appearance: none;-webkit-appearance: none;font-family: 'Poppins', sans-serif;display: inline-block;background: linear-gradient(to right, #64B334 , #4B8E23);padding: 6px 34px;border-radius: 5px;color: #fff;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);font-weight: 600;line-height: 21px;}
.wpcf7 button[type="submit"] i {color:#fff;position:absolute;left:10px;top:10px;font-size:14px;}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {outline:0;}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {opacity:1;}
.wpcf7 .wpcf7-list-item {font-size:14px;}
.wpcf7 .wpcf7-list-item a {color:#4B8E23;}
.wpcf7 .wpcf7-list-item, .wpcf7 .wpcf7-list-item input {margin:0;width:auto;}
.wpcf7 .row {margin-left:-15px;margin-right:-13px;}
.wpcf7 .col-md-4,.wpcf7 .col-md-6, .wpcf7 .col-md-12 {padding:0 13px;}
.wpcf7-form-control-wrap {position:relative;}
.wpcf7-not-valid-tip {color:#f00;position:absolute;right:10px;font-size:75%;}
.wpcf7-response-output {}
.screen-reader-response {display:none;}

/* SCROLL TOP */
#sw-scroll {position:fixed;right:10px;bottom:10px;cursor:pointer;width:50px;height:50px;background-color:rgba(0,0,0, 0.8);text-indent:-9999px;display:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;z-index: 99;}
#sw-scroll span {position:absolute;top:50%;left:50%;margin-left:-8px;margin-top:-12px;height:0;width:0;border:8px solid transparent;border-bottom-color:#ffffff;}
#sw-scroll:hover {background-color:#000;opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)";}

/* CONTACT INFO WIDGET */
ul.contact-info-widget.vertical {margin-bottom: 25px;margin-left:25px;}
ul.contact-info-widget li {;display:block;color: #fff;text-indent: 0;}
ul.contact-info-widget li:nth-child(3) {margin-bottom:20px;}
ul.contact-info-widget a {color:#fff;transition: color .3s;-webkit-transition: color .3s;-o-transition: color .3s;-moz-transition: color .3s;}
ul.contact-info-widget a:hover {/*! color:#4B8E23; */}
ul.contact-info-widget li.info-title {padding-left: 0;}
ul.contact-info-widget li i.fa, ul.contact-info-widget li i.fab {margin: 0 0 0 -40px;width: 40px;text-align: center;color: #64B334;}
ul.contact-info-widget li span.infotxt {font-weight: bold;}

/* MISC */
a.tb_infolink {display: none !important;}
a.tb_refreshlink {margin: 0 !important;padding: 2px !important;height: 20px !important;width: 20px !important;background-color: #e8e8e8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius: 50%;}
div.tb_tools {background:none !important;}
span.tb_author, span.tb_msg {color: #8a8a8a;}
body .wpcf7-form.submitting .ajax-loader{visibility:visible !important}
body .ajax-loader{margin-top:15px}

/* SEARCH */
.zoekresultaat, .bericht {margin-bottom:50px;}
.zoekresultaat .button, .bericht .bericht-button {display: inline-block;background: linear-gradient(to right, #64B334 , #4B8E23);padding: 5px 25px;border-radius: 5px;color: #fff;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.zoekresultaat p, .bericht p {margin:15px 0;}

/* WORDPRESS CORE */
.alignnone {margin:5px 20px 20px 0;}
.aligncenter, div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {margin:5px 20px 20px 0;}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
.wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone {margin:5px 20px 20px 0;}
.wp-caption.alignleft {margin:5px 20px 20px 0;}
.wp-caption.alignright {margin:5px 0 20px 20px;}
.wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption .wp-caption-text, .gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
/* PAGINA EFFECT BIJ MOBIELE MENU WEERGAVE */
/* body page.blur {-webkit-filter: blur(3px);-moz-filter: blur(3px);-o-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);  } */
body page.blur * {pointer-events: none;}
body page {transition: all 0.2s ease;}
page {width: 100%;top: 0px;min-height: 100%;position: relative;margin: 0 auto;padding: 0;display: block;}

/* MOBIELE MENU */
.header-nav-mob {position: fixed;top: 0;/* left: -100vw; */right: -270px;opacity:0;z-index: 999999;background:linear-gradient(to bottom,#64B334 , #4B8E23);width: 270px;height: 100%;padding-top: 15px;padding-right: 15px;padding-left:25px;font-size: 18px;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;overflow-y: scroll;z-index: -1;box-shadow: 0 3px 6px rgba(0,0,0,0.16);cursor: pointer;}
.header-nav-mob .current-menu-item {font-weight: bold;}
.header-nav-mob.active {right: 0;opacity:1;z-index: 9999999;}
.header-nav-mob ul li a {color: #fff;line-height: 3em;font-size:18px;}
.header-nav-mob ul li {text-align:left;}
.header-nav-mob > ul > li {border-bottom:0px solid #12b5ff;}
.header-nav-mob ul ul li a {font-size:14px;}
.header-nav-mob ul li ul {padding-left: 10px;}
.header-nav-mob i {color:#fff;}
.header-menu-button {display: none; position: absolute; top:28px;right:15px;z-index: 9999; color: #fff; font-size: 20px; cursor: pointer; font-weight: bold; text-transform: uppercase;padding:0;}
.header-menu-button span { display: inline-block; float: right;  }
.header-menu-button i { color: #fff; font-size: 30px; }
li .sub_menu_icon:before {content:"\f107";font-family:"Font Awesome 5 Free";font-weight:bold;text-align:right;display: block;color: #fff;line-height: 2.8em;font-size: 18px;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.has-sub ul {display:none;}
.has-sub {position: relative;}
.has-sub .sub_menu_icon {position: absolute;top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;width: 20%;height: 3em;position: absolute;top: 0;right: 15px;cursor: pointer;margin-right:0px;padding: 0px !important;}
.sub_menu_icon {display:none;}
.has-sub .has-sub ul {display:none;}
.mobile_active ul {display:block;}
.header-nav-mob li .rotate:before{-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);}
#mobile-close {color:#fff;text-align:left;display:inline-block;position: relative;width:auto;font-size:0;font-weight:bold;margin-bottom: 15px;float:right;text-transform: uppercase;padding:10px;width:40px;height:40px;display:flex;align-items: center;justify-content: center;}
.header-mob-phone {position: absolute;right:145px;top:25px;line-height:normal;}
.header-mob-phone i {color:#64B334;font-size: 25px;line-height: 32px;}

/* HAMBURGER MENU ICOON */
#nav-icon {width:35px;height:25px;position:relative;margin:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
#nav-icon span {display:block;position:absolute;height:5px;width:100%;background:#00296B;opacity:1;left:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;border-radius: 2px;}

#nav-icon span:nth-child(1) {top:0;}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {top:10px;}
#nav-icon span:nth-child(4) {top:20px;} 
#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(4) {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);display: none;}
#nav-icon.open span:nth-child(2) {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
#nav-icon.open span:nth-child(3) {-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}

/* RESPONSIVE MEDIA QUERIES */
@media screen and (min-width:992px) {
	.header-mob {display:none;}
}
@media screen and (max-width: 991px) {
	header {position:fixed;top:0;background:#fff;box-shadow: 0 3px 6px rgba(0,0,0,0.16);}
	.fixedHeader header {box-shadow:0 3px 6px rgba(0,0,0,0.16);}
	section.main-content {margin-top:81px;}
	.header-mob, .header-mob .header-menu-button {display:block;}
	.header-desktop {display:none;}
	.header-mob {text-align: center;float: left;width: 100%;padding: 14px 0;line-height: normal;}	
	.header-mob .logo { width: 187px; float: left; margin-left: 15px; }
	.header-mob-email { position: absolute; right: 85px; top: 25px; line-height: normal; }
	.header-mob-email i { color: #00296B; font-size: 25px; line-height: 32px;}
	.header-nav-mob .main, .header-nav-mob div { float: left; width: 100%; }
	#mobile-close::before {content: "\f00d";font-size: 35px;line-height: 40px;font-family: "Font Awesome 5 Free";font-weight: 700;}
}
@media screen and (max-width:768px) {
	h1 {font-size:26px;line-height: 39px;}
	h2, .cta-title {font-size:27px;line-height: 40px;}
	h3, .footer-top .footer-title , .woocommerce div.product .product_title {font-size:30px;line-height: 46px;}
	h4 {font-size:18px;}
	h5 {font-size:16px;}
	h6 {font-size:14px;}
}
/* CSS3 ANIMATIES */
@-webkit-keyframes fadeIn {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes fadeIn {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
/* PRINTEN VAN PAGINA */
@media print{blockquote,img,pre,tr{page-break-inside:avoid;}*{background:0 0!important;color:#000!important;text-shadow:none!important;-webkit-text-shadow:none!important;-moz-text-shadow:none!important}a,a:visited{text-decoration:underline;}a[href]:after{content:" (" attr(href) ")";}abbr[title]:after{content:" (" attr(title) ")";}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";}blockquote,pre{border:1px solid #999;}thead{display:table-header-group;}img{max-width:100%!important;}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}}

/* BOOTSTRAP GRID */
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1240px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1270px;}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-phone-alt:before{content:"\f879"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-home:before{content:"\f015"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-paper-plane:before{content:"\f1d8"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-check:before{content:"\f00c";}.fa-clock:before{content:"\f017";}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.fa-filter:before{content:"\f0b0";}
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

.header-desktop > .container > .row {
  align-items: center;
  padding: 10px 0;
}
.header-desktop > .container > .row .col-md-3:nth-of-type(1) {
  line-height: 0;
}
.header-desktop > .container > .row .col-md-2 {
  padding: 0;
}
.woocommerce-product-search .screen-reader-text {
  display: none;
}
.woocommerce-product-search input {
  width: 100%;
  max-width: 215px;
  border: 1px solid #DBDAD8;
  background: #fff;
  border-radius: 5px;
  color: #3B3B3B;
  font-size: 12px;
  line-height: 18px;
  outline: none;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}
.woocommerce-product-search {
  display: inline-block;
  position: relative;
}
.woocommerce-product-search input::placeholder {
  opacity: 1;
}
.woocommerce-product-search button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0;
}
.woocommerce-product-search button::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #C1C1C1;
  font-size: 19px;
}
.header-desktop .header-contact li:first-child {
  margin-left: 0;
}
.header-navigation {
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  z-index: 0;
}
.header-navigation::before {
  content: "";
  width: 91%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #64B334 , #4B8E23);
  z-index: -1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.hero .hero-inner p {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin: 25px 0 30px 0;
  max-width: 1050px;
}
ul.contact-info-widget li.info-title h2 {
  font-size: 15px;
  font-weight: 300;
  line-height: 45px;
}
.right {
  text-align: right;
}
footer .bottom-footer .right p a {
  margin-left: 15px;
}
footer .bottom-footer .right p a:nth-of-type(1) {
  margin-left: 0;
}
footer .top-footer .menu li {
  position: relative;
  padding-left: 15px;
}
footer .top-footer .menu li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  color: #64B334;
}
.center {
  text-align: center;
}
.footer-top .footer-title {
  display: block;
  padding: 21px 65px 40px 0px;
  position: relative;
}
.footer-top .widget_text {
  max-width: 820px;
  margin: auto;
  padding: 90px 0;
}
.footer-top .footer-title::after {
  content: "";
  width: 83px;
  height: 83px;
  background-image: url('/wp-content/uploads/Offerte_afbeelding.jpg');
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.wpcf7-form.init p {
  display: block;
}
.hero .hero-inner .container::before {
  content: "";
  width: 218px;
  height: 210px;
  background-image: url('/wp-content/uploads/Circulair-DUBOPLUS_Logo@2x.png');
  position: absolute;
  right: -20px;
  top: 70px;
  background-size: cover;
}
.hero .hero-inner .container {
  position: relative;
}
.page-hero h1 {
  color: #fff;
  font-size: 35px;
  line-height: 53px;
  text-transform: capitalize;
}
.breadcrumb , .woocommerce .woocommerce-breadcrumb {
  padding: 35px 0;
}
.breadcrumb p,.breadcrumb a , .woocommerce .woocommerce-breadcrumb , .woocommerce .woocommerce-breadcrumb a {
  margin: auto;
  color: #D8D8D8;
  line-height: 21px;
}
.green-check li {
  padding-left: 30px;
  text-indent: 0;
  list-style: none;
  line-height: 30px;
  position: relative;
}
.green-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #64B334;
  font-size: 15px;
}
.header-top .green-check li {
  display: inline-block;
  font-size: 13px;
  padding-left: 20px;
  margin-right: 2.7%;
}
.header-top .green-check li::before {
  font-size: 13px;
}
.header-top .green-check li:last-child {
  margin-right: 0;
}
.header-top {
	padding: 6px 0;
}
.green-box .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 5px;
  height: 100%;
  margin-bottom: 35px;
}
.home-green-box {
  margin-top: -60px;
}
.green-box h2 {
  background: linear-gradient(to left, #64B334 , #4B8E23);
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
}
.green-box .wpb_single_image {
  margin-bottom: 20px;
}
.green-box .wpb_text_column {
  padding: 0 20px;
  font-size: 12px;
  line-height: 18px;
  min-height: 75px;
  margin-bottom: 20px;
}
.green_btn .vc_general.vc_btn3 , .green_btn .vc_general.vc_btn3:hover , .green_btn .vc_general.vc_btn3:focus , .cta .widget a {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background: linear-gradient(to right, #64B334 , #4B8E23);
  padding: 7px 55px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  line-height: 21px;
}
.blue_btn .vc_general.vc_btn3,.blue_btn .vc_general.vc_btn3:hover,.blue_btn .vc_general.vc_btn3:focus {
  font-size: 12px;
  line-height: 18px;
  color: #00296B;
  background: transparent;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding: 0px !important;
  border: 0;
}
.blue_btn .vc_general.vc_btn3 .vc_btn3-icon {
  right: 0 !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  line-height: 18px;
  color: #00296B;
  font-size: 12px;
  top: auto;
  transform: none;
  margin-left: 3px;
}
.green-box .blue_btn.vc_btn3-inline {
  display: block;
  text-align: center;
  padding: 0 20px;
}
.review-box h3 {
  color: #fff;
}
.review-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.20);
}
.review-box {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  overflow: visible !important;
}
.blue {
  color: #00296B;
  margin-bottom: 10px;
}
.page > .cta , .review-box .glsr-default .glsr-review .glsr-review-author::before {
	display: none;
}
.cta {
  background-image: url('/wp-content/uploads/Duboplus-dak.png');
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
}
.cta .widget {
  padding: 30px 0 31px 0;
  color: #fff;
}
.cta .widget p {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 10px auto;
}
.cta .widget a {
  padding: 8px;
  max-width: 366px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cta .wpb_widgetised_column.wpb_content_element {
	margin-bottom: 0;
}
.orderby {
  background: #fff;
  border: 1px solid #DBDAD8;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  color: #706A6A;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-indent: 0;
  padding-left: 0;
  list-style: none;
}
.woocommerce ul.products li.product a img {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.woocommerce ul.products li.product a .wrapper_product_thumbnail {
  position: relative;
}
.product_sale_badge {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #64B334;
  color: #fff;
  padding: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 21px;
  min-height: 42px;
}
.woocommerce ul.products li.product .price {
  text-align: right;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #64B334;
}
.woocommerce-MyAccount-navigation ul li {
  border: 1px solid rgba(0,0,0,.1);
  list-style: none;
  padding: 5px 15px;
  text-indent: 0;
  border-bottom-width: 0;
  font-size: 18px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom-width: 1px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
}
.woocommerce .cart .button,.woocommerce .cart .button:hover , .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] , .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
  background: linear-gradient(to left, #64B334 , #4B8E23);
  color: #fff !important;
  border: none;
  font-size: 22px;
  font-weight: 400;
}
.checkout-button.button.alt.wc-forward,.checkout-button.button.alt.wc-forward:hover , .woocommerce a.button, .woocommerce a.button ,.woocommerce a.button:hover {
  background: linear-gradient(to left, #64B334 , #4B8E23);
  color: #fff;
}
.woocommerce a.add_to_cart_button,.woocommerce a.add_to_cart_button:hover,.woocommerce a.add_to_cart_button:focus {
  display: block;
  background: linear-gradient(to right, #3665B2, #00296B);
  padding: 8px 30px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  line-height: 21px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.woocommerce a.afrfqbt.add_to_cart_button:after,
.woocommerce a.add_to_cart_button i {
  position: absolute;
  right: 15px;
  top: auto;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  bottom: auto;
  margin: auto;
}
.woocommerce a.afrfqbt.add_to_cart_button:after {content:"\f05a";font-family:"Font Awesome 5 Free";font-weight:900;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
   float: left;
   width: 48%;
   -ms-flex: 0 0 48%;
   flex: 0 0 48%;padding:0;
   max-width: 48%;    
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	float:right;
}
.woocommerce-Address-title.title {
  position: relative;
}
.woocommerce-account .addresses .title .edit {
  background: linear-gradient(to left, #64B334 , #4B8E23);
  color: #fff;
  font-size: 16px;
  padding: 0px 15px;
  border-radius: 5px;
}
.woocommerce-address-fields input , .edit-account input , .woocommerce-billing-fields__field-wrapper input ,
.woocommerce-form.woocommerce-form-login input[type="text"], .woocommerce-form.woocommerce-form-login input[type="password"] {
  height: 40px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.1);
  font-size: 16px;
  background: transparent;
}
.woocommerce button.button,.woocommerce button.button:hover, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order , .woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
  background: linear-gradient(to left, #64B334 , #4B8E23);
  color: #fff;
  font-weight: 400;
  border: none;
  padding: 10px;
  border-radius: 5px;
	
	font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 7px 55px;
}
.select2-selection.select2-selection--single {
  border: 1px solid rgba(0,0,0,.1);
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single span {
  height: 100%;
  line-height: 40px !important;
  font-size: 16px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input ,
.select2-container--default .select2-selection--single .select2-selection__arrow { 
	top: 5px; 
}
.woocommerce-input-wrapper,.woocommerce form .form-row .select2-container {
  height: 40px;
  display: block;
  line-height: 40px;
}
.edit-account .woocommerce-Button.button {
	margin-top: 40px;
}
.woocommerce-additional-fields__field-wrapper textarea {
	padding: 10px;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 16px;
	min-height: 135px;
	font-family: 'Lato', sans-serif;
}
.cart_totals h2 {
	margin-bottom: 20px;
}
#order_review_heading {
	margin: 25px 0;
	font-weight: 600;
}
.woocommerce-info {
  border-top-color: #00296B;
}
.woocommerce-info::before {
  color: #00296B;
}
.woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-MyAccount-content {
  float: right;
  width: 70%;
  padding-left: 50px;
}
.woocommerce {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.footer-top {
  float: left;
  width: 100%;
}
.review-box .glsr-default .glsr-review {
  max-width: 350px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  padding: 22px 40px 15px;
  margin-bottom: 20px;
}
.review-box .glsr-default .glsr-reviews {
  display: flex;
  margin-top: 25px;
  width: 100%;
  justify-content: center;
}
.review-box .glsr-default .glsr-review p {
  font-weight: 300;
  line-height: 20px;
}
.review-box .glsr-default .glsr-review .glsr-review-author {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
.related.products , .products-box ul li.product .price {
	display: none;
}
.products-box ul li.product {
  margin: 0 30px 2.992em 0;
  width: 23.15%;
  float: left;
  position: relative;
}
.products-box ul li.product.last {
  margin-right: 0;
}
.products-box ul li.product .wrapper_product_thumbnail {
  padding-top: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-box ul li.product .woocommerce-loop-product__title {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background: linear-gradient(to left, #64B334 , #4B8E23);
  font-size: 11px !important;
  line-height: 21px !important;
  text-align: center !important;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 0 !important;
}
.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_single_image-wrapper img {
  display: block;
  width: 100%;
}
.woocommerce.widget_product_search.widget {
  margin-bottom: auto;
}
.posted_in {
  color: #00296B;
  font-weight: 500;
}
.posted_in a {
  color: #00296B;
  font-weight: 400;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #64B334;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: right;
  margin-top: 15px;
}
.woocommerce .quantity .qty {
  width: 100px;
  border: 1px solid #DBDAD8;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 0;
  text-align:center;
  background:#fff;
}
.wpcf7 .woocommerce .quantity .qty {width:100%;}
.woocommerce-product-details__short-description {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding-top: 25px;
  margin-bottom: 40px;
  font-size: 15px;
  float: left;
  width: 100%;
}
.woocommerce div.product form.cart .button {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  width: 288px;
  padding: 11px;
  margin-left: 10px;
  text-align:center;
}
.woocommerce div.product form.cart .button:after {
  content: "\f1ec";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left:5px;
}
.wp-post-image {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.flex-control-nav.flex-control-thumbs {
  margin-top: 15px !important;
  margin-left: -15px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.widget-woof h3 {
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 20px;
}
.woof_container_inner_categories h4 {
  color: #00296B;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 5px auto;
}
.woof_container_inner_categories ul li {
  text-indent: 0;
  margin: auto !important;
  color: #3B3B3B;
  font-size: 15px;
  font-weight: 400;
  padding: 0 !important;
}
.woof_container_inner_categories ul li input , .woof_container_inner_categories ul li label .woof_radio_count {
  display: none;
}
.woof_container_inner_categories ul li label {
  margin: auto;
}
.woof_radio_term_reset_visible {
  display: none !important;
}
.woof_container_inner_categories ul li label.woof_radio_label_selected {
  color: #64B334;
  font-weight: 400;
  text-decoration: underline;
}
.container.prodadesc {
  padding: 0;
}
.prodadesc .product_meta {
  float: left;
}
.prodadesc .price {
  float: right;
  margin-top: 0 !important;
}
.woocommerce div.product .prodadesc .product_title {
  margin-bottom: 50px;
}
.uspsarea .footer-title {
  font-size: 20px;
  color: #272727;
  font-weight: 700;
}
.uspsarea h3 {
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  font-weight: 500;
  margin-right: 30px;
}
.uspsarea p {
  display: inline-block;
  margin: auto;
}
.uspsarea a {
  font-size: 14px;
  font-weight: 600;
}
.uspsarea a i {
  color: #00296B;
  font-size: 20px;
  margin-right: 10px;
  line-height: 27px;
}
.border-innerpage {
  margin-top: 30px;
  padding: 20px 0;
  column-count: 2;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.woocommerce-tabs.wc-tabs-wrapper.container {
  padding: 0;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 30px;
  padding-top: 50px;
}
.woocommerce-tabs.wc-tabs-wrapper .col-md-6:nth-of-type(1) {
  border-right: 1px solid #D8D8D8;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper h4,.woocommerce-product-attributes-item__label {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 30px;
  font-weight: 700;
}
.woocommerce-Tabs-panel ul {
  margin-bottom: 30px;
}
.woocommerce-Tabs-panel {
  padding-right: 40px;
}
.uspsarea {
  margin-top: 50px;
}
.woocommerce div.product form.cart div.quantity {
  position: relative;
}
.woocommerce div.product form.cart div.quantity::after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  background: #DBDAD8;
  position: absolute;
  right: 0;
  top: 0;
  color: #3B3B3B;
  line-height: 35px;
  width: 25px;
  text-align: center;
  pointer-events: none;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount::before ,.woocommerce div.product p.price .woocommerce-Price-amount.amount::before , .woocommerce div.product span.price  .woocommerce-Price-amount.amount::before {
	content: "Vanaf";
	font-size: 12px;
	color: #3B3B3B;
	font-weight: 400;
	margin-right: 10px;
}
.woocommerce div.product p.price .woocommerce-Price-amount.amount::before , .woocommerce div.product span.price  .woocommerce-Price-amount.amount::before {
	font-size: 18px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-product-details__short-description p {
  margin-bottom: 25px;
}
.woocommerce div.product form.cart div.quantity::before {
  content: "Aantal:";
  font-size: 16px;
  margin-right: 15px;
  font-weight: 400;
}
.blue-text {
  color: #00296B;
  font-weight: 700;
}



@media screen and (max-width:767px) {

.hero {
  height: 580px;
}
.hero .hero-inner {
  padding: 55px 0;
}
.hero .hero-inner .container::before {
  width: 85px;
  height: 85px;
  right: 0;
  top: 60px;
}
.hero .hero-inner p {
  font-size: 19px;
  line-height: 29px;
}
.cta {
  text-align: center;
}
.cta .widget p {
  font-size: 18px;
  line-height: 27px;
}
.cta .widget a {
  margin-top: 70px;
}
.vc_btn3-container.green_btn.vc_btn3-right {
  text-align: center;
}
.green_btn .vc_general.vc_btn3, .green_btn .vc_general.vc_btn3:hover, .green_btn .vc_general.vc_btn3:focus, .cta .widget a , .products-box ul li.product , .woocommerce ul.products li.product a img , .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
}
.review-box .glsr-default .glsr-reviews {
  display: block;
}
.review-box .glsr-default .glsr-review {
  margin-left: auto;
  margin-right: auto;
}
.footer-top .footer-title {
  padding-right: 0;
}
.footer-top .footer-title::after {
  display: none;
}
.bottom-footer .col-md-6 {
  width: 50%;
}
footer .top-footer .menu {
  margin-bottom: 45px;
}
.woocommerce div.product form.cart .button {
	width: 100%;
	margin-top: 15px;
	margin-left: 0;
}
.pro_area .woof_sid_widget {
  display: none;
}
.pro_area .active .woof_sid_widget {
  display: block;
}
.pro_area .widget.widget-woof h3 {
  text-align: center;
  padding-bottom: 70px;
  position: relative;
}
.pro_area .widget.widget-woof h3::before {
  content: "\f1de";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #D8D8D8;
  margin: auto;
  line-height: 46px;
  border-radius: 5px;
  color: #00296B;
  font-size: 30px;
  cursor: pointer;
}
.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-ordering select { width: 100%;}
}

@media screen and (min-width:767px) and (max-width:991px) {

.hero .hero-inner .container::before {
  width: 85px;
  height: 85px;
  top: 15px;
}
.green-box .blue_btn.vc_btn3-inline {
  padding: 0;
}
h2, .cta-title {
  font-size: 40px;
  line-height: 50px;
}
.products-box ul li.product {
  width: 22.8%;
  margin-right: 20px;
}
.products-box ul li.product .wrapper_product_thumbnail {
  padding-top: 60px;
}
.add_to_cart_button, .add_to_cart_button:hover, .add_to_cart_button:focus {
  font-size: 11px;
}
.green_btn .vc_general.vc_btn3, .green_btn .vc_general.vc_btn3:hover, .green_btn .vc_general.vc_btn3:focus, .cta .widget a {
  padding: 7px 9px;
}
.review-box .glsr-default .glsr-reviews {
  gap: 2rem;
}
footer {
  font-size: 13px;
}
.woocommerce div.product form.cart .button {
	margin-left: 0;
	margin-top: 15px;
}
}


@media screen and (min-width:992px) and (max-width:1200px) {

.header-top .green-check li {
  font-size: 11px;
  margin-right: 1.6%;
}
.header-desktop .header-contact li {
  margin-left: 20px;
  font-size: 11px;
}
.header-desktop .header-contact li i {
  margin-right: 10px;
  font-size: 16px;
}
.hero .hero-inner .container::before {
  top: 30px;
  width: 150px;
  height: 150px;
}
.products-box ul li.product {
  width: 22.55%;
}
.green_btn .vc_general.vc_btn3, .green_btn .vc_general.vc_btn3:hover, .green_btn .vc_general.vc_btn3:focus, .cta .widget a {
  padding: 7px 39px;
}
}




@media screen and (min-width:1200px) and (max-width:1269px) {
.header-desktop .header-contact li {
  margin-left: 35px;
}
.header-top .green-check li {
  margin-right: 4%;
}
.products-box ul li.product {
  margin-right: 28px;
}	
}

div.af_quote_fields {width:100%;}
tr.woocommerce-cart-form__quote-item.cart_item > td {border-top:1px solid #f2f2f2;}
button#afrfq_update_quote_btn {float: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    padding: 7px 15px;
    margin-bottom: 30px;background:#000f52;}