/* 20250819151658 - 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: #0a8de9;
}

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

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

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

/* custom */
#productpage .product-configure .custom-option.afmeting .options,
#productpage .product-configure .custom-option.größe .options{
	margin:-5px;

}

#productpage .product-configure .custom-option.afmeting .option,
#productpage .product-configure .custom-option.größe .option{
  margin-left: 15px;
  display: block;
margin: 0px;
padding: 5px;
  display:inline-block;
  vertical-align:top;
  font-size:13px;
}

#productpage .product-configure .custom-option.afmeting .option input,
#productpage .product-configure .custom-option.größe .option input{
	display:none;
}

#productpage .product-configure .custom-option.afmeting .option label,
#productpage .product-configure .custom-option.größe .option label{
  display: block;
  margin: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0px 15px;
  border-radius: 3px;
  cursor:pointer;
  border:1px solid #eee;
}

#productpage .product-configure .custom-option.afmeting .option label span,
#productpage .product-configure .custom-option.größe .option label span{
	font-size:85%;
  opacity:.7;
}

#productpage .product-configure .custom-option.afmeting .option:hover label,
#productpage .product-configure .custom-option.afmeting .option input:checked ~ label,
#productpage .product-configure .custom-option.größe .option:hover label,
#productpage .product-configure .custom-option.größe .option input:checked ~ label{
  color:#fff;
  border-color:transparent;
}


#productpage .product-configure .custom-option.kleur .option,
#productpage .product-configure .custom-option.farbe .option{
	display: inline-block; 
}

#productpage .product-configure .custom-option.kleur .option a,
#productpage .product-configure .custom-option.farbe .option a{
  opacity: 0;
  height: 50px;
  width: 50px;
  border-radius: 0px;
  margin: 0px !important;
  display: block;
}

#productpage .product-configure .custom-option.kleur,
#productpage .product-configure .custom-option.farbe{
  margin: 15px 0 30px 0;
}

#productpage .cart #product_configure_form  .product-configure .custom-option.kleur > label, 
#productpage .cart #product_configure_form  .product-configure .custom-option.afmeting > label,
#productpage .cart #product_configure_form  .product-configure .custom-option.farbe > label, 
#productpage .cart #product_configure_form  .product-configure .custom-option.größe > label{
 display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 900;
}

#productpage .product-configure .custom-option.kleur .option .product-color-holder2,
#productpage .product-configure .custom-option.farbe .option .product-color-holder2{
  height: 50px;
    width: 50px;
    border: 1px solid #CCC;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: relative;
}

#productpage .product-configure .custom-option.kleur .option .fa-check,
#productpage .product-configure .custom-option.farbe .option .fa-check{
  display: none;
	position: absolute;
 	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: rgba(255,255,255,.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-configure .custom-option.kleur .option .product-color-holder2.checked .fa-check,
#productpage .product-configure .custom-option.farbe .option .product-color-holder2.checked .fa-check{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .info .product-option label{
	width: 100%;
}
.product-detail .info .product-option .custom-option.afmeting .option{
	max-width: 50%;
  min-width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}


.zwart, .schwarz {
  background:black;
  color: #fff;
}
.wit, .weiß {
  background:white;
  color: #000;
}
.geel, .gelb {
  background:#ffcc33;
  color: #fff;
}
.oranje, .orange {
  background:#ff6633;
  color: #fff;
}
.rood, .rot {
  background:#cc3333;
  color: #fff;
}
.roze, .pink, .rosa {
  background:#cc3366;
  color: #fff;
}
.licht-blauw,.lichtblauw, .hellblau{
  background:#0092bc;
  color: #fff;
}
.donker-blauw,.donkerblauw, .dunkelblau{
  background:#006699;
  color: #fff;
}
.groen, .grün {
  background:#009966;
  color: #fff;
}
.licht-bruin,.lichtbruin, .hellbraun {
  background: #e48847;
  color: #fff;
}
.donker-bruin,.donkerbruin {
  background:#9d4e16 ;
  color: #fff;
}
.licht-grijs,.lichtgrijs, .hellgrau {
  background:#cccccc;
  color: #000;
}
.donkergrijs, .dunkelgrau {
  background:#666666;
  color: #fff;
}
.goud, .gold {
  background:#84754e;
  color: #fff;
}
.zilver, .silber {
  background:#999999;
  color: #fff;
}
.bruin, .braun{
  background:#4f2c1d;
  color: #fff;
}
.cream {
  background:#fffdd0;
  color: #fff;
}
.donkergrijs, .dunkelgrau {
  background:#565656;
  color: #fff;
}
.turquoise {
  background:turquoise;
  color: #fff;
}
.paars {
  background:purple;
  color: #fff;
}
.magenta {
  background:magenta;
  color: #fff;
}
