<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page-content .shop_products {
	width: 104%;
	/* margin: 2em 0; */
	margin-top: 0;
	margin-left: -2%;
	/* min-height: 400px; */
}
#page-content .shop_products .product {
	width: 29.333%;
	margin: 2%;
	float: left;
	position: relative;
	line-height: 1.4;
}
@media screen and (max-width: 1200px) {
	#page-content .shop_products .product {
		width: 46%;
	}
}
#page-content .shop_products .product a {
	text-decoration: none!important;
}
#page-content .shop_products .product img {
	display: block;
	width: 100%;
	border: 1px solid #efefef;
	margin-bottom: 0.5em;
	border-radius: 3px;
}
#page-content .shop_products .product .title {
	font-size: 1em;
	display: block;
	font-weight: 600;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#page-content .shop_products .product.is-category .title,
#page-content .shop_products .product.is-category.is-sub .title {
	position: absolute;
	left: 1em;
	top: 1em;
	padding-right: 50px;
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
#page-content .shop_products .product.is-category.is-sub .title span /* bv. Stoffen &gt; &lt;span&gt;Weefstels aan de Meter&lt;/span&gt; */ {
	font-weight: 600;
}
#page-content .shop_products .product .artikelcode {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 0.8em;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#page-content .shop_products .product .price {
	font-size: 1em; 
	display: block;
}
#page-content .shop_products .product a:hover:after {
	content: "Bekijk product â€º";
	white-space: nowrap;
	position: absolute;
	left: 50%; top:43%;
	background: #fff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 3px;
	transform: translateX(-50%) translateY(-50%);
	font-size: 0.9em;
	color: #666;
}
#page-content .shop_products .product.is-category a:hover:after {
	content: "Bekijk product(en) â€º";	
}

	/* sub listing (submenu van desbetreffende categorie tonen) */
	#page-content .shop_products.shop_products_subs {
		border: 1px solid #f00;
	}
	#page-content .shop_products .product-subs {
		display: none;
	}
	#page-content .shop_products .product-subs.active {
		display: block; 
	}

#page-content.product div.right  {
	width: 25%; 
	box-sizing: border-box;
	float: right;
	position: relative;
	transition: all 300ms;
}





.owl-pagination {
	position: absolute;
	left: 20px; bottom: 15px;
	width: 100%; text-align: left;
}
#page-content.product div.info {
	width: 75%;
	box-sizing: border-box;
	float: left;
	padding-right: 3em;
	margin-bottom: 2em;
}
#page-content.product div.productmedia,
#page-content.product div.links {
	width: 100%;
	box-sizing: border-box;
	border-top: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 2em;
	overflow: hidden;
	background: #EFEDDE;
}
#page-content.product div.links {
	padding: 1em;
	margin-top: 1em;
}
#page-content.product div.productmedia a {
	display: block;
	position: relative;
	width: 100%;
	height: 380px;
	overflow: hidden;
}
#page-content.product div.productmedia a img {
	display: block;
	max-height: 100%;
	min-height: 100%;
	margin: 0 auto;
	top: 50%; left: 50%;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
}
#page-content.product div.productmedia a:after {
	content: "";
	width: 30px; height: 30px;
	background-image: url('../images/icons/zoom.png');
	background-size: 20px 20px; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px; 
	bottom: 20px;
	border-radius: 30px;
	display: none;
}
#page-content.product div.productmedia a:hover:after {
	display: block;
}

#page-content.product .owl-buttons {
	position: absolute; 
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	box-sizing: border-box;
	font-size: 50px;
	color: #efefef;
	pointer-events: none;
}
#page-content.product .owl-buttons .owl-prev {
	position: absolute;
	left: 1em; /* 1em zonder label */
	top: 20px;
	pointer-events: auto;
}
#page-content.product .owl-buttons .owl-next {
	position: absolute;
	right: 1em;
	top: 20px;
	pointer-events: auto;
}



#page-content.product div.description,
#page-content.product div.order {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
#page-content.product div.order {
	box-sizing: border-box;
	padding: 2em; 
	margin-top: 1em;
	font-size: 0.9em;
	position: relative;
	transition: margin 200ms ease-out;
	top: 0;
}

/*driehoek*/
#page-content.product div.right .order:before {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	position: absolute;
	left: -10px;
	top: 160px;	
}


/* stickyness order */
#page-content.product div.right.sticky .order {
	position: fixed;
	top: 60px;  margin-top: 0px;
	max-width: 213px; 
}


