.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 .products ul, .woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 292px), 1fr));
}

.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;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    background: none;
    border: none;
    font-size: 2rem;
    color: #3b3b3b !important;
    line-height: normal;
}

.woocommerce nav.woocommerce-pagination ul i{
    font-size: 1.5rem;
    transform: translateY(-1px);
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    opacity: 0.5;
    pointer-events: none;
}

.woocommerce-pagination{
    background: #fff;
    margin-top: 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: -3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

li.product .add_to_cart_button{
    display: none !important;
}

.single-product .entry-summary{
    display: none;
}

.woocommerce-Tabs-panel--additional_information{
    display: block !important;
    padding: 0 var(--column-width) !important;
    margin-top: 8rem !important;
}

.terug_naar_producten{
	position: relative;
	z-index: 15;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: none !important;
}

#yith-ywraq-form .product-name ul li{
    font-size: 1.5rem !important;
}

.attribute-pa_verpakking .label label:after{
    content: "*";
    margin-left: 0.4rem;
}

.attribute-pa_verpakking .value{
    display: flex;
    gap: 0.5rem;
	flex-wrap: wrap;
}

.variations tr{
    display: grid;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 1.7rem;
    margin-left: 1rem;
    line-height: 4.8rem;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    opacity: 1 !important;
}

.attribute-pa_verpakking .value input[type="radio"]{
    display: none;
}

.woocommerce-tabs{
    margin-top: 6rem;
}

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

.single_product_content-container{
    padding: 0 var(--column-width);
}

.attribute-pa_verpakking .value input[type="radio"] + label{
    border-radius: 0.5rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 1.1rem 1.5rem;
    color: #142137;
    font-size: 1.9rem;
    font-weight: 400 !important;
    line-height: normal;
    white-space: nowrap;
	cursor: pointer;
}

.attribute-pa_verpakking .value input[type="radio"]:checked + label{
    background-color: #9fa9b9;
    color: #fff;
}

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

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    display: none !important;
}

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

.yith_ywraq_add_item_response_message{
	margin-top: 0.5rem !important;
}

.shop_top_meta{
    display: none !important;
}

.yith-wcan-filters-opener{
    display: none !important;
}

#coupon_code{
	width: 225px !important;
    border-radius: 4px;
    line-height: 4rem;
    padding: 0 1.5rem !important;
	height: auto;
}

.term_more{
	display: none;
}

.mobile-filter-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem 3rem;
    background: #e9e9e6;
	z-index: 600;
    -webkit-box-shadow: 0 0px 1.5rem rgba(0,0,0,0.1);
            box-shadow: 0 0px 1.5rem 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: 1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

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

.woocommerce div.product div.images .flex-control-thumbs li img{
	border: solid 4px #fff;
	width: 100px;
	height: 100px;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	opacity: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	width: auto;
	margin: 0 0.5rem;
}

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

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

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

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
	position: relative;
	display: block;
}

.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 6 Pro";
	font-size: 1.4rem;
	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 6 Pro";
	font-size: 1.4rem;
	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: "Open Sans";
	font-size: 2.1rem;
	font-weight: 700;
    pointer-events: none;
}

.related.products h2{
	font-size: 4.5rem;
	line-height: 5.5rem;
}

.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: 5rem;
	height: 5rem;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0.6);
	border: none;
	font-size: 1.2rem;
	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: 1rem 1.5rem;
	margin-bottom: var(--default-margin-bottom);
}

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

.woocommerce .widget_price_filter .price_slider_amount{
	text-align: left;
	margin-bottom: 0.5rem;
}

.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: 3rem;
}

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

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

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

.woocommerce-perpage span{
	margin-right: 1rem;
	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 1rem;
	font-family: "Open Sans";
	font-size: 1.2rem;
	font-weight: 400;
	height: 3rem;
	line-height: 3rem;
}

.woocommerce-perpage{
	float: right;
}

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

.woocommerce .select2-container .select2-selection--single{
	height: 5rem;
	border: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 5rem;
    padding: 0 1.5rem;
}

.woocommerce form .form-row label{
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	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:5rem;
    padding: 0.5rem 1.5rem !important;
	line-height: normal;
    margin-top: 0;
	border: none;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 1.3rem !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 1.5rem;
}

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

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

.yith-wcan-filters .yith-wcan-filter .filter-title{
    font-size: 1.9rem;
    margin-bottom: 0;
    line-height: 3.4rem;
}

.filter-content{
    accent-color: #142137;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{
    margin-left: 0.5rem;
}

