/* 20250707134716 - v2 */
.gui,
.gui-block-linklist li a {
  color: #4d4d4d;
}

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

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

.gui a {
  color: #f4a541;
}

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

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

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

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

.gui-content-title {
  color: #333333;
}

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

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

.gui-block-option {
  border-color: #e0e0e0;
  background-color: #f4f4f4;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #a3a3a3;
  background-color: #f4f4f4;
}

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

.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: #70af85;
  color: #333333;
  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: #598c6a;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #70af85;
  background-color: #f9f8f7;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #70af85;
}

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

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

.gui-progressbar {
  background-color: #70af85;
}

/* custom */
/*CUSTOM CODE VOOR HET WEGHALEN VAN DE MENU's OP TEXTPAGINA' */ 
.list-btn-textpage {
  display: none;
}
/*Marc Lightspeed eCom- CSS Injection - remove home page link #298759*/
body > header > div.navigation.container > div > nav > ul > li.item.home.active
{
 display: none; 
 color: #000000
}
body > header > div.navigation.container > div > nav > ul > li.item.home {
 display: none;
}

/*Marc Lightspeed eCom- CSS Injection - END*/


/* eCom Support - Alex Wintschel, August 11, 2017 Start - To add some space above headers in the content editor*/
body > div.wrapper > div > div > div.product-wrap.row > div.product-info.col-sm-8.col-md-7.col-md-offset-1 > div > div.tabsPages > div.page.info.active > h4 {
  padding-top:1em!important;
}
/* eCom Support - Alex Wintschel, August 11, 2017 End - */


.page.info.active {
  max-height:800px !important;
}

/* Name: Cameron Nixon | Date: September 7, 2017 Time: 10:37 AM | Reason: hide the unit price for featured product on homepage| Ticket: 313593 | Begin. */
body > div.wrapper > div > div.products.row > div:nth-child(2) > div.info > span {
    display: none;
}
/* Name: Cameron Nixon | Date: September 7, 2017 Time: 10:37 AM | End. */

/* Name: Cameron Nixon | Date: September 8, 2017 Time: 11:15 AM | Reason: hide the unit price for featured product on brands page| Ticket: 313593  | Begin. */
body > div.wrapper > div > div.products.row > div.col-sm-12.col-md-10 > div:nth-child(1) > div.info > span {
    display: none;
}
/* Name: Cameron Nixon | Date: September 8, 2017 Time: 11:15 AM | End. */

.wsa-demobar a, .wsa-demobar a.close {
display: none !important;
}
.wsa-demobar{
position: absolute !important;
color: #8EAE4F !important;
background-color: #FFFFFF!important;
}
@media screen and (max-width: 767px){
.wsa-demobar{
display: none !important;
}
body {
margin-top: 0px!important;
}
}

/* Stijn Cheeky custom CSS injection 8*/
  /* Specifieke stijlen voor de tabel met id 'product-table' */
 #product-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
  }
  #product-table th, #product-table td {
    padding: 10px;
    border: 1px solid #70AE84;
    text-align: left;
  }
  #product-table thead {
    background-color: #70AE84;
  }
  #product-table a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #70AE84;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
  }

  /* Mobiele weergave */
  @media screen and (max-width: 600px) {
    #product-table thead {
      display: none;
    }
    #product-table tbody, #product-table tr, #product-table td {
      display: block;
      width: 100%;
    }
    #product-table tr {
      margin-bottom: 15px;
    }
    #product-table td {
      display: flex;
      justify-content: space-between;
      padding: 8px 10px;
      border-bottom: 1px solid #70AE84;
      text-align: left;
    }
    #product-table td::before {
      content: attr(data-label);
      font-weight: bold;
      flex-basis: 40%;
    }
    #product-table td:last-child {
      border-bottom: 2px solid #70AE84;
    }
    #product-table td a {
      margin-top: 5px;
    }
    #add-to-cart-button button {
      colour: #000
      }
}

li.dmws-plus-review-pros-cons-item {padding: 20px 0px 20px 0px;}
li.dmws-plus-review-pros-cons-item::before {border:none}

@media (max-width: 768px) {
  #dmws_perfect-filter-results {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
#pf-category-description :target {
  scroll-margin-top: 206px;
}
@media only screen and (max-width: 62.5em) {
  #pf-category-description :target {
    scroll-margin-top: 105px;
  }
}
