.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 1.5rem;
    margin-bottom: 4rem;
}

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

.wrap_extra_opties{
    height: calc(100% - 35rem);
    overflow: auto;
}

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

#alm-filters-merken_filter,
#alm-filters-merken_filter_interieur{
    display: flex;
	column-gap: 1rem;
}

.product-remove span{
	text-decoration: underline;
}

.product-remove a{
	text-decoration: none !important;
	display: inline-flex !important;
}

.product-remove a:after{
	content: "\f00d";
    width: 1.6rem;
    height: 1.6rem;
    background-color: rgba(55, 66, 74, 0.16);
    border-radius: 50%;
    display: inline-flex;
	font-family: "Font Awesome 6 Pro";
    justify-content: center;
    align-items: center;
    color: #37424a;
    font-size: 0.9rem;
    font-weight: 300;
    margin-left: 0.7rem;
}

.ywraq-before-form:before{
	display: none !important;
}

div.ywraq-form-table-wrapper.vertical .ywraq-before-form {
    margin-bottom: 0;
    padding: 0;
    border: none;
    text-align: left;
}

.ga_naar_cat{
	position: relative;
	color: #ffffff !important;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 3.6rem;
	display: block;
}

.ga_naar_cat:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
}

.ga_naar_cat span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.yith-quick-view.yith-modal.loading .yith-wcqv-wrapper{
	visibility: visible !important;
}

.product_optie_page:first-child .product_optie_page_bottom [data-prev-page="none"]{
    opacity: 0;
    pointer-events: none;
}

.product_optie_page_top{
	background-color: #f7f7f8;
	padding: 2.3rem 4.5rem;
	margin: 0 -4.5rem;
	display: flex;
	margin-bottom: 2.3rem;
	column-gap: 2rem;
	height: 108px;
}

.product_optie_page_top img{
	height: 3rem;
}

.product_optie_page .alm-btn-wrap{
	display: none;
}

div.yith-quick-view-content.woocommerce div.summary-content {
    padding: 0;
    background: #fff;
}

div.yith-quick-view-content.woocommerce div.summary-content,
.yith-quick-view-content.woocommerce div.summary form.cart,
#yith-wapo-container,
.yith-wapo-block,
.product_optie_page{
	height: 100% !important;
	max-height: 775px;
}

.product_optie_page_top i{
	font-size: 1.1rem;
}

div.yith-quick-view.yith-modal .quote_img_title{
	margin: 0 !important;
}

div.yith-quick-view.yith-modal .yith-wcqv-main{
	box-shadow: none !important;
}

div.yith-quick-view.yith-modal .yith-quick-view-overlay{
	background: rgba( 55,66,74, 0.5);
}

body div.yith-quick-view.yith-modal .yith-quick-view-content div.summary .entry-title{
	display: none;
}

body div.yith-quick-view.yith-modal .yith-quick-view-content div.summary {
    width: 100% !important;
}

