/* 20240321142012 - 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: #112244;
}

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

.gui a {
  color: #337ab7;
}

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

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

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

.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: #dee6e6;
  background-color: #f4f6f6;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #9cb6b6;
  background-color: #f4f6f6;
}

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

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

/* custom */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 75%;
  margin-left: -10px;
  opacity: 0;
  transition: opacity 0.1s;
}

/* .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} */

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*
In het huidige thema dienen tooltips opgenomen te worden in een <li> element. Om 
de bullets te verwijderen voegen we daarom een custom class toe aan het <ul> element.
.mrc-tooltip-lst {
	list-style: none;
	margin-left: 0;
  padding-left: 0;
}
*/

/* 
hello retail voorkom verschuiving van div's o.b.v. lazy-load.
Documentatie @ https://support.helloretail.com/t/83h67pn/improve-cls-score
*/
.hr-recom-cls{
     min-height: 493px;
}

@media only screen and (max-width: 600px) {
     .hr-recom-cls{
         min-height: 434px;
     }
}
@media only screen and (max-width: 720px) {
     .hr-recom-cls{
         min-height: 493px;
     }
}
@media only screen and (max-width: 1080px) {
     .hr-recom-cls{
         min-height: 493px;
     }
}
/* Voor tabel gewicht rechterkant */
#root .dd-tbl-nopaddingright tr>*:last-child {
  padding-right: 20px;
}
