html, input, textarea, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    color: #555555;
	font-family: 'Hind Guntur', sans-serif;
	font-weight:400;
    font-size: 14px;
	line-height: 20px;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

input
{
	outline:0;
}

input[type=button],input[type=submit],input[type=text],select,textarea,input[type=email]
{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#bodyholder
{
	position:relative;
	border:0px solid red;
}

.container
{
	position:relative;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0 124px;
}

#header
{
	
}

#header .container
{
	padding-bottom:16px;
	padding-top:68px;
	padding-right:92px;
}

.logo
{
	background-image:url('/templates/frontend/img/logo.png');
	width:280px;
	height:38px;
	background-size:contain;
	display:block;
	background-repeat:no-repeat;	
}

#kapel
{
	position:absolute;
	left:50%;
	background-image:url('/templates/frontend/img/kapel.svg');
	width:126px;
	height:170px;
	background-size:contain;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	z-index:99;
	margin-left:-63px;	
	top:32px;
}

.top-pane
{
	position:relative;
	float:right;
	right:0;
	top:-53px;
	font-size:13px;
}

.top-pane a
{
    color: #555555;
	font-size:14px;
}

.top-pane a:hover
{
	color:#5DA9DF;
}

.top-pane span
{
	color:#5DA9DF;
	display:inline-block;
	margin:0 4px;
	font-size:13px;
}

.basket {
	display: inline-block;
}


.cart-count {
	background-image:url('/templates/frontend/img/cart.svg');
	background-size:15px;
	background-repeat:no-repeat;
	background-position:2px 1px;
	padding-left:21px;
}

.cart-count:hover
{
	background-image:url('/templates/frontend/img/cart-hover.svg');
}

.menu
{
	float:right;
	bottom:30px;
	position:relative;
}

a
{
	color:#5DA9DF;
	text-decoration:none;
}

a:hover, .menu a:hover
{
	color:#000000;
}

.menu a
{
	margin-left:30px;
	text-decoration:none;
	color:#5DA9DF;
	font-size: 20px;
	font-family: jaf-domus, sans-serif;
	font-weight: 600;
	font-style: normal;
}

#top
{

}

#top .container
{
	background-image:url('/templates/frontend/img/top.png');
	height:168px;
	background-size:1280px;
	background-position:center center;
	background-repeat:no-repeat;
}

#topslider .button-holder
{
	position:absolute;
	bottom:30px;
	width:100%;
	left:0;
}

#topslider .container
{
	background-image:url('/templates/frontend/img/hand.png');
	height:486px;
	background-size:1280px;
	background-position:center center;
	background-repeat:no-repeat;
}

.topping h1
{
	color:#5DA9DF;
	font-size:42px;
	line-height:44px;
	padding-top:97px;
	margin-top:0;
}


.content .container
{
	max-width:562px;
	padding:30px 0 0;
}


h1
{
	font-family: jaf-domus, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:28px;
	line-height:33px;
	text-align:center;
	padding-bottom:32px;
	padding-left:10px;
	padding-right:10px;
	margin-top:30px;
}

.bluekapel
{
	background-image:url('/templates/frontend/img/bluekapel.png');
	padding-top:42px;
	background-size:18px;
	background-position:center top;
	background-repeat:no-repeat;
}

h2
{
	color:#5DA9DF;
	font-family: jaf-domus, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:25px;
	line-height:30px;
	text-align:center;
	padding-bottom:26px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}

h3
{
	font-size:18px;
	font-weight:bold;
	padding:5px 0 17px;
}

#footerinfo
{
	background-color:#5da9df;
}

#footerinfo .container
{
	width:830px;
	display:table;
	padding:20px 0;
}

#footerinfo .container .row
{
	display:table-row;
}

.footercolumn
{
	width:25%;
	display:table-cell;
	color:#ffffff;
}

.footercolumn p
{
	color:#ffffff;
}

.footercolumn h3
{
	color:#ffffff;
	font-family: jaf-domus, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:20px;
	line-height:30px;
	padding-bottom:15px;
}

.footercolumn ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.footercolumn ul li
{
	position:relative;
	color:#ffffff;
	padding-left:12px;
}

.footercolumn ul li:before
{
	content:'>';
	position:absolute;
	left:0;
}

.footercolumn a
{
	color:#ffffff;
}

.footercolumn a:hover
{
	color:#000000;
}

#footer .container
{
	padding-left:0;
	padding-right:0;
}

.footermenu
{
	padding:30px 0;
	float:left;
}

.footermenu a
{
    color: #555555;
	font-size:12px;
	margin-right:50px;
}

.footermenu a:hover
{
	color:#5DA9DF;
}

.social-holder
{
	float:right;
	text-align:center;
	margin-top:25px;
}

.social-holder a
{
	display:inline-block;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 8px;
	width:22px;
	background-color:#ffffff;
	height:22px;
}

.social-holder a:hover
{

}

.facebook
{
	background-image:url('/templates/frontend/img/icon-fb.svg');
}

.linkedin
{
	background-image:url('/templates/frontend/img/icon-li.svg');
}

.tw
{
	background-image:url('/templates/frontend/img/icon-tw.svg');
}

.mobile
{
	display:none;
}

.clearfix
{
	clear:both;
}	

.producten .container
{
	padding-left:117px;
	padding-right:117px;
	padding-bottom:20px;
}

.product
{
	width:324px;
	background: transparent linear-gradient(0deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
	padding:35px 35px 35px;
	float:left;
	margin:0px 12px 24px; 
	position:relative;
}

.product-image
{
	height:300px;
	width:100%;
	background-size:70% auto;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	cursor:pointer;
}

.product-title
{
	color:#5DA9DF;
	font-weight:bold;
	font-size:16px;
	line-height:28px;
	border-bottom:1px solid #5DA9DF;
	display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-top:10px;
	margin-bottom:12px;
}

.product-body
{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bluelabel
{
	display:inline-block;
	background-image:url('/templates/frontend/img/checkmark-blue.svg');
	background-repeat:no-repeat;
	background-size:14px;
	background-position:top left;
	line-height:16px;
	padding-left:23px;
	margin:6px 20px 0px;
}

.bluelabel-holder
{
	text-align:center;
}

#checkboxitems .product
{
	padding-bottom:0;
}

#checkboxitems .cartbutton
{
	display:none;
}


.trigger {
  display: none;
}
.checker {
  background-image: url('/templates/frontend/img/checkbox-off.png');
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display:none;
  position:absolute;
  right:15px; 
  top:15px;
  cursor:pointer;
}

#checkboxitems .checker
{
	display:block;
}

.trigger:checked + .checker {
  background-image: url('/templates/frontend/img/checkbox.png');
}

#avaliable0
{
	background-image:url('/templates/frontend/img/op-voorraad.svg');
}

#avaliable1
{
	background-image:url('/templates/frontend/img/beperkte-voorraad.svg');
}

#avaliable2
{
	background-image:url('/templates/frontend/img/niet-op-voorraad.svg');
}

.greenlabel
{
	display:block;
	background-image:url('/templates/frontend/img/checkmark-green.svg');
	background-repeat:no-repeat;
	background-size:15px;
	background-position:-14px left;
	line-height:16px;
	padding-left:23px;
	margin:6px 0 6px;
	padding-top:1px;
}

.speciallabel
{
	display:block;
	background-repeat:no-repeat;
	background-size:15px;
	background-position:-15px left;
	line-height:16px;
	padding-left:23px;
	margin:6px 0 6px;
	padding-top:1px;
}

.deliverylabel
{
	display:block;
	min-height:30px;
}

.cartbutton
{
	background-image:url('/templates/frontend/img/tocart.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain;
	width:40px;
	height:30px;
	margin:0 auto;
	display:block;
}

.price
{
	width:58px;
	height:58px;
	border-radius:29px;
	background-color:#5DA9DF;
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
	text-align:center;
	line-height:64px;
	position:absolute;
	bottom:12%;
	left:0;
}

p {
    margin: 0 0 10px;
}

.col-sm-6
{
	width:50%;
	float:left;
}

.prod-added {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background: rgba(45, 9, 9, 0.8);
}
.prod-added .ok {
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 30%;
	width: 500px;
	margin-left: -250px;
	padding: 35px 45px;
}
.prod-added .ok .msg {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	line-height: 35px;
	padding: 15px 0;
	font-size: 14px;
}

.prod-added .ok .msg p
{
	padding-top:20px;
	font-size: 14px;
}

.prod-added .ok .msg img {
	float: right;
	height: 35px;
	margin-top:-10px;
}

.button-holder
{
	text-align:center;
	padding:0px 0 20px;
}

.bluebutton.normal
{
	border-radius:14px;
	font-size:19px;
	width:90%;
	line-height:36px;
	text-align:center;
}

.right
{
	float:right !important;
}

.bluebutton
{
	display:inline-block;
	background-color:#5DA9DF;
	border-radius:22px;
	font-size:22px;
	font-family: jaf-domus, sans-serif;
	font-weight: 600;
	font-style: normal;	
	color:#ffffff;
	line-height:40px;
	cursor:pointer;
	padding:0 20px 2px;
	border:0;
}

.bluebutton:hover
{
	background-color:#000000;
	color:#ffffff;
}



#bluehands
{
	background-color:#5da9df;
	padding-top:20px;
	padding-bottom:20px;
}

#bluehands .container
{
	display:table;
	width:100%;
	padding:10px 50px;
}

#bluehands .container .row
{
	display:table-row;
}

.bluecolumn
{
	display:table-cell;
	color:#ffffff;
	text-align:center;
	width:20%;
}

.bluecolumn img
{
	width:70px;
	height:70px;
	object-fit:contain;
	object-position:center bottom;
}

.bluecolumn img.bigimg
{
	width:110px;
	height:80px;
}

.bluecolumn p
{
	color:#ffffff;
	text-align:center;
	font-size:17px;
	padding:10px 5px;
	line-height:25px;
}

.white
{
	color:#ffffff;
}

#subscribeform
{
	position:relative;
	width:100%;
	margin:20px 0 40px;
}

#subscribemail
{
	border:1px solid #5DA9DF;
	border-radius:13px 0 0 13px;
	width:95%;
	height:28px;
	line-height:16px;
	padding:2px 150px 0px 20px;
	outline:0;
	color:#5DA9DF;
	font-weight:600;
	font-size:16px;
}

#subscribeme
{
	position:absolute;
	right:0;
	display:block;
	background-color:#5DA9DF;
	border-radius:0 13px 13px 0;
	font-size:18px;
	font-family: jaf-domus, sans-serif;
	font-weight: 500;
	font-style: normal;	
	color:#ffffff;
	line-height:28px;
	padding:0 20px;
	top:0;
	width:130px;
	cursor:pointer;
}

#subscribeme:hover
{
	background-color:#000000;
	color:#ffffff;
}

#submenu .container
{
	text-align:center;
	padding:24px 0 36px;
}

#submenu a
{
	text-decoration:none;
	font-size: 20px;
	font-family: jaf-domus, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#555555;
}

#submenu a.selected
{
	color:#5DA9DF;
	font-weight: 600;
}

#submenu span
{
	text-decoration:none;
	font-size: 18px;
	font-family: jaf-domus, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#555555;
	margin:0 13px;
}

#submenu span:last-child
{
	display:none;
}

#submenu a:hover
{
	color:#5DA9DF;
}

#catinfo .container
{
	background-color:#5DA9DF;
	padding-left:0;
	padding-right:0;
	max-width:1021px;
	margin:0 auto;
	height:330px;
	padding-left:400px;
	padding-right:120px;
	background-position: 50px center;
	background-repeat: no-repeat;
	background-size: 230px;
	background-repeat:no-repeat;
}

.whitekapel
{
	background-size:contain;
	background-image:url('/templates/frontend/img/druppel-lichtblauw.svg');
	background-position:center center;
	background-repeat:no-repeat;
	width:80px;
	height:150px;
	position:absolute;
	right:20px;
	bottom:10px;
}


#catinfo h2
{
	color:#FFFFFF;
	font-size:46px;
	line-height:48px;
	padding:46px 0 20px;
	margin-top:0;
	text-align:left;
}

#catinfo div, #catinfo p
{
	color:#ffffff;
}

h2.black
{
    color: #555555;
}

#ambos
{
	background-color:#ffb50c;
}

#ambos img
{
	display:block;
	width:100%;
	margin:0 auto;
	max-width:430px;
}	

#productcontent .container {
    padding-bottom: 20px;
}

#productinfo
{
	float:right;
	width:49%;
	background: transparent linear-gradient(0deg, #FFFFFF 0%, #f9f9f9 100%) 0% 0% no-repeat padding-box;
	padding:26px 32px 55px;
}

#productinfo h2
{
	font-size:22px;
	line-height:26px;
	text-align:left;
	padding:0 0 15px;
}

.prod-description
{
	padding:0 0 10px;
}

.squarebutton .bluebutton
{
	border-radius:6px;
	text-align:center;
	font-weight:bold;
	line-height:46px;
	margin-bottom:100px;
	margin-top:20px;
	padding-left:50px;
	padding-right:50px;
}

#superbutton .bluebutton
{
	margin-bottom:30px !important;
}

#productinfo .bluebutton {
	width:100%;
}

strong, b
{
	color:#5DA9DF;
	font-weight:bold;
}

.pprice
{
	font-weight:bold;
	font-size:30px;
	line-height:48px;
	display:block;
	padding:10px 0 0;
}	

#productimage
{
	float:left;
	width:49%;
}

.prod-body li
{
	position:relative;
	list-style-type:none;
	margin:2px 2px 0 17px;
	padding:0;
}

.prod-body li:before
{
	content:'✔';
	font-weight:bold;
	position:absolute;
	color:#5DA9DF;
	left:-15px;
}

.mainimage
{
	width:100%;
	height:630px;
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}

.imageslist
{
	width:350px;
	margin:30px auto 0;
	opacity:0.01;
}

.imageitem
{
	width:100px;
	min-height:100px !important;
	border:1px solid #bbbbbb;
	background-size:cover;
	background-position:center center;
	display:block;
	cursor:pointer;
	margin:0 auto;
}

#tinfocontent {
	background-color:#f9f9f9;
}

#tinfo
{
	float:right;
	width:49%;
	padding:40px 32px 40px;
}

#tinfo h2
{
	font-size:22px;
	line-height:26px;
	text-align:left;
	padding:0 0 15px;
	color:#555555;
}

.tdesc
{
	padding-right:20px;
}

.miniprice
{
	padding-bottom:1px;
}

#cartcontent .container
{
	padding-top:20px;
	padding-bottom:30px;
}

.kassa .container
{
	padding-top:20px;
	padding-bottom:30px;
}

.cartarrows
{
	margin-top:40px;
	margin-bottom:80px;
}

.cartarrows a
{
	width:25%;
	display:block;
	background-color:#F0F0F0;
	color:#5DA9DF;
	line-height:38px;
	padding-top:5px;
	text-align:center;
	margin:0;
	float:left;
	font-size:15px;
	position: relative;
	border: 2px solid #ffffff;
}

.cartarrows a.active
{
	background-color:#5DA9DF;
	color:#ffffff;
}

.cartarrows a.active:after, .cartarrows a.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cartarrows a.active:after {
	border-color: rgba(93, 169, 223, 0);
	border-left-color: #5DA9DF;
	border-width: 21px;
	margin-top: -21px;
}
.cartarrows a.active:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 24px;
	margin-top: -24px;
}

.cartarrows a:after, .cartarrows a:before
{
	z-index:9;
}

.cartarrows a:after, .cartarrows a:before
{
	z-index:99;
}

.cartarrows a:after, .cartarrows a:before
{
	z-index:999;
}

.cartarrows a:after, .cartarrows a:before
{
	z-index:9999;
}


.cartarrows a:after, .cartarrows a:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cartarrows a:after {
	border-color: rgba(240, 240, 240, 0);
	border-left-color: #F0F0F0;
	border-width: 21px;
	margin-top: -21px;
}
.cartarrows a:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 24px;
	margin-top: -24px;
}

