/* 20250722091748 - v2 */
.gui,
.gui-block-linklist li a {
  color: #000000;
}

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

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

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

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

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

/* custom */
.new #top .bar p .trustmark img {max-height: 35px !important;}
.list-collection h3 a {font-weight:bold;}
.omni-location-inventory, #product .omni-location-inventory span  {display:none;}
.product .data .meta, #product .content .data .description ul {margin-left:10px; padding-left:10px;}
#product .hurry.too-late {color:#999;}
#product .content .data .price .for .hurry.too-late i {background-color:#999;}
#footer .footer-top .chat figure {width:250px;}
.chat img {width:250px;}
#footer .footer-top {padding-bottom:0px;}
#footer .footer-top .contact, #footer .footer-top .newsletter {margin-top: -20px;}

@media only screen and (min-width: 800px) {
  .list-catalog {margin-left:0px;}
  .list-catalog.small-images li {border:1px solid #ebebeb; width: calc(20% - 5px); margin-right: 5px; padding: 10px; margin-bottom: 5px;}
  .list-catalog span {font-weight:bold;}
}

/*Energielabels*/
.energylabel::after {
	display:block;
	content:' ';
    border-color: transparent transparent transparent #4f9c45;
	position:absolute;
	top:0;
	right:-17px;
    border-style: solid;
    border-width: 17px 0 17px 17px;
}

.energylabel {
    background: #4f9c45;
    display: block;
    border-radius: 3px 0 0 3px;
    font-weight: 600;
    padding: 0 10px 0 15px;
	position: absolute;
    top: 75px;
    left: 0px;
    height: 34px;
    line-height: 33px;
    letter-spacing: .02em;
    z-index: 4;
    font-size: 16px;
    color: #fff;	
  	min-width:70px;
}
.energylabel.appp{background:#00a652}
.energylabel.appp:after{border-color:transparent transparent transparent #00a652}
.energylabel.app{background:#50b849}
.energylabel.app:after{border-color:transparent transparent transparent #50b849}
.energylabel.ap{background: #c0d731;}
.energylabel.ap:after{border-color:transparent transparent transparent #c0d731}

.energylabel.a{background:#00a650}
.energylabel.a:after{border-color:transparent transparent transparent #00a650}
.energylabel.b{background:#50b849}
.energylabel.b:after{border-color:transparent transparent transparent #50b849}
.energylabel.c{background:#c0d72f}
.energylabel.c:after{border-color:transparent transparent transparent #c0d72f}
.energylabel.d{background:#fef200}
.energylabel.d:after{border-color:transparent transparent transparent #fef200}
.energylabel.e{background:#fdb812}
.energylabel.e:after{border-color:transparent transparent transparent #fdb812}
.energylabel.f{background:#f37020}
.energylabel.f:after{border-color:transparent transparent transparent #f37020}
.energylabel.g{background:#ed1b24}
.energylabel.g:after{border-color:transparent transparent transparent #ed1b24}

.energylabel.small {font-size:14px; min-width:50px; left:-2px; top:35px; height: 24px; line-height: 25px;}
.energylabel.small::after {border-width: 12px 0 12px 12px; right:-12px;}

.product .actions-wrap {margin-top:inherit;}
.product .data {min-height:auto !important;}
.product {height:380px !important;}

.promotionlabel {
	position:absolute;
  bottom:0;
  right:5px;
  z-index:3;
}

.promotionlabel img {
	opacity:1 ! important; 
}

.product .img .promotionlabel {
	top:auto; 
  right:0;
  bottom:-15px;
  text-align:right;
}

.product .img .promotionlabel img {
 	width:70%; 
}
.show-store-stock {
  display:none;
	font-weight:bold;
  padding-top:10px;
  margin-top:10px;
  padding-left:0;
  text-align:left;
  border:0px;
  background:#FFFFFF;
  cursor:pointer;
  color:#000000;
}
.show-store-stock:hover {
	color:#01a0d8;
}

.modal-store-stock {
  text-align:center;
  width:100%;
  max-width:500px;
}

.product-in-store-stock i {
		align-items: center;
	  color:#000000;
    background-color: var(--positives);
    border-radius: 50%;
    display: inline-flex;
    height: 15px;
    justify-content: center;
    line-height: 0;
    margin-right: 2px;
    position: relative;
    top: -2.5px;
    width: 15px;
}

article.text ul.list-brands li {filter:none; opacity:1}
article.text ul.list-brands li:hover {opacity:0.6}
#footer .copyright .copy .payments {display:none;}
.intro-category .wrapper .back a {color:#ffffff !important;}
.product .actions .price .current {font-size:22px; font-weight:700;}
#product .content .data .no-stock, #product .sidebar .omni-location-inventory {display:none !important;}
#footer .footer-top .image img {margin-top:6px;}
#product .content .data .usps {border-top:1px solid #E2E2E2; padding-top:15px;}
.product .actions .direct-buy.outofstock input {display:none;}
.product .actions .direct-buy.outofstock .btn.addtocart {background-color:#E2E2E2;}
