
/* SHOP */
div.shop_products {
	margin-top: 3em;
}
div.shop_products div.product {
	display: inline-block;
	width: 32%;
	float: left;
	margin-bottom: 1.5em;
	margin-right: 2%;
	padding-bottom: 1em;
	border-bottom: 3px solid #f8f8f8;
	box-sizing: border-box;
}
div.shop_products div.product:hover {
	border-bottom: 3px solid #016532;
}
div.shop_products div.product:nth-child(3n+1){
	/* links */
	margin-left: 0;
}
div.shop_products div.product:nth-child(3n){
	margin-right: 0;
}
div.shop_products div.product a {
	display: block;
	/*text-align: center;*/
	color: #000;
}
div.shop_products div.product span {
	display: block;
	line-height: 1.4;
}
div.shop_products div.product span.title {
	font-weight: 400;
	margin-top: 1em;
	font-size: 1.1em;
	margin-bottom: .5em;
}
div.shop_products div.product span.img,
div.shop_products div.product span.img img {
	 width: 100%;
	 display: block;
	box-sizing: border-box;
	/*padding: 20px;*/
}

div.page_content.product div.left {
	width: 50%;
	box-sizing: border-box;
	float:left;
}
div.page_content.product div.right {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 0 0 2em;
}
div.page_content.product div.productmedia,
div.page_content.product div.links {
	width: 100%;
	box-sizing: border-box;
	float:left;
}
div.page_content.product div.productmedia a,
div.page_content.product div.productmedia a img {
	display: block;
	max-width: 100%;
}
div.page_content.product div.description,
div.page_content.product div.order {
	float: left;
	width: 100%;
}

div.page_content.product div.order {
	box-sizing: border-box;
	padding-top: 2em;
	margin-top: 1em;
	border-top: 3px solid #f8f8f8;
}
div.page_content.product div.order > span {
	display: block;

}
div.page_content.product div.order span.title {
	font-size: 1.6em;
	color: var(--main-color);
}
div.page_content.product div.order  span.price {
	color: var(--main-color);
	font-size: 1.4em;
	display: block;
	text-align: right;
	margin-top: .5em;
}
div.page_content.product div#info-button {
	background-color: #016532;
	color: #fff;
	float: left;
	clear: both;
	margin-top: 1em;
	padding: 10px 42px 10px 18px;
	font-size: 1.2em;
	font-weight: 400;
	cursor: pointer;
	background-image: url("/images/icons/arrow-right-white.svg");
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: 10px;
}
div.page_content.product div#info-button:hover {
	background-color: #065128;
}
div.page_content.product div.order div.product_option,
div.page_content.product div.order div.product_quantity {
	width: 100%;
	float: left;
	position:relative;
    margin-bottom: 10px;
}
div.page_content.product div.order div.product_option {
	border-bottom: 3px solid #f1f1f1;
	padding-bottom: 10px;
}
.opt-price {
	padding: 10px 20px 10px 20px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	margin: 20px 0 10px 0;
}
div.page_content.product div.order div.product_quantity {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
div.page_content.product div.order .product_option select,
div.page_content.product div.order .product_quantity select {
    margin-top: 0;
    height: 31px;
    padding: 0 5px;
    width: 55%;
    float:right;
}
div.page_content.product div.order .product_option select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 none;
	background-color: #e5e5e5;
	background-image: url('/images/icons/arrow-down.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px;
	border-radius: 0;
	font-size: 1em;
	font-family: inherit;
	padding: 10px 32px 10px 10px;
	height: auto;
	cursor: pointer;
}
div.page_content.product div.order div.product_option span.opt_name,
div.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;
}

*.shopbtn {
	background: #c00 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px 25px;
	width: auto;
	font-family: inherit;
	font-size: inherit;
	border-radius: 2px;
	display:block;
}
.shopbtn:hover {
  background: #f00 none repeat scroll 0 0;
  color: #fff!important;
}
*.shopbtn.grey {
	background: #666;
}
*.shopbtn.grey:hover {
	background: #999;
}
div.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;
}
div.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;
}
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: 800px;
	max-width: 100%;
	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: 2em;
	opacity: 0;
	z-index:2;

	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: 45%;
	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;
}
div.shopNotification div.inner div.left div.product span.articlecode {
	font-size: .8em;
	color: #333;
}
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: 50%;
	float:left;
	margin-left: 5%;
	box-sizing: border-box;
	position:relative;
	padding-left: 5%;
	border-left: 3px solid #f8f8f8;
}
div.shopNotification div.inner div.right a.shopbtn {
	width: 100%;
	margin-bottom:0;
	display: block;
	float:left;clear:both;
	box-sizing:border-box;
}