.prods
{
	display:table;
	width:100%;
}

.prod
{
	display:table-row;
}

.prod div
{
	display:table-cell;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	vertical-align:middle;
	border-top:1px dashed #CCCCCC;
	
}

.cartfoto
{
	vertical-align:middle;
	text-align:center;
}

.cartfoto img
{
	width:85px;
	height:85px;
	object-fit:contain;
}

.cartname
{
	width:30%;
	vertical-align:top !important;
}

.cartname p
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cartname input
{
	float:left;
	margin-right:14px;
}

.imginput
{
	background-size:15px;
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:40px !important;	
}

.inputemail
{
	background-image:url('/templates/frontend/img/envelop.png');
}

.inputpass
{
	background-image:url('/templates/frontend/img/lock.png');
}


a.plus
{
	width:40px;
	height:37px;
	background-size:cover;
	background-image:url('/templates/frontend/img/plus.png');
	background-position:center center;
	background-repeat:no-repeat;	
	display:block;
	float:left;
	cursor:pointer;
}

.cartprom
{
	vertical-align:top !important;
	padding-top:30px !important;
}

.cartaantal span
{
	font-weight:bold;
	display:block;
}

.form-control {
	border: 1px solid #cccccc;
	color: #2d0909;
	box-shadow: none;
	border-radius: 3px;
	font-size:14px;
	line-height:22px;
	padding:9px 12px 5px;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
	line-height:20px;
	padding-top:4px;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	line-height:20px;
	padding-top:4px;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	line-height:20px;
	padding-top:4px;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
	line-height:20px;
	padding-top:4px;
}

