/* 20250716150241 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #041352;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #041352;
  box-shadow: 0 0 2px #041352;
}

.gui-select.gui-focus .gui-handle {
  border-color: #041352;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #c2b061;
}

/* custom */
/* START René LightspeedHQ - Mar. 2020 */
.homedeal-compact-holder.grey {
	background: rgba(155,155,155,.3)!important;
}
footer a:hover {
	color: white!important;
}
a[data-original-title="Taal & Valuta"] {
  display: none!important;
}
/* END - René, LightspeedHQ  */

/* Jordan LightspeedHQ - 24 Mar 2020 - top nav bar - START */
.subheader-holder {
    background: #593108;
}
/* Jordan LightspeedHQ - 24 Mar 2020 - top nav bar - END */
/*body > footer > div.container-fluid.footer > div > div > div.col-md-3.widget.rowmargin {display:none!important;}*/
/*footer kolommen
body > footer > div.container-fluid.footer > div > div > div:nth-child(3){
    margin-right:120px!important;
    Margin-left:170px!important;
}*/
/*footer kolommen*/
body > footer > div.socials > ul > li:nth-child(3) > a {display:none!important;}


/* VIEWSION vErify */

.vErify-lWrp {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1000;
	opacity: 0;
}

.vErify-lWrp.init {
	opacity: 1;
	transition: opacity .4s;
	-moz-transition: opacity .4s; 
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
}

