html.no-scroll,
html.no-scroll body{
    overflow: hidden;
}

html,
body{
	overflow-x: hidden;
}

body{
	color: #1d1d1b;
	font-family: museo;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 50px;
	background: url(../images/paper-bg-seamless.jpg) center repeat;
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:24px;
}

.only_on_request p{
    padding: 13px 15px 13px 40px !important;
    background: #fff;
    line-height: 23px;
    border-radius: 5px;
    position: relative;
}

.only_on_request p i{
    margin-right: 10px;
    color: #b81f24;
    position: absolute;
    left: 15px;
    top: 18px;
}

.only_on_request{
    margin-bottom: 10px;
}

.only_on_request .buttons{
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
}

.single-product .row.product.purchasable .wrap_single_cart_buttons .ywraq-link + .ywraq-link,
.single-product .row.product.purchasable .wrap_single_cart_buttons .clear,
.single-product .row.product.purchasable .wrap_single_cart_buttons .yith-ywraq-add-to-quote{
    display: none !important;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:first-child{
    display: none !important;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:not(:first-child) .yith-ywraq-add-button a:before,
.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:not(:first-child) .yith-ywraq-add-button a:after{
    display: none;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:not(:first-child) .yith-ywraq-add-button a:hover{
    text-decoration: underline;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:not(:first-child) .yith-ywraq-add-button a:before{
    display: inline-block;
    content: "\f15c" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400 !important;
    position: static;
    width: auto;
    height: auto;
    background: none;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:not(:first-child) .yith-ywraq-add-button a{
    padding: 0 !important;
    background: none !important;
    color: #b81f24;
    width: auto;
    display: inline;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons .clear{
    display: none !important;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:not(:first-child) .yith-ywraq-add-button{
    display: inline !important;
}

.single-product .row.product:not(.purchasable) .wrap_single_cart_buttons > .yith-ywraq-add-to-quote:not(:first-child){
    width: auto;
    display: inline !important;
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
    border-radius: 0;
}

.tns-item{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.tns-outer *{
	outline:none !important;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form,
.jumbotron .sharebuttons{
	font-size:16px;
	font-weight:300;
	font-style:normal;
	margin-bottom:30px;
	margin-top:0;
}

article > .jumbotron:last-child .gform_wrapper form{
	margin-bottom: 0;
}

picture.img-fluid img{
    max-width: 100%;
    height: auto;
}

.sharebuttons{
	overflow: hidden;
	width: 161px;
	float: left;
    white-space: nowrap;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.sharebuttons:hover{
	width: 364px;
}

.sharebuttons a,
.share-title i{
	width: 40px;
	height: 40px;
	text-decoration: none !important;
	color: #fff !important;
	background-color: #49a5df;
	font-size: 16px !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 10px;
	border-radius: 50%;
}

.sharebutton__facebook,
.sharebutton__facebook:hover,
.sharebutton__facebook:focus{
    color: #3b5998;
}

.sharebutton__linkedin,
.sharebutton__linkedin:hover,
.sharebutton__linkedin:focus{
    color: #0077b5;
}

.sharebutton__twitter,
.sharebutton__twitter:hover,
.sharebutton__twitter:focus{
    color: #1da1f2;
}

.sharebutton__google-plus,
.sharebutton__google-plus:hover,
.sharebutton__google-plus:focus{
    color: #dd4b39;
}

.sharebutton__envelope,
.sharebutton__envelope:hover,
.sharebutton__envelope:focus{
    color: #adadad;
}

.share-title{
	color: #49a5df;
	font-family: museo;
	font-size: 13px;
	font-weight: 700;
	/* Text style for "Share this" */
	text-transform: uppercase;
}

.last-no-margin > *:last-child,
.last-no-margin > .table-responsive:last-child > table{
    margin-bottom: 0;
}

.jumbotron.jumbo-padding{
    margin: 80px 0 0;
}

article > .jumbotron:first-child {
    margin-top: 0;
}

article > .jumbotron:not(.header_slider):first-child {
    margin-top: 185px;
}

div.gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto -15px !important;
}

div.gallery .gallery-item{    
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.gallery .gallery-item > div{   
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

div.gallery .gallery-item > div > a{
    width: 100%;
    max-width: 100%;
}

div.gallery .gallery-item img{
    max-width: 100%;
    height: auto;
    border: none !important;
    margin-bottom: 0 !important;
}

.jumbotron ul ul, 
.jumbotron ol ul, 
.jumbotron ul ol, 
.jumbotron ol ol {
    margin-bottom: 0;
}

#content{
    padding: 0 0;
}

.jumbotron h1{
	color: #1d1d1b;
	font-family: museo-sans;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
}

.single-product .jumbotron h1,
.single-products .jumbotron h1{
	color: #1d1d1b;
	font-family: museo-sans;
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

.jumbotron h2{
	font-size:25px;
}

.jumbotron h3{
	color: #1d1d1b;
	font-family: museo-sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
}

.jumbotron p + h3{
	margin-top: 45px;
}

ul.checklist{
	padding: 0;
	list-style: none;
}

ul.checklist li{
	position: relative;
	padding-left: 30px;
}

ul.checklist li:nth-child(n+2){
	margin-top: 10px;
}

ul.checklist li:before{
	color: #b81f24;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	content: "\f336";
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
}

.alm-filters-edit{
    display: none !important;
}

.alm-btn-wrap{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
}

.alm-loading{
    min-height: 200px;
    position: relative;
}

.alm-loading:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) center no-repeat;
    background-size: 60px 60px;
    padding: 30px;
}

.done{
	opacity: 0.4;
    cursor: not-allowed;
}

.alert > *:last-child{
	margin:0 !important;
}

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:30px;
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

a{
	color:#b81f24;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.terug_link{
	margin-top: 70px;
}

.terug_link a,
a.terug_link{
	margin-top: 0;
	color: #b81f24;
	font-family: museo-sans;
	font-size: 13px;
	font-weight: 700;
	/* Text style for "All NEWS" */
	text-transform: uppercase;
}

.terug_link a:not(.sharebutton) i,
a.terug_link i{
	margin-right: 10px;
}

#content p a:not(.button):hover,
#content p a:not(.button):focus,
#content div.woocommerce-info a:not(.button):hover,
#content div.woocommerce-info a:not(.button):focus,
#content td a:not(.button):hover,
#content td a:not(.button):focus,
#content ul li a:not(.button):hover,
#content ul li a:not(.button):focus,
#footer p a:not(.button):hover,
#footer p a:not(.button):focus,
#footer ul li:not(.button) a:hover,
#footer ul li:not(.button) a:focus,
#credits-menu li:not(.button) a:hover,
#credits-menu li:not(.button) a:focus,
.yith_ywraq_add_item_browse_message a:not(.button):hover,
.yith_ywraq_add_item_browse_message a:not(.button):focus{
	color:#b81f24;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.transition-03{
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

hr{
	border-top:solid 1px #c9c9c9;
	margin:24px 0;
    display: block;
}

.single-product .product:not(.purchasable) .add-request-quote-button,
.single-product .product:not(.purchasable) .add-request-quote-button:hover,
.single-product .product:not(.purchasable) .add-request-quote-button:focus,
.button,
.button:hover,
.button:focus,
.loadmore,
body div.gform_wrapper .gform_next_button,
body div.gform_wrapper .gform_previous_button,
body div.gform_wrapper .gform_footer button.gform_button,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	border:none;
	border-radius:0;
	color:#fff;
	background:#b81f24;
	padding:17.5px 30px !important;
	line-height:normal !important;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    cursor: pointer;
	font-family: museo-sans;
	font-size: 13px !important;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

body .wrap-product-add-to-cart.addedd .yith-ywraq-add-to-quote, 
body .wrap-product-add-to-cart .yith-ywraq-add-to-quote[data-variation] {
    padding: 0 !important;
    background: #fff;
    border-radius: 5px;
    border: none;
    margin: 0;
    font-size: 13px !important;
    line-height: normal;
    width: 100% !important;
    text-align: left !important;
}

body.woocommerce .add-request-quote-button.button, body.woocommerce .add-request-quote-button-addons.button{
    
	background:none !important;
    padding: 0 !important;
    border: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    line-height: normal;
    color: #b81f24 !important;
    font-family: museo-sans !important;
}

body.woocommerce .add-request-quote-button.button:before,
body.woocommerce .add-request-quote-button.button:after, 
body.woocommerce .add-request-quote-button-addons.button:before,
body.woocommerce .add-request-quote-button-addons.button:after{
    display: none !important;
}

@media  (max-width:769px) {
	.button + .button,
	.button + .button_outline{
		margin-top: 30px;
		margin-left: 0;
	}
}
@media  (min-width:769px) {
	.button + .button,
	.button + .button_outline{
		margin-left: 50px;
	}
}

body div.gform_wrapper .gform_next_button,
body div.gform_wrapper .gform_previous_button{
	background-color: #b81f24;
	color: #fff;
	margin-left: 0;
}

body div.gform_wrapper .gform_next_button:hover,
body div.gform_wrapper .gform_previous_button:hover,
body div.gform_wrapper .gform_next_button:focus,
body div.gform_wrapper .gform_previous_button:hover{
	background: #49a5df !important;
}



body div.gform_wrapper .gform_next_button:before,
body div.gform_wrapper .gform_previous_button:before{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23b81f24' d='M5 50h-.183S0 40.288 0 24.91C0 9.533 4.817 0 4.817 0H5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body div.gform_wrapper .gform_next_button:after,
body div.gform_wrapper .gform_previous_button:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23b81f24' d='M0 50h.183S5 40.288 5 24.91C5 9.533.183 0 .183 0H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body div.gform_wrapper .gform_next_button:hover:before,
body div.gform_wrapper .gform_previous_button:hover:before{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2349a5df' d='M5 50h-.183S0 40.288 0 24.91C0 9.533 4.817 0 4.817 0H5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body div.gform_wrapper .gform_next_button:hover:after,
body div.gform_wrapper .gform_previous_button:hover:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2349a5df' d='M0 50h.183S5 40.288 5 24.91C5 9.533.183 0 .183 0H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body div.gform_wrapper .gform_previous_button{
	margin-right: 30px;
}

body div.gform_wrapper .button:not(.gform_next_button):not(.gform_previous_button){
	margin-left: 5px;
}

.button_wit{
	background: #fff !important;
	color: #b81f24 !important;
}

.button:before,
.single-product .product:not(.purchasable) .add-request-quote-button:before{
	content: "";
	width: 5px;
	height: 50px;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23b81f24' d='M5 50h-.183S0 40.288 0 24.91C0 9.533 4.817 0 4.817 0H5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	left: -5px;
	top: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.button:after,
.single-product .product:not(.purchasable) .add-request-quote-button:after{
	content: "" !important;
	width: 5px;
	height: 50px;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23b81f24' d='M0 50h.183S5 40.288 5 24.91C5 9.533.183 0 .183 0H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute !important;
    right: -5px !important;
    top: 0 !important;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    -webkit-animation: none !important;
            animation: none !important;
}

.button i{
	margin-left: 10px;
}

.button.gform_previous_button i{
	margin-right: 10px;
	margin-left: 0;
}

.button:hover,
.button:focus,
.single-product .add-request-quote-button:hover,
.single-product .add-request-quote-button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
    background: #49a5df !important;
}

.button:hover:after,
.button:focus:after,
.single-product .product:not(.purchasable) .add-request-quote-button:hover:after,
.single-product .product:not(.purchasable) .add-request-quote-button:focus:after,
body div.gform_wrapper .gform_footer button.gform_button:hover:after,
body div.gform_wrapper .gform_footer button.gform_button:focus:after{
	
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2349a5df' d='M0 50h.183S5 40.288 5 24.91C5 9.533.183 0 .183 0H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.button:hover:before,
.button:focus:before,
.single-product .product:not(.purchasable) .add-request-quote-button:hover:before,
.single-product .product:not(.purchasable) .add-request-quote-button:focus:before,
body div.gform_wrapper .gform_footer button.gform_button:hover:before,
body div.gform_wrapper .gform_footer button.gform_button:focus:before{
	
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2349a5df' d='M5 50h-.183S0 40.288 0 24.91C0 9.533 4.817 0 4.817 0H5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.button_wit:before{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M5 50h-.183S0 40.288 0 24.91C0 9.533 4.817 0 4.817 0H5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.button_wit:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M0 50h.183S5 40.288 5 24.91C5 9.533.183 0 .183 0H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.button_wit:hover:before,
.button_wit:focus:before{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f4f4f4' d='M5 50h-.183S0 40.288 0 24.91C0 9.533 4.817 0 4.817 0H5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.button_wit:hover:after,
.button_wit:focus:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='50' viewBox='0 0 5 50'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f4f4f4' d='M0 50h.183S5 40.288 5 24.91C5 9.533.183 0 .183 0H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.button_wit:hover,
.button_wit:focus{
    background: #f4f4f4 !important;
	color: #b81f24;
}

.woocommerce button.button.alt{
	background: #b81f24;
}

.woocommerce button.button.alt:before{
	
}

.woocommerce .button[name="update_cart"],
.woocommerce .button[name="update_cart"]:hover,
.woocommerce .button[name="update_cart"]:focus{
	
}

.woocommerce .button[name="update_cart"]:before{	
	content: "\f0e2";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}

.woocommerce .button[name="update_raq"],
.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{
	
}

.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{
	
}

.woocommerce-page .button[name="apply_coupon"],
.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{
	
}

.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{
	
}

body.woocommerce .add-request-quote-button.button,
body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{
	
}

body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{
	
}

body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{
	
}

body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{
	
}

.checkout-button:after{
	color: #ffffff;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	content: "\f178";
	font-weight: 700;
	margin-left: 10px;
}

article > *:last-child{
	margin-bottom:0;
}

form.search-form{
	margin:0;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
	background:#fff;
}

form.search-form input{
	margin:0;
	padding:0 5px;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

form.search-form button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

nav.navbar{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

nav.navbar.is-hidden{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}

.navbar-expand-lg>.container{
	max-width: 1440px;
}

#logoholder{
	float:left;
	background-image: url(../images/logo_bg.png);
	width: 334px;
	height: 249px;
    background-position: center top -37px;
	background-repeat: no-repeat;
    text-align: center;
	padding-top: 25px;
	pointer-events: none;
    margin-bottom: -198px;
}
#logoholder .navbar-brand{
	pointer-events: all;
}
#hoofdmenu{
	margin:0;
}

#hoofdmenu li{
	position:relative;
	margin: 0 0 0 30px;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu > li > a{
	white-space: nowrap;
}

#hoofdmenu li a{
	padding:0;
	background:none;
	color: #1d1d1b;
	text-decoration: none;
	font-family: museo-sans;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 4px solid transparent;
	line-height: 46px;
	text-transform: uppercase;
    display: inline-block;
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
.tax-product_categorie #hoofdmenu > li#menu-item-1657 > a,
.single-products #hoofdmenu > li#menu-item-1657 > a,
.single-product #hoofdmenu > li#menu-item-2818 > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	color: #b81f24;
	border-bottom: 4px solid;
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:15px 170px 15px 20px;
	margin:0;
	position:absolute;
	top:50px;
	left:-20px;
	-webkit-box-shadow: 0 10px 30px rgba(29, 29, 27, 0.15);
	        box-shadow: 0 10px 30px rgba(29, 29, 27, 0.15);
	background-color: #ffffff;
	max-width: 376px;
    min-height: 185px;
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 15px; Dit is afhankelijk van je website
    top: -15px; Deze moet evenhoog zijn als "height"
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #f00; Deze moet je op "transparent" zetten
}
*/

#hoofdmenu img{
    max-width: 150px !important;
    height: auto !important;
    position: absolute;
    right: 20px;
    top: 50%;
    display: none !important;
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#hoofdmenu li ul li a:hover img{
	display: block !important;
	opacity: 1;
}

#hoofdmenu li:hover > ul{
	display:block;
}

#hoofdmenu li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
    position: static;
}

#hoofdmenu li ul li a{
	margin:0;
	padding:0;
	float:left;
	width:100%;
    line-height: normal;
    width: 200px;

}

#hoofdmenu li ul li + li{
	margin-top: 10px;
}

#hoofdmenu li ul li:hover > a,
#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-product_categorie-ancestor > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
	color: #b81f24;
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:none;
	left:100%;
	top:0;
}

#hoofdmenu li ul li:hover > ul{
	display:block;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#footer{
	padding:160px 0 60px;
	background:#fff;
	position: relative;
	margin-top: 100px;
}

#footer h3{
	color: #1d1d1b;
	font-family: museo-sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 15px;
}

#footer p + h3{
	margin-top: 50px;
}

#footer:after,
#footer:before{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	content: "";
	background-image: -o-linear-gradient(315deg, #ffffff 15.38%, #b81f24 15.38%, #b81f24 16.67%, #fff 16.67%, #fff 32.05%, #49a5df 32.05%, #49a5df 33.33%, #fff 33.33%, #fff 48.72%, #1d1d1b 48.72%, #1d1d1b 50%, #ffffff 50%, #ffffff 65.38%, #b81f24 65.38%, #b81f24 66.67%, #fff 66.67%, #fff 82.05%, #49a5df 82.05%, #49a5df 83.33%, #fff 83.33%, #fff 98.72%, #1d1d1b 98.72%, #1d1d1b 100%);
	background-image: linear-gradient(135deg, #ffffff 15.38%, #b81f24 15.38%, #b81f24 16.67%, #fff 16.67%, #fff 32.05%, #49a5df 32.05%, #49a5df 33.33%, #fff 33.33%, #fff 48.72%, #1d1d1b 48.72%, #1d1d1b 50%, #ffffff 50%, #ffffff 65.38%, #b81f24 65.38%, #b81f24 66.67%, #fff 66.67%, #fff 82.05%, #49a5df 82.05%, #49a5df 83.33%, #fff 83.33%, #fff 98.72%, #1d1d1b 98.72%, #1d1d1b 100%);
	background-size: 55.15px 55.15px;
}

#footer:before{
	bottom: auto;
	top: 0;
	height: 100px;
}

#footer ul,
#footer p,
#footer .gform_description{
	color: #1d1d1b;
	font-family: museo-sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	list-style: none;
	padding: 0;
}

.dev_by{
	color: #1d1d1b;
	font-family: museo-sans;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	float: left;
}

.dev_by + svg{
	margin-left: 10px;
    float: left;
}

#footer .creditsmenu{
	margin-bottom: 0;
}

.creditsmenu li{
	float: left;
	margin-right: 10px;
}

#footer .creditsmenu a{
	font-size: 12px;
	font-weight: 500;
}

#footer ul li{
}

#footer a{
	color: #b81f24;
	font-family: museo-sans;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

#credits{
	padding:15px 0;
	background:#999;
}