select.form-control
{
	padding:9px 6px;
}

.cartaantal .form-control 
{
	margin-top:5px;
	width:70px;
}

.kortings div
{
	padding-top:20px;
	padding-bottom:20px;
}

.total
{
	background-color:#F0F0F083;
	padding:30px;
	min-height:200px;
	width:100%;
	margin-bottom:20px;
}

.rightarrow
{
	display:inline-block;
	line-height:38px;
	padding-top:5px;
	padding-left:20px;
	padding-right:30px;
	text-align:center;
	margin:0;
	font-size:15px;
	position: relative;
	border: 2px solid #ffffff;
	background-color:#5DA9DF;
	color:#ffffff;
	cursor:pointer;
}

.rightarrow:after, .rightarrow:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.rightarrow:after {
	border-color: rgba(93, 169, 223, 0);
	border-left-color: #5DA9DF;
	border-width: 21px;
	margin-top: -21px;
}
.rightarrow:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 24px;
	margin-top: -24px;
}

.leftarrow
{
	display:inline-block;
	line-height:38px;
	padding-top:5px;
	padding-left:20px;
	padding-right:30px;
	text-align:center;
	margin:0 0 0 25px;
	font-size:15px;
	position: relative;
	border-top: 2px solid #5DA9DF;
	border-bottom: 2px solid #5DA9DF;
	border-right: 2px solid #5DA9DF;
	color:#5DA9DF;
	position:relative;
	cursor:pointer;
}

