@charset "UTF-8";
@keyframes slide-down{0%{-webkit-transform:translateX(0px) translateY(-120%);transform:translateX(0px) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}@-webkit-keyframes slide-down{0%{-webkit-transform:translateX(0px) translateY(-120%);transform:translateX(0px) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}header{display:block;width:100%;position:relative;top:0;left:0;right:0;margin-bottom:0;background-color:#ffffff;box-shadow:0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);z-index:999}header .navbar-wrapper{padding:25px 0}header .navbar-wrapper>.container{display:flex;justify-content:space-between;align-items:center}header .navbar-wrapper>.container .navbar-brand img{vertical-align:middle;max-width:350px}@media screen and (max-width:500px){header .navbar-wrapper>.container .navbar-brand img{max-width:200px}}@media screen and (max-width:400px){header .navbar-wrapper>.container .navbar-brand img{max-width:130px}}header .navbar-wrapper>.container .navbar-brand>a:visited{text-decoration:none}header .navbar-wrapper>.container .navbar-brand>a:hover{text-decoration:none}header .navbar-wrapper>.container .navbar-contact ul{display:flex;align-items:center;margin:0;padding:0}header .navbar-wrapper>.container .navbar-contact ul li{list-style:none;margin:0 30px;position:relative}header .navbar-wrapper>.container .navbar-contact ul li span{font-size:16px;font-style:normal;font-weight:700;line-height:30px}header .navbar-wrapper>.container .navbar-contact ul li:first-child::after{content:"";border-right:1px solid #1d1d1b;opacity:0.15;display:block;height:50px;position:absolute;top:-10px;right:-30px}header .navbar-wrapper>.container .navbar-contact ul li:last-child{margin-right:0}header .navbar-wrapper>.container .navbar-contact ul li i{margin:0 10px}header .navbar-wrapper>.container .navbar-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:-webkit-transform 0.6s;transition:-webkit-transform 0.6s;transition:transform 0.6s;transition:transform 0.6s, -webkit-transform 0.6s;z-index:9999999}@media only screen and (min-width:1200px){header .navbar-wrapper>.container .navbar-toggler{display:none}}header .navbar-wrapper>.container .navbar-toggler .burger-bars{position:relative;width:30px;height:2.5px;background:#000}header .navbar-wrapper>.container .navbar-toggler .burger-bars:before{top:-10px;content:"";position:absolute;width:30px;height:100%;background:inherit;left:0;transform-origin:center center;transition:transform 0.25s ease, top 0.25s ease, bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars:after{bottom:-10px;content:"";position:absolute;width:30px;height:100%;background:inherit;left:0;transform-origin:center center;transition:transform 0.25s ease, top 0.25s ease, bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active{background:transparent}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:before{transform:rotate(45deg);top:0;width:30px;background:#FFD22B}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:after{transform:rotate(-45deg);bottom:0;width:30px;background:#FFD22B}header .navbar-wrapper>.container .navbar-toggler .navbar-toggle-title{margin-left:5px}header .navbar{background-color:#FAFAFA;height:70px;display:flex;align-items:center}@media only screen and (max-width:1200px){header .navbar{display:none}}header .navbar .nav-bar{padding-left:0;padding-right:0}header .navbar .nav-bar ul{padding:0;margin:0}header .navbar .nav-bar ul.navbar-nav{display:flex;justify-content:space-between}header .navbar .nav-bar ul.navbar-nav li{list-style:none;position:relative}header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:block}@media only screen and (max-width:1200px){header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:none}}header .navbar .nav-bar ul.navbar-nav>li{display:inline-block;line-height:1}header .navbar .nav-bar ul.navbar-nav>li>a{font-size:20px;font-style:normal;font-weight:500;line-height:30px;text-decoration:none;padding:15px;color:#222222;display:block;text-transform:capitalize;-webkit-transition:color 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out;-o-transition:color 0.15s ease-in-out;transition:color 0.15s ease-in-out}header .navbar .nav-bar ul.navbar-nav>li:first-child a{padding-left:0}header .navbar .nav-bar ul.navbar-nav>li:last-child>a{padding-right:0}header .navbar .nav-bar ul.navbar-nav>li.current_page_item{margin-top:10px}header .navbar .nav-bar ul.navbar-nav>li.current_page_item>a{color:black;border:1px solid #1d1d1b;border-radius:5px;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children.active{margin-top:10px}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children.active>a{color:black;border:1px solid #1d1d1b;border-radius:5px;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:30px}header .navbar .nav-bar ul.navbar-nav>li.current_page_parent>a{color:#506a83}header .navbar .nav-bar ul.navbar-nav>li.current_page_ancestor>a{color:#506a83}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span{position:relative}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span:after{content:url(/wp-content/uploads/ICON-dropdown-caret.svg);font-weight:bold;font-size:12px;margin-left:10px;position:absolute;top:50%;transform:translateY(-50%);color:black}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children:hover>a>span:after{transform:translateY(-50%) rotate(180deg)}header .navbar .nav-bar ul.navbar-nav ul{display:none;position:absolute;left:0;background:#172e43;min-width:230px;z-index:9;font-size:14px;text-align:left;box-shadow:0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);border-bottom-left-radius:5px;border-bottom-right-radius:5px}header .navbar .nav-bar ul.navbar-nav 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}header .navbar .nav-bar ul.navbar-nav ul li a{color:#fff;text-decoration:none;padding:15px;display:block}header .navbar .nav-bar ul.navbar-nav ul li:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}header .navbar .nav-bar ul.navbar-nav ul li:hover{background:#d3dce5}header .navbar .nav-bar ul.navbar-nav ul li:hover>a{color:#172e43}header .navbar .nav-bar ul.navbar-nav ul li.current_page_item{background:#d3dce5}header .navbar .nav-bar ul.navbar-nav ul ul{left:100%;top:0;position:absolute;box-shadow:0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);border-bottom-left-radius:5px;border-bottom-right-radius:5px}header.sticky-nav{-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.2);box-shadow:0 5px 20px rgba(0, 0, 0, 0.2);position:fixed !important;z-index:1000;top:0;left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-duration:0s;transition-duration:0s}@media only screen and (min-width:1200px){header.sticky-nav .navbar-usps{display:none}}header.sticky-nav .navbar-usps{display:none}header.slide-down{-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation:slide-down 0.7s ease forwards;animation:slide-down 0.7s ease forwards}li.standaard-cart{margin:0 0 0 30px}li.standaard-cart .cart-menu-inner{display:flex}li.standaard-cart .cart-menu-inner .cart-contents-count{background-color:red;color:white;border-radius:100%;width:22px;height:22px;display:flex;justify-content:center;align-items:center;position:absolute;top:-18px;right:-12px}li.standaard-cart .cart-menu-inner .cart-svg{width:25px}li.quote-li{margin:0 0 0 15px}li.quote-li .afrq-menu-item{display:flex;align-items:center;position:relative}li.quote-li .afrq-menu-item::after{content:"";display:inline-block;width:25px;height:25px;background:url("/wp-content/uploads/quote-request.png") no-repeat center;background-size:contain;flex:0 0 25px}@media screen and (max-width:1368px){li.quote-li .afrq-menu-item::after{padding-left:5px}}li.quote-li .afrq-menu-item .totalitems{background-color:red;color:white;border-radius:100%;width:22px;height:22px;display:flex;justify-content:center;align-items:center;padding-left:0;font-size:80%;position:absolute;top:-15px;right:-10px}li.quote-li .afrq-menu-item .dashicons{display:none}.mobile-cart .cart-menu .cart-menu-inner{position:relative;display:flex;align-items:center}.mobile-cart .cart-menu .cart-menu-inner .cart-contents-count{background-color:red;color:white;border-radius:100%;padding:2px 5px 2px 5px;font-size:80%;width:22px;height:22px;display:flex;justify-content:center;align-items:center;position:absolute;top:-15px;right:-12px}@media screen and (max-width:1200px){.mobile-cart .cart-menu .cart-menu-inner .cart-svg{width:25px;height:25px}}.navbar-usps{padding:10px 0;background-color:#1d1d1b}.navbar-usps .usp{color:white}@media screen and (max-width:992px){.navbar-usps .usp{display:flex;align-items:center;justify-content:center;font-size:16px;font-style:normal;font-weight:300;line-height:normal}}.navbar-usps .usp i{color:#ffd22b;margin-right:5px}.comment-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next{float:right;text-align:right;width:50%}.comment-content.card-block{padding:20px}@media only screen and (min-width:1200px){.close_sidenav,.toggle_sub_menu{display:none}}@media only screen and (max-width:1200px){.site-header .navbar-wrapper .navbar-contact{display:none}body.scrolling-off{overflow:hidden}.sidenav{border-top:none;height:100vh;width:100vw;position:fixed;z-index:999999;top:0;right:-100%;bottom:0;background-color:rgba(0, 0, 0, 0.7);overflow:hidden;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;visibility:hidden;opacity:0}.sidenav .container{padding:0}.sidenav .nav-bar{background:#fff;width:100%;height:100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;position:absolute;top:0;right:-100%;bottom:0;box-shadow:30px 40px 30px 30px rgba(0, 0, 0, 0.3);overflow-x:hidden;display:flex;flex-direction:column;padding-bottom:400px}.sidenav .nav-bar .navbar-nav{display:block;padding-left:15px;flex:1}.sidenav ul.navbar-nav ul{display:none;position:relative;background:#FAFAFA;box-shadow:unset;padding-left:0;margin-right:15px}.sidenav ul.navbar-nav ul li a{color:#6A6A65;padding:0px 0px 10px 15px;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.sidenav ul.navbar-nav ul ul{display:none;position:relative;background:transparent;box-shadow:unset}.sidenav ul.navbar-nav ul .toggle_sub_menu{height:27px}.sidenav ul.navbar-nav>li.menu-item-has-children>a>span,.sidenav ul.navbar-nav>li>a>span{font-family:"Space Grotesk", sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:30px}.sidenav ul.navbar-nav>li.menu-item-has-children>a:after,.sidenav ul.navbar-nav>li>a:after{content:none}.sidenav ul.active{display:block}ul li{display:block;width:100%;position:relative;padding:10px 0}ul>.toggle_sub_menu.rotate i{transform:rotate(90deg)}.sidenav-contact{margin:0 15px;position:fixed;bottom:0;padding-bottom:20px;width:91%}.sidenav-contact .sidenav-contact__phone{display:flex;margin-bottom:15px;padding-bottom:15px;font-size:22px;font-weight:700;color:#1d1d1b;text-decoration:none;width:100%;border-bottom:1px solid #DDDDDD;align-items:center}.sidenav-contact .sidenav-contact__phone .sidenav-contact__help-label{font-family:"Space Grotesk", sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:30px}.sidenav-contact .sidenav-contact__phone .sidenav-contact__phone-icon::after{content:url(/wp-content/uploads/ICON-telefoon-zwart.svg);margin:0 15px}.sidenav-contact .sidenav-contact__phone .sidenav-contact__phone-number{font-family:"Space Grotesk", sans-serif;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.sidenav-contact .btn{width:100%}.sidenav.sidenav-expanded{visibility:visible;opacity:1;right:0;top:203px;display:block}.sidenav.sidenav-expanded .nav-bar{right:0}.toggle_sub_menu{position:absolute;top:-2px;right:0;display:flex;align-items:center;justify-content:center;width:50px;height:50px;transform:rotate(270deg)}.toggle_sub_menu>i{transform:rotate(90deg)}.toggle_sub_menu.rotate>i{transform:rotate(-90deg) !important}.close_sidenav{display:none;font-size:32px;color:#506a83;text-align:right;cursor:pointer;position:absolute;top:5px;right:15px;line-height:1}}@media screen and (max-width:1200px){.sidenav.sidenav-expanded{top:222px}}@media screen and (max-width:992px){.sidenav.sidenav-expanded{top:233px}}@media screen and (max-width:500px){.sidenav.sidenav-expanded{top:206px}}.sidenav-contact{background-color:white}@media screen and (max-width:1200px){.sidenav-contact{width:97%}}@media screen and (max-width:900px){.sidenav-contact{width:96%}}@media screen and (max-width:700px){.sidenav-contact{width:95%}}@media screen and (max-width:500px){.sidenav-contact{width:94%}}@media screen and (max-width:400px){.sidenav-contact{width:92%}}.mobile-cart,.mobile-offerte{display:none}@media screen and (max-width:1200px){.mobile-cart,.mobile-offerte{display:block}}.mobile-cart img,.mobile-offerte img{transform:scale(2)}body.scrolling-off .mobile-toggler{background:black}.mobile-toggler{display:none}@media screen and (max-width:1200px){.mobile-toggler{display:block}}@media screen and (max-width:1200px){.mobile-toggler{display:flex;height:45px;width:45px;padding-left:5px;border:1px solid black;border-radius:5px;justify-content:center}}.wcc-search{position:relative}@media screen and (max-width:992px){.wcc-search{display:none}}.wcc-search::before{content:"";display:block;width:100%;height:100%;position:absolute;top:35%;left:8%;background-image:url(/wp-content/uploads/ICON-search.svg);background-repeat:no-repeat;pointer-events:none}.wcc-search input[type="search"]{border:none !important;background-color:#FAFAFA !important;border-radius:5px !important;padding:15px 50px !important;height:50px !important;margin-bottom:0 !important}.mobile-wcc-search{display:none;position:relative;z-index:100}@media screen and (max-width:992px){.mobile-wcc-search{display:block}}.mobile-wcc-search::before{content:"";display:block;width:10%;height:100%;position:absolute;top:35%;left:15px;background-image:url(/wp-content/uploads/ICON-search.svg);background-repeat:no-repeat}.mobile-wcc-search input[type="search"]{border:none !important;background-color:#FAFAFA !important;border-radius:5px !important;padding:15px 50px !important;height:50px !important;margin-bottom:0 !important;width:100%}.hero{position:relative;text-align:center;height:1100px;padding:25px 75px;margin-bottom:50px;background-color:#1d1d1b;border-bottom-right-radius:50px;display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:1450px){.hero{justify-content:unset;gap:50px}}@media screen and (max-width:1200px){.hero{height:1700px}}@media screen and (max-width:769px){.hero{padding:25px;height:1500px}}@media screen and (max-width:500px){.hero{height:1400px}}.hero .hero-inner{width:80%;height:100%;display:flex;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:right;border-radius:5px;max-height:550px;position:relative}@media screen and (max-width:2300px){.hero .hero-inner{width:78%}}@media screen and (max-width:2300px){.hero .hero-inner{width:75%}}@media screen and (max-width:2300px){.hero .hero-inner{width:72%}}@media screen and (max-width:1700px){.hero .hero-inner{width:69%}}@media screen and (max-width:1450px){.hero .hero-inner{width:60%}}@media screen and (max-width:1200px){.hero .hero-inner{width:100%}}@media screen and (max-width:992px){.hero .hero-inner{max-height:300px}}@media screen and (max-width:769px){.hero .hero-inner{background-position:center}}.hero .hero-inner::after{content:"";display:block;position:absolute;width:75%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%)}.hero .hero-inner .container{z-index:99;margin-left:25px;text-align:left;max-width:30%}@media screen and (max-width:992px){.hero .hero-inner .container{max-width:100%}}@media screen and (max-width:400px){.hero .hero-inner .container{margin-left:0}}.hero .hero-right-blocks{max-width:28%}@media screen and (max-width:1450px){.hero .hero-right-blocks{max-width:35%}}@media screen and (max-width:1200px){.hero .hero-right-blocks{max-width:100%;width:100%;display:flex;justify-content:space-between}}@media screen and (max-width:1025px){.hero .hero-right-blocks{flex-direction:column;justify-content:unset;align-items:center}}.hero .hero-right-blocks .hero-right-item{width:424px;height:261px;border-radius:5px;background-color:white;display:flex;justify-content:flex-end;position:relative}@media screen and (max-width:500px){.hero .hero-right-blocks .hero-right-item{max-width:95%;max-height:200px}}@media screen and (max-width:500px){.hero .hero-right-blocks .hero-right-item{max-width:100%}}.hero .hero-right-blocks .hero-right-item:after{content:url(/wp-content/uploads/AFSNIJDEN-VORM.svg);position:absolute;width:100%;height:100%;right:-5%}@media screen and (max-width:500px){.hero .hero-right-blocks .hero-right-item:after{width:83%;overflow:hidden}}.hero .hero-right-blocks .hero-right-item:first-child{margin-bottom:25px}.hero .hero-right-blocks .hero-right-item:first-child .hero-right-image img{height:100%;object-fit:cover;object-position:right center}.hero .hero-right-blocks .hero-right-item:last-child::after{z-index:9}.hero .hero-right-blocks .hero-right-item:last-child .hero-right-image img{z-index:10}.hero .hero-right-blocks .hero-right-item .hero-right-text-div{position:absolute;left:15px;top:15%;width:60%;text-align:left;z-index:99}@media screen and (max-width:400px){.hero .hero-right-blocks .hero-right-item .hero-right-text-div{top:15%;width:70%}}@media screen and (max-width:350px){.hero .hero-right-blocks .hero-right-item .hero-right-text-div{width:80%}}.hero .hero-right-blocks .hero-right-item .hero-right-text-div h3{font-size:28px;font-style:normal;font-weight:700;line-height:40px}@media screen and (max-width:500px){.hero .hero-right-blocks .hero-right-item .hero-right-text-div h3{font-size:22px;margin-bottom:10px}}.hero .hero-right-blocks .hero-right-item .hero-item-button{content:url(/wp-content/uploads/ICON-pijl-wit.svg);width:50px;height:50px;padding:15px;background-color:#1d1d1b;border:1px solid #1d1d1b;border-radius:5px}.hero .hero-right-blocks .hero-right-item .hero-item-button:hover{content:url(/wp-content/uploads/ICON-pijl-zwart.svg);background-color:white}.hero .hero-right-blocks .hero-right-item .hero-right-image{max-width:211px;display:flex;align-items:flex-end;background-color:#ffd22b;border-radius:5px}@media screen and (max-width:500px){.hero .hero-right-blocks .hero-right-item .hero-right-image{max-width:150px}}@media screen and (max-width:400px){.hero .hero-right-blocks .hero-right-item .hero-right-image{max-width:140px}}@media screen and (max-width:350px){.hero .hero-right-blocks .hero-right-item .hero-right-image{max-width:115px}}.hero h1{color:#ffffff;margin:0;text-shadow:0px 3px 6px rgba(0, 0, 0, 0.3);font-size:60px}@media only screen and (max-width:768px){.hero h1{font-size:32px}}.hero p{color:#ffffff;margin:0;text-shadow:0px 3px 6px rgba(0, 0, 0, 0.3);font-size:18px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:30px}@media only screen and (max-width:768px){.hero p{font-size:24px;margin-bottom:30px}}@media screen and (max-width:400px){.hero p{font-size:18px;margin-bottom:15px}}.hero-category-toggle{width:100%}.hero-category-toggle .vc_section{padding-left:0;padding-right:0}.hero-category-toggle .wpb-wrapper-tta-toggle{}.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle-wrapper{position:absolute;right:0;border:1px solid #fff;border-radius:5px}.hero-category-toggle .wpb-wrapper-tta-toggle ul{padding-left:0;display:flex;justify-content:space-between}.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta-panel-body{padding:0 !important;height:auto !important;overflow:visible !important}.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta-panel-body>.woocommerce{padding-bottom:50px;overflow:hidden}@media screen and (max-width:768px){.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta-panel-body>.woocommerce{padding-bottom:100px}}.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta-panel-body .hero-cat-title{text-align:left}.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta-panel-body .hero-cat-title h2{color:white}@media screen and (max-width:525px){.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta-panel-body .hero-cat-title h2{font-size:24px;max-width:25%}}.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track{overflow:unset}.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track .product-category.product{margin-top:50px;height:190px;border-radius:5px;border:1px solid rgba(255, 255, 255, 0.15);position:relative;display:flex;flex-direction:column;justify-content:center}.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track .product-category.product:hover{border:1px solid #ffd22b}.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track .product-category.product a{display:flex;flex-direction:column;height:100%;justify-content:center}.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track .product-category.product a img{width:auto;height:auto;max-height:100%;max-width:110px;object-fit:contain;margin:0 auto}.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track .product-category.product a h2{color:white;font-size:18px;font-style:normal;font-weight:500;line-height:30px;position:absolute;left:0;bottom:-75px}@media (max-width:400px){.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track .product-category.product a h2{font-size:16px}}.hero-category-toggle .wpb-wrapper-tta-toggle .splide__track .product-category.product a h2 mark{display:none}.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle{position:absolute;inset:0;background:transparent !important;border:none;box-shadow:none;cursor:pointer;z-index:3;width:118px;height:100%;margin:0}@media screen and (max-width:375px){.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle{width:98px}}@media screen and (max-width:350px){.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle{width:79px}}.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle:before{height:100%;width:118px;left:118px;top:0}@media screen and (max-width:375px){.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle:before{width:98px;left:98px}}@media screen and (max-width:350px){.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle:before{width:79px;left:80px}}.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle-title{position:relative;z-index:1;pointer-events:none;flex:1;text-align:center;padding:15px 25px;font-size:18px;font-style:normal;font-weight:500;line-height:normal;color:#fff;background:transparent;border-radius:5px}@media screen and (max-width:375px){.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle-title{padding:15px}}@media screen and (max-width:350px){.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle-title{padding:6px}}.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta.vc_general .vc_tta-panel{display:none}.hero-category-toggle .wpb-wrapper-tta-toggle .vc_tta.vc_general .vc_tta-panel.vc_active{display:block}.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle-wrapper:has(.wpb-tta-toggle:not(.wpb-tta-toggle-active)) .wpb-tta-toggle-title:first-of-type{background:#fff;color:#000}.hero-category-toggle .wpb-wrapper-tta-toggle .wpb-tta-toggle-wrapper:has(.wpb-tta-toggle.wpb-tta-toggle-active) .wpb-tta-toggle-title:last-of-type{background:#fff;color:#000}.hero-category-toggle.light-toggle-bg h2,.hero-category-toggle.light-toggle-bg .wpb-tta-toggle-title{color:black !important}.hero-category-toggle.light-toggle-bg .wpb-wrapper-tta-toggle .wpb-tta-toggle-wrapper:has(.wpb-tta-toggle:not(.wpb-tta-toggle-active)) .wpb-tta-toggle-title:first-of-type,.hero-category-toggle.light-toggle-bg .wpb-wrapper-tta-toggle .wpb-tta-toggle-wrapper:has(.wpb-tta-toggle.wpb-tta-toggle-active) .wpb-tta-toggle-title:last-of-type{background:black;color:white !important}.hero-category-toggle.light-toggle-bg .wpb-wrapper-tta-toggle .splide__track .product-category.product{border:1px solid black}.hero-category-toggle.light-toggle-bg .bmf-cat-arrow{filter:invert(1)}.wpb-tta-toggle:before{height:35px;width:105px;left:90px;background-color:transparent}.wpb-tta-toggle.wpb-tta-toggle-active:before{left:-15px}#hero-page{position:relative;height:200px;background-color:#172e43;background-size:cover;background-position:center;margin-bottom:25px;display:none}#hero-page .hero-inner{width:100%;height:100%;display:flex;align-items:center}#hero-page .hero-inner h1{margin:0;color:#fff}#hero_slider{display:block;position:relative;height:400px}#hero_slider .splide__track{height:100%}.hero_btn_container{display:flex;gap:25px;margin-top:25px}.my-slider-progress{display:none}@media screen and (max-width:768px){.my-slider-progress{background:#939393;height:5px;width:100%;display:block;position:absolute;bottom:-75px;border-radius:5px}.my-slider-progress-bar{background:white;height:100%;width:0;transition:width 400ms ease;border-radius:5px}}body .product-cat-pages{display:none}body.archive.tax-product_cat .product-cat-pages{display:block}body.archive.tax-product_cat .product-cat-pages .category-bottom-section{background-color:#FAFAFA;padding:75px 0 50px}.above-footer{padding-bottom:50px}@media only screen and (max-width:480px){.above-footer{margin-top:30px}}.above-footer .above-footer-usps>.row{justify-content:space-between;padding:0 15px}.above-footer .above-footer-usps>.row .vc_column_container{border:1px solid #DDD;border-radius:5px;padding:25px;max-width:24%}@media screen and (max-width:1200px){.above-footer .above-footer-usps>.row .vc_column_container{max-width:49%;flex:0 0 49%;margin-bottom:15px}}@media screen and (max-width:768px){.above-footer .above-footer-usps>.row .vc_column_container{max-width:100%;flex:0 0 100%}}.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner{padding:0 0 15px 0}@media screen and (max-width:1368px){.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner{padding:0 0 50px 0}}@media screen and (max-width:1200px){.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner{padding:0}}@media screen and (max-width:992px){.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner{padding:0 0 15px 0}}@media screen and (max-width:768px){.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner{padding:0}}.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner .wpb_text_column{margin-bottom:0}.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner .wpb_text_column .wpb_wrapper{display:flex;flex-direction:column;justify-content:space-between;height:116px}.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner .wpb_text_column .usp-image-with-title{display:flex;align-items:center;margin-bottom:10px}.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner .wpb_text_column .usp-image-with-title img{margin-right:25px}.above-footer .above-footer-usps>.row .vc_column_container .vc_column-inner .wpb_text_column .usp-image-with-title p{margin-bottom:0}.above-footer .above-footer-contact{display:none !important;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;border-radius:5px;padding:100px 40px;margin:0 -75px}@media screen and (max-width:1500px){.above-footer .above-footer-contact{margin:0}}@media only screen and (max-width:1200px){.above-footer .above-footer-contact{margin:0}}@media only screen and (max-width:500px){.above-footer .above-footer-contact{padding:50px 15px}}.above-footer .above-footer-contact::after{content:"";background-color:#000000BF;position:absolute;width:100%;height:100%;top:0;left:0;z-index:10;visibility:visible;border-radius:5px}.above-footer .above-footer-contact>.row{z-index:11}.above-footer .above-footer-contact>.row .vc_column_container:first-child{max-width:31%;flex:0 0 31%;display:flex;align-items:center}@media only screen and (max-width:1200px){.above-footer .above-footer-contact>.row .vc_column_container:first-child{max-width:50%;flex:0 0 50%}}@media only screen and (max-width:992px){.above-footer .above-footer-contact>.row .vc_column_container:first-child{max-width:100%;flex:0 0 100%;margin-bottom:25px}}.above-footer .above-footer-contact>.row .vc_column_container:first-child .wpb_text_column{margin-bottom:0}.above-footer .above-footer-contact>.row .vc_column_container:first-child .wpb_text_column .wpb_wrapper h2{color:white}.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)){max-width:23%}@media only screen and (max-width:1200px){.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)){max-width:50%;flex:0 0 50%;margin-bottom:25px}}@media only screen and (max-width:992px){.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)){max-width:100%;flex:0 0 100%}}.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)) .wpb_text_column{margin-bottom:0}.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)) .wpb_text_column .wpb_wrapper{background-color:white;display:flex;align-items:center;border-radius:5px;padding:10px 15px}.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)) .wpb_text_column .wpb_wrapper p{margin-bottom:0}.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)) .wpb_text_column .wpb_wrapper p img{margin-right:25px}.above-footer .above-footer-contact>.row .vc_column_container:not(:nth-child(1)) .wpb_text_column .wpb_wrapper a{font-weight:bold}body.home .above-footer-contact{display:flex !important}body.home .above-footer-contact a{color:black}body.home .above-footer-contact a:hover{color:#ffd22b}footer{background-color:#1d1d1b;color:#fff;border-top-right-radius:50px}footer .footer-widget{padding:100px 0}footer .footer-title{font-family:"Space Grotesk", sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:30px;margin-bottom:1rem;color:#fff}footer ul{margin-top:30px;padding:0}footer ul li{list-style:none}footer a{color:#fff;font-size:18px;line-height:35px}footer a:hover{color:white}footer .copyright{font-family:"Space Grotesk", sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:30px;text-align:left;color:white;padding-top:50px;display:flex;justify-content:space-between}@media screen and (max-width:500px){footer .copyright{flex-direction:column;gap:15px}}footer .copyright>.container{display:flex}footer .copyright p{margin:0}footer .copyright a{color:white;font-family:"Space Grotesk", sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:30px}footer .copyright a:hover{color:white}ul.contact-info-widget li{display:block;color:#fff;text-indent:0}ul.contact-info-widget li:nth-child(2){margin-bottom:20px}ul.contact-info-widget li:nth-child(5){margin-bottom:20px}ul.contact-info-widget li i{margin:0 0 0 -40px;margin:0 0 0 -40px;width:30px;width:30px;font-size:14px;font-size:14px;text-align:left;text-align:left;display:inline-block;display:inline-block}ul.contact-info-widget li span.infotxt{font-size:20px;font-style:normal;font-weight:500;line-height:30px}ul.contact-info-widget li.info-title{padding-left:0}ul.contact-info-widget a{color:#fff;transition:color 0.3s;-webkit-transition:color 0.3s;-o-transition:color 0.3s;-moz-transition:color 0.3s}ul.contact-info-widget a:hover{color:#506a83}ul.contact-info-widget.vertical{margin-bottom:25px}ul.sw-social-icons{display:flex}ul.sw-social-icons li{display:flex;align-items:center;justify-content:center;margin:0 7px 0 0;border-radius:3px;width:30px;height:30px}@media only screen and (max-width:768px){.footer-col{margin-bottom:30px}}*::after,*::before,*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;color:#222222;text-align:left;background-color:#fff;opacity:1;transition:opacity 0.3s}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:black;text-decoration:none;background-color:transparent;transition:all 0.15s ease-in-out}.wpb_text_column a{color:#ffd22b}a:active,a:hover{outline:0;color:black}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-8px}sub{bottom:-4px}img{border:0}svg:not(:root){overflow:hidden}figure{margin:15px 30px}hr{box-sizing:content-box;height:0}button{overflow:visible;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;padding:10px 15px;font-size:16px;line-height:1.5;border-radius:5px}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}::placeholder,placeholder{color:#172e43}body:not(.woocommerce-checkout) input[type="text"],body:not(.woocommerce-checkout) input[type="email"],body:not(.woocommerce-checkout) input[type="tel"],body:not(.woocommerce-checkout) input[type="search"]{line-height:normal;height:45px;border:1px solid #98aec3;background:#eaeef2;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;font-family:inherit}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input:focus,textarea:focus,select:focus{outline:0}fieldset{border:1px solid #98aec3;margin:0 2px;padding:5px 10px 5px}legend{border:0;padding:0}textarea{overflow:auto;border:1px solid #98aec3;background:#fff;border-radius:5px;font-size:16px;padding:12px;height:120px;resize:none;font-family:inherit}select{border:1px solid #98aec3;background:#fff;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;appearance:none;-webkit-appearance:none;height:45px;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;background-position:calc(100% - 0.75rem) center !important;background-color:#fff}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul,li{margin:0;padding:0}ol,ul{padding-left:15px}.primary{background-color:#172e43}.secondary{background-color:#d3dce5}img{height:auto;max-width:100%}figure{margin:15px 0}table{margin:0 0 25px;width:100%}fieldset:disabled a.btn{pointer-events:none}h1,h2,h3,h4,h5,h6{clear:both;color:#222222;font-weight:600;margin-top:0;margin-bottom:30px;line-height:1;font-family:"Space Grotesk", sans-serif}h1{font-size:54px}@media only screen and (max-width:768px){h1{font-size:32px}}h2{font-size:40px;font-style:normal;font-weight:700;line-height:50px}@media only screen and (max-width:768px){h2{font-size:28px}}h3{font-size:24px}h4{font-size:18px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:5px}.colored-h4{color:#CEC12A;letter-spacing:4.5px}h5{font-size:18px}p{margin-top:0;margin-bottom:30px}body{font-family:"DM Sans", sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:30px}.btn{display:inline-block;font-weight:500;color:black;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ffd22b;padding:15px 35px;font-size:18px;line-height:1;border-radius:5px;transition:all 0.5s ease-in-out;box-shadow:none;font-family:inherit;position:relative}.btn:hover{text-decoration:none;color:white;background-color:black;border:none}.btn:focus{outline:0}.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn.focus{outline:0}.btn.disabled{opacity:0.65}a.btn.disabled{pointer-events:none}.btn-primary{overflow:hidden;transition:all 0.15s ease-in-out}.btn-primary::before{content:url(/wp-content/uploads/ICON-pijl-wit.svg);position:absolute;left:-25px}.btn-primary:hover{background-color:black;transition:all 0.15s ease-in-out;text-align:right;padding:15px 25px 15px 45px}.btn-primary:hover::before{left:15px;margin-right:5px;transition:all 0.15s ease-in-out}.btn-primary:focus{opacity:0.8;box-shadow:0 0 0 0.2rem rgba(38, 143, 255, 0.5)}.btn-primary.focus{opacity:0.8;box-shadow:0 0 0 0.2rem rgba(38, 143, 255, 0.5)}.btn-secondary{color:#1D1D1B;background-color:transparent;border:1px solid #1D1D1B;font-family:"Space Grotesk", sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding:10px 30px;transition:all 0.15s ease-in-out}.btn-secondary::before{content:url(/wp-content/uploads/ICON-pijl-wit.svg);position:absolute;left:-25px}.btn-secondary:hover{color:white;background-color:#1D1D1B;transition:all 0.15s ease-in-out;text-align:right;padding:10px 20px 10px 40px}.btn-secondary:hover::before{left:15px;margin-right:5px;transition:all 0.15s ease-in-out}.btn-custom{color:#172e43;background-color:#fff;border:2px solid #d3dce5}.btn-custom:hover{color:#172e43;background-color:#d3dce5;border:2px solid #d3dce5}.btn-custom2{color:#172e43;background-color:#fff;border:2px solid #d3dce5}.btn-custom2:hover{color:#172e43;background-color:#d3dce5;border:2px solid #d3dce5}.btn-container.btn-center{text-align:center}.btn-container.btn-left{text-align:left}.btn-container.btn-right{text-align:right}.button.add_to_cart_button.product_type_simple,.button.single_add_to_cart_button.product_type_variable,a.add_to_cart_button,.wc-block-cart__submit-button .wc-block-components-button__text{transition:all 0.15s ease-in-out;overflow:hidden !important;position:relative !important;border-radius:5px !important;border:1px solid #1D1D1B !important;padding:12px 20px !important;display:inline-block !important;width:100%;text-align:center;font-size:18px !important;font-weight:500 !important;line-height:normal !important;margin:0 !important;background-color:transparent !important;color:black !important}.button.add_to_cart_button.product_type_simple::before,.button.single_add_to_cart_button.product_type_variable::before,a.add_to_cart_button::before,.wc-block-cart__submit-button .wc-block-components-button__text::before{content:url(/wp-content/uploads/ICON-pijl-zwart.svg);position:absolute;left:-25px}.button.add_to_cart_button.product_type_simple:hover,.button.single_add_to_cart_button.product_type_variable:hover,a.add_to_cart_button:hover,.wc-block-cart__submit-button .wc-block-components-button__text:hover{color:black;background-color:#FFD22B !important;border:1px solid #FFD22B !important;transition:all 0.15s ease-in-out;padding:12px 20px 12px 40px !important}.button.add_to_cart_button.product_type_simple:hover::before,.button.single_add_to_cart_button.product_type_variable:hover::before,a.add_to_cart_button:hover::before,.wc-block-cart__submit-button .wc-block-components-button__text:hover::before{left:35px;margin-right:5px;transition:all 0.15s ease-in-out}a.add_to_cart_button{margin-top:25px !important}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:0.313rem;line-height:normal;padding:0.938rem 1.438rem 0.875rem;text-decoration:none;top:0.313rem;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.screen-reader-response{display:none}.dienst{display:flex;flex-direction:column-reverse;box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);border-radius:5px;overflow:hidden;border:1px solid transparent;transition:all 0.15s ease-in-out}.dienst:hover{border-color:#d3dce5}.dienst:hover h2{background-color:#e7ebef}.dienst h2{background-color:#ffffff;text-transform:uppercase;margin:0;text-align:center;padding:15px 0;transition:all 0.15s ease-in-out;font-size:24px}@media only screen and (max-width:768px){.dienst h2{font-size:18px}}.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.entry-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed{max-width:100%}iframe{max-width:100%}object{max-width:100%}.wp-caption{background:#f1f1f1 none repeat scroll 0 0;border:1px solid #f0f0f0;max-width:96%;padding:0.313rem 0.313rem 0;text-align:center}.wp-caption img[class*="wp-image-"]{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption .wp-caption-text{font-size:0.688rem;line-height:1.063rem;margin:0;padding:0.625rem}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item .gallery-columns-2{max-width:50%}.gallery-item .gallery-columns-3{max-width:33.33333%}.gallery-item .gallery-columns-4{max-width:25%}.gallery-item .gallery-columns-5{max-width:20%}.gallery-item .gallery-columns-6{max-width:16.66667%}.gallery-item .gallery-columns-7{max-width:14.28571%}.gallery-item .gallery-columns-8{max-width:12.5%}.gallery-item .gallery-columns-9{max-width:11.11111%}.gallery-caption{display:block}@media (min-width:1368px){.container{max-width:1320px}}@media screen and (max-width:992px){.col-sm-1,.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-10,.col-sm-11,.col-md-1,.col-md-2,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{max-width:100%;flex:0 0 100%}}.whatsappbtn{position:fixed;top:93%;right:50px;z-index:99;background:#25d366;border-radius:100px;width:60px;height:60px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:375px){.whatsappbtn{right:20px}}@media screen and (max-height:900px){.whatsappbtn{top:90%}}.whatsappbtn i{font-size:38px;color:white}.infinite-scroll .posts-navigation{display:none}.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.mobile-contact{position:fixed;bottom:0;left:0;right:0;background:#172e43}@media only screen and (min-width:769px){.mobile-contact{display:none}}.mobile-contact ul{display:flex;justify-content:space-around;padding:0}.mobile-contact ul li{list-style:none;flex:1}.mobile-contact ul li:nth-child(2){border-left:1px solid #506a83;border-right:1px solid #506a83}.mobile-contact ul li a{padding:15px;display:flex;align-items:center;justify-content:center}.mobile-contact ul li i{color:#506a83}@media only screen and (max-width:500px){.row.reverse-mobile{flex-direction:column-reverse}.row.reverse-mobile-column .column>.vc_column-inner>.wpb_wrapper{flex-direction:column-reverse;display:flex}}.vc_section{margin:50px 0}.nieuw-voorraad-sectie .vc_column-inner{padding:0}@media screen and (max-width:1368px){.nieuw-voorraad-sectie>.row>.column{flex:0 0 40%;max-width:40%}.nieuw-voorraad-sectie .recent-product-col{flex:0 0 60% !important;max-width:60% !important}}@media screen and (max-width:1200px){.nieuw-voorraad-sectie>.row>.column{flex:0 0 30%;max-width:30%}.nieuw-voorraad-sectie .recent-product-col{flex:0 0 70% !important;max-width:70% !important}}@media screen and (max-width:992px){.nieuw-voorraad-sectie>.row>.column{flex:0 0 100%;max-width:100%}.nieuw-voorraad-sectie .recent-product-col{flex:0 0 100% !important;max-width:100% !important}}.nieuw-voorraad-sectie .mobile-bekijk-alles-knop{display:none}@media screen and (max-width:992px){.nieuw-voorraad-sectie .dektop-bekijk-alles-knop{display:none}.nieuw-voorraad-sectie .mobile-bekijk-alles-knop{display:block;margin-top:50px}.nieuw-voorraad-sectie .mobile-bekijk-alles-knop a{width:100%}}.nieuw-voorraad-sectie .recent-product-col{margin-top:50px}.nieuw-voorraad-sectie .recent-product-col .my-slider-progress{bottom:-20px}.nieuw-voorraad-sectie .recent-product-col .my-slider-progress .my-slider-progress-bar{background:#FFD228}.nieuw-voorraad-sectie .recent-product-col ul.products{display:flex;justify-content:space-between;padding-bottom:25px !important}.nieuw-voorraad-sectie .recent-product-col ul.products li.product{padding:0 25px;max-width:300px}@media screen and (max-width:992px){.nieuw-voorraad-sectie .recent-product-col ul.products li.product{padding:0}}.nieuw-voorraad-sectie .recent-product-col ul.products li.product img{max-width:230px;margin-bottom:15px}@media screen and (max-width:400px){.nieuw-voorraad-sectie .recent-product-col ul.products li.product img{margin-left:15%}}.nieuw-voorraad-sectie .recent-product-col ul.products li.product .woocommerce-loop-product__title{font-size:28px;line-height:30px;margin-bottom:25px}.nieuw-voorraad-sectie .recent-product-col ul.products li.product .sw-price-value{margin-bottom:25px}.nieuw-voorraad-sectie .recent-product-col ul.products li.product .sw-price-value .woocommerce-Price-amount{font-size:30px;font-style:normal;font-weight:700;line-height:40px}.nieuw-voorraad-sectie .recent-product-col ul.products li.product .sw-price-value .sw-price-suffix{font-size:16px;font-style:normal;font-weight:400;line-height:25px}.nieuw-voorraad-sectie .recent-product-col ul.products li.product .single_add_to_cart_button,.nieuw-voorraad-sectie .recent-product-col ul.products li.product .add_to_cart_button{border-radius:5px;border:1px solid #1D1D1B;padding:12px 20px;display:inline-block;width:100%;text-align:center;font-size:18px;font-weight:500;line-height:normal;margin:0 !important}.nieuw-voorraad-sectie .recent-product-col ul.products li.product .single_add_to_cart_button i,.nieuw-voorraad-sectie .recent-product-col ul.products li.product .add_to_cart_button i{display:none}body.archive.tax-product_cat ul.products,body.search-results ul.products,body.post-type-archive-product ul.products{display:flex;justify-content:space-between;padding-bottom:25px !important}body.archive.tax-product_cat ul.products li.product,body.search-results ul.products li.product,body.post-type-archive-product ul.products li.product{padding:0 25px}body.archive.tax-product_cat ul.products li.product img,body.search-results ul.products li.product img,body.post-type-archive-product ul.products li.product img{max-width:200px;margin-bottom:15px;margin-left:auto;margin-right:auto}body.archive.tax-product_cat ul.products li.product .woocommerce-loop-product__title,body.search-results ul.products li.product .woocommerce-loop-product__title,body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{font-size:28px;line-height:30px;padding:0.5em 0}body.archive.tax-product_cat ul.products li.product .price,body.search-results ul.products li.product .price,body.post-type-archive-product ul.products li.product .price{margin-bottom:0}body.archive.tax-product_cat ul.products li.product .sw-price-value,body.search-results ul.products li.product .sw-price-value,body.post-type-archive-product ul.products li.product .sw-price-value{margin-bottom:25px}body.archive.tax-product_cat ul.products li.product .sw-price-value .woocommerce-Price-amount,body.search-results ul.products li.product .sw-price-value .woocommerce-Price-amount,body.post-type-archive-product ul.products li.product .sw-price-value .woocommerce-Price-amount{font-family:"Space Grotesk", sans-serif;font-size:30px;font-style:normal;font-weight:700;line-height:40px;margin-right:15px}body.archive.tax-product_cat ul.products li.product .sw-price-value .sw-price-suffix,body.search-results ul.products li.product .sw-price-value .sw-price-suffix,body.post-type-archive-product ul.products li.product .sw-price-value .sw-price-suffix{font-size:16px;font-style:normal;font-weight:400;line-height:25px}body.archive.tax-product_cat ul.products li.product .single_add_to_cart_button,body.search-results ul.products li.product .single_add_to_cart_button,body.post-type-archive-product ul.products li.product .single_add_to_cart_button{border-radius:5px;border:1px solid #1D1D1B;padding:12px 20px;display:inline-block;width:100%;text-align:center;font-size:18px;font-weight:500;line-height:normal;margin:0 !important;background-color:transparent;color:black}body.archive.tax-product_cat ul.products li.product .single_add_to_cart_button:hover,body.search-results ul.products li.product .single_add_to_cart_button:hover,body.post-type-archive-product ul.products li.product .single_add_to_cart_button:hover{background-color:#FFD228;border:1px solid #FFD228}body.search-results ul.products li.product.sw-machineverkoop-price-hidden .price,body.search-results ul.products li.product.sw-machineverkoop-price-hidden .sw-price-block{display:none !important}.image-left-with-text-block>.row{margin-bottom:50px}@media screen and (max-width:992px){.image-left-with-text-block>.row{gap:25px}}@media screen and (max-width:768px){.image-left-with-text-block>.row{margin-bottom:0}}.image-left-with-text-block .image-left{max-width:28%}@media screen and (max-width:2100px){.image-left-with-text-block .image-left{max-width:34%}}@media screen and (max-width:1700px){.image-left-with-text-block .image-left{max-width:42%}}@media screen and (max-width:1500px){.image-left-with-text-block .image-left{max-width:48%}}@media screen and (max-width:992px){.image-left-with-text-block .image-left{max-width:100%}}.image-left-with-text-block .image-left>.vc_column-inner{padding-left:0}.image-left-with-text-block .image-left>.vc_column-inner .wpb_single_image{margin-bottom:0}.image-left-with-text-block .image-left>.vc_column-inner .wpb_single_image img{border-top-right-radius:50px;border-bottom-right-radius:5px}.image-left-with-text-block .text-right{max-width:72%;flex:0 0 72%;background-color:#1D1D1B;border-radius:5px;border-bottom-left-radius:50px;padding:75px 120px}@media screen and (max-width:2100px){.image-left-with-text-block .text-right{max-width:66%;flex:0 0 66%}}@media screen and (max-width:1700px){.image-left-with-text-block .text-right{max-width:58%;flex:0 0 58%}}@media screen and (max-width:1500px){.image-left-with-text-block .text-right{max-width:52%;flex:0 0 52%;padding:50px 25px}}@media screen and (max-width:992px){.image-left-with-text-block .text-right{max-width:100%;flex:0 0 100%;margin:0 15px;padding:25px 15px}}@media screen and (max-width:500px){.image-left-with-text-block .text-right{max-width:93%}.image-left-with-text-block .text-right a.btn{width:100%}}.image-left-with-text-block .text-right h2,.image-left-with-text-block .text-right p,.image-left-with-text-block .text-right li{color:white}.image-left-with-text-block .logo-slider-row{margin-bottom:0}@media screen and (max-width:500px){.review-section{margin:0 0 50px 0}}@media screen and (max-width:992px){.review-section .wp-gr .grw-row{flex-direction:column !important}}.review-section .wp-gr .grw-row .grw-header .wp-google-name{font-family:"Space Grotesk", sans-serif !important;font-size:20px !important;line-height:22px !important}@media screen and (max-width:992px){.review-section .wp-gr .grw-row .grw-header .wp-google-powered,.review-section .wp-gr .grw-row .grw-header .wp-google-wr{display:none !important}}@media screen and (max-width:992px){.review-section .wp-gr .grw-row .grw-content{width:100% !important}}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-btns{width:25px !important}@media screen and (max-width:768px){.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-btns{display:none}}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-btns svg path{fill:#1D1D1B !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner{position:relative !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left .wp-google-name{font-family:"Space Grotesk", sans-serif !important;font-size:22px !important;font-weight:500 !important;line-height:38px !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left .wp-google-time{position:absolute !important;right:10px !important;top:65px !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left img{display:none}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-stars{margin:10px 0 !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-stars .wp-stars{display:flex}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-stars .wp-stars .wp-star:after{content:url(/wp-content/uploads/ICON-ster-recensie.svg);display:block;width:21px !important;height:22px !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-stars .wp-stars .wp-star svg{display:none !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner>svg{display:none}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .rpi-dots-wrap .rpi-dots{gap:10px !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .rpi-dots-wrap .rpi-dots .rpi-dot.active{background-color:#1D1D1B !important;transform:scale(1) !important}.review-section .wp-gr .grw-row .grw-content .grw-content-inner .rpi-dots-wrap .rpi-dots .rpi-dot{background-color:transparent !important;border:1px solid #1D1D1B !important;opacity:1 !important}.sw-breadcrumbs{margin:15px 0 25px;font-family:"Space Grotesk", sans-serif}.sw-breadcrumbs__list{display:flex;align-items:center;gap:12px;list-style:none;padding:0;margin:0;font-size:16px;color:#6b6b6b;flex-wrap:wrap}.sw-breadcrumbs__item{display:flex;align-items:center;gap:12px}.sw-breadcrumbs__item:not(:last-child)::after{content:"›";font-size:18px;color:#c0c0c0}.sw-breadcrumbs__link{color:inherit;text-decoration:none;display:flex;align-items:center;gap:6px}.sw-breadcrumbs__link:hover{color:#000}.sw-breadcrumbs__current{font-weight:600;color:#1d1d1b}.sw-breadcrumbs .sw-breadcrumbs__item:first-child .sw-breadcrumbs__link::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:13px}@media screen and (max-width:500px){.faq{padding:0 15px}}.faq .faq-text-left>.vc_column-inner{height:100%}.faq .faq-text-left>.vc_column-inner>.wpb_wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between}.faq .faq-text-left>.vc_column-inner>.wpb_wrapper .faq-bottom-block>.column>.vc_column-inner{padding-right:15px}.faq .faq-text-left>.vc_column-inner>.wpb_wrapper .faq-bottom-block>.column>.vc_column-inner>.wpb_wrapper{background-color:#FAFAFA;border-radius:5px;padding:35px 0 35px 35px;margin-right:35px}@media screen and (max-width:992px){.faq .faq-text-left>.vc_column-inner>.wpb_wrapper .faq-bottom-block>.column>.vc_column-inner>.wpb_wrapper{margin-right:0}}@media screen and (max-width:500px){.faq .faq-text-left>.vc_column-inner>.wpb_wrapper .faq-bottom-block>.column>.vc_column-inner>.wpb_wrapper{padding:35px 10px}}.faq .faq-text-left>.vc_column-inner>.wpb_wrapper .faq-bottom-block>.column>.vc_column-inner>.wpb_wrapper h2{font-size:32px}@media screen and (max-width:500px){.faq .faq-text-left>.vc_column-inner>.wpb_wrapper .faq-bottom-block>.column>.vc_column-inner>.wpb_wrapper h2{font-size:21px}}.faq .faq-list .vc_do_toggle{border-radius:5px;border:1px solid #DDD;padding:30px}@media screen and (max-width:500px){.faq .faq-list .vc_do_toggle{padding:25px 15px}}.faq .faq-list .vc_do_toggle .vc_toggle_title{padding:0 30px 0 0;position:relative}@media screen and (max-width:1368px){.faq .faq-list .vc_do_toggle .vc_toggle_title{padding-right:30px}}@media screen and (max-width:500px){.faq .faq-list .vc_do_toggle .vc_toggle_title{padding-right:0}}.faq .faq-list .vc_do_toggle .vc_toggle_title::before{content:url(/wp-content/uploads/ICON-min-met-rondje.svg);position:absolute;right:0;top:0}.faq .faq-list .vc_do_toggle .vc_toggle_title::after{content:url(/wp-content/uploads/ICON-plus-met-rondje.svg);position:absolute;right:0;top:0}.faq .faq-list .vc_do_toggle .vc_toggle_title h4{color:black}.faq .faq-list .vc_do_toggle .vc_toggle_title i{display:none}.faq .faq-list .vc_do_toggle .vc_toggle_content{padding:0;margin-bottom:0}.faq .faq-list .vc_do_toggle .vc_toggle_content p{margin-bottom:0}.faq .faq-list .vc_do_toggle.vc_toggle_active .vc_toggle_title::after{display:none}.nieuws-block{background-color:#FAFAFA;border-top-right-radius:50px;padding:50px 0 25px;margin-bottom:0}.nieuws-block>.row>.column>.vc_column-inner{padding:0}@media screen and (max-width:992px){.nieuws-block>.row>.column>.vc_column-inner .blog_slider>.splide__track{padding:0 !important}.nieuws-block>.row>.column>.vc_column-inner a.btn{width:100%}}.site-content{margin-top:100px}body.home .site-content{margin-top:0}body.archive.tax-product_cat .site-content,body.woocommerce-shop .site-content{margin-top:50px}@media screen and (max-width:1200px){.contact-container{display:flex;flex-direction:column}}@media screen and (max-width:1200px){.contact-container .contact-form{max-width:100%;flex:0 0 100%}}.contact-container .contact-form .gform_wrapper .gform_fields .gfield_required{display:none}.contact-container .contact-form .gform_wrapper .gform_fields label{font-family:"Space Grotesk", sans-serif}.contact-container .contact-form .gform_wrapper .gform_fields input[type=text],.contact-container .contact-form .gform_wrapper .gform_fields input[type=tel],.contact-container .contact-form .gform_wrapper .gform_fields input[type=email],.contact-container .contact-form .gform_wrapper .gform_fields textarea{border-radius:5px;background:#FAFAFA;border:none}.contact-container .contact-form .gform_wrapper .gform_fields input[type=text],.contact-container .contact-form .gform_wrapper .gform_fields input[type=tel],.contact-container .contact-form .gform_wrapper .gform_fields input[type=email]{padding:15px}.contact-container .contact-form .gform_wrapper .gform_fields textarea{padding:25px 15px}.contact-container .contact-form .gform_wrapper .gform_button{border:none}@media screen and (max-width:500px){.contact-container .contact-form .gform_wrapper .gform_button{width:100%;padding:7px 30px}}@media screen and (max-width:1200px){.contact-container .contact-blocks{max-width:100%;flex:0 0 100%}}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper{display:flex;flex-direction:column;align-items:flex-end}@media screen and (max-width:1200px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper{align-items:center;justify-content:space-between}}@media screen and (max-width:992px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper{flex-direction:column}}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block{border-radius:5px;border:1px solid #DDD;padding:20px;max-width:95%;min-width:95%;overflow:hidden}@media screen and (max-width:1200px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block{max-width:50%;min-width:50%}}@media screen and (max-width:992px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block{max-width:100%;min-width:100%}}@media screen and (max-width:400px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block{padding:10px}}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block:first-child,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block:first-child{margin-bottom:25px}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .vc_column-inner,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block .vc_column-inner{padding-left:0;padding-right:0}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .vc_column-inner .wpb_content_element,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block .vc_column-inner .wpb_content_element{margin-bottom:0}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .vc_column-inner .wpb_content_element a,.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block .vc_column-inner .wpb_content_element a{text-decoration:underline}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block{position:relative}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block::after{content:"";position:absolute;top:0;right:0;width:41%;height:100%;background-color:#FFD228;z-index:9}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block:before{content:url(/wp-content/uploads/AFSNIJDEN-VORM.svg);position:absolute;top:5%;left:63%;width:100%;height:100%;z-index:10;transform:scale(1.1)}@media screen and (max-width:768px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block:before{left:63%}}@media screen and (max-width:400px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block:before{left:84%;transform:scale(1.5)}}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{z-index:11;position:absolute;bottom:0;right:-35px}@media screen and (max-width:992px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{max-width:35%}}@media screen and (max-width:768px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{max-width:45%}}@media screen and (max-width:500px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{max-width:60%}}@media screen and (max-width:400px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{right:-75px;transform:scale(1.2)}}@media screen and (max-width:500px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-9{max-width:50%}}@media screen and (max-width:400px){.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-9{max-width:55%}}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .column{z-index:11}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block h5{margin-bottom:5px}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block ul{padding-left:0 !important;display:flex;flex-wrap:wrap;flex-direction:row}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block ul li{max-width:50%;flex:0 0 50%}.contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .openingstijden-block ul li::marker{content:""}.ginput_container_consent{position:relative}.ginput_container_consent input[type="checkbox"]{position:absolute;opacity:0;width:18px;height:18px;margin:0;left:0;top:2px;cursor:pointer}.ginput_container_consent .gfield_consent_label{position:relative;padding-left:30px;display:inline-flex;align-items:center;cursor:pointer}.ginput_container_consent .gfield_consent_label::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;box-sizing:border-box;border:1px solid #000;background:#fff;border-radius:5px}.ginput_container_consent .gfield_consent_label::after{content:"";position:absolute;left:7.5px;top:5px;width:5px;height:10px;border:solid #FFD228;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.ginput_container_consent input[type="checkbox"]:checked+.gfield_consent_label::before{background:#000;border-color:#000}.ginput_container_consent input[type="checkbox"]:checked+.gfield_consent_label::after{opacity:1}.google-map{max-height:450px;padding-left:0;padding-right:0}.google-map .wpb_gmaps_widget .wpb_wrapper{background-color:transparent}@media screen and (max-width:500px){.google-map .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper{padding-bottom:100%}}.google-map .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe{border-radius:5px;max-height:450px}@media screen and (max-width:500px){body.archive.tax-product_cat .site-content{margin-top:15px}}body.archive.tax-product_cat .above-footer #above_footer_form .above-footer-usps{margin-left:0;margin-right:0}body.archive.tax-product_cat ul.products{display:flex;justify-content:unset;gap:25px;flex-wrap:wrap}body.archive.tax-product_cat ul.products::before,body.archive.tax-product_cat ul.products::after{content:"";display:none}@media screen and (max-width:1200px){body.archive.tax-product_cat ul.products{flex-wrap:wrap;margin-bottom:0 !important;justify-content:space-between !important}}@media screen and (max-width:350px){body.archive.tax-product_cat ul.products{flex-direction:column}}body.archive.tax-product_cat ul.products li.product-category{width:15% !important;float:unset !important;margin:0 !important;border-radius:5px;border:1px solid #ddd;padding:0;transition:transform 0.3s ease}@media screen and (max-width:1200px){body.archive.tax-product_cat ul.products li.product-category{width:45% !important;margin-bottom:70px !important}}@media screen and (max-width:350px){body.archive.tax-product_cat ul.products li.product-category{width:100% !important}}body.archive.tax-product_cat ul.products li.product-category:hover{border:1px solid black;transition:transform 0.3s ease}body.archive.tax-product_cat ul.products li.product-category a{max-height:200px;min-height:175px;display:flex;flex-direction:column;align-items:center;justify-content:center}body.archive.tax-product_cat ul.products li.product-category a img{max-width:110px;width:100%;max-height:110px;min-height:110px;margin:0 !important;object-fit:contain}body.archive.tax-product_cat ul.products li.product-category a .woocommerce-loop-category__title{line-height:25px;text-align:center}@media screen and (max-width:992px){body.archive.tax-product_cat ul.products li.product-category a .woocommerce-loop-category__title{bottom:-50px}}body.archive.tax-product_cat ul.products li.product-category a .woocommerce-loop-category__title mark{display:none}body.archive.term-machineverkoop ul.products,body.archive.term-machineverhuur ul.products{justify-content:flex-end}body.single.single-product .container>.product.type-product{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-bottom:100px}@media screen and (max-width:992px){body.single.single-product .container>.product.type-product{flex-direction:column;align-items:center;align-content:center}}body.single.single-product .container>.product.type-product .woocommerce-product-gallery{float:unset !important;width:50% !important}@media screen and (max-width:1200px){body.single.single-product .container>.product.type-product .woocommerce-product-gallery{width:40% !important}}@media screen and (max-width:992px){body.single.single-product .container>.product.type-product .woocommerce-product-gallery{width:80% !important}}@media screen and (max-width:768px){body.single.single-product .container>.product.type-product .woocommerce-product-gallery{width:100% !important}}body.single.single-product .container>.product.type-product .summary.entry-summary{float:unset !important;width:41% !important;max-height:660px;background-color:#FAFAFA;border-radius:5px;padding:25px;position:sticky;top:225px;align-self:flex-start;height:fit-content}@media screen and (max-width:1368px){body.single.single-product .container>.product.type-product .summary.entry-summary{width:47% !important}}@media screen and (max-width:1200px){body.single.single-product .container>.product.type-product .summary.entry-summary{width:45% !important;max-height:840px}}@media screen and (max-width:992px){body.single.single-product .container>.product.type-product .summary.entry-summary{position:static;top:auto;width:80% !important}}@media screen and (max-width:768px){body.single.single-product .container>.product.type-product .summary.entry-summary{width:100% !important}}@media screen and (max-width:400px){body.single.single-product .container>.product.type-product .summary.entry-summary{max-height:1000px}}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-rental-prices{margin-bottom:35px;display:flex;justify-content:space-between;gap:25px}@media screen and (max-width:1200px){body.single.single-product .container>.product.type-product .summary.entry-summary .sw-rental-prices{flex-direction:column}}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-rental-prices .sw-rental-price.is-active{border:2px solid black}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-rental-prices .sw-rental-price{border:1px solid #DDD;border-radius:10px;background-color:transparent;padding:15px;display:flex;flex-direction:column}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-rental-prices .sw-rental-price .sw-rental-price__label{font-size:18px;font-style:normal;font-weight:400;line-height:25px;margin-bottom:10px}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-rental-prices .sw-rental-price .sw-rental-price__value .sw-rental-price__amount{font-family:"Space Grotesk", sans-serif;font-size:34px;font-style:normal;font-weight:700;line-height:40px}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-rental-prices .sw-rental-price .sw-rental-price__value .sw-rental-price__suffix{color:#6A6A65;font-size:16px;font-style:normal;font-weight:400;line-height:25px}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-gereedschap-cart-form form .quantity{display:none}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-gereedschap-cart-form form .single_add_to_cart_button.button{border:1px solid black}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-gereedschap-cart-form form .single_add_to_cart_button.button:hover{border:none}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-gereedschap-cart-form form .single_add_to_cart_button.button:hover:before{content:url(/wp-content/uploads/ICON-winkelmand-zwart.svg);max-height:13px}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-gereedschap-cart-form form .single_add_to_cart_button.button::before{content:url(/wp-content/uploads/ICON-winkelmand-wit.svg);margin-right:25px}body.single.single-product .container>.product.type-product .summary.entry-summary .sw-gereedschap-cart-form form .variations .label{padding-right:0}@media (max-width:425px){body.single.single-product .container>.product.type-product .summary.entry-summary .sw-gereedschap-cart-form form .variations .label{padding-right:25px}}body.single.single-product .container>.product.type-product .summary.entry-summary .cart h3{font-family:"DM Sans", sans-serif}body.single.single-product .container>.product.type-product .summary.entry-summary .cart .single_add_to_cart_button{width:100%;text-align:center;padding:12px 20px;background-color:black;border:1px solid black;border-radius:5px;margin:0 !important}body.single.single-product .container>.product.type-product .summary.entry-summary .cart .single_add_to_cart_button:hover{background-color:#FFD228;border:1px solid #FFD228;color:black}body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper{align-items:center}body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block{max-width:100%;min-width:100%;background-color:white;border:none;box-shadow:0 4px 25px 0 rgba(0, 0, 0, 0.06);padding:35px}body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block h3{font-size:22px;font-weight:700;margin-bottom:15px}body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block p{margin-bottom:15px}body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block p a:before{content:url(/wp-content/uploads/ICON-telefoon-zwart.svg);margin-right:10px}body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{right:-60px}@media screen and (max-width:400px){body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{right:-120px;bottom:-10px}}@media screen and (max-width:375px){body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6{right:-40px}}body.single.single-product .container>.product.type-product .summary.entry-summary .custom-widget-product .contact-container .contact-blocks>.vc_column-inner>.wpb_wrapper .contactgegevens-block .col-sm-6 img{width:170px;height:175px}body.single.single-product .container>.product.type-product .summary--gereedschap .sw-price-block .sw-price-label{font-size:22px;font-weight:500}body.single.single-product .container>.product.type-product .summary--gereedschap .sw-price-block .sw-price-value .sw-price-amount .woocommerce-Price-amount{font-size:45px;font-weight:700;line-height:40px;font-family:"Space Grotesk", sans-serif}body.single.single-product .container>.product.type-product .summary--gereedschap .sw-price-block .sw-price-value .sw-price-suffix{font-size:16px;color:#6A6A65}body.single.single-product .container>.product.type-product .wc-tab-container{max-width:57%}@media screen and (max-width:1368px){body.single.single-product .container>.product.type-product .wc-tab-container{max-width:50%}}@media screen and (max-width:992px){body.single.single-product .container>.product.type-product .wc-tab-container{max-width:80%}}@media screen and (max-width:768px){body.single.single-product .container>.product.type-product .wc-tab-container{max-width:100%;width:100%}}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel{padding:35px;border-radius:5px;border:1px solid #DDD;margin-bottom:25px;position:relative;min-width:645px}@media screen and (max-width:1368px){body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel{min-width:500px}}@media screen and (max-width:768px){body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel{max-width:100%;min-width:unset;padding:15px}}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__header{width:100%;display:flex;justify-content:space-between;align-items:center}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__header .wc-tab-panel__title{margin:0;font-size:30px;font-weight:700}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__header .wc-tab-panel__toggle{position:relative;width:38px;height:38px;cursor:pointer;border:none;background:transparent}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__header .wc-tab-panel__toggle::after{content:url(/wp-content/uploads/ICON-min-met-rondje.svg);display:inline-block}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__body{margin-top:15px;display:block}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__body .product-details-list{margin:0;padding:0;display:flex;flex-direction:column;gap:12px}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__body .product-details-list .product-details-list__row{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:10px}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__body .product-details-list .product-details-list__row:last-child{border-bottom:none}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__body .product-details-list .product-details-list__row dt{font-weight:600;margin:0}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel .wc-tab-panel__body .product-details-list .product-details-list__row dd{margin:0;text-align:right}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel.is-collapsed .wc-tab-panel__body{display:none}body.single.single-product .container>.product.type-product .wc-tab-container .woocommerce-Tabs-panel.is-collapsed .wc-tab-panel__toggle::after{content:url(/wp-content/uploads/ICON-plus-met-rondje.svg)}body.admin-bar.single.single-product .summary.entry-summary{top:160px}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled{cursor:not-allowed;opacity:0.5;border-radius:5px;background-color:#6A6A65 !important;width:100%;text-align:center;padding:12px 20px}.woocommerce-page .related.products{margin-top:25px;position:relative}.woocommerce-page .related.products>h2::before{content:"GERELATEERD";color:#CEC12A;font-family:"Space Grotesk", sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:4.5px;position:absolute;top:-25px}@media screen and (max-width:500px){.woocommerce-page .related.products>h2{font-size:21px}}.woocommerce-page .related.products ul.products li.product img{object-fit:contain}.woocommerce-page .related.products ul.products li.product .woocommerce-LoopProduct-link{max-height:350px;min-height:350px;display:flex;flex-direction:column;justify-content:flex-end}.woocommerce-page .related.products ul.products li.product .woocommerce-loop-product__title{font-size:24px;font-style:normal;font-weight:700;line-height:30px}.woocommerce-page .related.products ul.products li.product .price .sw-price-block .sw-price-label{color:black}.woocommerce-page .related.products ul.products li.product .price .sw-price-block .sw-price-amount{color:black;font-size:30px;font-style:normal;font-weight:700;line-height:40px}.woocommerce-page .related.products ul.products li.product .price .sw-price-block .sw-price-suffix{color:#6A6A65}.woocommerce-page .related.products ul.products li.product a.single_add_to_cart_button{border-radius:5px;border:1px solid #1D1D1B;padding:12px 20px;display:inline-block;width:100%;text-align:center;font-size:18px;font-weight:500;line-height:normal;margin:0 !important;background-color:transparent;color:black}.woocommerce-page .related.products ul.products li.product a.single_add_to_cart_button:hover{background-color:#FFD228;border:1px solid #FFD228}@media screen and (max-width:992px){.woocommerce-page .related.products .my-slider-progress{background:#939393;height:5px;width:100%;display:block;position:absolute;bottom:0;border-radius:5px}.woocommerce-page .related.products .my-slider-progress .my-slider-progress-bar{background:#FFD228;height:5px}}.summary.entry-summary>.price,.product_meta,.woocommerce-variation-price,.single_variation_wrap .quantity{display:none !important}.product-cat-filter li{padding-left:5px;margin-bottom:10px}@media screen and (max-width:992px){.product-cat-filter li{margin-bottom:0}}.product-cat-filter li::marker{content:">"}.product-cat-filter li.is-active::marker{color:#469F91;font-weight:700}.product-cat-filter li.is-active a{color:#469F91;font-weight:700}.woocommerce-result-count,.woocommerce-ordering,.woof_submit_search_form_container{display:none !important}.woof_shortcode_output .sw-filter-toggle,body.tax-product_cat .sw-filter-toggle,body.search-results .sw-filter-toggle,body.woocommerce-shop .sw-filter-toggle{display:none;border:1px solid #DDD;border-radius:5px;padding:10px 20px;font-size:18px;font-weight:600;background-color:transparent;color:#1d1d1b;width:100%;text-align:center;position:relative;gap:12px;margin:5px 0 25px 0}@media screen and (max-width:992px){.woof_shortcode_output .sw-filter-toggle,body.tax-product_cat .sw-filter-toggle,body.search-results .sw-filter-toggle,body.woocommerce-shop .sw-filter-toggle{display:block}}.woof_shortcode_output .sw-filter-toggle:before,body.tax-product_cat .sw-filter-toggle:before,body.search-results .sw-filter-toggle:before,body.woocommerce-shop .sw-filter-toggle:before{content:"";display:inline-block;width:20px;height:20px;background:url(/wp-content/uploads/ICON-filter.svg) no-repeat center / contain}@media screen and (max-width:500px){.woof_shortcode_output .row .col-lg-3,body.tax-product_cat .row .col-lg-3,body.search-results .row .col-lg-3,body.woocommerce-shop .row .col-lg-3{margin-top:0}}.woof_shortcode_output .row .widget,body.tax-product_cat .row .widget,body.search-results .row .widget,body.woocommerce-shop .row .widget{margin-bottom:50px}.woof_shortcode_output .row .widget .woof_container_pa_graafdiepten,body.tax-product_cat .row .widget .woof_container_pa_graafdiepten,body.search-results .row .widget .woof_container_pa_graafdiepten,body.woocommerce-shop .row .widget .woof_container_pa_graafdiepten{margin-bottom:30px}.woof_shortcode_output .row .prijs-label,.woof_shortcode_output .row h4,body.tax-product_cat .row .prijs-label,body.tax-product_cat .row h4,body.search-results .row .prijs-label,body.search-results .row h4,body.woocommerce-shop .row .prijs-label,body.woocommerce-shop .row h4{margin-bottom:25px;font-size:20px;font-style:normal;font-weight:700;line-height:35px;position:relative;cursor:pointer}.woof_shortcode_output .row .prijs-label::after,.woof_shortcode_output .row h4::after,body.tax-product_cat .row .prijs-label::after,body.tax-product_cat .row h4::after,body.search-results .row .prijs-label::after,body.search-results .row h4::after,body.woocommerce-shop .row .prijs-label::after,body.woocommerce-shop .row h4::after{content:url(/wp-content/uploads/ICON-caret.svg);position:absolute;top:0;right:0;transform:rotate(-90deg)}.woof_shortcode_output .row .prijs-label.is-collapsed::after,.woof_shortcode_output .row h4.is-collapsed::after,body.tax-product_cat .row .prijs-label.is-collapsed::after,body.tax-product_cat .row h4.is-collapsed::after,body.search-results .row .prijs-label.is-collapsed::after,body.search-results .row h4.is-collapsed::after,body.woocommerce-shop .row .prijs-label.is-collapsed::after,body.woocommerce-shop .row h4.is-collapsed::after{transform:rotate(90deg)}.woof_shortcode_output .row .sw-price-filter,body.tax-product_cat .row .sw-price-filter,body.search-results .row .sw-price-filter,body.woocommerce-shop .row .sw-price-filter{display:flex;align-items:center}.woof_shortcode_output .row .sw-price-filter .sw-price-separator,body.tax-product_cat .row .sw-price-filter .sw-price-separator,body.search-results .row .sw-price-filter .sw-price-separator,body.woocommerce-shop .row .sw-price-filter .sw-price-separator{margin:0 15px}.woof_shortcode_output .row .sw-price-filter .sw-price-field select,body.tax-product_cat .row .sw-price-filter .sw-price-field select,body.search-results .row .sw-price-filter .sw-price-field select,body.woocommerce-shop .row .sw-price-filter .sw-price-field select{padding:10px;overflow:visible;width:100px;margin-bottom:0}.woof_shortcode_output .row .col-lg-9 ul.products,body.tax-product_cat .row .col-lg-9 ul.products,body.search-results .row .col-lg-9 ul.products,body.woocommerce-shop .row .col-lg-9 ul.products{justify-content:flex-start !important;flex-wrap:wrap;gap:0}@media screen and (max-width:992px){.woof_shortcode_output .row .col-lg-9 ul.products,body.tax-product_cat .row .col-lg-9 ul.products,body.search-results .row .col-lg-9 ul.products,body.woocommerce-shop .row .col-lg-9 ul.products{justify-content:space-between !important}}.woof_shortcode_output .row .col-lg-9 ul.products li,body.tax-product_cat .row .col-lg-9 ul.products li,body.search-results .row .col-lg-9 ul.products li,body.woocommerce-shop .row .col-lg-9 ul.products li{padding:0 15px !important;width:33% !important;margin:0 0 100px 0 !important}@media screen and (max-width:992px){.woof_shortcode_output .row .col-lg-9 ul.products li,body.tax-product_cat .row .col-lg-9 ul.products li,body.search-results .row .col-lg-9 ul.products li,body.woocommerce-shop .row .col-lg-9 ul.products li{width:50% !important}}@media screen and (max-width:500px){.woof_shortcode_output .row .col-lg-9 ul.products li,body.tax-product_cat .row .col-lg-9 ul.products li,body.search-results .row .col-lg-9 ul.products li,body.woocommerce-shop .row .col-lg-9 ul.products li{width:100% !important}}.woof_shortcode_output .row .col-lg-9 ul.products li>.woocommerce-LoopProduct-link,body.tax-product_cat .row .col-lg-9 ul.products li>.woocommerce-LoopProduct-link,body.search-results .row .col-lg-9 ul.products li>.woocommerce-LoopProduct-link,body.woocommerce-shop .row .col-lg-9 ul.products li>.woocommerce-LoopProduct-link{max-height:400px;min-height:100%;display:flex;flex-direction:column;justify-content:flex-end}.woof_shortcode_output .row .col-lg-9 ul.products li .sw-price-label,.woof_shortcode_output .row .col-lg-9 ul.products li .sw-price-amount,body.tax-product_cat .row .col-lg-9 ul.products li .sw-price-label,body.tax-product_cat .row .col-lg-9 ul.products li .sw-price-amount,body.search-results .row .col-lg-9 ul.products li .sw-price-label,body.search-results .row .col-lg-9 ul.products li .sw-price-amount,body.woocommerce-shop .row .col-lg-9 ul.products li .sw-price-label,body.woocommerce-shop .row .col-lg-9 ul.products li .sw-price-amount{color:black}.woof_shortcode_output .row .col-lg-9 ul.products li .sw-price-suffix,body.tax-product_cat .row .col-lg-9 ul.products li .sw-price-suffix,body.search-results .row .col-lg-9 ul.products li .sw-price-suffix,body.woocommerce-shop .row .col-lg-9 ul.products li .sw-price-suffix{color:#6A6A65}.woof_shortcode_output .row .col-lg-9 ul.products li .sw-product-specs,body.tax-product_cat .row .col-lg-9 ul.products li .sw-product-specs,body.search-results .row .col-lg-9 ul.products li .sw-product-specs,body.woocommerce-shop .row .col-lg-9 ul.products li .sw-product-specs{margin-top:-10px;margin-bottom:15px;color:#1d1d1b;display:flex;flex-direction:column;gap:3px;font-size:16px;font-style:normal;font-weight:500;line-height:30px}.woof_shortcode_output .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec,body.tax-product_cat .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec,body.search-results .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec,body.woocommerce-shop .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec{display:flex;gap:4px;flex-wrap:wrap}.woof_shortcode_output .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec__label,body.tax-product_cat .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec__label,body.search-results .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec__label,body.woocommerce-shop .row .col-lg-9 ul.products li .sw-product-specs .sw-product-spec__label{font-weight:600;color:#1d1d1b}.woof_shortcode_output .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button,body.tax-product_cat .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button,body.search-results .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button,body.woocommerce-shop .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button{border-radius:5px;border:1px solid #1D1D1B;padding:12px 20px;display:inline-block;width:100%;text-align:center;font-size:18px;font-weight:500;line-height:normal;margin:0 !important;background-color:transparent;color:black}.woof_shortcode_output .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:before,body.tax-product_cat .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:before,body.search-results .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:before,body.woocommerce-shop .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:before{content:url(/wp-content/uploads/ICON-winkelmand-zwart.svg);margin-right:10px}.woof_shortcode_output .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:hover,body.tax-product_cat .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:hover,body.search-results .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:hover,body.woocommerce-shop .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button:hover{background-color:#FFD228;border:1px solid #FFD228}.woof_shortcode_output .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button i,body.tax-product_cat .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button i,body.search-results .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button i,body.woocommerce-shop .row .col-lg-9 ul.products li.product_cat-gereedschap .add_to_cart_button i{display:none}body.search-results .woof_shortcode_output .row .col-lg-3{margin-top:0}.sw-filter-overlay{display:none}.woof_shortcode_output .sw-filter-close{display:none}body.sw-filter-panel-open{overflow:hidden}@media screen and (max-width:992px){.woof_shortcode_output .sw-filter-toggle{display:inline-flex;justify-content:center;align-items:center;gap:12px}.woof_shortcode_output .row{flex-direction:column}.woof_shortcode_output .row .col-lg-3{margin-top:0;width:95%}.woof_shortcode_output .row .col-lg-9{width:100%}.woof_shortcode_output .sw-filter-panel{position:fixed;top:186px;left:0;bottom:20px;width:calc(100% - 40px);max-width:500px;background:#fff;padding:70px 25px 25px;overflow-y:auto;transform:translateX(-100%);transition:transform 0.3s ease;z-index:100;box-shadow:0 20px 60px rgba(0, 0, 0, 0.2)}.woof_shortcode_output .sw-filter-panel.is-visible{transform:translateX(0)}.woof_shortcode_output .sw-filter-close{display:inline-flex;background:transparent;content:url(/wp-content/uploads/ICON-close.svg);position:absolute;right:10px;top:20px}.sw-filter-overlay{display:block;position:fixed;inset:0;background:rgba(0, 0, 0, 0.4);opacity:0;visibility:hidden;z-index:98;transition:opacity 0.3s ease}.sw-filter-overlay.is-active{opacity:1;visibility:visible}}@media screen and (max-width:992px) and (max-width:500px){.woof_shortcode_output .sw-filter-panel{top:169px;bottom:0}}@media screen and (max-width:992px) and (max-width:400px){.woof_shortcode_output .sw-filter-panel{top:157px}}.category-top-text{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end}body.term-machineverhuur h1,body.term-machineverhuur .term-description,body.term-machineverkoop h1,body.term-machineverkoop .term-description,body.term-gereedschap h1,body.term-gereedschap .term-description{max-width:100%}.mobile-product-cats-btn{display:none !important}.contact-section{padding-left:0;padding-right:0}#woof_results_by_ajax{position:relative}#woof_results_by_ajax .woocommerce-notices-wrapper{position:absolute;right:0;width:75%}@media screen and (max-width:992px){#woof_results_by_ajax .woocommerce-notices-wrapper{width:100%;top:10%}}@media screen and (max-width:500px){#woof_results_by_ajax .woocommerce-notices-wrapper{top:5%}}body .adf-request-quote-page.template_one{max-width:unset !important}.return-to-shop{display:none}@media screen and (max-width:992px){.woocommerce-product-gallery__trigger{display:none}}body.search.search-results ul.products li.product_cat-machineverhuur .price,body.post-type-archive ul.products li.product_cat-machineverhuur .price{display:none}body#override .af_quote_fields .af-quote-field-table{max-width:60% !important}@media screen and (max-width:992px){body#override .af_quote_fields .af-quote-field-table{max-width:100% !important}}body#override .af_quote_fields .af-quote-field-table .quote-fields .adf_half_width{width:49% !important;flex:0 0 49% !important}body#override .af_quote_fields .af-quote-field-table .quote-fields .addify-option-field{margin:0}body#override .af_quote_fields .af-quote-field-table .quote-fields .addify-option-field input,body#override .af_quote_fields .af-quote-field-table .quote-fields .addify-option-field textarea{border:1px solid rgba(18, 18, 18, 0.8) !important;font-size:16px}body#override .af_quote_fields .af-quote-field-table .quote-fields .addify-option-field input{height:50px}body#override .af_quote_fields .af-quote-field-table .quote-fields .addify-option-field textarea{height:150px}body#override .af_quote_fields .af-quote-field-table .quote-fields .addify-option-field label{font-family:"Space Grotesk", sans-serif;font-size:22px;line-height:27px;font-weight:500;margin:15px 0}body#override .af_quote_fields .af-quote-field-table .form_row .button{font-weight:400;padding:15px 25px}@media (max-width:550px){body#override .shop_table,body#override .shop_table thead,body#override .shop_table tbody,body#override .shop_table th,body#override .shop_table td,body#override .shop_table tr{display:block;width:100%;border:none}body#override .shop_table thead{display:none}body#override .shop_table tr.cart_item{margin-bottom:1.5rem;border:1px solid #e5e5e5 !important;padding:0.75rem}body#override .shop_table td{display:flex;justify-content:space-between;align-items:center;padding:0.4rem 0 !important;border:none !important;text-align:left !important}body#override .shop_table td::before{content:attr(data-title);font-weight:600;margin-right:1rem;flex:0 0 40%}body#override .shop_table .remove-cart-item{font-size:40px}body#override .product-thumbnail{justify-content:center !important}body#override .product-thumbnail img{max-width:200px}body#override .product-thumbnail::before{display:none}body#override .product-remove{justify-content:flex-end}body#override .product-remove::before{display:none}.cart-subtotal th,.order-total th{display:none !important}}.hero-logos{display:flex;gap:15px;position:absolute;right:10px;bottom:10px}.sw-tax-price{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.sw-tax-price__primary,.sw-tax-price__secondary{display:flex;align-items:baseline;gap:0.35em}.sw-tax-price__secondary{color:#6A6A65;font-size:16px;font-weight:400;line-height:1.25}.sw-tax-price__secondary .woocommerce-Price-amount,.sw-tax-price__secondary .sw-price-suffix{color:inherit !important;font-size:inherit !important;font-weight:inherit !important;line-height:inherit !important;margin-right:0 !important}.sw-tax-price__primary .sw-price-suffix{color:inherit}.sw-rental-price__value .sw-tax-price__primary .woocommerce-Price-amount{font-family:"Space Grotesk", sans-serif;font-size:34px;font-weight:700;line-height:40px}.sw-rental-price__value .sw-tax-price__secondary{font-size:16px}#override .price>.sw-tax-price,#override .price .sw-price-amount>.sw-tax-price,#override .sw-price-value .sw-tax-price{color:#1D1D1B}#override .price>.sw-tax-price .sw-tax-price__primary .woocommerce-Price-amount,#override .price .sw-price-amount>.sw-tax-price .sw-tax-price__primary .woocommerce-Price-amount{color:#1D1D1B !important;font-family:"Space Grotesk", sans-serif !important;font-size:30px !important;font-weight:700 !important;line-height:40px !important}#override .summary.entry-summary>.price{display:block !important}#override.single-product .summary.entry-summary>.price .sw-tax-price__primary .woocommerce-Price-amount{color:#1D1D1B !important;font-family:"Space Grotesk", sans-serif !important;font-size:45px !important;font-weight:700 !important;line-height:40px !important}#override.single-product .summary.entry-summary>.price .sw-tax-price__primary .sw-price-suffix,#override.single-product .summary.entry-summary>.price .sw-tax-price__secondary,#override.single-product .summary.entry-summary>.price .sw-tax-price__secondary .woocommerce-Price-amount{color:#6A6A65 !important;font-size:16px !important;font-weight:400 !important;line-height:25px !important}#override .product-type-variable .summary p.price{display:none !important}.sticky .entry-title{position:relative}.sticky .entry-title::before{content:"";font-family:"Font Awesome 5 Free";font-size:30px;left:-2.5rem;position:absolute;top:0.375rem;font-weight:900}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1.5em}.posted-on{color:#d3dce5}.byline{color:#d3dce5}.comments-link{color:#d3dce5}.entry-title>a{color:inherit}.post-navigation{margin:30px 0}.post-navigation ul{margin:0;padding:0}.post-navigation li{display:inline}.post-navigation li a{color:black;text-decoration:none;background-color:#ffd22b;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}.post-navigation li a:hover{color:white;background-color:black}.post-navigation li.active a{color:white;background-color:black}.post-navigation li.disabled{color:#ffffff;cursor:not-allowed;pointer-events:all !important;text-decoration:none;background-color:#df505f;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}form.post_filter{width:100%;display:flex;justify-content:space-between;padding-top:25.5px;padding-bottom:24px;margin-bottom:50px;border-top:0.5px solid #98aec3;border-bottom:0.5px solid #98aec3}.all_filters_wrapper{flex-wrap:nowrap;padding-top:24px;padding-bottom:25px;justify-content:space-between;padding-right:30px;padding-left:30px;margin-bottom:50px;border-top:1px solid #98aec3;border-bottom:1px solid #98aec3;display:flex}.post_filters_wrapper{position:relative;z-index:10}.post_filters_wrapper .btn.filter_button{background:linear-gradient(90deg, #ffd22b, black)}.post_filters_wrapper .btn.filter_button:hover{background:linear-gradient(90deg, black, #ffd22b)}.post_filters_wrapper .btn.filter_button::after{content:"";font-family:"Font Awesome 6 Free";font-weight:700;margin-left:0.6rem}.post_filters_wrapper ul.filter_dropdown{position:absolute;min-width:332px;padding:12px 0;background-color:white;border-radius:24px;box-shadow:10px 10px 20px #0000451a}.post_filters_wrapper ul.filter_dropdown li{list-style-type:none;padding-top:13px;padding-bottom:13px}.post_filters_wrapper ul.filter_dropdown li:not(:last-child){border-bottom:1px solid #98aec3}.post_filters_wrapper ul.filter_dropdown li .filter_option{position:relative;display:block;width:max-content;padding:0 20px;width:100%}.filter_option::after{content:"";position:absolute;top:50%;right:2rem;transform:translateY(-50%);display:block;height:24px;width:24px;border:1px solid #98aec3;border-radius:100px;transition:0.25s ease-in-out}.filter_option::before{content:"";opacity:0;display:block;position:absolute;top:56%;right:2.35rem;transform:translateY(-50%);color:#98aec3;font-family:"Font Awesome 6 Free";font-size:0.8em;font-weight:700;transition:0.25s ease-in-out;z-index:5}.filter_dropdown li:hover .filter_option::after{border-color:#222222}.filter_dropdown li:hover .filter_option::before{opacity:1}.filter_dropdown li .filter_option:focus::after{background-color:#222222;border-color:#222222}.filter_dropdown li .filter_option:focus::before{color:#fff;opacity:1}#filter-form{position:relative;display:flex;align-items:center;gap:12px;font-weight:500}#filter-form>button{transition:0.25s ease-in-out}#text_filter_search{min-height:50px;min-width:336px;margin-bottom:0;background-color:#fff;border-radius:100px;border-color:#98aec3;padding-left:25px;font-size:18px;color:#222222}.post .blog-slide-link:hover .post_wrapper .post_meta{background-color:#FFD22B;transition:0.25s ease-in-out}.post .blog-slide-link:hover .post_wrapper .blog-block-bottom-div .btn{transition:0.25s ease-in-out;background-color:#FFD22B;border:1px solid #FFD22B}.post .blog-slide-link:hover .post_wrapper .blog-block-bottom-div .btn:after{content:url(/wp-content/uploads/ICON-pijl-zwart.svg)}.post .post_wrapper{box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);background-color:white;border-radius:10px;overflow:hidden;position:relative;margin-bottom:30px;padding:15px;position:relative}.post .post_wrapper .post_thumbnail{width:100%;height:250px;background-color:#eee}@media only screen and (max-width:480px){.post .post_wrapper .post_thumbnail{height:180px}}.post .post_wrapper .post_thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:5px}.post .post_wrapper .post_meta{position:absolute;top:25px;left:25px;background-color:white;padding:5px 10px;border-radius:5px;transition:0.25s ease-in-out}.post .post_wrapper .post_meta ul{margin:0;padding:0}.post .post_wrapper .post_meta ul li{list-style:none;padding-left:0;display:inline-block}.post .post_wrapper .post_meta ul li span{margin:0 7px}.post .post_excerpt{padding:25px 0;height:130px;overflow:hidden}.post .post_excerpt h3{margin-bottom:15px;color:#222222}.post .post_excerpt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.post .blog-block-bottom-div{display:flex;justify-content:space-between;align-items:center}.post .blog-block-bottom-div ul{display:flex;flex-direction:column;padding-left:0}.post .blog-block-bottom-div ul span{font-size:15px;font-style:normal;font-weight:400;line-height:20px;color:#6A6A65}.post .blog-block-bottom-div .btn{display:block;width:50px;height:50px;padding:14px;background-color:#1D1D1B;border:1px solid #1D1D1B;transition:0.25s ease-in-out}.post .blog-block-bottom-div .btn::after{content:url(/wp-content/uploads/ICON-pijl-wit.svg)}.post_all{text-align:center;margin:15px 0}.categories{margin:30px 0}.categories ul{margin:0;padding:0}.categories ul li{display:inline-block;list-style:none}.categories ul li a{padding:0 5px;border-right:1px solid #000}.categories ul li a:hover{color:#172e43}.categories ul li:last-child a{border-right:0}.categories ul li.active{color:#172e43}#load-more-container{display:flex;justify-content:center}#load-more-container #load-more{margin:0 auto;margin-bottom:45px}.single-post .post_thumbnail{width:fit-content;margin-top:30px;margin-bottom:10px;margin-inline:auto}.single-post .post_thumbnail img{width:100%;max-width:800px;border-radius:6px}.single-post .post_meta{margin-bottom:45px;text-align:center}.single-post .post_meta>ul{display:flex;justify-content:center;gap:30px;margin:0;padding:0}.single-post .post_meta>ul li{display:inline-block;list-style:none}.single-post .post_meta>ul li>i{margin-right:5px}.single-post .post_meta>ul li a{padding:0 5px;border-right:1px solid #000}.single-post .post_meta>ul li a:hover{color:#172e43}.single-post .post_meta>ul li:last-child a{border-right:0}.single-post .post_meta>ul li.active{color:#172e43}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment-body .pull-left{padding-right:0.625rem}.comment-list{padding-left:0}.comment-list .comment{display:block}.comment-list .pingback{border-top:1px solid rgba(0, 0, 0, 0.125);padding:0.563rem 0}.comment-list .pingback:first-child{border:medium none}.comments-title{font-size:1.125rem}.post-type-archive-projecten .projects-loop .project-block{padding-left:10px;padding-right:10px}.project_wrapper .project_thumbnail{width:100%;height:auto;aspect-ratio:1;overflow:hidden}.project_wrapper .project_thumbnail img{width:100%;height:100%;object-fit:cover;transition:0.15s ease-in-out}.project_wrapper .project_thumbnail:hover img{transform:scale(1.2)}.project_wrapper .project_thumbnail:hover~.project_content h3{color:#999999}.project_wrapper .project_content{padding:24px 12px 12px 12px}@media only screen and (max-width:480px){.project_wrapper .project_content{padding:12px 12px 12px 12px}}.project_wrapper .project_content h3{text-align:center;margin-bottom:24px;transition:0.15s ease-in-out}@media only screen and (max-width:480px){.project_wrapper .project_content h3{font-size:18px;margin-bottom:13px}}.project_wrapper .project_content h3:hover{color:#999999}.project_wrapper .project_content .project_meta ul{display:flex;align-items:center;justify-content:center;gap:12px;list-style-type:none;min-height:21px;padding:0}.project_wrapper .project_content .project_meta ul:not(.project_categories) li{min-width:max-content}@media (max-width:471px){.project_wrapper .project_content .project_meta ul:not(.project_categories){gap:0;flex-direction:column}}.project_wrapper .project_content .project_meta ul a{font-size:16px;color:#999999}.project_wrapper .project_content .project_meta ul.notactive{min-height:unset}.project_wrapper .project_content .project_meta ul i{margin-right:2px;font-size:14px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_meta .project_meta .project_categories a{font-size:14px}}.project_wrapper .project_content .project_excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:15px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_excerpt{margin-top:3px;font-size:14px}}.all_projects{text-align:center;margin:15px 0}#single_project_wrapper{position:relative;margin:30px 0}#single_project_wrapper .single_project_inner{position:relative;display:block;padding:30px;margin:30px 0;box-shadow:0 3px 25px rgba(0, 0, 0, 0.1);border-radius:5px}#single_project_wrapper .project_short_description{padding-top:60px}#single_project_wrapper .project_description{padding-bottom:30px}#single_project_wrapper #project_gallery:not(.masonry){display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));column-gap:20px;row-gap:17px;padding:30px 0}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item){min-width:100%;position:relative}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{width:100%;height:100%;object-fit:cover;border-radius:5px}@media (min-width:1101px){#single_project_wrapper #project_gallery:not(.masonry){grid-template-columns:repeat(4, 1fr)}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{height:307px}}#single_project_wrapper #project_gallery.masonry{padding:30px 0}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item{margin-bottom:12px}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item.col-lg-3{padding-left:8px;padding-right:8px}@media (max-width:768px){#single_project_wrapper #project_gallery.masonry .project-image{width:100%}#single_project_wrapper #project_gallery.masonry .project-image img{width:100%}}.project .project-card{border-radius:5px;overflow:hidden;box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);border:1px solid transparent;transition:all 0.15s ease-in-out}.project .project-card:hover{border-color:#d3dce5}.project .project-card:hover .project-title{background-color:#d3dce5}.project .project-thumb{display:block;width:100%;height:250px}.project .project-thumb img{width:100%;height:100%;object-fit:cover}.project .project-title{background-color:#ffffff;padding:15px 0;text-align:center;transition:all 0.15s ease-in-out}.project .project-title h3{font-size:24px;text-transform:capitalize;margin-bottom:0}@media only screen and (max-width:768px){.project .project-title h3{font-size:18px}}.project a{color:#506a83}.review{position:relative;display:block;margin:0 auto;max-width:600px;border:2px solid #d3dce5;padding:30px;text-align:center;box-shadow:0px 25px 25px -30px rgba(102, 102, 102, 0.6)}.review .fa-quote-left{position:absolute;top:15px;left:15px;color:#d3dce5;font-size:32px}.review .review-rating{display:block;text-align:center;margin:0 0 15px 0}.review .review-rating:after{content:"";font-family:"Font Awesome 6 Free";font-weight:bold;color:#f4b92d;letter-spacing:5px}.review .review-content{margin-bottom:15px}.splide_reviews .splide__track{padding:15px 0 30px 0}.splide_reviews .splide__pagination{bottom:-15px}.splide_projects .splide__track{padding:30px}.splide_logos li{padding:15px;text-align:center}.splide_logos .slide_logo{display:flex;align-items:center;justify-content:center;height:120px;max-width:100px}.splide_logos .slide_logo span{font-weight:600}.splide_logos .slide_logo img{max-height:60px;object-fit:contain}.splide_logos .splide__arrow{background:#506a83;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:100%}.splide_logos .splide__arrow svg{fill:#fff;width:15px;height:15px}.splide_logos .splide__arrow:hover svg{fill:#fff}.blog_slider .splide__track{padding:30px 0}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}@media only screen and (max-width:768px){.vc_custom_heading{font-size:16px !important}}.wpb_text_column ul{padding-left:15px}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}.wpb_text_column ul{padding-left:15px}@media only screen and (max-width:991px){.align-content-left-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-left:15px}.align-content-right-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-right:15px}}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.alignleft{display:inline;float:left;margin-right:20px}.alignright{display:inline;float:right;margin-left:20px}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}a img.alignright{float:right;margin:5px 0 15px 15px}a img.alignnone{margin:5px 0 15px 15px}a img.alignleft{float:left;margin:5px 0 15px 15px}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption.alignnone{margin:5px 0 15px 15px}.wp-caption.alignleft{margin:5px 0 15px 15px}.wp-caption.alignright{margin:5px 0 15px 15px}.woocommerce-cart-form .shop_table .coupon .input-text{width:8.313rem !important}.variations_form .variations .value>select{margin-bottom:0.625rem}.woocommerce-MyAccount-content .col-1{max-width:100%}.woocommerce-MyAccount-content .col-2{max-width:100%}.mobile-product-cats{width:200vw;height:100vh;background:#fff;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3;z-index:9999999}.mobile-product-cats li a{display:block;border-bottom:1px solid #efefef;padding:15px}.mobile-product-cats li a:hover{text-decoration:none}.mobile-product-cats ul{width:100vw;height:100vh;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3}.mobile-product-cats ul.active{left:0}.mobile-product-cats .has-children a:after{content:"";position:absolute;font-family:"Font Awesome 6 Free";right:15px;font-weight:600;left:95vw}.mobile-product-cats.fixed{padding-top:55px}.mobile-product-cats.fixed .children-cats{padding-top:55px}.mobile-product-cats.fixed .menu-action{top:0;position:fixed;z-index:999999999}.mobile-product-cats.active{left:0}.mobile-product-cats.push{left:-100vw}a.mobile-product-cats-btn{display:block;text-align:center;text-transform:uppercase;border-radius:15px;background-color:#172e43;color:#fff !important;font-size:14px;padding:15px;margin-bottom:30px;cursor:pointer}.menu-action{display:block;width:100%;background-color:#172e43;font-size:24px;line-height:50px;padding:0 15px 0 15px;cursor:pointer;color:#fff}.menu-action i{color:#fff}.menu-action .title{color:#fff;font-size:14px;line-height:50px;padding:0 25px 0 25px;position:relative;top:-3px}.product-categories{padding:0;list-style:none}.product-categories .cat-item:not(.current-cat):not(.current-cat-parent) .children{display:none}.product-categories a{color:gray}.product-categories a:hover{color:#ff6000;text-decoration:none}.product-categories>li>a{font-size:1.1rem}.product-categories ul.children{margin:15px 0 15px 0;list-style:none;border-left:1.7px solid #ff6000;padding-left:15px;max-height:400px;overflow-y:scroll;position:relative}.product-categories .cat-parent{position:relative}.product-categories .cat-parent>a:after{content:"";font-family:"Font Awesome 6 Free";font-weight:600;margin-left:10px;color:#a1a1a1;font-size:12px;position:absolute;right:15px;top:10px}.product-categories .current-cat.cat-parent:after{content:" ";background:-moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:after{content:" ";background:-moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .cat-parent.fade-bottom:after{height:50px}.product-categories .cat-parent.fade-top:before{height:50px}.product-categories .current-cat-parent>a{color:#ff6000 !important;font-weight:bold}.product-categories .current-cat>a{color:#ff6000 !important;font-weight:bold}form.woocommerce-ordering{display:flex;align-items:center;margin-bottom:35px;gap:15px}form.woocommerce-ordering select{margin-bottom:0px}@media only screen and (min-width:992px){a.mobile-product-cats-btn{display:none}}#override.woocommerce-account section.site-content{margin-bottom:100px}#override.woocommerce-account .woocommerce-MyAccount-navigation{width:20%}#override.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0;border-top:1px solid #eee}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li{list-style:none;border-bottom:1px solid #eee;padding-bottom:0}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:10px 5px;display:block}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{margin-right:20px;opacity:0.25}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{font-weight:500}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before{opacity:1}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before{font-family:"Font Awesome 6 Free";font-weight:900}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{font-weight:500}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{opacity:1}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-content{display:inline-block;margin-left:5%;width:75%;padding:25px 16px;border-radius:10px;background-color:#e6e9f2}#override.woocommerce-account .woocommerce-MyAccount-content h2{font-size:25px;text-align:center;font-weight:600}#override.woocommerce-account .woocommerce-MyAccount-content header{position:static !important;transition:unset !important;animation:unset !important;transform:unset !important;box-shadow:unset !important;border-radius:5px;padding:10px}#override.woocommerce-account .woocommerce-MyAccount-content header h2{font-size:1em;line-height:1.1;margin-bottom:12px}#override.woocommerce-account .woocommerce-MyAccount-content header .edit{display:block;text-align:center;width:100%;padding-bottom:10px}#override.woocommerce-account .woocommerce-MyAccount-content address{margin-bottom:12px;font-size:14px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row{margin-bottom:16px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row label,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row label{display:block;min-width:137px;font-weight:500;color:#222222}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row label .required,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row label .required{color:#c00000}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row input,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row input{height:45px;padding-left:12px;margin-bottom:0;width:100%;background:white;border:none;border-radius:5px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span{height:45px;border-radius:5px;border:none}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span .select2-selection__arrow,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span .select2-selection__arrow{top:9px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span>span,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span>span{line-height:44px}#override.woocommerce-account .woocommerce-MyAccount-content .button{display:block;margin-left:auto;margin-top:16px;background:#ffd22b;color:black}#override.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward{margin-left:0;padding:10px 20px;width:fit-content;border-radius:100px}#override.woocommerce-account .woocommerce-MyAccount-content em{font-size:12px}#override.woocommerce-account p.order-again{text-align:right}#override.woocommerce-account section .woocommerce{display:flex;flex-wrap:wrap}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{display:flex;flex-direction:column}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #username{max-width:500px;margin-top:15px;padding:10px;margin-bottom:0}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #password{max-width:500px;margin-top:15px;padding:10px}.woocommerce-orders-table__cell-order-actions{display:flex;flex-direction:column}.woocommerce-MyAccount-content input{margin-bottom:0}body .coupon button[type="submit"]{margin-top:15px;margin-bottom:15px;width:100% !important}.woocommerce-form-login{width:100%}.woocommerce-form-login>.form-row{display:flex;flex-direction:column}.woocommerce-form-login__submit{max-width:150px}@keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:991px){#override.woocommerce-account section.site-content .woocommerce{flex-direction:column;gap:40px;position:relative}#override.woocommerce-account section.site-content .woocommerce>div,#override.woocommerce-account section.site-content .woocommerce>nav{width:100%}#override.woocommerce-account section.site-content .woocommerce .woocommerce-MyAccount-content{margin:0}}#mobile-menu-button{display:none;width:100%;background-color:#ffd22b;color:white;padding:10px;text-align:center;font-size:16px;border:none;cursor:pointer;transition:background-color 0.3s ease}#mobile-menu-button:hover{background-color:#005f8c}@media (max-width:991px){#mobile-menu-button{display:block}#override nav.woocommerce-MyAccount-navigation{display:none;overflow:hidden;background-color:white;box-shadow:0 0 20px #dbdbdb;border-radius:10px;padding:20px;position:absolute;left:0;top:50px;z-index:9}.is-active{font-weight:bold}}#customer_login{display:flex;margin-left:auto;margin-right:auto}#customer_login .u-column1,#customer_login .u-column2{max-width:50%;flex:0 0 50%}@media (max-width:991px){#customer_login .u-column1,#customer_login .u-column2{max-width:100%;flex:0 0 100%}}.sw_popup{position:fixed;background-color:rgba(0, 0, 0, 0.6);width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition-property:visibility;top:0;z-index:999;visibility:hidden}.sw_popup .sw_popup_inner{position:relative;width:100%;max-width:500px;padding:15px;flex-direction:column;display:flex;align-items:center;transform:scale(0);transition-property:all;transition:ease-in-out 200ms;background:#fff;text-align:center;line-height:2;font-family:inherit;border-radius:2px;box-shadow:0px 0px 25px 2px rgba(0, 0, 0, 0.5);opacity:0;max-height:95vh;overflow-y:scroll}.sw_popup .sw_popup_inner h2{display:inline-block;margin-bottom:10px}.sw_popup .sw_popup_inner p:last-of-type{margin-bottom:0}.sw_popup .sw_popup_inner .btn{display:inline-block;margin-top:15px}.sw_popup .close_popup{position:absolute;right:-10px;top:-10px;background:#ba211e;color:#fff;width:28px;height:28px;border-radius:50px;font-size:24px;display:flex;align-items:center;justify-content:center;padding:0 0 2px 0;cursor:pointer;transition-property:background;transition:ease 200ms}.sw_popup .close_popup:hover{background:#9e1d1b}.sw_popup .popup_button:hover{background:#9e1d1b}.sw_popup.active{visibility:visible;z-index:9999999}.sw_popup.active .sw_popup_inner{transform:scale(1);opacity:1}#toggle-admin-bar{transition:0.2s;position:fixed;top:32px;right:0;background-color:#1d2327;color:#fff;border:none;padding:0 7px;cursor:pointer;border-radius:0;border-bottom-left-radius:15px;z-index:9999}#toggle-admin-bar i{transition:0.2s}#toggle-admin-bar .fa-solid.fa-chevron-up{font-size:10px}#toggle-admin-bar:hover{background-color:#555}.admin-bar{position:relative}@font-face{font-family:"MontBold";src:url("/wp-content/themes/saleswizard-theme/inc/assets/webfonts/font.woff2") format("woff2"), url("/wp-content/themes/saleswizard-theme/inc/assets/webfonts/font.woff") format("woff")}#sw_login.sw_login--page{position:relative;height:100vh;min-height:800px;color:#14002d}#sw_login.sw_login--page h1,#sw_login.sw_login--page h2,#sw_login.sw_login--page h3,#sw_login.sw_login--page p{margin-bottom:0}#sw_login.sw_login--page>.brand_background{position:absolute;left:0;top:0;width:53.5%;height:100%;background-color:#441099;border-bottom-right-radius:300px;overflow:hidden;z-index:-1}#sw_login.sw_login--page>.brand_background>#animated-blob{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#2d0166;background-size:cover;background-repeat:no-repeat;background-position:center;opacity:0.19;clip-path:circle(130.5% at 58% 160%);animation:blob-expand 2s cubic-bezier(0.25, 0.1, 0.25, 1)}@keyframes blob-expand{0%{clip-path:circle(100% at 128% 160%)}100%{clip-path:circle(130.5% at 58% 160%)}}#sw_login.sw_login--page .container{height:100%}#sw_login.sw_login--page .container .sw_login_page--inner{height:100%;display:flex;justify-content:space-between;align-items:center}#sw_login.sw_login--page .container .sw_login_page--inner .left{height:100%;display:flex;flex-direction:column;justify-content:space-between}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_header{margin-top:75px;margin-bottom:75px}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_header img.login-logo{width:100%;max-width:288px;filter:brightness(0) invert(1)}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title{margin-bottom:90px}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title h1{margin-bottom:24px;color:#47ca9b;font-family:"MontBold";font-size:23px;line-height:1;text-transform:uppercase}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title h2{font-family:"MontBold";font-size:70px;color:#f0f0f0}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title svg{font-family:"MontBold";width:100%;height:70px}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title svg text{animation:stroke 3s forwards;stroke-width:1;stroke:#fff;font-size:70px}@keyframes stroke{0%{fill:rgba(72, 138, 204, 0);stroke:#fff;stroke-dashoffset:10px;stroke-dasharray:0 60%;stroke-width:1}70%{fill:rgba(72, 138, 204, 0);stroke:#fff}80%{fill:rgba(255, 255, 255, 0.2);stroke:#fff;stroke-width:3}100%{fill:#fff;stroke:rgba(54, 95, 160, 0);stroke-dashoffset:150px;stroke-dasharray:60% 0;stroke-width:0}}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article{position:relative;max-width:606px}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner{border:2px solid rgba(255, 255, 255, 0.5);padding:26px 37px;padding-right:105px}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h3{margin-bottom:16px;color:#47ca9b;font-family:"MontBold";font-size:16px;text-transform:uppercase}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h2.seo_article--title{margin-bottom:21px;font-family:"MontBold";font-size:25px}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h2.seo_article--title a{color:#fff}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner h2.seo_article--title:hover~.seo_article--link svg{animation:slideArrow 0.5s forwards;perspective:1000px}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner p.seo_article--content{font-family:"Hanken Grotesk", sans-serif;font-size:18px;line-height:25px}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner p.seo_article--content a{color:#fff}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner p.seo_article--content:hover~.seo_article--link svg{animation:slideArrow 0.5s forwards;perspective:1000px}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner .seo_article--link{position:absolute;bottom:32px;right:37px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;background-color:#47ca9b;border-radius:100%;overflow:hidden}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner .seo_article--link svg{width:24px}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article .seo_article--inner .seo_article--link:hover svg{animation:slideArrow 0.5s forwards;perspective:1000px}@keyframes slideArrow{0%{transform:translateX(0)}50%{transform:translateX(35px) rotateZ(50deg)}65%{opacity:0}75%{transform:translateX(-35px) rotateZ(-90deg)}100%{transform:translateX(0) rotateZ(0);opacity:1}}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner{display:flex;align-items:center;gap:86px;padding-bottom:62px}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner .privacy-link a{font-family:"Hanken Grotesk", sans-serif;color:#fff;text-decoration:underline}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner .language-switcher select{height:50px;margin-bottom:0;margin-right:10px;padding-left:30px;border-radius:100px;border:none;outline:none}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_footer .login_footer--inner .language-switcher input[type="submit"]{background-color:#47ca9b;color:#fff;border-radius:100px;border:none;padding:0 20px;height:50px;font-size:18px;font-weight:500;cursor:pointer}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form{width:100%;max-width:394px}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form h2.login_form--title{margin-bottom:46px;font-family:"MontBold";font-size:40px;color:#441099}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form label{font-family:"Hanken Grotesk", sans-serif;color:#14002d;font-size:18px}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form input[type="text"],#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form input[type="password"]{margin-top:17px;background-color:#f0f0f0;color:#14002d;border-radius:0;border:none;padding-left:15px;margin-bottom:20px;width:100%;height:60px;font-size:24px;font-weight:300}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form input[type="submit"]#wp-submit{margin-top:30px;background-color:#47ca9b;color:#fff;border-radius:0;border:none;padding-left:15px;margin-bottom:20px;width:100%;height:60px;font-family:"Hanken Grotesk", sans-serif;font-size:24px;font-weight:700;border-radius:100px;cursor:pointer}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label{display:flex;align-items:center;gap:15px}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label::before{content:"";display:inline-block;width:25px;height:25px;background-color:#f0f0f0;font-family:"Font Awesome 6 Free";font-weight:900;font-size:20px;color:#fff;text-align:center;line-height:1.3;cursor:pointer}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label input{display:none}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-remember label:has(input:checked)::before{content:"";background-color:#441099}#sw_login.sw_login--page .container .sw_login_page--inner .right .login_form .login-error{color:#ff3c00}#sw_login.sw_login--page .container .sw_login_page--inner .right .forgot-password{text-align:center;margin-top:15px}#sw_login.sw_login--page .container .sw_login_page--inner .right .forgot-password a{font-family:"Hanken Grotesk", sans-serif;color:#14002d;text-decoration:underline}#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website{margin-top:70px}#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website a{display:flex;align-items:center;justify-content:center;gap:15px;font-family:"Hanken Grotesk", sans-serif;font-size:18px;color:#14002d}#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website a i{display:flex;justify-content:center;align-items:center;width:34px;height:34px;background-color:#441099;border-radius:100%}#sw_login.sw_login--page .container .sw_login_page--inner .right .back-to-website a i::before{content:"";display:block;width:17.94px;height:18.2px;background-image:url('data:image/svg+xml,<svg width="100%" height="auto" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g id="Complete"><g id="arrow-right"><g><polyline data-name="Right" fill="none" id="Right-2" points="16.4 7 21.5 12 16.4 17" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="2.5" x2="19.2" y1="12" y2="12"/></g></g></g></svg>');background-size:contain;background-repeat:no-repeat;transform:scalex(-1);margin-top:1px}@media (max-width:1367px){#sw_login.sw_login--page>.brand_background{width:57.5%}}@media (max-width:1199px){#sw_login.sw_login--page>.brand_background{width:51.5%}#sw_login.sw_login--page .container .sw_login_page--inner .left article.seo_article{max-width:405px}#sw_login.sw_login--page .container .sw_login_page--inner .left .login_title svg text{font-size:60px}}@media (min-width:1200px){#sw_login.sw_login--page .mobile_header{display:none}}@media (max-width:1200px){#sw_login.sw_login--page .brand_background{display:none}#sw_login.sw_login--page .mobile_header{position:absolute;top:0;left:0;width:100%;height:164px;background-color:#441099}#sw_login.sw_login--page .mobile_header .mobile_header--inner{padding-top:25px}#sw_login.sw_login--page .mobile_header .mobile_header--inner a{display:block;width:100%;max-width:236px;margin-inline:auto}#sw_login.sw_login--page .mobile_header .mobile_header--inner a img{filter:brightness(0) invert(1)}#sw_login.sw_login--page .container .sw_login_page--inner{flex-direction:column;justify-content:center;padding-top:120px}#sw_login.sw_login--page .container .sw_login_page--inner .left{display:none}}@media (max-width:991px){.mobile_header{clip-path:circle(219.3% at 50% -1430px)}}@media (max-width:970px){.mobile_header{clip-path:circle(219.3% at 50% -1400px)}}@media (max-width:950px){.mobile_header{clip-path:circle(219.3% at 50% -1370px)}}@media (max-width:930px){.mobile_header{clip-path:circle(219.3% at 50% -1340px)}}@media (max-width:910px){.mobile_header{clip-path:circle(219.3% at 50% -1310px)}}@media (max-width:890px){.mobile_header{clip-path:circle(219.3% at 50% -1280px)}}@media (max-width:870px){.mobile_header{clip-path:circle(219.3% at 50% -1250px)}}@media (max-width:850px){.mobile_header{clip-path:circle(219.3% at 50% -1220px)}}@media (max-width:830px){.mobile_header{clip-path:circle(219.3% at 50% -1190px)}}@media (max-width:810px){.mobile_header{clip-path:circle(219.3% at 50% -1160px)}}@media (max-width:790px){.mobile_header{clip-path:circle(219.3% at 50% -1130px)}}@media (max-width:770px){.mobile_header{clip-path:circle(219.3% at 50% -1100px)}}@media (max-width:750px){.mobile_header{clip-path:circle(219.3% at 50% -1070px)}}@media (max-width:730px){.mobile_header{clip-path:circle(219.3% at 50% -1040px)}}@media (max-width:710px){.mobile_header{clip-path:circle(219.3% at 50% -1010px)}}@media (max-width:690px){.mobile_header{clip-path:circle(219.3% at 50% -980px)}}@media (max-width:670px){.mobile_header{clip-path:circle(219.3% at 50% -950px)}}@media (max-width:650px){.mobile_header{clip-path:circle(219.3% at 50% -920px)}}@media (max-width:630px){.mobile_header{clip-path:circle(219.3% at 50% -890px)}}@media (max-width:610px){.mobile_header{clip-path:circle(219.3% at 50% -860px)}}@media (max-width:590px){.mobile_header{clip-path:circle(219.3% at 50% -830px)}}@media (max-width:570px){.mobile_header{clip-path:circle(219.3% at 50% -800px)}}@media (max-width:550px){.mobile_header{clip-path:circle(219.3% at 50% -770px)}}@media (max-width:530px){.mobile_header{clip-path:circle(219.3% at 50% -740px)}}@media (max-width:510px){.mobile_header{clip-path:circle(219.3% at 50% -710px)}}@media (max-width:490px){.mobile_header{clip-path:circle(219.3% at 50% -680px)}}@media (max-width:470px){.mobile_header{clip-path:circle(219.3% at 50% -650px)}}@media (max-width:450px){.mobile_header{clip-path:circle(219.3% at 50% -620px)}}@media (max-width:430px){.mobile_header{clip-path:circle(219.3% at 50% -590px)}}@media (max-width:410px){.mobile_header{clip-path:circle(219.3% at 50% -560px)}}@media (max-width:390px){.mobile_header{clip-path:circle(219.3% at 50% -530px)}}@media (max-width:370px){.mobile_header{clip-path:circle(219.3% at 50% -500px)}}@media (max-width:350px){.mobile_header{clip-path:circle(219.3% at 50% -470px)}}@media (max-width:330px){.mobile_header{clip-path:circle(219.3% at 50% -440px)}}/*# sourceMappingURL=https://bmf-machines.nl/wp-content/themes/saleswizard-theme/style.css.map */