body.vErify > *:not(.vErify-lWrp, .wsa-demobar) {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.vErify-lWrp > table {
	width: 100%;
	height: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.vErify-td {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	height: 100vh;
}




.vErify-ctnr {
	background-color: #fff;
	color: #666;
	
	
	width: 502px; 
	min-height: 100px;
	margin: auto;
	
	margin-top: -200px;
	
	border: 1px solid #666;
	
	
	-moz-box-shadow: 0px 0px 10px 0px #666;
	-webkit-box-shadow: 0px 0px 10px 0px #666;
	box-shadow: 0px 0px 10px 0px #666;	
	
	opacity: 0;
	
	
	transition: margin-top .4s, opacity 1s;
	-moz-transition: margin-top .4s, opacity 1s;
	-webkit-transition: margin-top .4s, opacity 1s;
	-o-transition: margin-top .4s, opacity 1s;
	
	transition-delay: .4s;
	-moz-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
	
}

.init .vErify-ctnr {
	margin-top: -100px;
	opacity: 1;
}

.vErify-ctnr .clear {display: block; width: 100%; height: 20px;}


.vErify-ctnr .txt {
	margin: 40px;
	font-size: 20px;
	line-height: 30px;
}

.vErify-ctnr .act {
	margin: 40px;
	margin-bottom: 30px;
}


a.vErify-btn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #878787;
	margin: 10px;
	color: #e1e1e1;
	
	text-decoration: none;	
	min-width: 100px;
	cursor: pointer;	
	font-size: 20px;
	line-height: 30px;
}

a.vErify-btn:hover {
	text-decoration: none;	
	background-color: #4f4f4f;
	color: #fff;	
}


a.vErify-btn.disabled,
a.vErify-btn.disabled:hover {
	
	background-color: #c9c9c9;
	color: #acacac;
	cursor: default;
	
}

a.vErify-btn.ready {
	background-color: #1ECE02;
	color: #d9ffd3;
}
a.vErify-btn.ready:hover {
	background-color: #1fdf00;
	color: #fff;
}



input.vErify-input {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0px;
	background-color: #eeeeee;
	margin: 10px;
	color: #000;
	width: 60px;
	text-align: center;
	border: 1px solid #ccc;
	
	border-radius: 4px;
	
	-moz-box-shadow: inset 0 0 2px #ccc;
	-webkit-box-shadow: inset 0 0 2px #ccc;
	box-shadow: inset 0 0 2px #ccc;
	
}



@media (max-width: 500px) {
    .vErify-ctnr {
	   width: auto; margin: 0px; 
	   margin-bottom: 0px;
	}
	
	a.vErify-btn {
		padding: 6px 10px;
		font-size: 16px;
		line-height: 25px;
		min-width: 80px;
	}
}


.vErify-loading {
	
	position: absolute;
	left: 0px; right: 0px; top:0px; bottom:0px;
	
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}


.vErify-loading > div {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 180px auto;
}



.vErify-loading .b {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1ECE02;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.vErify-loading .b.b2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.vErify-loading svg {margin-left: -30px; visibility: hidden}

.vErify-loading.checked .b {display: none}
.vErify-loading.checked svg {visibility: visible;}
.vErify-loading.checked .check {
  fill: none;
  margin-left: -30px;
  stroke: #1ECE02;
  stroke-width: 20;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  -webkit-animation: draw 1.5s 1 ease;
  animation: draw 1.5s 1 ease;
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}














.vErify-ctnr .selectWrp { margin: 30px; position: relative; margin-bottom: 0px;}
.vErify-ctnr select {width: 100%; min-width: 100%; max-width: 100%; font-size: 16px; line-height: 20px; border-color: #1ECE02; background-color: #f8fff7; color: #000; z-index: 1}
.vErify-ctnr.idChk .txt {font-size: 16px; line-height: 18px; margin-bottom: 10px; margin-top: 15px; max-height: 80px; overflow:auto; padding: 0px 10px}
.vErify-ctnr.idChk .img {margin: 30px; margin-top: 15px; position: relative;    }
.vErify-ctnr.idChk .img > div {width: 100%; padding-bottom: 62.5%; background-size: contain; background-repeat: no-repeat;}


.vErify-ctnr.idChk .img > div.step {opacity: 1;
	
	transition: 		opacity .4s;
	-moz-transition: 	opacity .4s; 
	-webkit-transition: opacity .4s;
	-o-transition: 		opacity .4s;
	
}


.vErify-ctnr.idChk .img > div.step {position: absolute; left: 0px; top: 0px; }
.vErify-ctnr.idChk .img > div.step.inact {opacity: 0;}

.vErify-ctnr.idChk.type-de-id2 .img > div {background-image: url(../gfx/id-de-new.png);}
.vErify-ctnr.idChk.type-de-id2 .img > div.st-1 {background-image: url(../gfx/id-de-new-st-1.png)}
.vErify-ctnr.idChk.type-de-id2 .img > div.st-2 {background-image: url(../gfx/id-de-new-st-2.png)}
.vErify-ctnr.idChk.type-de-id2 .img > div.st-3 {background-image: url(../gfx/id-de-new-st-3.png)}
.vErify-ctnr.idChk.type-de-id2 .img > div.st-4 {background-image: url(../gfx/id-de-new-st-4.png)}

.vErify-ctnr.idChk.type-de-id1 .img > div {background-image: url(../gfx/id-de-old.png);}
.vErify-ctnr.idChk.type-de-id1 .img > div.st-1 {background-image: url(../gfx/id-de-old-st-1.png)}
.vErify-ctnr.idChk.type-de-id1 .img > div.st-2 {background-image: url(../gfx/id-de-old-st-2.png)}
.vErify-ctnr.idChk.type-de-id1 .img > div.st-3 {background-image: url(../gfx/id-de-old-st-3.png)}
.vErify-ctnr.idChk.type-de-id1 .img > div.st-4 {background-image: url(../gfx/id-de-old-st-4.png)}

.vErify-ctnr.idChk.type-pp-int .img > div {background-image: url(../gfx/pp-int.png);}
.vErify-ctnr.idChk.type-pp-int .img > div.st-1 {background-image: url(../gfx/pp-int-st-1.png)}
.vErify-ctnr.idChk.type-pp-int .img > div.st-2 {background-image: url(../gfx/pp-int-st-2.png)}
.vErify-ctnr.idChk.type-pp-int .img > div.st-3 {background-image: url(../gfx/pp-int-st-3.png)}
.vErify-ctnr.idChk.type-pp-int .img > div.st-4 {background-image: url(../gfx/pp-int-st-4.png)}

.vErify-ctnr.idChk .img.stepping > div.bg {
	
	-webkit-filter: grayscale(75%);
	-moz-filter: grayscale(75%);
	-ms-filter: grayscale(75%);
	-o-filter: grayscale(75%);
	filter: grayscale(75%);
	
}

.vErify-ctnr.idChk .act {margin: 30px; margin-top: 20px;}



input.vErify-input.idChk {
	
	font-size: 16px;
	line-height: 25px;
	padding: 4px 0px;
	margin: 10px 5px;
	width: 100px;
	text-transform: uppercase;
}
input.vErify-input.idChk.s1 {
	width: 40px;
}
input.vErify-input.idChk.s7 {
	width: 90px;
}
input.vErify-input.idChk.s8 {
	width: 100px;
}
input.vErify-input.idChk.s10 {
	width: 120px;
}
input.vErify-input.idChk.s11 {
	width: 130px;
}




.vErify-ctnr.idChk .inputWrp > div > div {display: inline-block}
.vErify-ctnr.idChk .inputWrp > div > div label {display: block;}

.vErify-ctnr.idChk .inputWrp > div > div label span {background-color: #1ECE02; display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 15px; font-size: 16px; font-weight: bold; color: #fff}

.vErify-ctnr.idChk .inputWrp > div > div.inact label span {background-color: #cdcdcd}



@media (max-width: 500px) {


    
    .vErify-ctnr.idChk .selectWrp,
    .vErify-ctnr.idChk .img,
    .vErify-ctnr.idChk .txt,
    .vErify-ctnr.idChk .act {margin: 15px}
    .vErify-ctnr.idChk .act {margin: 15px 0px}
    
    .vErify-ctnr .clear { height: 10px;}
    
    .vErify-ctnr.idChk .txt {font-size: 12px; line-height: 16px; margin-bottom: 8px; margin-top: 12px;}
    
	
    input.vErify-input.idChk {
		font-size: 16px;
		line-height: 22px;
		padding: 0px 2px;
		margin: 10px 4px;
		width: 55px;

	}
	
	input.vErify-input.idChk.s1 {
		width: 30px;

	}

	input.vErify-input.idChk.s7 {
		width: 80px;

	}
	
	input.vErify-input.idChk.s8 {
		width: 90px;

	
	}
	
	
	input.vErify-input.idChk.s10 {
		width: 105px;

	
	}
	input.vErify-input.idChk.s11 {
		width: 115px;

	
	}

}

@media (max-width: 340px) {

	input.vErify-input.idChk.s1 {
		width: 20px;

	}

	input.vErify-input.idChk.s7 {
		width: 70px;

	}
	
	input.vErify-input.idChk.s8 {
		width: 80px;

	
	}
	
	
	input.vErify-input.idChk.s10 {
		width: 95px;

	
	}
	input.vErify-input.idChk.s11 {
		width: 105px;

	
	}

}

@media (max-height: 500px) {

    .vErify-ctnr.idChk > div.img {overflow: hidden; margin-top: 3px !important }
    .vErify-ctnr.idChk .img > div {margin-top: -30%;}
	
}


@media (max-height: 650px) {
	.init .vErify-ctnr.idChk {
		margin-top: 0px;
	}
	
	.vErify-ctnr.idChk .selectWrp {
		margin-bottom: 0px;
	}
	.vErify-ctnr.idChk {

		display: block;
		position: fixed;
		left: 0px; right: 0px; top: 0px; bottom: 0px;
		overflow: auto;
		border: none;

	}
}


/* hide checkout buttons on load 

.gui-checkout .gui-button-action,
.gui-checkout .gui-button-action.vErify-btnLock {visibility: hidden !important}

.gui-checkout .gui-button-action.vErify-btnUnlock {visibility: visible !important}


*/
.subheader-holder {
    background:#D3BE76;
}