#page-content.product div.order form.orderform {
	padding: 1em 0;
}
#page-content.product div.order &gt; span {
	display: block;
}
#page-content.product div.order span.code {
	color: #966842;
}
#page-content.product div.order span.title {
	font-size: 1.2em; 
	line-height: 1.4;
}
#page-content.product div.order span.code {
	font-size: 0.9em;
	opacity: 0.5;
}
#page-content.product div.order  span.price {
	font-size: 1.6em;
	font-weight: 400;
}
#page-content.product div.order div.product_option,
#page-content.product div.order div.product_quantity {
	width: 100%;
	float: left;
	position:relative;
    margin-bottom: 10px;
    padding: 1em 0;
}
#page-content.product div.order div.product_quantity {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
}
#page-content.product div.order .product_option select,
#page-content.product div.order .product_quantity select {
    margin-top: 0;
    height: 31px;
    padding: 0 5px;
    width: 55%;
    float:right;
    border-color: rgba(0,0,0,0.1);
    font-family: inherit;
}
#page-content.product div.order div.product_option span.opt_name,
#page-content.product div.order div.product_quantity span.opt_name
 {
    line-height: 31px;
    display: inline-block;
    width: 45%;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 5px;
}
#page-content.product div.order form.orderform .shopbtn {
	width: 100%!important
}
*.shopbtn {
	background: #18A26B none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	margin-top: 20px;
	padding: 10px 25px;
	width: auto;
	font-family: inherit;
	font-size: inherit;
	border-radius: 2px;
	display:block;
	clear: both;
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff!important;
	text-decoration: none!important;
}	

.shopbtn {
}
.shopbtn:hover {
  background: #197F55 none repeat scroll 0 0;
}
*.shopbtn.grey {
	background: #666;
}
*.shopbtn.grey:hover {
	background: #999;
}
#page-content.product div.order form select {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	color: #333;
	font-family: inherit;
	font-size: inherit;
	margin-top: 10px;
	padding: 5px;
	width: 100%;
	width: 40%;
	height: 41px;
}
#page-content.product div.order .shopbtn {
	float:right;
	width: 55%;
	margin-bottom:0;
}


div.debug {
	width: 100%;
	float: left;
	clear: both;
	background: #efefef;
	font-family: monospace;
	box-sizing: border-box;
	padding: 1em;
}

/* shop notification */
div.shopNotification {
	position: fixed;
	top:0;left:0;
	height: 0; width: 100%;
	z-index: 9999;
	transition: height 0ms linear 200ms;
	overflow: hidden; /* important so it does not overlay ui */
}
div.shopNotification.show {
	height: 100%;
	opacity: 1;
	transition: height 0ms linear 0ms;
}
div.shopNotification div.outer {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0);
	transition: background 150ms ease;
}
div.shopNotification.show div.outer {
	background: rgba(0,0,0,.6);

}
div.shopNotification div.inner {
	width: 600px;
	max-width: 90%;
	max-height: 90%;
	background: #fff;
	position: absolute;
	bottom: 50%; left: 50%;
	transform: translate(-50%,50%) scale(.75);
	-webkit-transform: translate(-50%,50%) scale(.75);
	box-sizing: border-box;
	padding: 1em;
	opacity: 0;
	z-index:2;
	font-size: 0.9em;
	transition: opacity 150ms ease 0ms, transform 0ms ease 150ms;
	-webkit-transition: opacity 150ms ease 0ms, -webkit-transform 0ms ease 150ms;
}

div.shopNotification.show div.inner {
	opacity: 1;
	transition: transform 150ms ease-out 0ms;
	-webkit-transition: transform 150ms ease-out 0ms;

	transform: translate(-50%,50%) scale(1);
	-webkit-transform: translate(-50%,50%) scale(1);
}

div.shopNotification div.inner div.left {
	width: 60%;
	float:left;
	box-sizing: border-box;
}
div.shopNotification div.inner div.left div.product,
div.shopNotification div.inner div.right div.basket {
	width: 100%;
	float:left;
	min-height: 100px;
}