div.shopNotification div.inner .field input,
div.shopNotification div.inner .field textarea {
	background-color: #f8f8f8;
	border: 0 none;
	padding: 5px 10px;
	color: #666;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
div.shopNotification div.inner .field input[type="radio"] {
	float: left;
	width: inherit;
	margin-right: 10px;
}
div.shopNotification div.inner .field .radio {
	display: block;
}
div.shopNotification div.inner .field {
	display: block;
	margin-bottom: .8em;
	font-size: .9em;
	position: relative;
}
div.shopNotification div.inner .field.first {
	margin-bottom: 2em;
}

div.shopNotification div.inner div.title {

	color: var(--main-color);
	display: block;
	margin-bottom: 2em;
	text-align: center;
}
div.shopNotification div.inner div.title h2 {
	font-size: 1.7em;
}
div.shopNotification div.inner label.error {
	position: absolute;
	z-index: 2;
	font-size: .8em;
	background-color: var(--main-color);
	opacity: .8;
	color: #fff;
	border-radius: 2px;
	right: 0;
	top: 10px;
	padding: 5px;
}
div.shopNotification input[type="submit"] {
	background-color: #016532;
	color: #fff;
	float: left;
	clear: both;
	margin-top: 1em;
	padding: 10px 42px 10px 18px;
	border: 0 none;
	font-size: 1.1em;
	font-weight: 400;
	cursor: pointer;
	background-image: url(/images/icons/arrow-right-white.svg);
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: 10px;
	width: 40%;
	margin: 2em 30% 0 30%;
}
div.shopNotification input[type="submit"]:hover {
	background-color: #065128;
}
div.shopNotification .field select {
	border: 0 none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 1em;
	color: #666;
	padding-right: 40px;
	background-image: url('/images/icons/arrow-down.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 8px;
}
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;
	opacity: .2;
	cursor:pointer;
	background-image: url(/images/icons/close.svg);
	background-size: 16px 16px;
}
div.shopNotification div.inner span.close.btn:hover {
	opacity: 0.5;
}

div.shopNotification div.inner div.product > div {
	display: block;
	float: left;
}
div.shopNotification div.inner div.product > div.img {
	position: relative;
	height: 100px; width: 100px;
}
div.shopNotification div.inner div.product > div.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
div.shopNotification div.inner div.product > div.info {
	box-sizing: border-box;
	padding-left: .5em;
}

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

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

	float:left;
	box-sizing:border-box;
}
div.shop_cart > div div.img {
	width: 15%;
	position:relative;
	border: 8px solid transparent;

}
div.shop_cart > div div.img img {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
div.shop_cart > div div.artikel {
	width: 40%;
}
div.shop_cart > div div.artikel a {
    color: #000;
}
div.shop_cart > div div.artikel a:hover {
    color: #0096ff
}
div.shop_cart > div div.artikel > span {
    display: block;
}
div.shop_cart > div div.artikel > span.option > span {
    display: inline-block;
    margin-right: .5em;
}
div.shop_cart > div div.artikel .title {
	font-size: 1.2em;
	line-height: 1.2;
	white-space: normal;
}
div.shop_cart > div div.aantal {
	width: 15%;
}
div.shop_cart > div div.stuksprijs,
div.shop_cart > div div.subtotaal {
	width: 15%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 2em;
}
div.shop_cart div.header {
	font-weight: bold;
}
div.shop_cart div.row {
	min-height: 100px;
	padding: .5em 0;

}
div.shop_cart div.row, div.shop_cart div.row > div {
	min-height: 100px;
	white-space: nowrap;
}
div.shop_cart div.totals {
    width: 30%;
    float: right;

}
div.shop_cart div.totals > 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 > div > span {
    width: 70%;
    display: inline-block;
 }
div.shop_cart div.totals > div > span.name {
	width: 70%;
}
div.shop_cart div.totals > div > span.value {
	width: 30%;
}
div.shop_cart div.totals > div.totaal {
    font-weight: bold;
}
div.shop_cart div.totals > 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/close.svg);
    background-size: 12px 12px;
}
div.shop_cart div.row span.remove_item:hover {
    opacity: 0.5;
}
#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 **/
.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: 40%;
    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;
}
.shop_order label.radiobtn input,
.shop_order label.checkbox input {
    position: absolute;
    margin:0;
    top:9px; 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 > 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: 60%;
}

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 > span {
    display: inline-block;
}
div.shop_order .orderset .itm > div {
    display: block;
    float: left;
}
div.shop_order .orderset .itm > .k {
    width: 35%;
}
div.shop_order .orderset .itm > .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;

}
*.mob {
	display: none;
}
.margin {
	display: block;
}
div.info_item {
  background: #f8f8f8;
  margin-bottom: 5px;
	padding: 10px 15px;
	position: relative;
}
div.info_item .item_title {
	color: var(--main-color);
	font-size: 1.2em;
	padding-right: 40px;
	display: block;
	box-sizing: border-box;
}
div.info_item div.remove {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	background: transparent;
	background-image: url("/images/icons/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	cursor: pointer;
	opacity: .5;
}
div.info_item div.remove:hover {
	opacity: .8;
}
.toevoegen {
	color: var(--main-color);
	float: left;
	clear: both;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 3px solid #f8f8f8;
}
#productlist {
	display: block;
	margin-top: -1em;
}
.thnx {
	display: block;
	text-align: center;
}
.thnx h2 {
	color: var(--main-color);
	font-size: 1.5em;
}
#verhindering {
	font-size: .8em;
	color: #666;
	display: block;
	text-align: center;
	padding: 0 20%;
	box-sizing: border-box;
	margin-top: .5em;
}
#order_total {
	float: right;
	clear: both;
	font-size: 1.3em;
	color: var(--main-color);
	margin-top: .5em;
}