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

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

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

.gui a {
  color: #fff5e9;
}

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

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

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

.gui-block-title {
  color: #5f7f66;
  background-color: #fff5e9;
}

.gui-content-title {
  color: #5f7f66;
}

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

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

.gui-block-option {
  border-color: #dfe3e0;
  background-color: #f4f5f4;
}

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

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

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

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

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

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

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

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

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #2b4a34;
  color: #2b4a34;
  background-color: #fff5e9;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #2b4a34;
  color: #2b4a34;
  background-color: #fff5e9;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #ccc4ba;
  border-color: #223b29;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #ccc4ba;
  border-color: #223b29;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #2b3a34;
  background-color: #fff5e9;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #2b3a34;
}

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

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

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/*
Amaury @ Lightspeed on Feb 28, 2017 (case #)
*/
/* Removing the overflowing border from USP bar*/
body > header > div.container.proswrapper > div {
  margin-left: 0;
  margin-right: 0;
}
/* Changing left border color of menu items in top navigation bar */
li.item.menu-item-right,
nav.desktop .item {
  border-left: 1px solid #FFFFFF;
}
#formSearch > span {
  top: 1px;
  padding-top: 2px;
}
/* End of Amaury's CSS injection */

/* Remove sorting -David D */
.sortprice.box {
    display: none;
}

.sort.box {
    display: none;
}
/* End of David's CSS injection */

/*make full titel white - David D*/
.product-page {
    color: #ffffff!important;
}

header.sticky .navigation {
  background: #141414 !important;
}

.out-of-stock {
  color: yellow !important;
  font-weight: 700;
}

body > header > div.navigation > div > div > nav > ul > li > ul > li:first-child {
  border:white;
}

/*added by Eduard @ Lightpseed*/
#gui-form-cart > div > div > table > thead > tr > th.gui-align-left{
  background-color: #68ce24;
  color: #066d0f;
}

#gui-form-cart > div > div > table > thead > tr > th:nth-child(2){
  background-color: #68ce24;
  color: #066d0f;
}
#gui-form-cart > div > div > table > thead > tr > th:nth-child(3){
  background-color: #68ce24;
  color: #066d0f;
}
#gui-form-cart > div > div > table > thead > tr > th:nth-child(4){
  background-color: #68ce24;
  color: #066d0f;
}
#gui-form-cart > div > div > table > thead > tr > th:nth-child(5){
  background-color: #68ce24;
  color: #066d0f;
}
.sidecategorylist.box > ul.treeview > li.item.expandable > a.itemLink.hover{
  background-color: #000000;
}
a.subitemLink{
  border-bottom: solid 1px white;
}
/*End*/
