/* 20231128150850 - 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: #00263e;
}

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

.gui a {
  color: #00bcf2;
}

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

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

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

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

.gui-content-title {
  color: #00263e;
}

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

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

.gui-block-option {
  border-color: #d8dee2;
  background-color: #f2f4f5;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #8c9da8;
  background-color: #f2f4f5;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #00263e;
  color: #00263e;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #00263e;
  color: #00263e;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #001e31;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #001e31;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #00263e;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #00263e;
}

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

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

.gui-progressbar {
  background-color: #00263e;
}

/* custom */
@media (min-width:768px){
  .container.white{width:720px}
  }
@media (min-width:992px){
  .container.white{width:940px}
}
@media (min-width:1200px){
  .container.white{width:1140px}
}
/*Hide category banner | Rina | Oct. 19, 2018*/
.categorybanner.hidden-xs.hidden-sm {
  display: none;
}
/*End*/

/** Start custom CSS Maxime Verloove 
maxime@generationshop.be **/
.vloeistoflabel,
.vloeistofselect {
  border: none !important;
}

.vloeistoflabeltekst {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

@media (max-width:768px) {
  #lenzenvloeistof {
      width: 100%;
  }
  .bpost-modal {
  	margin-left: -190px !important;
    width: 100% !important;
  }
}

@media (max-width: 321px) {
	.bpost-modal {
    margin-left: -160px !important;
  }
}
  