.leftarrow:after, .leftarrow:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.leftarrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 21px;
	margin-top: -21px;
}
.leftarrow:before {
	border-color: rgba(93, 169, 223, 0);
	border-right-color: #5DA9DF;
	border-width: 24px;
	margin-top: -24px;
}

.priceform
{
	font-weight:bold;
	font-size:16px;
}

.pricecol
{
	padding-left:70px !important;
}

.actioncol
{
	padding-left:10px !important;
}

.remove-item img
{
	width:18px;
	opacity:0.8;
	cursor:pointer;
}

.total
{
	position:relative;
}

.bankrow
{
	position:absolute;
	bottom:30px;
	left:24px;
}

.bankrow a
{
	background-size:contain;
	border:8px solid #ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	width:92px;
	height:45px;
	float:left;
	margin-left:10px;
	background-color:#ffffff;
	display:block;
}

.visa
{
	background-image:url('/templates/frontend/img/visa.png');
}

.pay
{
	background-image:url('/templates/frontend/img/pay.png');
}

.mc
{
	background-image:url('/templates/frontend/img/mc.svg');
}

.ideal
{
	background-image:url('/templates/frontend/img/ideal.svg');
}

.totalcol
{
	width:250px;
	float:right;
}

.totaltable
{
	width:100%;
	margin-bottom:30px;
}