div.shopNotification div.inner div.left div.product span.title {
	font-size: 1.2em;

	white-space: nowrap;
	overflow: hidden;
}
div.shopNotification div.inner div.left div.product span.articlecode {
	font-size: .8em;
	color: #333;
	display: none;
}
div.shopNotification div.inner span.close.txt {
	font-size: .9em;
	display: block;
	color: #3a5795;
	cursor: pointer;
	margin-top: 10px;
	padding: 10px 0;

}
div.shopNotification div.inner span.close.txt.mob {
	display: none;
}
div.shopNotification div.inner div.left span.close.txt:hover {
	color: #333;
}
div.shopNotification div.inner div.right {
	width: 30%;
	float:left;
	position:relative;
	padding-left: 5%;
	border-left: 1px solid #ddd;
}
div.shopNotification div.inner div.right a.shopbtn {
	width: 100%;
	margin-bottom:0px;
	display: block;
	float:left;clear:both;
	box-sizing:border-box;
}
div.shopNotification div.inner div.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin-bottom: 0em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.shopNotification div.inner span.close {
	float:left;
}
div.shopNotification div.inner span.close.btn {
	position: absolute;
	width: 16px; height: 16px;
	display: block;
	top: 20px; right: 20px;
	cursor:pointer;
	background-image: url(/images/icons/close2.png);
	background-size: 16px 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.shopNotification div.inner span.close.btn:hover {
	background-position: 0 -16px;
}

div.shopNotification div.inner div.product &gt; div {
	display: block;
	float: left;
}
div.shopNotification div.inner div.product &gt; div.img {
	position: relative;
	height: 100px; width: 100px;
	display: none;
}
div.shopNotification div.inner div.product &gt; div.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
div.shopNotification div.inner div.product &gt; div.info {
	box-sizing: border-box;
	min-height: 0; height: 0;
}

/** cart **/
div.shop_cart {
	width: 100%;
	float: left;
	margin-bottom:2em;
}
div.shop_cart &gt; div {
	width: 100%;
	float:left;

	border-bottom: 1px solid #ddd;
}
div.shop_cart &gt; div &gt; div{

	float:left;
	box-sizing:border-box;
}
div.shop_cart &gt; div div.img {
	width: 15%;
	position:relative;
}
div.shop_cart &gt; div div.img img {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width: 80%;
}
div.shop_cart &gt; div div.artikel {
	width: 40%;
}
div.shop_cart &gt; div div.artikel a {
    color: #000;
}
div.shop_cart &gt; div div.artikel a:hover {
    color: #0096ff
}
div.shop_cart &gt; div div.artikel &gt; span {
    display: block;
}
div.shop_cart &gt; div div.artikel &gt; span.option &gt; span {
    display: inline-block;
    margin-right: .5em;
}
div.shop_cart &gt; div div.artikel .title {
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
div.shop_cart &gt; div div.aantal {
	width: 15%;
}
div.shop_cart &gt; div div.stuksprijs,
div.shop_cart &gt; div div.subtotaal {
	width: 15%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 2em;
}
div.shop_cart div.header {
	font-weight: bold;
	padding-bottom: 1em;
}
div.shop_cart div.row {
	min-height: 100px;
	padding: 1em 0;
}
div.shop_cart div.row, div.shop_cart div.row &gt; div {
	min-height: 100px;
	white-space: nowrap;
}
div.shop_cart div.totals {
    width: 30%;
    float: right;
}
div.shop_cart div.totals &gt; div {
    width: 100%;
    padding: .5em 0;
    font-size: 1.1em;
    text-align: right;
    box-sizing: border-box;
    padding-right: 32px;
}
div.shop_cart div.totals &gt; div &gt; span {
    width: 50%;
    display: inline-block;
 }
div.shop_cart div.totals &gt; div.totaal {
    font-weight: bold;
}
div.shop_cart div.totals &gt; div.btw {
	font-size: 1em;
}
div.shop_cart div.row div.aantal select {
    float:left;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 5px;
}
div.shop_cart div.row span.remove_item {
    position: relative;
    width: 12px;
    height: 12px;
    float:left;
    margin-top: 5px;
    margin-left: 6px;
    display: block;
    cursor: pointer;
    background-image: url(/images/icons/close2.png);
    background-size: 12px 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
div.shop_cart div.row span.remove_item:hover {
    background-position: 0 -12px;
}
#content-holder #page-content.shop_cart_container {
	width: 100%;
}
#content div.shop_cart_container h1 {
    float:left;
}
#content div.shop_cart_container div.shop_cart_empty {
	display: block;
	width: 100%;
	float:left;
}
a.shopbtn.toOrder {
    float:right;
    margin-top:0;
}