.woocommerce ul.products li.product a{
    display: flex;
    flex-direction: column;
    border: 0.1rem solid #cfcfcf;
    background: #fff;
    padding: 2rem 2rem 0;
    color: #142137;
    border-bottom-right-radius: 3rem;
    position: relative;
    height: 100%;
}

.product_descr p:last-child{
    margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    padding: 0;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-block: 1.5rem;
}

.product_cta .tinymce-row{
    position: relative;
}

.product_cta .tinymce-row:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.12);
    width: 0.1rem;
    height: 100%;
}

.product_cta .tinymce-row > div > *:last-child{
    margin-bottom: 0;
}

.product_cta{
    grid-column: 1/-1;
    background-color: #f8f6f1;
    padding: 4rem;
    border-bottom-right-radius: 3rem;
}

.product_tags{
    background-image: linear-gradient(109deg, #007a38 0%, #24bbe7 100%);
    padding: 0.15rem 1rem;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 1.6rem;
    line-height: 2.6rem;
    border-bottom-right-radius: 1rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.product_descr + span{
    color: #24bbe7;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 5.8rem;
}

.product_descr + span:before{
    content: "";
    position: absolute;
    inset: 0;
}

.shop_table th{
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400 !important;
}

.woocommerce a.remove:hover{
    background: #142137 !important;
}

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

#yith-ywraq-form table.cart .product-thumbnail{
    max-width: 7rem;
    width: 7rem;
}

#yith-ywraq-form .product-subtotal, #yith-ywraq-form .product-quantity, #yith-ywraq-form .product-price{
    padding: 9px 12px !important;
}

.shop_table a{
    color: #142137;
}

.woocommerce .quantity .qty {
    border-radius: 0.5rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.2);
    width: 5rem;
}

.ywraq-with-form .ywraq-form-table-wrapper.wide {
    grid-column-gap: 3rem !important;
    grid-row-gap: 3rem !important;
}

.product_descr{
    margin-top: auto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.woocommerce table.shop_table td{
    font-size: 1.9rem;
    line-height: 2.4rem;
}

#yith-ywraq-form table{
    margin: 0 !important;
}

#ywraq-other-form{
    background-color: #f8f6f1;
    padding: 3rem 4rem 4rem;
    border-bottom-right-radius: 10rem;
}

#ywraq-other-form .gform_title{
    display: none !important;
}

#svg_product svg.img_uitsnede{
    margin-bottom: 0 !important;
}

body.single-product ,
html{
	overflow: visible;
}

body section.related.products{
    background-color: #f8f6f1;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    margin-right: calc(-1 * ((100vw - 100%) / 2));
    width: 100vw;
    padding-left: calc(((100vw - 100%) / 2) + 1.5rem);
    padding-right: calc(((100vw - 100%) / 2) + 1.5rem);
    max-width: none;
    padding-block: var(--jumbotron-standard-margin) calc(var(--jumbotron-standard-margin) + 3.2rem + 3rem);
    margin-top: var(--jumbotron-standard-margin);
	overflow: hidden;
	
}

ul.related.products{
	display: flex;
	justify-content: center;
}

ul.related.products li{
	width: 100% !important;
	max-width: 29.25rem;
	min-width: 29.25rem;
}

body section.related.products > h2{
    text-align: center;
}

.related .wrap_image_loop{
    height: 15rem;
}

.related .wrap_image_loop picture{
    display: flex;
    width: 100%;
    height: 100%;
}

.related .wrap_image_loop img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#quick_to{
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 1500;
	list-style: none;
	padding: 0;
	margin: 0 0 6rem;
	border-bottom: solid 0.2rem #e0eef3;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

#quick_to a{
	color: #24bbe7;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 5rem;
}

.single-product .single_product_content-container p + h2{
	padding-top: 4.7rem;
}

#bottom-content-category h2:first-child{
    padding-top: 4.7rem;
    margin-top: -4.7rem;
}

.woocommerce.single-product .product .yith-ywraq-add-to-quote{
	margin-top: 0.5rem !important;
	line-height: 2.6rem;
}

.woocommerce div.product form.cart div.quantity{
	margin-right: 1rem;
    line-height: 5.8rem;
}

.yith-ywraq-add-button{
	margin-top: -0.5rem;
}

.ph-scale{
	width: 100%;
}

.ph-scale > span{
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	font-size: 1.4rem;
}

