/* 20260506132202 - 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: #0a8de9;
}

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

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

.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: #ffffff;
  background-color: #d7221f;
}

.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: #ac1b18;
  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: #d7221f;
}

/* custom */
.normal-link {
    font-weight: bold;
}

#footer.footer-new .payments {
  max-width: 300px;
}

#footer.footer-new .payments img {
	background-color:#fff;
  height: 40px;
  width: 64px;
  margin-top: 3px;
}
#footer.footer-new .bottom-footer {
	text-align:center;
}
#footer.footer-new .full-copyright {
	max-width:100% !important;
  color: #6c6c6c;
  padding: 30px 0px;
}
#footer.footer-new .full-copyright a {
	max-width:100% !important;
  color: #333;
  text-decoration:none;
}

#footer.footer-new .copyright {
  padding-bottom:30px;
  color: #6c6c6c;
}

#footer .review-wrap {
  display: none;
}


/* begin kleuren tool */
/*#colors-popup .inner .results-grid .result-title {
    margin: unset;
    color: red;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

#colors-popup .inner .results-grid .result-description {
    margin: unset;
    color: #6c6c6c;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
*/
/* einde kleuren tool */

/* kopen knop van de winkelwagen */
.gui a.gui-button-small.gui-button-action, .gui a.gui-button-small.gui-button-action {
    border-color: #d7221f;
    color: #ffffff;
    background-color: #d7221f;
    border-radius: 2px;
}


.flex-container-colors {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
}

.flex-container-colors > div {
  border: 1px solid #ddd;
  width: 78px;
  height: 75px;
  padding: 17px;
  color: white;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.flex-container-images {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px ;
/*  column-gap: 2%; */
  justify-content: space-evenly;
}

.flex-images-item {
  font-size: 15px;  
/*   width:49%; */
/*  max-width: 450px; */
 
}

figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
   max-width: 500px;
   width: 100%;
    margin: auto; 
}

figure > img {
  width: 100%;
}

figure > a > img {
  width: 100%;
}

figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
    opacity: 0.5;
}

.iframecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.iframecontainer > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.colortable  { /* tabel voor kleuren voorbeelden geef de table een class="colortable" */
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-radius: 8px 8px 8px 8px;
  border-spacing: 0;
}

.colortable td  { /* tabel voor kleuren voorbeelden */
  text-align: center;
}

/* begin tabel layout */

.tablelayout {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%; 
}

.tablelayout > table {
    width: 100%;
    table-layout:fixed; 
}

.tablelayout > table tbody {
    width: 100%;
    display: table;
}

.tablelayout > table tr { /* zorgt voor overflow op de regel */
    white-space:pre-wrap;
    word-wrap:break-word;  
}