/** Besteltraject **/
#content-holder #page-content.shop_order {
	width: 100%;
}
.shop_order div.column {
    float: left;
    width: 32%;
    box-sizing: border-box;
    min-height: 5em;
}
.shop_order div.column:nth-child(3n+1){
    margin-right: 2%;
    clear:left;
}
.shop_order div.column:nth-child(3n){
    margin-left: 2%;
    clear: right;
}
.shop_order div.column.half {
    width: 49%;
}
.shop_order div.column.half:nth-child(3n),
.shop_order div.column.half:nth-child(3n+1) {
    clear: none;
}
.shop_order div.column:nth-child(2n+1){
    margin-left:0;
    margin-right: 1%;
}
.shop_order div.column:nth-child(2n){
    margin-right: 0;margin-left: 1%;
}
.shop_order div.formelem  {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 1em;
    position: relative;
}
.shop_order div.formelem  span {
    display: block;
    font-size: .9em;
    width: 34%;
    float: left;
    line-height: 2.1em;
    text-align: right;
    box-sizing: border-box;
    padding-right: 1em;
}
.shop_order h3 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: .4em;
}
.shop_order form input[type=text], .shop_order form textarea, .shop_order form select {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    width: 50%;
    transition: border 150ms ease;
}
    .shop_order form input.telefoon {
        width: 40%;
    }
    .shop_order form input.postcode {
        width: 20%;
    }
    .shop_order form input.huisnr {
        width: 15%;
    }
    .shop_order form input[readonly] {
        background: #f5f5f5;
    }
	/*
    .shop_order form input.postcode + label.error {
		left: 45%;
	}
    .shop_order form input.telefoon + label.error {
		left: 55%;
	}
    .shop_order form input.huisnr + label.error {
		left: 40%;
	}
	*/
label.radiobtn, label.checkbox {
    display: block;
    width: 100%;
    position:relative;
    box-sizing: border-box;
    padding-left: 18px;
    float:left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
label.radiobtn input, label.checkbox input {
    position: absolute;
    margin:0;
    top:6px; left:0;
}

.shop_order label.error {
    background: rgba(191, 0, 0, 1);
	color: #fff;
	font-size: 12px;
	width: auto; text-align: center;

    padding: 2px 4px;
    display: block;
    position: absolute;
    left: 37%;
    top: -17px;
    line-height:1.2;
    border-radius: 2px 2px 0 0;

	white-space: nowrap;
    pointer-events: none;
    z-index:9;

    transition: all 150ms ease;
	opacity: 0;

	opacity:0
}
.shop_order label.error[for=akkoord] {
	opacity: 1;
	left: auto;
	right: 0;
}

.shop_order form input.error:not([readonly]), .shop_order form textarea.error, .shop_order form select.error {
	border: 1px solid rgba(191, 0, 0, 1);
}
.shop_order *:focus:not([readonly]) + label.error {
    opacity:1;
}
div.shop_order div.subset {
    width: 100%;
    float: left; clear: both;
}
div#bezorgadresoptie, div#bezorgadres{
    display: none;
    opacity:0;
}
div.shop_order div.shop_cart div.row, div.shop_order div.shop_cart div.row &gt; div {

}
.shop_order div.column.half.forty {
    width: 39%;
}
.shop_order div.column.half.sixty {
    width: 59%;
}
.shop_order div.column.cart {
	border-right: 1px solid #ddd;
}
div.shop_order div.shop_cart {
    box-sizing: border-box;
    width: 96%;
}
div.shop_order div.shop_cart div.totals {
    width: 50%;
}

div.shop_order .orderset .itm {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: .25em;
    padding-bottom: .25em;
}
div.shop_order .orderset .itm &gt; span {
    display: inline-block;
}
div.shop_order .orderset .itm &gt; div {
    display: block;
    float: left;
}
div.shop_order .orderset .itm &gt; .k {
    width: 35%;
}
div.shop_order .orderset .itm &gt; .v {
    width: 65%;
}
div.shop_order .orderset .block {
    display: block;
    width: 100%;
    float:left;
    margin-bottom: .5em;
}
div.shop_order div.afronden {
    display: block;
    width: 100%;
    float: left;
    margin-top: 1em;
}
div.afronden .shopbtn {
    float:right;
}
div.shop_order div.goback {
    float:left;
    width: auto;
    clear:both;
}
div#paymentloading {
	background: #efefef;
	float:left;
	margin: 10px 0 20px;
	padding: 16px 24px;
	background-image: url(/images/icons/loading.gif);
	background-size: 16px 16px;
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 48px;
	width: 100%;
	box-sizing: border-box;
	display: none;
}
div#ordercancelled {
	display:none;
}
div.addressloading {
	width: 16px; height: 16px;
	background-image: url(/images/icons/loading.gif);
	background-size: 16px 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 6px 0 0 6px;
	float:left;
	display: none;
}
div.shop_paymentreturn .shopbtn {
	float:left;
	margin-right: 1em;
	clear: none;
}
*.mob {
	display: none;
}



</pre></body></html>