/* 20200310092829 - 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 */
/* this is a comment where you can add the change, the date and your initials*/
/* 1. change the top margin because of the demo bar start, code '!important' can be the reason why custom CSS can work or not - JAD - 12 May 2017*/
body {
  margin-top: 0px !important;
}
/* 1. change the top margin because of the demo bar end - JAD - 12 May 2017*/
/* 2. change within a category the name in black so for example STOELEN small or big and with relation to responsiveness (em is different compared to px) start - JAD - 12 May 2017*/
.categoryTitelContainer h1 {
  font-size: 2em;
}
/* 2. change within a category the name in black so for example STOELEN small or big and with relation to responsiveness end - JAD - 12 May 2017*/
/* 3. change to a call to action button go to cart at all product overview pages start - JAD - 12 May 2017*/
/*.producthover {
    display: none;
}*/
/* 3. change to a call to action button 'Go to cart' at all product overview pages end - JAD - 12 May 2017*/
/* 4. change the call to action button 'Proceed to checkout' start - JAD - 12 May 2017*/
a.gui-button-large.gui-button-action {
    background-color: green!important;
    color: white!important;
    border-color: black!important;
}
/* 4.change the call to action button 'Proceed to checkout' end - JAD - 12 May 2017*/
/* 5. change the call to action button 'Add to cart' start - JAD - 12 May 2017*/
/*a.btn {
    color: white!important;
    background-color: green;
}*/
/* 5. change the call to action button 'Add to cart' end - JAD - 12 May 2017*/
/* 5'. change the call to action button 'Add to cart' precisely so within the product, so without the subscription newsletter button start - JAD - 12 May 2017*/
.cart-wrap a.btn {
    color: white!important;
    background-color: green;
}
/* 5'. change the call to action button 'Add to cart'precisely so within the product, so without the subscription newsletter button start end - JAD - 12 May 2017*/
/* 6. change the call to action button in top 'Order' start - JAD - 12 May 2017*/
.cart .cartcontent .buttons a:nth-of-type(2) {
    background-color: green;
}
/* 6. change the call to action button in top 'Order' end - JAD - 12 May 2017*/
/* 7. change the call to action button in top 'Show shopping cart' start - JAD - 12 May 2017*/
.cart .cartcontent .buttons a:first-of-type {
    height: 45px;
    line-height: inherit;
}
/* 7. change the call to action button in top 'Show shopping cart' end - JAD - 12 May 2017*/
/* 8. change the call to action button in top 'Order' even more to allign it with the call to action button 'Show shoppping cart' start - JAD - 12 May 2017*/
.cart .cartcontent .buttons a:nth-of-type(2) {
    height: 45px;
    line-height: 45px;
}
/* 8. change the call to action button in top 'Order' even more to allign it with the call to action button 'Show shoppping cart' end - JAD - 12 May 2017*/
 
/* 9. change the category button 'Sale' when it is in a specific spot (with right mouse click and copy selector), so you cannot rearrange your categories start - JAD - 12 May 2017*/
/*#responsive-menu > nav > ul > li:nth-child(2) > a{
  background-color: green;
} */
/* 9. change the category button 'Sale' when it is in a specific spot, so you cannot rearrange your categories end- JAD - 12 May 2017*/
/* 9'. change the category button when the title is 'Sale', so you can rearrange your categories start - JAD - 12 May 2017*/
.itemLink[title~=SALE]{
  background-color: green;
}
/* 9'. change the category button when the title is 'Sale', so you can rearrange your categories end - JAD - 12 May 2017*/

/* 10 change the demobar to a USP bar (mainly for theme Conform Plus) - JAD - 22 June 2017

.wsa-demobar a, .wsa-demobar a.close {
display: none !important;
}
.wsa-demobar{
position: absolute !important;
}

@media screen and (max-width: 767px){
.wsa-demobar{
display: none !important;
}
body {
margin-top: 0px!important;
}
}*/