.ph-scale .ph-block {
	 width: 3.5rem;
	 height: 3.5rem;
	 display: inline-block;
	 color: #fff;
	 float: left;
	 margin-right: 0.2rem;
	 font-size: 1.6rem;
	 font-weight: 700;
	 text-align: center;
}
 .ph-scale .ph-block.ph-active {
	 width: calc(4.5rem);
	 height: calc(4.5rem);
	 line-height: calc(4.5rem);
	 position: relative;
	 top: 0.5rem;
}
.ph_nummer{
	position: absolute;
	left: 0;
	top: 0;
	inset: 0;
}
 .ph-scale .ph-block.ph-active.ph-tot {
	 margin-left: -0.2rem;
}
 .ph-scale .ph-block.ph-active.ph-tot:before {
	 content: "-";
	 position: absolute;
	 left: -0.2rem;
}
 .ph-scale .ph-0 {
	 background-color: #ee1c25;
}
 .ph-scale .ph-1 {
	 background-color: #f26724;
}
 .ph-scale .ph-2 {
	 background-color: #f8c611;
}
 .ph-scale .ph-3 {
	 background-color: #f5ed1c;
}
 .ph-scale .ph-4 {
	 background-color: #b5d333;
}
 .ph-scale .ph-5 {
	 background-color: #84c341;
}
 .ph-scale .ph-6 {
	 background-color: #4db749;
}
 .ph-scale .ph-7 {
	 background-color: #33a94b;
}
 .ph-scale .ph-8 {
	 background-color: #22b46b;
}
 .ph-scale .ph-9 {
	 background-color: #0ab8b6;
}
 .ph-scale .ph-10 {
	 background-color: #4690cd;
}
 .ph-scale .ph-11 {
	 background-color: #3853a4;
}
 .ph-scale .ph-12 {
	 background-color: #5a51a2;
}
 .ph-scale .ph-13 {
	 background-color: #63459d;
}
 .ph-scale .ph-14 {
	 background-color: #462c83;
}
 .ph-scale-numbers .ph-number {
	 width: 2rem;
	 display: inline-block;
	 float: left;
	 margin-right: 2px;
	 font-size: 0.8rem;
	 text-align: center;
	 color: #fff;
}
 .ph-scale-numbers .ph-number.ph-number-active {
	 width: calc(2.5rem);
}

.navbar>.container{
	position: relative;
}

.raq_container{
	position: absolute;
    right: 3rem;
    top: 9.5rem;
	width: 100%;
	max-width: 37rem;
	z-index: 0;
}

.raq_container .raq_container_content_product_img{
	max-width: 4rem;
	width: 4rem;
	margin-right: 1rem;
	padding: 0.5rem;
    min-width: 4rem;
}

.raq_container .raq_container_content_product_img picture{
	display: flex;
	width: 100%;
	height: 100%;
}

.raq_container .raq_container_content_product_img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.raq_container .raq_container_content_product{
	display: flex;
	align-items: flex-start;
	line-height: normal;
}

.raq_container_content_product + .raq_container_content_product{
	margin-top: 1.5rem;
}

div.raq_container_content_product:last-of-type{
	margin-bottom: 1.5rem;
}

.raq_container .raq_checklist{
	list-style: none;
	padding: 0;
	color: #007a38;
	text-align: center;
	margin-bottom: 1.5rem;
}

.raq_container .raq_checklist li:before{
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	margin-right: 0.5rem;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 2.8rem;
}

.raq_container .raq_container_content_product ul{
	list-style: none;
	padding: 0;
	margin: 0.3rem 0 0;
	font-size: 1.5rem;
}

.raq_container .raq_container_content{
	display: none;
	margin-top: -3rem;
	padding: 4.5rem 2rem 2rem;
	box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	border-bottom-right-radius: 2rem;
}

.raq_container a,
.raq_container a:hover,
.raq_container a:focus{
	color: #ffffff;
	font-size: 1.9rem;
	background-color: #24bbe7;
	font-weight: 600;
	line-height: 4.7rem;
	border-bottom-right-radius: 2rem;
	width: 100%;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	transition: 0.3s background;
}

.raq_container a:hover,
.raq_container a:focus{
	background: #142137;
}

.raq_container .raq_container_title{
	color: #142137;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 4.7rem;
	background-color: #f8f6f1;
	border-bottom-right-radius: 2rem;
	text-align: center;
	position: relative;
	z-index: 15;
	cursor: pointer;
}
 

.no_products .raq_container_title{
    cursor: default;
}

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