#credits,
#credits a{
	color:#666;
	text-decoration:none;
}

.submenu-back-button{
	display: none;
}

.korte_footer{
	margin: 0 -35px;
}

.korte_footer > div{
	padding: 0 35px;
}

#footer.korte_footer_container{
	padding: 100px 0 60px;
}

.korte_footer_container:before{
	display: none;
}

.goto-footer{
	margin-top: 74px !important;
}

@media (max-width:767px)
{	
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static; 
    }
	
	.mobile-login-cart{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1500;
		padding: 0 5px;
		height: 50px;
		align-items: center;
	}
	
	article > .jumbotron:not(.header_slider):first-child {
		margin-top: 100px;
	}
	
	.mobile-login-cart a{
		margin: 0 5px;
		display: inline-flex;
		flex-direction: column;
		text-align: center;
		font-family: museo;
		font-size: 11px;
		text-transform: uppercase;
    	color: #b81f24 !important;
		text-decoration: none !important;
		font-weight: 700;
    	line-height: normal;
	}
	
	.mobile-login-cart a i{
		
    font-size: 16px;
    margin-bottom: 3px;
	}
	
	body .navbar .button{
		opacity: 0;
		pointer-events: none;
		padding: 10px 0 !important;
	}
	
	#navbar-hoofdmenu .header_login,
	.mini-cart-container{
		display: none;
	}
	
	.navbar-expand-lg>.container:before{
		content: "";
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		height: 50px;
		background: #fff;
    	z-index: 150;
	}
	
	.navbar .button i,
	.navbar .button:before,
	.navbar .button:after{
		display: none;
	}
	
	#logoholder{
		padding-top: 12px;
		width: 238px;
		height: 197px;
		background-size: cover;
		background-image: url(../images/mobile-logoholder.png);
		z-index: 150;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		top: 0;
	}
	
	#logoholder img{
		width: 110px;
		height: 70px;
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}

    .ajax-loader {
        width: auto;
        max-width: 100%;
        height: auto; 
    }

    article .gallery-item img {
        max-width: 100%;
        width: auto; 
    }

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        cursor: pointer;
        z-index: 2000;
        margin: 0; 
    }
    
	.navbar-expand-lg>.container{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	
	.navbar-toggler {
		outline: none !important;
		padding: 0;
		margin: 0 0 0 15px;
		border: none;
		position: absolute;
		z-index: 150;
		border-radius: 0;
    	width: 75px;
		left: 0;
    }

    .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M0 3V0h16v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M0 8V5h16v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M0 13v-3h16v3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 16px;
		height: 13px;
		outline: none !important;
	}
	
	.navbar-toggler-icon:after{
		content: "Menu";
		color: #1d1d1b;
		font-family: museo-sans;
		font-size: 18px;
		font-weight: 700;
		/* Text style for "MEnu" */
		text-transform: uppercase;
		margin-left: 22px;
		outline: none !important;
    	margin-top: 1px;
	}
	
	.navbar-toggler.collapsed .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M.282 2.904L2.404.782l11.314 11.314-2.122 2.122z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M2.404 14.218L.282 12.096 11.596.782l2.122 2.122z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}
	
	.navbar-toggler.collapsed .navbar-toggler-icon:after{
		content: "Close";
	}

	.navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
    
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        max-width: 100%;
    }
	
	.navbar>.container .navbar-brand img,
    .navbar>.container-fluid .navbar-brand img{
		max-width:100%;
		height:auto;
	}
	
	.navbar-header{
		position:relative;
		width:auto;
	}
	
	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:5px 0 0 0;
		border:1px solid #888;
	}
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		border:3px solid #fff;
		background-color:rgba(0, 0, 0, .3);
	} 
	
	.table-responsive table{
		min-width:100%;
	}
	
	#hoofdmenu li{
		margin:0;
        clear: both; 
	}
	
	#hoofdmenu li a{
		line-height:36px;
	}

    #hoofdmenu li > ul {
        position: static;
        width: 100%;
        float: left; 
    }
    
    .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
	
	.jumbotron h1 {
		font-size: 30px !important;
		line-height: 35px !important;
		margin-bottom: 30px !important
	}
	
	#footer{
		margin-top: 60px;
		padding: 100px 0 60px;
	}
	
	#footer.korte_footer_container {
		padding: 60px 0 60px;
	}
	
	#footer:before{
		height: 60px;
	}
	
	#footer:not(.korte_footer_container) > .container > .row > div:nth-child(1){
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	
	#footer:not(.korte_footer_container) > .container > .row > div:nth-child(3){
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
		margin-top: 30px;
	}
	
	.korte_footer > div:nth-child(1){
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 30px;
	}
	
	.korte_footer > div:nth-child(2){
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.korte_footer > div:nth-child(3){
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.korte_footer .acf-map{
		height: 315px;
	}
	
	.share-title i{
		display: none;
	}
	
	.sharebuttons{
		margin-top: 10px !important;
		width: 100%;
	}
	
	.share-title{
		display: block;
	}
	
	.sharebuttons a{
		margin-left: 0;
		margin-right: 10px;
	}
	
	.jumbotron.jumbo-padding {
		margin: 40px 0 0;
	}
	
	#footer .creditsmenu a {
    	font-size: 14px;
	}
	.goto-footer,
	#footer p + h3{
		margin-top: 24px !important;
	}
}



