/* 20260110102904 - 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: #a97e00;
}

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

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

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

/* custom */
/* Verberg de auteur */
ul.gui-clearfix li[aria-label="Author"] {
  display: none;
}
/* Aangepast hoogte boven H2 en H3 */
.gui-blog-article h2,
.gui-blog-article h3 {
  margin-top: 2em;
}
/* verwijder de auteur en plaatsings datum in het blog overzicht */
.gui-blog-article ul.list-unstyled li:nth-child(-n+2) {
  display: none;
}
/* Pas de grote van de blog H1 aan */
.gui-blog-article h1 {
    font-size: 3em !important; /* Aanpassen naar gewenste grootte */
}
/* Verberg plaatsingsdatum in het blog artikel */
.gui-blog-article header ul.gui-clearfix li:first-child {
  display: none;

}
/* verwijder de auteur en plaatsings datum in de sidebar van de gerelateerde berichten */
.gui-blog-sidebar .gui-block-content ul.list-unstyled {
  display: none;
} 
/* Pas de pijlen bij product aanbevolen op de product pagina aan */
.products-related .pager-related {
	left: 400px;
}

/* home pagina sliders */
/* #newest .owl-newest .owl-stage-outer {height: 650px !important}
#popular .owl-popular .owl-stage-outer {height: 650px !important;} */
.link-box {margin-top: 60px}

/* Custom CSS voor tabel eigenschappen in Lightspeed Ecom */
table:not(.quote-table) {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc; /* Zachtere kleur voor een subtielere rand */
  border-collapse: collapse;
  width: 100%; /* Tabel vult de breedte van de container */
  font-family: Arial, sans-serif; /* Meer leesbaar lettertype */
  margin-bottom: 20px; /* Ruimte onder de tabel voor betere lay-out */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Schaduw voor meer diepte */
}

table:not(.quote-table) th {
  background-color: #f2f2f2; /* Lichtgrijze achtergrond voor kolomtitels */
  font-weight: bold;
  text-align: left; /* Tekst uitgelijnd naar links voor consistentie */
  padding: 15px; /* Meer padding voor een duidelijker onderscheid tussen kolommen */
}

table:not(.quote-table) td {
  padding: 15px; /* Meer padding voor een betere lay-out */
  border: 1px solid #ccc;
  text-align: left;
}

table:not(.quote-table) tr:nth-child(even) {
  background-color: #f9f9f9; /* Alternatieve achtergrondkleur voor rijen om leesbaarheid te verbeteren */
}

table:not(.quote-table) tr:hover {
  background-color: #f1f1f1; /* Lichte kleur bij hover voor betere interactie feedback */
}

.btn.btn-quote {color:#ff5d2a;background-color:#fff;border-color:#ff5d2a;}
.btn.btn-quote:hover {background-color:#ff5d2a;border-color:#ff5d2a;color:#fff;}
#header .cart-count.num-quoteproducts {background: #c4c4c4;text-align: center;top: -12px;left:3px;}