@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 2.992em;
	}
    
    .woocommerce-Tabs-panel--additional_information{
        padding-inline: 0 !important;
        margin-top: 4rem !important;
    }
	
	.raq_container {
    	position: absolute;
		right: auto;
		left: 0;
		top: 8rem;
		width: 100%;
		max-width: none;
		z-index: 0;
	}
	
	body:has(.raq_container){
		padding-top: 12.7rem;
		scroll-padding-top: 12.7rem;
	}
    
    .yith-wcan-filters-opener{
        display: block !important;
    }
    
    body .yith-wcan-filters-opener, 
    body .yith-wcan-filters-opener:hover, 
    body .yith-wcan-filters-opener:focus{
        width: 100%;
        text-align: center;
        background-color: #142137 !important;
        border: 0.1rem solid #142137 !important;
        border-radius: 0 0 2rem 0;
        margin-bottom: 3rem;
    }
    
    body.yith-wcan-preset-modal-open:after{
        display: none !important;
    }
	
	@supports (-webkit-touch-callout: none) {
	  /* CSS specific to iOS devices */ 
		.woocommerce .yit-wcan-container ul.products li.product{
			flex: 0 0 100%;
		}
	}
	
	.single-product .single_product_content-container p + h2 {
		margin-top: 4rem;
	}
	
	#quick_to{
		display: none !important;
		column-gap: 1rem;
		flex-direction: row;
		position: static;
		border: none;
	}
	
	#quick_to li a{
		line-height: 3rem;
		border-bottom: solid 0.2rem #e0eef3;
		width: 100%;
		display: inline-block;
	}
	
	#quick_to li{
		width: 100%;
	}
	
	#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: 1rem;
	}
	
	.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: 1rem;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: calc(20% - 1rem);
		margin: 0 0.5rem;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img{
		max-width: 100%;
		height: auto;
	}
	
	.related.products h2{
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	
	.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 3rem;
		margin-top: 3rem;
		margin-bottom: 6rem;
		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: 1.5rem;
		-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: 1rem;
	}
    
    .product_cta .tinymce-row:before{
        display: none;
    }
    
    .yith-wcan-preset-modal-open nav.navbar{
        z-index: 0;
    }
    
    #svg_product svg.img_uitsnede{
        display: none;
    }

    .single_product_content-container{
        padding: 0;
    }

    .woocommerce-tabs{
        margin-top: 3rem;
    }
	
	ul.related.products{
		scroll-snap-type: x mandatory;
		overflow-x: scroll;
		flex-wrap: nowrap;
		--bs-gutter-x: 1.5rem;
		margin-left: -3rem;
		margin-right: -3rem;
		padding-left: 3rem;
		padding-right: 3rem;
		column-gap: 1.5rem;
		display: flex !important;
		justify-content: flex-start;
		width: auto;
    }
	
	.terug_naar_producten{
		transform: translateY(-6rem);
	}
    
    ul.related.products > li{
		max-width: 80vw;
		min-width: 80vw;
        scroll-snap-align: center;
        padding: 0;
    }
}

@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{
			flex: 0 0 49.85%;
		}
	}
    
    .woocommerce-Tabs-panel--additional_information{
        padding-inline: 0 !important;
    }
	
	.raq_container{
		top: 17rem;
	}
	
	ul.related.products{
		scroll-snap-type: x mandatory;
		overflow-x: scroll;
		flex-wrap: nowrap;
		--bs-gutter-x: 1.5rem;
		margin-left: -6rem;
		margin-right: -6rem;
		padding-left: 6rem;
		padding-right: 6rem;
		column-gap: 3rem;
		display: flex !important;
		justify-content: flex-start;
		width: auto;
    }
    
    ul.related.products > li{
        scroll-snap-align: center;
        padding: 0;
    }

    .single_product_content-container{
        padding: 0;
    }
    
    .yith-wcan-preset-modal-open nav.navbar{
        z-index: 0;
    }
    
    #svg_product svg.img_uitsnede{
        display: none;
    }
    
    .yith-wcan-filters-opener{
        display: block !important;
    }
    
    body .yith-wcan-filters-opener, 
    body .yith-wcan-filters-opener:hover, 
    body .yith-wcan-filters-opener:focus{
        width: 100%;
        text-align: center;
        background-color: #142137 !important;
        border: 0.1rem solid #142137 !important;
        border-radius: 0 0 2rem 0;
        margin-bottom: 3rem;
        max-width: 30rem;
    }
    
    body.yith-wcan-preset-modal-open:after{
        display: none !important;
    }
    
    .product_cta .tinymce-row:before{
        display: none;
    }
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		width: 79px;
		height: 79px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		margin-bottom: 1rem;
	}
	
	.related.products .tns-controls {
		max-width: 660px;
		top: 198px;
	}
    
    .woocommerce .products ul, .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 2rem;
        line-height: 2.6rem;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	.woocommerce div.product div.images .flex-control-thumbs li img {
		width: 66px;
		height: 66px;
    }
	
	.play-icon:after{
		width: 30px;
		height: 30px;
		font-size: 1rem;
	}
	
	.related.products .tns-controls {
		max-width: 930px;
		top: 208px;
	}
}