/* 20240214144306 - 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: #1c3f67;
}

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

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

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

.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: #f9f2e1;
  background-color: #fdfaf5;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #eed8a6;
  background-color: #fdfaf5;
}

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

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

/* custom */
/* Jasper Dekker - LightspeedHQ - 14 Feb 2020 - Hide product count label at categories homepage - START */
.categories .category span.amount {
    display: none;
}
/* Jasper Dekker -  LightspeedHQ - 14 Feb 2020 - END */

/* Jesse de Gans - DeGans - 15 Jun 2020 - Fix menu bug on iphones - START */

body > header > div.navigation.container > div > nav > ul > li.item.sub.view-subnav > ul{
height:100%;
overflow:auto;
}

/* Jesse de Gans - DeGans - 15 Jun 2020 END */

body > div.wrapper > div > div.products.row > div.col-sm-12.col-md-10 > div > div.image-wrap > div > a.cart{
background-color:white;
}

.vaderdagButton {
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
  text-decoration: none !important;
	cursor:pointer;
	color:white !important;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.vaderdagButton:hover {
	background-color:#5cbf2a;
}
.vaderdagButton:active {
	position:relative;
	top:1px;
}

/* Jesse de Gans - DeGans - 14 Feb 2023 - color op voorraad - START */
span.in-stock {
    color: green;
    font-weight: 600;
}
/* Jesse de Gans - DeGans - 14 Feb 2023 - color op voorraad - END */

.usp-bar {
  display: flex;
  align-items: center;
  width:100%;
}

.usp-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; 
}

.checkmark {
  color: green;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .usp-bar {
    display: none;
  }
}