@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }
	
	

	.goto-footer,
	#footer p + h3{
		margin-top: 24px !important;
	}
	
	#navbar-hoofdmenu{		
    	max-width: calc((100% - 240px) / 2);
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	#logoholder{
		z-index: 150;
		pointer-events: none;
	}
	
	.navbar-expand-lg>.container:before {
		content: "";
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		height: 50px;
		background: #fff;
		z-index: 150;
	}
	
	.navbar-toggler {
		outline: none !important;
		padding: 0;
		margin: 0 0 0 30px;
		border: none;
		position: relative;
		z-index: 150;
		margin-left: auto;
		margin-right: 85px;
    }
	
	.navbar .button {
		z-index: 150;
		position: relative;
	}

    .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M0 3V0h16v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M0 8V5h16v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M0 13v-3h16v3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 16px;
		height: 13px;
		outline: none !important;
	}
	
	.navbar-toggler-icon:after{
		content: "Menu";
		color: #1d1d1b;
		font-family: museo-sans;
		font-size: 18px;
		font-weight: 700;
		/* Text style for "MEnu" */
		text-transform: uppercase;
		margin-left: 22px;
		outline: none !important;
    	margin-top: 1px;
	}
	
	.navbar-toggler.collapsed .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M.282 2.904L2.404.782l11.314 11.314-2.122 2.122z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%231d1d1b' d='M2.404 14.218L.282 12.096 11.596.782l2.122 2.122z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}
	
	.navbar-toggler.collapsed .navbar-toggler-icon:after{
		content: "Close";
	}
	
	.header_blauw .text-center {
    	text-align: right !important;
	}
	
	#logoholder{
		padding-top: 12px;
		width: 238px;
		height: 197px;
		background-image: url(../images/mobile-logoholder.png);
		z-index: 150;
    	margin-top: -53px;	
	}
	
	#logoholder img{
		width: 128px;
		height: 68px;
	}
	
	.product_header_blauw {
		padding: 12px 0;
		padding-left: 170px;
		font-size: 11px;
		line-height: normal;
	}
	
	.header_blauw i {
    	font-size: 15px;
	}
	
	.jumbotron h1{
		font-size: 35px;
		line-height: 45px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li{
		margin-bottom: 20px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li,
	.product_fotoslider_thumb{
		width: 68px !important;
    	height: 68px !important;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	#logoholder{
		padding-top: 12px;
		width: 238px;
		height: 197px;
		background-image: url(../images/mobile-logoholder.png);
		z-index: 150;
    	margin-top: -20px;	
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li,
	.product_fotoslider_thumb{
		width: 95px !important;
    	height: 95px !important;
	}
	
	#logoholder img{
		width: 128px;
		height: 68px;
	}
	
	.header_login{
		margin-right: 15px;
	}
	
	#hoofdmenu li {
		margin: 0 0 0 13px;
	}
	
	#logoholder {
		width: 210px;
		height: 230px;
		margin-bottom: -198px;
		margin-right: 15px;
	}

	.product_header_blauw{
		padding-left: 215px;
	}
}

