/* 20231108102232 - v2 */
.gui,
.gui-block-linklist li a {
  color: #99745d;
}

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

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

.gui a {
  color: #f87491;
}

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

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

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

.gui-block-title {
  color: #99745d;
  background-color: #ffffff;
}

.gui-content-title {
  color: #99745d;
}

.gui-form .gui-field .gui-description span {
  color: #99745d;
}

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

.gui-block-option {
  border-color: #efeae6;
  background-color: #f9f8f6;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #d1c0b6;
  background-color: #f9f8f6;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #99745d;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #99745d;
  color: #99745d;
  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: #7a5c4a;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #99745d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #99745d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #99745d;
}

.gui-progressbar {
  background-color: #f87491;
}

/* custom */
/* show mollie integration */
#gui-checkout-payment-methods .gui-field .gui-input { border: 1px solid; padding: 5px 10px; }
#gui-checkout-payment-methods .gui-checkout-payment-provider .gui-payment-methods .gui-payment-method.gui-is-selected .gui-payment-method-form { display: inline-block !important; margin-left: 0; margin-top: 0; padding-top: 0; width: 100%; }
/* end */
@media screen and (max-width: 600px) {
.module-welcome__background {
 background-image: url(hero-slide-1-mobile.jpg?01)!important; 
}
}
.button_s {
  background-color: #f87491;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.tabs-a > nav ul li.active a, .tabs-b > nav ul li.active a {
color: #99735c;
}

.list-catalog span {
color: #99735c;
}

.new #top > form button {
color: #99735c;
}

.ui-slider .ui-slider-handle {
background: #99745d;
}


.test_s, .button_s:hover {
  background-color: #ff00aa;
}

.button_s:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.test_s:after {
  content: "\2212";
}

.content_s {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

@media only screen and (min-width: 1025px) {
p {
  font-size: 17px!important;
}
}