.totaltable tr td
{
	line-height:30px;
}

.totaltable tr > td
{
	font-weight:bold;
	width:63%;
}

.cartseparator
{
	border-top:1px solid #5DA9DF;
}

.smallheight
{
	line-height:15px !important;
}

.validerror
{
	border:1px solid red !important;
	padding-left:25px; padding-right:5px;
}

#errorhold
{
	font-weight:bold;
	color:red !important;
	font-size:14px;
	display:none;
}

#errorholds
{
	font-weight:bold;
	color:red !important;
	font-size:14px;
}

#cform button
{
	opacity:0.01;
	position:absolute;
	left:-9999px;
}

.lead
{
	color:red !important;
}

.kassa input {
	height: 40px;
	line-height: 40px;
}
.kassa .dot-border {
	border-top: 1px dashed #cccccc;
	margin: 20px 0;
}
.kassa .area {
	padding: 10px 0 10px 0;
}
.kassa .area.x3 {
	padding-bottom: 40px;
}
.kassa .area.x3 p {
	margin: -5px 0 15px 0;
}
.kassa .area .f {
	line-height: 40px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.kassa .area .sex .f {
	margin-right: 15px;
	font-size:14px;
}
.kassa .area .form-group {
	position: relative;
	padding-left: 120px;
	clear:both;
	margin-bottom:15px;
	width:100%;
}

.kassa .area .form-control
{
	width:100%;
}

.kassa p
{
	font-size:14px;
}

.kassa .area .form-group .helper {
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-style: italic;
}
.kassa .area .form-group label {
	position: absolute;
	left: 12px;
	line-height: 30px;
	padding:7px 0 3px;
	font-size:14px;
}
.kassa .area .deliver {
	overflow: hidden;
	margin-bottom: 20px;
	border-top: 1px dashed #cccccc;
}
.kassa .area .deliver > .f {
	font-weight: 100;
	background-position: left 15px;
	padding: 13px 0 13px 35px;
	line-height: 20px;
	display: block;
	border-bottom: 1px dashed #cccccc;
}
.kassa .area .deliver > .f b {
	cursor: pointer;
	font-size:14px;
	padding-top:7px;
	padding-bottom:3px;
	line-height:30px;
	color:#555555;
}

.kassa b
{
	font-size:14px;
}

.kassa .area.finale p {
	line-height: 20px;
	font-weight: 100;
	font-size: 14px;
}
.kassa .area .save-pdf {
	margin-top: 20px;
}
.kassa .area .addr-block2 {
	overflow: hidden;
	transition: all .35s ease-out;
	opacity: 1;
}


.kassa .area .addr-block2.min {
	height: 0;
	padding: 0;
	opacity: 0;
}

.kassa .pay-mode {
	margin: 10px 20px;
	position: relative;
}
.kassa .pay-mode .mode {
	cursor: pointer;
	float: left;
	width: 17%;
	padding: 8px 2px;
	margin: 1.5%;
	line-height: 24px;
	text-align: center;
}
.kassa .pay-mode .mode > div {
	height: 28px;
}
.kassa .pay-mode .mode:hover, .kassa .pay-mode .mode:focus, .kassa .pay-mode .mode.current {
	border-color: #00133E;
	box-shadow: 0 0 0 4px #00133E;
}
.kassa .pay-mode-list {
	padding: 18px 0;
	margin: 18px 0 25px 25px;
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
}
.kassa .pay-mode-list .f {
	display: block;
	line-height: 18px;
	font-size: 13px;
	margin-left: -25px;
	padding: 2px 0 2px 25px !important;
}
.kassa .pots-nl {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	margin: 15px 0;
	position: relative;
}
.kassa .pots-nl img {
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0;
}
.kassa .b-cart {
	padding: 18px 18px 12px 12px;
	background: rgba(0, 19, 62, 0.08);
	min-height: 200px;
}
.kassa .b-cart .price {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 14px;
}
.kassa .b-cart .price.old-price {
	right: 100px;
}
.kassa .b-cart .prods {
	overflow: hidden;
}
.kassa .b-cart .prod {
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.kassa .b-cart .prod:last-child {
	border-bottom: none;
}
.kassa .b-cart .prod:last-child .to-shop {
	display: block;
	margin-top: 10px;
}
.kassa .b-cart .prod .recalc-aantal {
	top: -1px;
}
.kassa .b-cart .prod .aantal-col {
	padding-right: 0px;
}
.kassa .b-cart .prod .to-shop {
	display: none;
}
.kassa .b-cart .prod .title {
	font-size: 15px;
	font-weight: bold;
}
.kassa .b-cart .prod .desc {
	margin-bottom: 15px;
}
.kassa .b-cart .prod .option {
	line-height: 28px;
	padding: 5px 0;
}
.kassa .b-cart .prod .option a {
	background: #fff;
	color: #2d0909;
	font-size: 13px;
	padding: 0 10px;
	line-height: 28px;
}
.kassa .b-cart .prod .option input {
	line-height: 28px;
	height: 30px;
}
.kassa .b-cart .prod .option input[disabled] {
	background: #fff;
}
.kassa .b-cart .prod .underline {
	display: block;
	text-decoration: underline;
}
.kassa .b-cart .pr {
	position: relative;
}
.kassa .b-cart .bottom {
	font-size: 15px;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
}
.kassa .b-cart .bottom p {
	margin: 20px 0 0 0;
}
.kassa .b-cart .bottom.totaal {
	padding-bottom: 5px;
	margin-bottom: 3px;
}
.kassa .b-cart .bottom .price {
	font-size: 15px;
	top: 5px;
}

.area {
	overflow: hidden;
}
.open-box:last-child .area {
	border-bottom: 0px solid #cccccc;
}
.input > .f {
	padding-left: 20px !important;
	background: url("/templates/frontend/img/checkbox.svg") no-repeat left center;
	background-size: 13px 13px;
}
.input > .f:active, .input > .f:focus, .input > .f:hover {
	color: #2d0909;
}
.input > .f.checked {
	background-image: url("/templates/frontend/img/checkbox-selected.svg");
}
.input.rdb > .f {
	padding-left: 24px !important;
	background-size: 18px 18px;
	background-image: url("/templates/frontend/img/radio-button-inactive.svg");
}
.input.rdb > .f.checked {
	background-image: url("/templates/frontend/img/radio-button-selected.svg");
}

.checkboxholder
{
	position:relative;
	margin:8px 0px;
	padding-left:20px;
	display:block;
	font-size:14px;
}

.checkboxholder a
{
	font-size:14px;
}

.checkboxholder input
{	
	height:auto;
	position:absolute;
	left:0;
	top:2px;
}

.width50
{
	width:50%;
	float:left;
}

.logger .container
{
	padding:0 180px 50px;
}

.loggerprof .container
{
	padding:0 180px 50px;
}

.p-content
{
	width:90%;
	margin:0 auto;
	display:block;
}

.logger .form-control
{
	width:100%;
	margin-bottom:30px;
}

.historyitem 
{
	display:table;
	margin:0 auto;
}

.historyrow
{
	display:table-row;
	background-color:#f1f1f1;
}

.historyrow span
{
	display:table-cell;
	padding:14px 20px 10px;
	font-size:16px;
	position:relative;
	line-height:30px;
	top:0;
	border-bottom:10px solid #ffffff;
}

.historyrow span a
{
	font-size:16px;
}

.historyrow span a.link
{
	width:36px;
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}

.historyrow span a img
{
	width:100%;
}

.imgspan
{
	width:60px;
}

.homeform
{
	background-color:#F0F0F0;
}

#blankform
{
	background-color:#ffffff !important;
}

.contactform label
{
	display:block;
}

.contactform .form-group
{
	width:90%;
	margin:0 auto 13px;
	padding-bottom:5px;
	border:1px solid transparent;

}

.contactform .form-control
{
	width:100%;
}

.contactform #message
{
	min-height:350px;
}

.contactform .validerror
{
	padding-left:5px;
}

.homeform .container
{
	padding:20px 180px 50px;
}

.homeform .container p
{
	text-align:center;
}