@media (min-width:1200px)
{
    
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ui-datepicker tbody td {
  background: #fff; }

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

li.menu-item:not(.menu-item-has-children) > a[href="#"] {
  cursor: default; }

.owl-carousel:not(.owl-loaded) {
  display: block; }

.modal-body img {
  max-width: 100% !important;
  height: auto !important; }

picture {
  max-width: 100%; }

a,
a:focus,
a:active {
  outline: 0 none !important;
  outline: none !important;
  outline-style: none !important;
  ie-dummy: expression(this.hideFocus=true);
  -moz-outline-style: 0 none; }

img {
  image-rendering: -webkit-optimize-contrast; }

a.lightbox {
  outline: none; }

.wp-caption {
  max-width: 100% !important; }

.gallery-item img {
  display: inline-block; }

.alignleft {
  display: inline;
  float: left; }

picture.alignleft img{
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

picture.alignright img{
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

picture.aligncenter img{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;     
}

img.alignleft,
img.alignright,
img.aligncenter,
picture.alignleft img,
picture.alignright img,
picture.aligncenter img{
  margin-bottom: 30px; }

img.alignleft,
picture.alignleft img{
  margin-right: 30px; }

img.alignright,
picture.alignright img{
  margin-left: 30px; }

.expaned-submenu {
  display: none; }

#CybotCookiebotDialogDetailFooter {
	display: none;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#CybotCookiebotDialogDetailFooter{ display: none !important; }