.quote_voeg_toe{
	color: #37424a;
	font-family: news-gothic-std, sans-serif;
	font-size: 2rem;
	line-height: normal;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number .yith-wapo-option input {
    min-width: 20rem;
    border: solid 0.1rem rgba(0, 0, 0, 0.2);
    padding: 0 0 0 1.5rem;
}

.yith-wapo-addon-type-number .label > label{
	display: none;
}

.product_optie_page{
	padding: 0 4.5rem;
    height: 775px;
	position: relative;
}

body div.yith-quick-view.yith-modal h2{
	color: #37424a;
	font-family: news-gothic-std, sans-serif;
	font-size: 3.2rem;
	line-height: 5.5rem;
}

.keuze_oppervlaktestructuur{
	flex-basis: 100%;
	min-width: 100%;
	color: #37424a;
	font-family: news-gothic-std, sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.9rem;
}

.yith-wapo-img-label{
	width: 22.5rem;
	height: 22.5rem;
	background-color: #f7f7f8;
	border: 0.5rem solid #f7f7f8;
	margin: 0 !important;
	padding: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product_optie_page_bottom{
	background-color: #37424a;
	padding: 1.5rem;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_optie_page_bottom span{
	margin-right: 2rem;
	color: rgba(255,255,255,0.5);
	font-family: news-gothic-std, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: normal;
}

.yith-quick-view-content.woocommerce div.summary form.cart{
	margin-bottom: 0 !important;
}

.added_product_extra_container_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.added_product_extra_top{
	padding: 5rem 3rem;
    height: 50%;
}

.added_product_extra{
	height: 50%;
}

.added_product_extra_container{
	height: 100%;
}

.added_product_extra_inner{
	background: #fff;
    padding: 7rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 70%;
}

.yith_ywraq_add_item_product_message{
	color: #ffffff;
	font-family: news-gothic-std, sans-serif;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: normal;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.yith_ywraq_add_item_product_message:before{
	content: "\f058";
	color: #ffffff;
	font-family: "Font Awesome 6 Pro";
	font-size: 3.2rem;
	font-weight: 300;
	line-height: normal;
}

.yith-quick-view .yith-quick-view-content.woocommerce div.summary .yith-ywraq-add-button a{
	display: none !important;
}

a.yith-quick-view-close {
    background: #fff;
    cursor: pointer;
    box-shadow: none;
    display: inline-flex;
	justify-content: center;
	align-items: center;
    text-indent: 0;
    transition: all 0.3s ease;
    width: 5rem;
    height: 5rem;
    background-color: #ffffff;
    position: absolute;
    right: -6.8rem;
    top: -0.3rem;
	opacity: 1;
	text-decoration: none !important;
}

a.yith-quick-view-close i{
	color: #37424a;
	font-family: "Font Awesome 6 Pro";
	font-size: 2.3rem;
	line-height: normal;
}

.yith-ywraq-add-button img {
    max-width: 32px !important;
    height: auto !important;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    content: url(/inhoud/plugins/woocommerce/assets/images/icons/loader.svg);
    opacity: 0.75;
    position: absolute;
    left: calc(50% - 16px);
    top: 25%;
}

.yith-modal .producten_row{
	height: auto;
}

.yith-modal .yith-wcqv-button:after{
	display: none;
}

div[data-product_optie_page="-1"].loading:before{
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    content: "";
	background: url(/inhoud/plugins/woocommerce/assets/images/icons/loader.svg) no-repeat center;
    background-size: 32px;
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 155;
}

div[data-product_optie_page="-1"].loading:after{
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(255,255,255,0.8);
	z-index: 150;
}

.yith-ywraq-add-to-quote{
	height: 100%;
    position: relative;
    background-color: #b6bf00;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

div[data-product_optie_page="-1"] .product_optie_page_bottom span:nth-child(1){
	color: #fff;
}

div[data-product_optie_page="0"] .product_optie_page_bottom span:nth-child(2){
	color: #fff;
}

div[data-product_optie_page="2"] .product_optie_page_bottom span:nth-child(3){
	color: #fff;
}

.product_optie_page + .product_optie_page{
	display: none;
}

.product_optie_page_bottom span:last-child{
	margin-right: 0;
}

.extra_opties_container{
	display: flex;
	flex-wrap: wrap;
	column-gap: 6rem;
    flex: 1;
}

.extra_opties_container > div:last-child{
    display: none;
}

.yith-quick-view.monster_aanvraag_container .extra_opties_container > div:nth-last-child(2),
.yith-quick-view:not(.monster_aanvraag_container) .extra_opties_container > div:nth-last-child(2),
.yith-quick-view:not(.monster_aanvraag_container) .geen_monsters_tekst,
.yith-quick-view:not(.monster_aanvraag_container) .extra_opties_container > div:nth-last-child(3){
	display: none;
}

.img-options{
	row-gap: 3rem;
}

.yith-wapo-block [data-product_optie_page="0"] .yith-wapo-addon {
    height: calc(100% - 35rem);
    overflow: auto;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option .image {
    max-width: none;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-above img {
    width: auto;
    max-height: none;
    max-width: 100%;
    height: auto;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option label{	
    white-space: nowrap;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option label,
h3.wapo-addon-title{
    margin-left: 0 !important;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.9rem;	
}

h3.wapo-addon-title{
	margin-bottom: 0.5rem;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .img-options .yith-wapo-option label {
    margin-left: 0 !important;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.9rem;
}

.yith-wapo-block .yith-wapo-addon .options.per-row-4 .yith-wapo-option {
    width: auto;
    max-width: 22.5rem;
    margin: 0;
    float: left;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option {
    margin: 0px 10px 0px 0px;
}

.yith-quick-view .yith-quick-view-content.woocommerce div.summary #wapo-total-price-table{
	display: none;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .img-options .yith-wapo-option label:before{
	display: none;
}

.img-options input,
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option input{
	display: none;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option label:before{
	content: "\f111";
    color: #b8b8b8;
    font-size: 1.8rem;
    font-family: "Font Awesome 6 Pro";
    margin-right: 0.6rem;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option.selected label:before{
	content: "\f192";
    color: #b6bf00;	
}

.img-options .yith-wapo-label:after{
	content: "\f111\00a0Selecteer";
	color: #37424a;
	font-family: news-gothic-std, sans-serif, "Font Awesome 6 Pro";
	font-size: 1.5rem;
	line-height: 2.2rem;
    float: left;
    clear: both;
    width: 100%;
    font-weight: 400;
}

.img-options .selected .yith-wapo-label:after{
	content: "\f192\00a0Geselecteerd";
    color: #b6bf00;
}

.img-options{
	column-gap: 2rem;
}

.img-options .selected .yith-wapo-img-label{
	border-color: #37424a;
}

label.yith-wapo-img-label{
	margin-bottom: 1.5rem !important;
}

.producten_row_item.selected{
	border: solid 0.3rem #37424a;
	padding: 0.8rem;
}

.description-info-icon{
	position: relative;
}

.description-info-icon i{
    font-size: 1.5rem;
    float: right;
	color: #b6bf00;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description {
    font-size: 1.5rem;
}

.description-info-icon p,
.description-info-icon ul{
	margin-bottom: 1rem;
}

.description-info-icon *:last-child{
	margin-bottom: 0 !important;
}

.description-info-icon:hover .description-info{
	display: block;
}

.description-info{
	display: none;
	position: absolute;
    right: 0;
    top: auto;
    bottom: 2.5rem;
    width: 22.5rem;
	background: #fff;
	padding: 1rem;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}

.gekozen_oppervlakte_structuur{
	width: 22.5rem;
    height: 22.5rem;
    background-color: #f7f7f8;
    border: 0.5rem solid #f7f7f8;
    margin: 0 !important;
    padding: 2rem;
    display: flex;
    align-items: center;
}

div[data-product_optie_page="0"] .wapo-addon-title{
	display: none;
}

.wrap_extra_opties{
	display: flex;
	column-gap: 4rem;
    align-items: flex-start;
}

.monster_aanvraag_container .monster_check:not(.monster_content){
    display: none;
}

.yith-quick-view:not(.monster_aanvraag_container) .monster_check.monster_content{
    display: none;
}

.monsters_info{
    padding: 1.5rem 2rem 1.5rem 5rem;
    background: #fff;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    position: relative;
}

.monsters_info i{
    position: absolute;
    left: 2rem;
    top: 1.8rem;
    color: #b6bf00;
    font-size: 1.6rem;
}

.ywraq-with-form .woocommerce-message{
    display: none !important;
}

[value="Oppervlaktestructuren"] + .img-options > .selection-single > label,
.gekozen_oppervlakte_structuur{
    display: none !important;
}

@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;
	}
	
	@supports (-webkit-touch-callout: none) {
	  /* CSS specific to iOS devices */ 
		.woocommerce .yit-wcan-container ul.products li.product{
			flex: 0 0 100%;
		}
	}
    
    .yith-wapo-block #ajax-load-more,
    .wrap_extra_opties{
        height: calc(100% - 26rem) !important;
    }
    
    .wrap_extra_opties{        
        column-gap: 3rem;
    }
    
    body div.yith-quick-view.yith-modal .yith-quick-view-content div.summary {
        height: 100vh;
    }
    
    .ywraq-before-form .row > div:nth-child(2).col-lg-6.col-sm-12{
        margin-top: 3rem;
    }
	
	#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;
	}
}

@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%;
		}
	}
    
    .monsters_info{
        margin-bottom: var(--default-margin-bottom);
    }
	
	.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;
	}
}

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