.yith-wcan-filters.filters-modal .main-modal-button{
	color: #fff;
	border: none !important;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .price{
	margin: 0;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0;
    position: static;
    width: auto;
    margin-left: 0;
    clear: none !important;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.consumer_units_prijs{
margin-top:30px;
}

.woocommerce form .password-input, .woocommerce-page form .password-input{
	width: 100%;
	float: left;
}

.woocommerce ul.products li.product.purchasable div.yith-ywraq-add-to-quote, 
.woocommerce-page ul.products li.product.purchasable div.yith-ywraq-add-to-quote{
	display: none;
}

.ywraq-empty .woocommerce-message + .woocommerce-message{
	display: none !important;
}

.woocommerce section.products.related li.product, 
.woocommerce-page section.products.related li.product{
	padding: 0;
    margin-bottom: 0;
}

.woocommerce .button[name="update_cart"]{
	color: #fff !important;
}

.woocommerce .button[name="update_cart"]:before{
	content: "" !important;
}

#coupon_code{
	width: 225px !important;
    border-radius: 4px;
    line-height: 50px;
    padding: 0 15px !important;
	height: auto;
	margin-right: 15px;
}

.term_more{
	display: none;
}

.mobile-filter-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
    background: #e9e9e6;
	z-index: 600;
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.1);
            box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	opacity: 0;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.mobile-filter-bottom.showfilters{
	opacity: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.mobile-filter-bottom-button{
	width: auto;
}

.woocommerce div.product div.images .flex-control-thumbs{
	margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li picture{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	border: solid 2px #fff;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	border-radius: 8px;
	transition:all 0.3s ease-in-out;
	opacity: 1;
	padding: 15px;
	background: #fff;
	
	-o-object-fit: contain;
	
	   object-fit: contain; 
    height: 100%;
    width:100%;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	margin: 0 10px;
	width: 117px;
	height: 120px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce div.product div.images .flex-control-thumbs li img:hover{
	border: 2px solid #b81f24;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(3n+1){
	clear: none;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(n+5){
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
	position: relative;
	display: block;
	padding: 100px 3em;
	background: #fff;
	border-radius: 8px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:after{
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	        box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	border-radius: 25px;
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	content: "\f002";
	text-transform: uppercase;
	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;
	position: absolute;
	font-weight: 700;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a.image-has-video:after{
	content: "\f04b";
	font-weight: 700;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover:after{
	opacity: 1;
}

.play-icon{
	position: relative;
}

.play-icon:after{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	content: "\f04b";
	color: #000000;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	        box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	border-radius: 25px;
	background-color: #ffffff;
	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;
    pointer-events: none;
}

.more-images{
	position: relative;
}

.more-images:after{
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	content: '+ ' attr(data-count-more);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
	color: #000000;
	font-family: museo-sans;
	font-size: 21px;
	font-weight: 700;
    pointer-events: none;
    border-radius: 8px;
}

.related.products h2{
	font-size: 45px;
	line-height: 55px;
}

.related.products{
	position: relative;
}

.related.products .tns-controls,
.related.products .tns-controls button{
	outline: none;
}

.related.products .tns-controls button{
	margin: 0;
	background: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0.6);
	border: none;
	font-size: 12px;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	
	-webkit-box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	
	        box-shadow: 0 10px 10px rgba(168, 167, 157, 0.15);
	background-color: #ffffff;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.related.products .tns-controls button:nth-child(2){
	float: right;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
}

.related.products .tns-controls button[disabled]{
	opacity: 0.3;
	cursor: default;
}

.related.products .tns-controls button:not([disabled]):hover{
	-webkit-box-shadow: 0 10px 10px rgba(29, 29, 27, 0.3);
	        box-shadow: 0 10px 10px rgba(29, 29, 27, 0.3);
	background-color: #d8292f;
	color: #fff;
}

.related.products .tns-controls{
    width: 100%;
	max-width: 1110px;
    margin: 0 auto;
    height: 0;
    position: absolute;
    top: 255px;
}

.related.products li{
	margin: 0 !important;
}

.woocommerce-MyAccount-navigation{	
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px 15px;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation > *:last-child{
	margin-bottom: 0;
}

.woocommerce .widget_price_filter .price_slider_amount{
	text-align: left;
	margin-bottom: 5px;
}

.price_slider_wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	top: -0.4em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background: #d8292f;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.woocommerce-perpage{
	margin-left: 30px;
}

.woocommerce-ordering:before{
	content: "Sorteer op";
    float: left;
    margin-right: 10px;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.jumbotron p.woocommerce-result-count,
.woocommerce-perpage span,
.woocommerce-ordering:before{
	color: #000000;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.woocommerce-perpage span{
	margin-right: 10px;
	display: inline-block;
}

.woocommerce-ordering select,
.woocommerce-perpage select{
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	color: #000000;
	padding: 0 10px;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
}

.woocommerce-perpage{
	float: right;
}

.woocommerce-billing-fields .form-row, 
.woocommerce-shipping-fields .form-row, 
.woocommerce form .form-row{
	margin-bottom: 12px !important;
}

.woocommerce .select2-container .select2-selection--single{
	height: 50px;
	border: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    padding: 0 15px;
}

.woocommerce form .form-row label{
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.3;
	display: inline-block;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
	width:100%;
	height:50px;
    padding: 5px 15px !important;
	line-height: normal;
    margin-top: 0;
	border: none;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 13px !important;
	font-weight: 400;
	color: #000000;
}

.woocommerce.row .col2-set:not(.addresses){
	margin: 0;
}

.woocommerce-notices-wrapper:empty{
	display: none;
}

.woocommerce.row .woocommerce-notices-wrapper,
.woocommerce.row .lost_reset_password{
	padding: 0 15px;
}

#yith-ywraq-message .return-to-shop{
	display: none;
}

.tns-slider.related.products {
    -webkit-transition: transform 0s;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}

.header_blauw{
	background-color: #81bfe8;
	
}

.header_blauw p{
	margin: 0;
	color: #ffffff;
    font-size: 14px;
	line-height: 60px;
}

.header_blauw i{
	font-size: 21px;
	margin-right: 10px;
}

.shop_top_meta{
	display: none;
}

.woocommerce ul.products li.product .wrap-product-add-to-cart{
	border-radius: 8px;
	background-color: #ffffff;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.woocommerce ul.products li.product .yith-ywraq-add-to-quote{
	margin-top: auto;
}

.wrap-product-img{
	height: 135px;
	margin-bottom: 20px;
}

.wrap-product-img picture{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap-product-img img{
	-o-object-fit: contain;
	   object-fit: contain;
	height: auto;
	width: 100%;
}

.jumbotron h2.woocommerce-loop-product__title {
    color: #1d1d1b;
    font-family: museo;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-style: normal;
	line-height: 25px;
	padding-bottom: 0 !important;
}

.woocommerce ul.products li.product .price{
	color: #b81f24;
	font-family: museo;
	font-size: 18px;
	font-weight: 500;
}

.shop_usps{
	background-color: rgba(0, 0, 0, 0.04);
	border-top: solid 1px #d6d6d6;
	margin-bottom: 50px;
	border-bottom: solid 1px #d6d6d6;
	color: #1d1d1b;
	line-height: normal;
	padding: 25px 0;
}

.shop_usps i{
	margin-right: 15px;
	font-size: 21px;
	color: #b81f24;
}

.woocommerce-shop .content_1_koloms + .usps{
	margin-top: 0;
	padding-top: 0;
}

.request-samples{
	line-height: normal;
}

.request-samples span{
	color: #828282;
    font-family: museo;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .add-request-quote-button,
.woocommerce ul.products li.product .request-samples a{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	line-height: normal;
	color: #b81f24 !important;
	font-family: museo-sans;
}

.woocommerce-shop .add-request-quote-button:hover,
.woocommerce-shop .request-samples a:hover{
	text-decoration: underline !important;
}

.on-request{
	color: #828282;
	font-family: museo;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 30px;
}

.woocommerce ul.products li.product.purchasable .on-request,
.woocommerce ul.products li.product.purchasable .request-samples,
.woocommerce-page ul.products li.product.purchasable .on-request,
.woocommerce-page ul.products li.product.purchasable .request-samples{
	display: none;
}

.add-request-quote-button:hover,
.add-request-quote-button:focus{
	color: #b81f24;
}

.single-product main .row.product{
	margin: 0 -25px;
}

.single-product main .row.product > div{
	padding: 0 25px;
}

.flex-viewport{
	background: #fff;
	border-radius: 8px;
}

.single-product .jumbo-product{
	margin-top: 126px !important;
}

.woocommerce_breadcrumbs{
	margin-top: 39px !important;
}

.flex-direction-nav{
	position: absolute;
	top: 250px;
	list-style: none;
	padding: 0;
    right: 15px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0;
    margin: 0 !important;
}

.flex-prev,
.flex-next{
	font-size: 0;
	width: 50px;
	height: 50px;
	background-color: #49a5df;
	color: #ffffff;
	font-weight: 400;
	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;
	outline: none;
	padding: 0;
	margin: 0;
	border: none;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	position: relative;
	text-decoration: none !important;
}

.flex-prev: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='%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");
	position: absolute;
	left: -5px;
	top: 0;
}

.flex-next:after{
	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='%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");
	position: absolute;
	right: -5px;
	top: 0;
}

.flex-next:before{
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}

.flex-prev:after{
	content: "\f30a";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
    color: #ffffff;

    font-size: 14px;
}

.try-it-first{
	color: #b81f24 !important;
	font-family: museo;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce div.product form.cart {
    margin-bottom: 5px;
}

.wrap_single_cart_buttons .add-request-quote-button{
	width: 100%;
	margin-bottom: 8px;
}

.wrap_single_cart_buttons{
	width: 100%;
}

.single-product .product:not(.purchasable) .wrap_single_cart_buttons .yith-ywraq-add-to-quote{
	width: 285px;
	text-align: center;
}

.wrap_single_cart_buttons a:not(.button):not(.add-request-quote-button){
	font-family: museo-sans;
	margin-left: 15px;
}

.single-product .product.purchasable .add-request-quote-button{
	text-transform: uppercase;
	font-family: museo-sans;
	margin-left: 15px;
	width: auto;
    font-size: 13px;
    font-weight: 700;
	background: none !important;
}

.purchasable .only_on_request{
	display: none;
}

.dropdown-back{
	text-decoration: none !important;
	position: relative;
	float: right;
}

.basket-item-count{
	position: absolute;
	width: 17px;
	height: 17px;
	background-color: #49a5df;
	border-radius: 50%;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 11px;
    line-height: 17px;
    top: -1px;
    right: -11px;
}

.dropdown-back > span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #b81f24;
	font-family: museo;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.dropdown-back > span i,
.header_login i{
	font-size: 16px;
    margin-bottom: 3px;
}

.mini-cart-container{
	margin-right: 25px;
	line-height: normal;
}

.header_login{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-right: 30px;
	color: #b81f24 !important;
	text-decoration: none !important;
	font-family: museo;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height: normal;
}

.dropdown-back,
.header_login{
	margin-top: 2px;
}

.single_add_to_cart_button + .added_to_cart{
	display: none !important;
}

.dropdown-menu-mini-cart{
	padding: 30px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
            box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    width: 350px;
	left: auto;
	right: -10px;
}

.added-to-cart{
	border-radius: 5px;
	background-color: #49a5df;
	line-height: 40px;
	width: 100%;
	color: #ffffff;
	font-family: museo;
	padding: 0 15px;
	font-size: 14px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.dropdown-menu-mini-cart .quantity{
	color: #b81f24;
	font-family: museo;
	font-size: 16px;
	font-weight: 400;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
}

.woocommerce-mini-cart{
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-mini-cart-item{
	margin-bottom: 20px !important;
}

.woocommerce-mini-cart__total{
	display: none;
}

.dropdown-menu-mini-cart img{
	float: none;
	margin: 0 18px 0 0;
}

.dropdown-menu-mini-cart .checkout{
	display: none !important;
}

.dropdown-menu-mini-cart .remove_from_cart_button{
	display: none !important;
}

.woocommerce-mini-cart__buttons{
	white-space: nowrap;
	margin: 0 !important;
	padding-left: 75px;
}

body .woocommerce-mini-cart__buttons > a:nth-child(1),
body .woocommerce-mini-cart__buttons > a:nth-child(1):hover,
body .woocommerce-mini-cart__buttons > a:nth-child(1):focus{
	width: 175px;
	text-align: center;
    padding-left: 10px !important;
}

.woocommerce-mini-cart__buttons > a:nth-child(1):after{
	content: "\f291" !important;
    font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px;
    text-indent: -95px;
    line-height: 51px;
}

.woocommerce-mini-cart-item .remove_from_cart_button + a{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	color: #000 !important;
	font-size: 16px !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-decoration: none !important;
    font-weight: 600;
}

.woocommerce-mini-cart-item .remove_from_cart_button + a > div{
	width: 75px;
	height: 75px;
    min-width: 75px;
	padding: 10px;
	background: #fff;
}

.woocommerce-mini-cart-item .remove_from_cart_button + a > div picture{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.woocommerce-mini-cart-item .remove_from_cart_button + a > div img{
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
}

.woocommerce-mini-cart-item .remove_from_cart_button + a span{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.woocommerce-mini-cart-item .remove_from_cart_button + a span.quantity{
	margin-top: 10px;
	display: inline-block;
}

.order-info .info-label{
	color: rgba(29, 29, 27, 0.6);
	font-family: museo;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

.product_header_blauw{
	padding: 12px 0;
    padding-left: 310px;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.ywraq-form-table-wrapper.wide form#yith-ywraq-form {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    min-width: 600px;
    max-width: 600px;
}

.ywraq-form-table-wrapper.wide form#yith-ywraq-form:before{
	content: "Your quotation";
	color: #1d1d1b;
    font-family: museo-sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

#yith-ywraq-form table{
	background: #fff;
}

.product-thumbnail > a{	
    width: 75px;
    height: 75px;
    min-width: 75px;
    max-width: 75px;
    padding: 10px;
    background: #fff;
	display: block;
	border-radius: 8px;
}

.product-thumbnail > a picture{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.product-thumbnail > a img{
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel{
	display: block !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #b81f24;
	font-family: museo;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	background: none !important;
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0 !important;
	margin: 50px 0 40px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: 0 !important;
	margin: 0 20px 0 0 !important;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	display: none;
}

.jumbotron .woocommerce-Tabs-panel h2{
	color: #1d1d1b;
	font-family: museo-sans;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
    margin-bottom: 5px;
}

.table,
.table td{
	border: none !important;
    padding: 6px;
	padding-left: 0 !important;
}
.table td{
	border-bottom: solid 1px #c7c7c7 !important;
}

.woocommerce-tabs{
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.woocommerce-tabs > div{
	padding: 0 !important;
	width: 100%;
}

#tab-consumer_unit,
#tab-specifications{
	width: 50% !important;
	float: left;
}

#tab-consumer_unit{
	padding-right: 30px !important;
}

#tab-specifications{
	padding-left: 30px !important;
}

table a:hover,
table a:focus{
	color: #b81f24 !important;
}

.flavor_titel{
	font-size: 18px;
	font-family: museo-sans;
	font-weight: 700;
	line-height: 24px;
}

.flavor_img{
	border-radius: 10px;
	background-color: #ffffff;
	width: 104px;
	height: 104px;
	padding: 10px;
	margin-bottom: 8px;
}

.flavor_img picture{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.flavor_img img{
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
}

.flex-viewport img{
	max-width: 360px;
    margin: 0 auto;
}

.pref-flex{
	margin: 0 -7.5px;
}

.pref{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
    line-height: 22px;
}

.pref-icoon{
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	height: 65px;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 10px;
	color: #b81f24;
	font-size: 30px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 15px;
}

.pref span{
	font-size: 16px;
	font-family: museo;
	font-weight: 700;
	line-height: 22px;
    white-space: nowrap;
}

.pref-text{
	display: none;
}

.more-info{
	display: block;
	color: #b81f24 !important;
	text-transform: uppercase;
	margin-top: 5px;
}

.pref .more-info > span:nth-child(2){
	display: none;
}

.pref .more-info > span{
	font-weight: 700 !important;
	font-family: museo-sans;
	font-size: 13px !important;
}

.tabbladen_tabs_container{
	margin-top: 80px !important;
    border-bottom: solid 3px #c7c7c7;
}

.tabblad_item_link{
	color: rgba(0, 0, 0, 0.5) !important;
	font-weight: 700;
	font-family: museo-sans;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none !important;
	padding: 0 10px;
    display: inline-block;
	position: relative;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.tabblad_item_link:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -3px;
	height: 3px;
	background-color: #b81f24;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.tabblad_item_link.active:after{
	opacity: 1;
}

.tabblad_item_link.active{
	color: #000000 !important;
}

.single-product .price{
	display: none !important;
}

.ywapo_label.with_image,
.yith-wapo-img-label{
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background-color: #ffffff;
	padding: 8px;
	border: 2px solid #fff;
}

.ywapo_label.with_image picture{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%
}

.ywapo_label.with_image img{
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
}

.ywapo_group_container.form-row.form-row-wide h3,
.jumbotron h3.wapo-addon-title{
	font-size: 16px;
	font-family: museo-sans;
    line-height: 24px;
    margin-bottom: 5px !important;
}

.woocommerce form .form-row .required{
    color: #b81f24 !important;
}

.ywapo_label.with_image .ywapo_option_label,
.yith-wapo-img-label + .radiobutton + .yith-wapo-label{
	display: none !important;
}

.selected .radiobutton:nth-child(1) + .yith-wapo-label{
    color: #b81f24;
    border-color: #b81f24;
}

.yith-wapo-addon .options{
    display: flex !important;
	flex-wrap: wrap;
}

.radiobutton:nth-child(1) + .yith-wapo-label{
    border-radius: 3px;
    border: 1px solid #aeaeae;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
    margin-left: 0 !important;
}

.ywapo_input_container_radio input,
.radiobutton{
	display: none;
}

.ywapo_input_container_radio input:checked + .ywapo_label.with_image,
.selected .yith-wapo-img-label{
	border: 2px solid #b81f24;
}

.yith-wapo-addon{
    background: none !important;
}

.ywapo_options_container,
.aantal_pallets_keuze_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#wapo-total-price-table{
    display: none !important;
}

.ywapo_options_container > div{
	padding: 0 5px;
	margin-bottom: 0;
}

.aantal_pallets_keuze_container .yith-wapo-option{
    margin: 0 !important;
}

.ywapo_options_container.aantal_pallets_keuze_container > div.ywapo_input_container_radio,
.aantal_pallets_keuze_container .yith-wapo-option .yith-wapo-label{
    max-width: 90px !important;
	min-width: 90px;
	width: 90px !important;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    padding: 5px 0;
    float: none !important;
    margin: 0 !important;
    height: 48px;
}

.aantal_pallets_keuze_container .yith-wapo-option.selected .yith-wapo-label{
    color: #b81f24;
    border-color: #b81f24;
}

.ywapo_label:not(.with_image){
	border-radius: 3px;
	border: 1px solid #aeaeae;
	padding: 5px 10px;
}

.ywapo_label_price,
.yith_wapo_group_total,
.yith-wapo-label .option-price{
	display: none !important;
}

.yith_wapo_groups_container{
    margin-top: -30px !important;
    margin-bottom: 30px !important;
}

#content .col-sm-12 ul:not([class]) li.woocommerce-MyAccount-navigation-link--quotes:before {
    content: "\f1da" !important;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option label {
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
    display: inline-block;
}

.woocommerce .ywapo_group_container.form-row.form-row-wide:not(.ywapo_group_container_textarea):not(:first-child) {
    border-top: solid 1px #c7c7c7;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option textarea {
    min-height: 50px !important;
}

.yith_wapo_groups_container{
	border-bottom: solid 1px #c7c7c7;
}

.ywapo_group_container_textarea,
.yith-wapo-addon-type-textarea{

    background: #fff !important;
    padding: 15px !important;
    border-radius: 3px !important;
}

.ywapo_input_container_textarea{
	width: 100%
}

.ywapo_input_container_textarea .ywapo_label{
	padding: 0;
	border: none;
}

.ywapo_input_container_radio input:checked +.ywapo_label:not(.with_image){
	color: #b81f24;
	border-color: #b81f24;
	border-width: 2px;
}

.ywapo_input_container_radio.aantal_pallets_keuze input:checked +.ywapo_label:not(.with_image),
.ywapo_input_container_radio.aantal_pallets_keuze + .ywapo_input_container_radio:not(.aantal_pallets_keuze) input:checked +.ywapo_label:not(.with_image){
	position: relative;
}

.ywapo_input_container_radio.aantal_pallets_keuze input:checked +.ywapo_label:not(.with_image):before,
.ywapo_input_container_radio.aantal_pallets_keuze + .ywapo_input_container_radio:not(.aantal_pallets_keuze) input:checked +.ywapo_label:not(.with_image):before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8.5px 8px 8.5px;
	border-color: transparent transparent #b81f24 transparent;
	position: absolute;
    bottom: -15px;
}

body.woocommerce form .ywapo_input_container_textarea textarea {
    border-radius: 3px;
    border: 1px solid #aeaeae !important;
    padding: 8px 10px !important;
    width: 100%;
}



.cart_item .product-name ul{
	padding: 0;
	list-style: none;
	margin: 0 !important;
}

.cart_item .product-name ul li{
	margin: 0 !important;
}

.cart_item .product-name ul br{
	display: none !important;
}

body.woocommerce .single_add_to_cart_button.button,
body.woocommerce .single_add_to_cart_button.button:hover,
body.woocommerce .single_add_to_cart_button.button:focus,
body.woocommerce .product:not(.purchasable) .add-request-quote-button,
body.woocommerce .product:not(.purchasable) .add-request-quote-button:hover,
body.woocommerce .product:not(.purchasable) .add-request-quote-button:focus{
    padding-right: 60px !important;
	width: 285px;
	text-align: center;
}

body.woocommerce.single-product .single_add_to_cart_button:after,
body.woocommerce.single-product .product:not(.purchasable) .add-request-quote-button:after{
	content: "\f291" !important;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 14px;
    text-indent: -200px;
    line-height: 51px;
}

body.woocommerce.single-product .product:not(.purchasable) .add-request-quote-button:after{
    text-indent: -175px;
	content: "\f15c" !important;
}

body.woocommerce.single-product .product.purchasable .add-request-quote-button:before{
	content: "\f15c" !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400 !important;
}

.flavors-row{
	margin: 0 -30px;
}

.flavors-row > div{
	padding: 0 30px;
}

.delivered{
	line-height: 50px;
	color: #41ac39;
	font-size: 14px;
	margin-left: 30px;
	display: inline-block;
}

.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl{
	padding: 0;
	margin: 0;
	border: none;
    color: rgba(29, 29, 27, 0.6);
    font-family: museo;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dt{
	margin-bottom: 8px;
}

.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.product_list_widget li dl dd {
    padding: 0;
	margin: 0;
}

.min-order{
	color: #1d1d1b;
	font-family: museo-sans;
	font-weight: 500;
	font-size: 15px;
    line-height: normal;
	margin-top: 15px;
}

.per-unit{
	color: #b81f24;
	font-family: museo-sans;
	font-weight: 500;
	font-size: 18px;
    line-height: normal;
	margin-top: 15px;
}

.per-unit span,
.min-order span{
	color: #828282;
	font-size: 14px;
	font-weight: 300;
}

.wrap-product-add-to-cart .price{
	display: none !important;
}

.wrap-product-add-to-cart{
	box-shadow: 0 10px 30px rgb(29 29 27 / 0%);
    border: 2px solid transparent;
	transition: 0.3s all;
}

.wrap-product-add-to-cart:hover{
	-webkit-box-shadow: 0 10px 30px rgb(29 29 27 / 15%);
    box-shadow: 0 10px 30px rgb(29 29 27 / 15%);
    border: 2px solid #b81f24;
}

.woocommerce ul.products li.product:not(.purchasable) .per-unit,
.woocommerce ul.products li.product:not(.purchasable) .min-order{
	display: none !important;
}

.consumer_units_prijs{
	color: #3b3b3b;
	font-size: 14px;
	line-height: 26px;
    margin-bottom: 10px;
}

.enkel_consumer_unit_prijs strong{
	color: #b81f24;
	font-size: 22px;
	font-family: museo-sans;
}

.total_consumer_unit_prijs strong{
	color: #b81f24;
	font-size: 15px;
	font-family: museo-sans;
}

.ywapo_option_label span{
	font-size: 11px;
}

.aantal_pallets_keuze_container .ywapo_input_container:not(.ywapo_input_container_textarea){
    max-height: 45px;
	min-height: 45px;
}

.aantal_pallets_keuze_container .ywapo_input_container:not(.ywapo_input_container_textarea) .ywapo_label,
.aantal_pallets_keuze_container .yith-wapo-label{
	white-space: nowrap;
	text-align: center;
    max-width: 100%;
    height: auto;
    margin-left: 0 !important;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
}

.wapo_option_description ,
.more_pallets p,
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description{
    opacity: 1 !important;
	position: relative;
    clear: both;
    display: block;
    font-size: 13px !important;
    line-height: 19px;
}

.wapo_option_description:before,
.more_pallets p:before,
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description:before{
	content: "\f05a" !important;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 0;
	top: 0;
}

.ywapo_input_container_textarea{	
    display: -webkit-box !important;	
    display: -ms-flexbox !important;	
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.more_pallets p{
    padding-left: 20px;	
	font-size: 13px !important;
}

.ywapo_input_container_textarea .wapo_option_description,
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description{	
    -webkit-box-ordinal-group: 0;	
        -ms-flex-order: -1;	
            order: -1;
    padding-left: 20px;
    margin-bottom: 15px;
}

.yith-wapo-addon-type-textarea .yith-wapo-option{
    display: flex;
    flex-direction: column;
}

.order-includes-container{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	min-width: 100%;
	max-width: 100%;	
}

.order-includes{	
	display: none;
    margin-top: 15px;
}

.order-includes > div{
	padding: 10px 15px 0 !important;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #b81f24;
}

.jumbotron .order-includes p{
	font-size: 13px;
	line-height: normal;
	margin-bottom: 10px;
}

.include{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.include_img{
	width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    margin-right: 13px;
    background-repeat: no-repeat;
}

.include_tekst{
	font-family: museo-sans;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}

.include_tekst span{
	font-size: 11px;
	font-family: museo;
	font-weight: 300;
	line-height: normal;
}

.more_pallets a{
	text-transform: uppercase;
	font-family: museo-sans;
	font-weight: 700;
	font-size: 14px;
	color: #b81f24 !important;
}

.wrap_single_cart_buttons.addedd,
.wrap_single_cart_buttons .yith-ywraq-add-to-quote{
	display: block !important;
}

.wrap_single_cart_buttons.addedd .yith-ywraq-add-to-quote,
.yith-ywraq-add-to-quote[data-variation]{
	padding: 10px 15px 7px !important;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #b81f24;
    margin: 15px 0;
	font-size: 14px;
    width: 100% !important;
    text-align: left !important;
}

.wrap_single_cart_buttons .yith-ywraq-add-to-quote a{
	font-size: 14px !important;	
    margin-left: 0 !important;
}

.single-product .yith-ywraq-add-to-quote > div,
.single-product .yith-ywraq-add-to-quote[data-variation] > div{
	white-space: nowrap;
}

.yith_ywraq_add_item_response_message{
	margin: 0 !important;
}

.quantity-info,
.quantity-info:hover,
.quantity-info:focus{
	margin-left: 10px;
	color: rgba(59, 59, 59, 0.6) !important;
	font-family: museo-sans;
	font-weight: 500;
	font-size: 14px;
}

.modal-dialog {
    max-width: 615px;
}

.modal-body{
	padding: 0 70px 36px;
}

.modal-body table{
	margin-top: 20px;
}

.modal-body table td,
.modal-body table th{
	font-style: museo-sans;
}

.close{
	color: #b81f24 !important;
	opacity: 1 !important;
    position: absolute;
    right: 20px;
    top: 15px;
}

.choose_pallet{
	text-transform: uppercase;
	font-style: museo-sans;
	font-weight: 700;
	font-size: 13px;
}

.modal-body th{
	font-weight: 300;
	white-space: nowrap;
	padding-left: 0;
}

.modal-header{
	padding: 60px 70px 15px;
    border: none;
}

.outer-case{
	margin-bottom: 20px;
}

.outer-case-img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.outer-case-img picture{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.outer-case-img img{
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
}

.outer-case-tekst{
	font-weight: 700;
	font-family: museo-sans;
	font-size: 14px;
}

.wrap-product-add-to-cart.addedd .yith-ywraq-add-to-quote,
.wrap-product-add-to-cart .yith-ywraq-add-to-quote[data-variation]{
	padding: 10px 15px 7px !important;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #b81f24;
    margin: 15px 0;
    font-size: 14px;
    width: 100% !important;
    text-align: left !important;
	line-height: 24px;
}

#yith-ywraq-form .update-list-wrapper{
	display: none;
}

.woocommerce a.remove{
	color: #b81f24 !important;
}

.woocommerce a.remove:hover{
	background: #b81f24 !important;
	color: #fff !important;
}

.coupon,
.woocommerce-form-coupon-toggle{
	display: none !important;
}

.woocommerce form .form-row > label{
	clear: both;
    float: left;
    width: 100%;
}

.woocommerce #respond input#submit.alt
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background: #b81f24 !important;
}

.woocommerce button.button.alt:hover{
	background: #49a5df !important;
}

/*Outercase verbergen*/
.yith_wapo_groups_container > div:nth-child(1),
.variation-Outercase{
	display: none !important;
}

.checkout.woocommerce-checkout:not(.processing) + div#form_actions{
    margin-top: -50px;
}

#form_actions input.button.alt.prev {
    margin-right: 15px !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
	margin-right: 8px !important;
	margin-top: 8px;
}

.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"]{
	margin-right: 8px !important;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
	.woocommerce .yit-wcan-container ul.products li.product{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.285%;
		        flex: 0 0 33.285%;
	}
}

.shop_usps_slider{
	display: none;
}

#checkout_timeline.text li{
	margin: 0 !important;
}

@media (max-width:767px)
{		
	.woocommerce ul.products[class*=columns-] li.product:not(.tns-item), 
	.woocommerce-page ul.products[class*=columns-] li.product:not(.tns-item) {
		width: inherit !important;
		margin: 0 0 15px;
	}
	
	#tab-flavors .tns-ovh{
		overflow: visible;
	}
	
	.shop_usps_slider{
		display: block;
	}
	
	.woocommerce ul.products li.product .wrap-product-add-to-cart{
		padding: 15px;
	}
	
	.single-product .jumbo-product {
		margin-top: 15px !important;
	}
	
	.shop_usps_slider_container{
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		font-family: museo-sans;
		font-weight: 700;
    	line-height: 24px;
    	padding: 15px 15px;
		background-color: #81bfe8;
	}
	
	.single-product .shop_usps_slider_container{
		padding: 65px 15px 15px
	}
	
	.woocommerce-loop-product__title,
	.on-request,
	.min-order,
	.per-unit{
		margin-left: 90px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		display: block !important;
		margin: 15px 0 !important;
		padding: 0 30px !important;
	}
	
	.product_fotoslider .tns-item a img {
		max-width: 100% !important;
	}
	
	.woocommerce div.product form.cart .button{
		margin-bottom: 15px;
	}
	
	.wrap_single_cart_buttons{
		border-bottom: solid 1px #c7c7c7;
    	padding-bottom: 15px;
	}
	
	.modal-body th{
		padding-left: 0.75rem;
	}
	
	.jumbotron .woocommerce-Tabs-panel h2{
		font-size: 20px;
		margin-bottom: 0;
	}
	
	.modal-body table tr td{
		white-space: nowrap;
	}
	
	.modal-body table tr td:nth-child(4),
	.modal-body table tr th:nth-child(4){
		display: none;
	}
	
	.modal-body {
		padding: 0 20px 36px;
	}
	
	.modal-header {
    	padding: 30px 20px 15px;
	}
	
	@supports (-webkit-touch-callout: none) {
	  /* CSS specific to iOS devices */ 
		.woocommerce .yit-wcan-container ul.products li.product{
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 100%;
			        flex: 0 0 100%;
		}
	}
	
	.shop_usps {
		display: none;
	}
	
	.header_blauw{
		display: none;
	}
	
	.flex-direction-nav{
		top: 135px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs {
		margin-top: 20px;
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
		padding: 30px 3em;
	}
	
	.woocommerce ul.products li.product .yith-ywraq-add-to-quote {
		margin-top: auto;
		margin-left: 90px;
		width: auto !important;
    	margin-top: -15px;
	}
	
	.woocommerce ul.products li.product .request-samples {
		margin-top: auto;
		margin-left: 90px;
		width: auto !important;
	}
	
	.wrap-product-img {
		height: 100px;
		margin-bottom: 20px;
		float: left;
		max-width: 75px;
		margin-right: 15px;
		width: 75px;
	}
	
	#coupon_code {
    	width: 48% !important;
	}
	
	.woocommerce-result-count,
	.woocommerce-perpage{
		display: none;
	}
	
	.term_more{
		display: block;
	}
	
	.post-type-archive  .term-description,
	.tax-product_cat .term-description{
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		padding-bottom: 10px;
	}
	
	.post-type-archive .term-description *,
	.tax-product_cat .term-description *{
		overflow: hidden;
	}
	
	.term-description.showAll{
		-webkit-line-clamp: initial;
    	-webkit-box-orient: initial;
		padding-bottom: 0;
	}
	
	.jumbotron .button.toggle-filters,
	.jumbotron .button.toggle-filters:hover,
	.jumbotron .button.toggle-filters:focus{
		
	}
	
	.play-icon:after{
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: calc(20% - 10px);
		margin: 0 5px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img{
		max-width: 100%;
		height: auto;
	}
	
	.related.products h2{
		font-size: 26px;
		line-height: 36px;
	}
	
	.related.products .tns-controls{
		width: 100%;
		margin: 0;
		height: 0;
		position: static;
		top: 0;
		left: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		padding: 0 30px;
		margin-top: 30px;
		margin-bottom: 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100vw;
	}
	
	.related.products .tns-controls:after{
		content: "";
		background: rgba(0, 0, 0, 0.15);
		width: 100%;
		height: 1px;
		display: block;
		margin-left: 15px;
		-webkit-transform: translateY(25px);
		    -ms-transform: translateY(25px);
		        transform: translateY(25px);
	}
	
	.related.products .tns-controls button,
	.related.products .tns-controls button:nth-child(2){
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		min-width: 50px;
	}
	
	.related.products .tns-controls button:nth-child(2){
		margin-left: 10px;
	}
	
	.ywraq-form-table-wrapper.wide form#yith-ywraq-form{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		min-width: 100%;
		max-width: 100%;		
	}
	
	.ywraq-form-table-wrapper.wide{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
    	gap: 0 !important;
	}
	
	#tab-consumer_unit, #tab-specifications {
		width: 100% !important;
	}
	
	#tab-consumer_unit{
		padding-right: 0 !important;
	}

	#tab-specifications{
		padding-left: 0 !important;
	}
	
	.ywapo_input_container_radio.aantal_pallets_keuze input:checked +.ywapo_label:not(.with_image):before, .ywapo_input_container_radio.aantal_pallets_keuze + .ywapo_input_container_radio:not(.aantal_pallets_keuze) input:checked +.ywapo_label:not(.with_image):before{
		display: none;
	}
	
	.pref {
		max-width: 100%;
		width: 100%;
	}
	
	.pref-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.button[name="apply_coupon"]{
		width: 100% !important;
		margin-top: 10px !important;
	}
	
	#coupon_code,
	.wc-proceed-to-checkout .button{
		width: 100% !important;
	}
	
	.pref:nth-child(n+2){
		margin-top: 30px;
	}
	
	.flavors-row > div:nth-child(n+2){
		margin-top: 0;
	}
	
	.or-text {
		display: none;
	}
	
	.wrap_single_cart_buttons a {
		clear: both;
		display: block;
		margin-bottom: 0 !important;
		margin-left: 0 !important;
	}
	
	
	
	.ywapo_options_container.aantal_pallets_keuze_container > div.ywapo_input_container_radio{
		margin-bottom: 15px;
	}
	
	.order-includes{
		margin-top: 0;
	}
	
	.delivered{
		margin-left: 0;
	}
	
	.table td {
		padding-left: 0.75rem !important;
	}
	
	.tabblad_item_title a{
		font-size: 14px;
	}
	
	.woocommerce div.product form.cart{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.yith_wapo_groups_container{
		-webkit-box-ordinal-group: -1;
		    -ms-flex-order: -2;
		        order: -2;
	}
	
	.delivered{
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li{
		height: auto;
		margin-bottom: 10px;
	}
	
	.single-product .jumbotron h1{
		padding: 0 25px;
	}
	
	.single-product .woocommerce_breadcrumbs {
		margin-top: 10px !important;
	}
	
	body .mobile-fade{
		width: calc(100% + 60px);
		margin: 0 -30px;
		padding: 0 !important;
	}
	
	.wc-tabs {
		white-space: nowrap;
		overflow: hidden !important;
		overflow-x: scroll !important;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs::before{
		display: none !important;
	}
	
	.wc-tabs li {
    	margin-right: 15px;
		float: none;
		display: inline-block;
	}
}

@media (min-width:768px){	

	.single-product tr > td:nth-child(1){
		max-width: 300px;
		width: 300px !important;
	}

	.single-product tr > td:nth-child(2){
		max-width: none;
		width: auto !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{	
	@supports (-webkit-touch-callout: none) {
	  /* CSS specific to iOS devices */ 
		.woocommerce .yit-wcan-container ul.products li.product{
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 49.85%;
			        flex: 0 0 49.85%;
		}
	}
	
	.delivered{
		margin-left: 0;
	}
	
	.or-text {
		display: none;
	}
	
	.wrap_single_cart_buttons a {
		clear: both;
		display: block;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
		padding: 60px 3em;
	}
	
	.flex-direction-nav{
		top: 120px;
	}
	
	.flavors-row > div:nth-child(n+3){
		margin-top: 30px;
	}

	.single-product .jumbo-product{
		margin-top: 123px !important;
	}
	
	.ywraq-form-table-wrapper.wide form#yith-ywraq-form{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		min-width: 100%;
		max-width: 100%;		
	}
	
	.ywraq-form-table-wrapper.wide{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
    	gap: 0 !important;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		width: 69px;
		height: 69px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		margin-bottom: 10px;
	}
	
	.related.products .tns-controls {
		max-width: 660px;
		top: 198px;
	}
	
	.shop_usps {
		padding: 25px 10px;
		font-size: 12px;
	}
	
	#tab-consumer_unit, #tab-specifications {
		width: 100% !important;
	}
	
	#tab-consumer_unit{
		padding-right: 0 !important;
	}

	#tab-specifications{
		padding-left: 0 !important;
	}
	
	.ywapo_options_container.aantal_pallets_keuze_container > div.ywapo_input_container_radio{
		margin-bottom: 15px;
	}
	
	.order-includes{
		margin-top: 0;
	}
	
	.ywapo_input_container_radio.aantal_pallets_keuze input:checked +.ywapo_label:not(.with_image):before, .ywapo_input_container_radio.aantal_pallets_keuze + .ywapo_input_container_radio:not(.aantal_pallets_keuze) input:checked +.ywapo_label:not(.with_image):before{
		display: none;
	}
	
	.pref {
		max-width: 50%;
		width: 50%;
	}
	
	.pref-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.pref:nth-child(n+3){
		margin-top: 30px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.woocommerce div.product div.images .flex-control-thumbs li img {
		width: 95px;
		height: 95px;
	}
	
	.ywapo_input_container_radio.aantal_pallets_keuze input:checked +.ywapo_label:not(.with_image):before, .ywapo_input_container_radio.aantal_pallets_keuze + .ywapo_input_container_radio:not(.aantal_pallets_keuze) input:checked +.ywapo_label:not(.with_image):before{
		display: none;
	}
	
	.ywapo_options_container.aantal_pallets_keuze_container > div.ywapo_input_container_radio{
		margin-bottom: 15px;
	}
	
	.order-includes{
		margin-top: 0;
	}
	
	.pref {
		max-width: 25%;
		width: 25%;
	}
	
	.pref span{
		white-space: normal;
	}
	
	#tab-consumer_unit, #tab-specifications {
		width: 100% !important;
	}
	
	#tab-consumer_unit{
		padding-right: 0 !important;
	}

	#tab-specifications{
		padding-left: 0 !important;
	}
	
	body.woocommerce .single_add_to_cart_button.button, body.woocommerce .single_add_to_cart_button.button:hover, body.woocommerce .single_add_to_cart_button.button:focus, body.woocommerce .product:not(.purchasable) .add-request-quote-button, body.woocommerce .product:not(.purchasable) .add-request-quote-button:hover, body.woocommerce .product:not(.purchasable) .add-request-quote-button:focus{
		width: 220px;
	}
	
	body.woocommerce.single-product .single_add_to_cart_button:after, body.woocommerce.single-product .product:not(.purchasable) .add-request-quote-button:after{
		text-indent: -140px;
	}
	
	.play-icon:after{
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	
	.related.products .tns-controls {
		max-width: 930px;
		top: 208px;
	}
}