.tablelayout > table th { /* tabel layout header */
    border-bottom: 1px solid var(--color-background-shade-1,#e0e0e0);
    padding: 0.3em 15px 0.3em 0px; /* top | right | bottom | left */
    text-align: left;
    font-weight: bold;
    font-size: .97em;
    min-width: 250px;

}

.tablelayout > table td { /* tabel layout kolom */
    border-bottom: 1px solid var(--color-background-shade-1,#e0e0e0);
    padding: 0.3em 7px 0.3em 0px; /* top | right | bottom | left */ 
    text-align: left;
    font-weight: inherit;
    font-size: .97em;
    min-width: 250px; 
}

/* eerste kolom links uitgelijnd, rest center */
#right,
.tablelayout > table td + td,
.tablelayout > table th + th
{
    text-align:center;
}

/* einde tabel layout */

hr.custom { /* horizontale lijn */
  height: 1px;
  border-width: 0;
  color: lightgray;
  background-color: lightgray;
  min-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.img-eerste-productpagina { /*afbeeldingen laptop*/
	width: 40%;
  max-width:350px;
  height: auto;
  margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 25px;
  margin-right: 0px;
  float: right;
  }

.img-rechts {
	width: 30%;
  max-width: 350px;
  height: auto;
  margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 25px;
  margin-right: 0px;
  float: right;
  }

.img-links {
	width: 30%;
  max-width: 350px;
  height: auto;
  margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
  margin-right: 20px;
  float: left;
  }

.img-product-rechts {
	float: right;
  width : 80px;
  height: 80px;
  margin-top: 5px;
	margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0px; 
}

.img-product-links {
	float: left;
  width : 80px;
  height: 80px;
  margin-top: 5px;
	margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 20px; 
}

/* Call to action begin */
.calltoaction {
  width: 100%;
  border-collapse: collapse;
  border-style: solid;
  border-color: #e7e7e7;
  background-color: #f8f8f8;
	border-width: 1px;
  padding: 0px 20px 10px 20px; /*top right bottom left */
}

.calltoaction .tekst::before {
  content: "Het is belangrijk dat u de juiste Keim verf gebruikt voor uw verfklus. Op de Keim-Specialist site vindt u alle informatie die u helpt bij het maken van de juiste keuze, kijk vooral ook naar onze Keim advies artikelen. Wilt u liever direct advies, neem dan contact op met de Keim specialist.";
}

img.contactlogo {
    width: 70px;
    height: auto;
    margin-right: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
    float: right;
 }

.contactmobile {
  display: none;
/*
  visibility: hidden;
  position: absolute;
  left: -999px;
*/
}
.contactdesktop {
  display: inline;
  }
/* Call to action end */

/* kleur algemene voorwaarde checkbox betalen */
.gui-form .gui-checkbox label:before {
border: 1px solid #d7221f;
}


@media(max-width:767px){ /* iPhone 13pro */
  #footer.footer-new .payments {
  	margin-bottom: 15px;
  }
  #footer.footer-new .payments img {
  	height:32px;
    width: 50px;
  }

/*
  .flex-container-images {
	  display: flex;
	  flex-wrap: wrap;
	  row-gap: 20px ;
	  justify-content: space-evenly;
    max-width: 100%;
  }

  .flex-images-item {
  	font-size: 15px;  
  }

  figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    max-width: 100%;
    margin: auto; 
  }

  figure > img {
    width: 100%;
  }
*/

  
  hr.custom {
  height: 1px;
  border-width: 0;
  color: lightgray;
  min-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  }
	.img-eerste-productpagina { /*afbeeldingen mobiel formaat 1*/
		width: 100%;
  	margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
  	margin-right: 0px; 
  	float: none;
  }

	.img-rechts {
		width: 100%;
	  height: auto;
  	margin-top: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
  	margin-right: 0px;
  	float: none;
  }

.img-links {
	width: 100%;
  height: auto;
  margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
  margin-right: 0px;
  float: none;
  }
 
 .img-product-rechts {
	float: right;
  width : 80px;
  height: 80px;
  margin-top: 5px;
	margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0px; 
}

.img-product-links {
	float: left;
  width : 80px;
  height: 80px;
  margin-top: 5px;
	margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 20px; 
} 
  
	.imgproduct1 { 
	  float: left;
    width : 110px;
    height: 110px;
  	margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 0px;
 	 margin-right: 20px;  
	}

/* Call to action begin */
.calltoaction {
  width: 100%;
  border-collapse: collapse;
  border-style: solid;
  border-color: #e7e7e7;
  background-color: #f8f8f8;
	border-width: 1px;
  padding: 0px 20px 10px 20px; /*top right bottom left */
}

.calltoaction .tekst::before {
  content: "Het is belangrijk dat u de juiste Keim verf gebruikt voor uw verfklus. Op de Keim-Specialist site vindt u alle informatie die u helpt bij het maken van de juiste keuze, kijk vooral ook naar onze Keim advies artikelen. Wilt u liever direct advies, neem dan contact op met de Keim specialist.";
}

img.contactlogo {
    width: 70px;
    height: auto;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 20px;
    float: left;
  }
  
.contactmobile {
  display: inline;
	}
.contactdesktop {
  display: none;
  }
/* Call to action end */

  
} 
  
@media (max-aspect-ratio: 5/7) {
  #footer.footer-new .payments {
  	margin-bottom: 15px;
  }

  #footer.footer-new .payments img {
  	height:32px;
    width: 50px;
  }

  
  hr.custom {
  height: 1px;
  border-width: 0;
  color: lightgray;
  min-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  }

  .img-eerste-productpagina { /*afbeeldingen mobiel formaat 2*/
		width: 100%;
  margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
  margin-right: 0px; 
  	float: none;
  }

.img-rechts {
	width: 100%;
  height: auto;
  margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
  margin-right: 0px;
  float: none;
  }

.img-links {
	width: 100%;
  height: auto;
  margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
  margin-right: 0px;
  float: none;
  }

   .img-product-rechts {
	float: right;
  width : 100px;
  height: 100px;
  margin-top: 5px;
	margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0px; 
}

.img-product-links {
	float: left;
  width : 100px;
  height: 100px;
  margin-top: 5px;
	margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 20px; 
} 
  
	.imgproduct1 {
	  float: left;
    width : 110px;
    height: 110px;
  margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
  margin-right: 20px;   
	}

/* sluiten link kleur aanpassen 
.close-mobile-popup {
    background-color: #d7221f;
    color : grey; 
  }
*/    
  
.close-popup a {
/*    border: 1px solid white; */
    color: white !important;
    background-color: #d7221f;
}  
  
/* Call to action begin */
.calltoaction {
  width: 100%;
  border-collapse: collapse;
  border-style: solid;
  border-color: #e7e7e7;
  background-color: #f8f8f8;
	border-width: 1px;
  padding: 0px 20px 10px 20px; /*top right bottom left */
}

.calltoaction .tekst::before {
  content: "Het is belangrijk dat u de juiste Keim verf gebruikt voor uw verfklus. Op de Keim-Specialist site vindt u alle informatie die u helpt bij het maken van de juiste keuze, kijk vooral ook naar onze Keim advies artikelen. Wilt u liever direct advies, neem dan contact op met de Keim specialist.";
}

img.contactlogo {
    width: 70px;
    height: auto;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 20px;
    float: left;
  }
  
.contactmobile {
  display: inline;
	}
.contactdesktop {
  display: none;
  }
/* Call to action end */
  
} 
  


/* New styling productpage */
.tags .tag a:hover, 
.tags .tag.active a{
  background: #D50328;
}

#cart-page .delivery-message{
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  border-left-width: 0;
  background: #fafafa;
  font-size: 1em;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
