/* 20191219101911 - 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: #0e75bb;
}

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

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

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

/* custom */
/*body > div > div > div.products.row > div.col-md-2.sidebar > ul > li:nth-child(1) {
  display: none;
  }
body > div > div > div.products.row > div.col-md-2.sidebar > ul > li:nth-child(2) {
  display: none;
  }
#formSearch .glyphicon-search {
  padding: 11px 10px 11px;
  }
#formSearch input {
  border: 2px solid #0D74BB;
  border-radius: 8px;
  padding: 7px 12px;
  }
  */
  

.maatVariant a .variantBox {
  border: 2px solid #333;
  padding: 2px 7px;
  text-align: center;
  border-radius: 12px;
  margin: 5px 0px;
  margin-right: 10px;
  float: left;
  width: auto;
  font-size: 12px;
}
.maatVariant a .variantBox.nostock {
  opacity: 0.5;
  pointer-events: none;
  cursor: default; 
}

.maatVariant a {
  color:#333;
}

.maatVariant.active a .variantBox {
  background-color:#333;
  color:#fff;
}

.maatVariant a .variantBox {
  line-height:18px;
}

.product-configure .product-configure-variants {
    display: none;
}
.product-info .product-option.customVar {
  border-top:0px;
}

.nav-usps {
  text-align:center;
  background-color: #f7f7f7;  
  padding:7px 0px;
  color: #55565a; 
  width:100%;
  transition: margin-left .25s ease-in-out;
  -moz-transition: margin-left .25s ease-in-out;
  -webkit-transition: margin-left .25s ease-in-out;
}
.nav-usps .row {
  display: flex;
  width: 100%;
  align-items:center;
  justify-content:space-between;
  padding-top:0;
}
/*.nav-usps .row .auto-scale {
  display: table-cell;
  vertical-align: middle; 
}*/
.nav-usps i {
  margin-right:5px;
  color:#0E75BB;
  font-size: 16px;
}
@media (max-width: 600px) {  
  .nav-usps {
    display: none;
  }
}

.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
    border-color: #8d8d8d;
    color: white;
    background-color: green;
  }
    
form#product_configure_form .product-price .btn {
    background-color: green;
}

  a.gui-button-small.gui-button-action {
    color: white;
    background-color: green;
  }

/* Sharlene Lightspeed - 19/12/2019 - Verbergen van varianten die niet op voorraad zijn */
.nostock {
    display: none;
}
/* Sharlene Lightspeed - 19/12/2019 - Verbergen van varianten die niet op voorraad zijn */
