/* 20250401165440 - v2 */
.gui,
.gui-block-linklist li a {
  color: #324e99;
}

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

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

.gui a {
  color: #6a8d50;
}

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

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

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

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

.gui-content-title {
  color: #324e99;
}

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

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

.gui-block-option {
  border-color: #f9fcf8;
  background-color: #fdfefc;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #eff7ea;
  background-color: #fdfefc;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #6a8d50;
  background-color: #dcefd1;
}

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

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

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #547040;
  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: #324e99;
}

.gui-progressbar {
  background-color: #6a8d50;
}

/* custom */
/* Maartje Lightspeed, 11-01-2017, Label colors Ticket 136649, BEGIN*/
.categories .category span.title {
    color: black !important;
    box-shadow:none !important;
    background: transparent !important;
}
/* Maartje Lightspeed, 11-01-2017, END*/

/*Michelle Lightspeed, Tuesday 17 January 2017,  BEGIN*/ 


.gui-form .gui-checkbox label, .gui-form .gui-radio label {
    word-break: inherit;
}
/*Michelle Lightspeed, Tuesday 17 January 2017, END*/

/* Johan Lightspeed - Wed 17 Mar 2021 - kleur aanpassen - BEGIN */
a.btn.prod-card__action-button {
  background-color: green;
    color: white;
}

.btn--primary {
    background-color: green;
    color: white;
}

form#product_configure_form .product-price .btn {
  background-color: green;
}

.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
   border-color: #8d8d8d;
   color: white;
   background-color: green;
 }

 a.gui-button-small.gui-button-action {
   color: white;
   background-color: green;
 }
/* Johan Lightspeed - Wed 17 Mar 2021 - kleur aanpassen - END */
