* {box-sizing: border-box;}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "din-2014";
	font-size: 16px;
	line-height: 22px;
	color: #4e4e51;
    font-weight: 300;
    background: #fff;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7476A4;
}

#bdy {
	max-width: 1000px;
	margin: 0 auto;
}

#hdr {
	text-align: center;
}

#hdr img {
	height: 80px;
}

form {
	xtext-align: center;
}

form input, .input {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin: 10px;
	width: calc(100% - 20px);
}

form .pin {
	font-size: 60px;
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
	-webkit-appearance: none;
}

.brdbtn {
	padding: 20px;
	background: #eee;
	color: #000;
	margin: 5px 0px;
}

.brdbtn:hover, .brdbtn.active {
	cursor: pointer;
	background: #00a2d1;
	color: #fff;
}

.grbtn {
	padding: 20px;
	background: #eee;
	color: #000;
	margin: 5px 0px 5px 10px;
}

.grbtn:hover, .grbtn.active {
	cursor: pointer;
	background: #00a2d1;
	color: #fff;
}

.prodtcnt {
	margin: 5px 0px 5px 20px;
	padding: 10px;
	border: 1px dotted #ddd;
}

.prodtcnt:hover {
	cursor: pointer;
	background: #00a2d1;
	color: #fff;
}

.addToCartPlus {
	float: right;
	font-size: 25px;
	color: #00a2d1;
}

.prodtcnt:hover .addToCartPlus {
	color: #fff;
}

.optdet {
	margin: 5px 0px 5px 20px;
	padding: 10px;
	background: #f5f5f5;
}

.dddynbtn {
	background: #fff;
	padding: 15px 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

input[type=radio],  input[type=checkbox]{
	opacity: 0;
	width: 1px;
	height: 1px;
	position: absolute;
}

input[type=radio]:checked+label.dddynbtn, input[type=checkbox]:checked+label.dddynbtn {
	background: #00a2d1;
	color: #fff;
}

input[type=radio]:checked+label.dddynbtn .mrprs, input[type=checkbox]:checked+label.dddynbtn .mrprs {
	color: #fff;
}

input[type=radio]:disabled+label.dddynbtn {
	background: #A00;
	color: #fff;
    text-decoration: line-through;
}
input[type=checkbox]:disabled+label.dddynbtn {
	background: #A00;
	color: #fff;
    text-decoration: line-through;
}





.mrprs {
	font-size: 12px;
	font-weight: normal;
	color: #00a2d1;
}

.bstrf {
	font-size: 16px;
	color: #00a2d1;
	font-weight: bold;
}

.prcres {
	padding: 20px;
	text-align:center;
}

.rdrdbtn {
	padding: 15px 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
	background: #00a2d1;
	color: #fff;
	width: auto;
}

#cart {
	position: fixed;
	bottom: -3px;
	left: -3px;
	width: calc(100% + 6px);
	transition: 0.5s;
	height: 50px;
}

#cart.active {
	height: 100%;
	transition: 0.5s;
}


.cart_center {
	max-width: 1006px;
	margin: 0 auto;
	padding: 14px;
	background: #fff;
	color: #000;
	border: 3px solid #00a2d1;
	position: relative;
	height: 100%;
}



.cart_slider {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 75px;
    text-align: center;
    color: #ccc;
    margin-top: -2px;
}


.cart_slider:hover {
	cursor: pointer;
	color: #666;
}

#cart .qv {
	text-align: right;
}

#fullview {
	height: 100%;
	overflow: auto;
	margin-top: 20px;
    border-top: 3px solid #00a2d1;
    padding-top: 20px;
}

#cart ul {
	padding: 0px;
	margin: 0px;
}

#cart li {
	padding: 2px;
	margin: 0px 0px 0px 25px;
}

.dlbtn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.rdtmm {
	padding: 10px;
	border: 3px solid #f3f3f3;
	margin-bottom: 10px;
	margin-top: 10px;
	position:relative;
	
}

.regular {
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
	position: relative !important;
}

.offerte+label {
	background: #666;
	color: #ddd;
	position: relative;
}

.offerte+label:after {
	content: 'onder offerte';
	display: block;
	position: absolute;
	top: 10px;
	left: calc(100% + 50px);
	width: 200px;
	max-width: 100%;
	color: #000;
}

#editor .ql-editor {
	min-height: 200px;
}








































