/* 20250704134720 - 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 */
#nav > ul > li > a {
    text-transform: uppercase;
}
#nav {
  display: flex;
}

#nav > ul:first-child {
  margin-right: 20px;
  display: flex;
  flex-grow: 1;
}

#nav > ul:first-child > li:nth-child(4) {
  margin-left: auto;
}

#nav > ul:nth-child(2) {
  margin-left: auto;
}

/* beer info */
.beer_info_list {
		display: flex;
		flex-direction: column;
		/* flex-wrap: wrap; */
	}

	.beer_info {
		display: flex;
		/* flex-basis: 50%; */
		/* min-width: 600px; */
	}

	.beer_info__image {
		width: 300px;
		max-width: 100%;
		margin-right: 40px;
	}

	.beerinfo__description {

	}

#nav > ul > li > a {
    color: #FFFFFF;
    font-weight: 450;
}

.vErify-lWrp { z-index: 99999 !important; }

/* DMWS maatwerk */

/* .dmws-plus-stock-cta-button-inner { z-index: 20 !important; } */
@media (min-width:1000px) {
#home-block-brands-customers .brand {height:160px;}
#collection .content-wrap .brands-wrap .brands-slider {height:120px;}
#collection .content-wrap .brands-wrap .brands-slider a {height:100px;}
#collection .content-wrap .brands-wrap .brands-slider .owl-item a img {width:160px;max-width:unset;}
}

@media (min-width: 0px) and (max-width: 767.98px) {
    #collection .content-wrap .brands-wrap .brands-slider {
        height: 150px;
    }
      #collection .content-wrap .brands-wrap .brands-slider a {
        height: 145px;
}
}
  
@media (min-width: 768px) and (max-width: 999px) {
  #collection .content-wrap .brands-wrap .brands-slider {
    height: 120px;
  }
  #collection .content-wrap .brands-wrap .brands-slider a {
    height: 110px;
  }
}

#brandspage .brand a:hover { box-shadow: unset; }
#brandspage .brand a img {width:300px;max-width:unset;margin-left: 100px;max-height: 100%;}

.pagination ul { flex-wrap: wrap; }
.pagination { padding-left: 15px; }

button.btn.show-subscription-plan-popup {
	background: #FE9A0E;
  color: #fff;
  width: 100%;
  height: 54px;
}
#subscription-plan-popup-wrapper button.subscription-plan-close {
  z-index: 1;
	cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #FE9A0E;
  fill: #fff;
}
#subscription-plan-popup-wrapper button.subscription-plan-close svg {
  margin: 0;
}
#subscription-plan-popup-wrapper .btn.btn-subscription-plan-cta {
  background: #FE9A0E;
  color: #fff;
  width: 100%;
  height: 54px;
  align-content: center;
}

.custom-product-configure p {
	margin-bottom: 4px;
}
.custom-product-configure p span.title{
  display: block;
  font-weight: bold;
}
.custom-product-configure input[type="radio"] {
	appearance: none;
  border: none;
}
.custom-product-configure input[type="radio"]::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid var(--lines);
  width: 12px;
  height: 12px;
}
.custom-product-configure input[type="radio"]:checked::before {
  background: #FE9A0E;
  outline: 1px solid #FE9A0E;
	border-color: #fff;
  border-width: 2px;
}
.custom-product-related form a i.icon-addtocart {
	pointer-events: none;
}
.custom-product-related {
	border-top: none !important;
}
.custom-product-related ul li {
	border-bottom: none !important;
}

#subscription-plan-order-form input[type="checkbox"] {
	appearance: none;
  border: none;
}
#subscription-plan-order-form input[type="checkbox"]::before {
  content: '';
  display: block;
  border-radius: 4px;
  border: 1px solid var(--lines);
  width: 12px;
  height: 12px;
}
#subscription-plan-order-form input[type="checkbox"]:checked::before {
  background: #FE9A0E;
  outline: 1px solid #FE9A0E;
	border-color: #fff;
  border-width: 2px;
}

@media only screen and (max-width: 768px) {
  #subscription-plan-popup-wrapper .col.col-info {
    padding: 0;
  }
  #subscription-plan-popup-wrapper .col.col-info img {
    position: initial !important;
  }
}

#collection.subscription-collection .dmws_perfect-product-meta div[id*="productcard-variants"] form input {
  display: none;
}
#collection.subscription-collection .dmws_perfect-product-meta div[id*="productcard-variants"] div[class*="productcard-variants--variants"] {
	display: none;
}
#collection.subscription-collection .dmws_perfect-product-meta div[id*="productcard-variants"] form button {
  display: none !important;
}

.custom-product-price {
	font-size: 21px;
  font-weight: var(--fontMedium);
  color: var(--colorBody);
}
.custom-product-price span {
	color: var(--gray);
  font-size: var(--fontSmall);
  font-weight: var(--fontNormal);
  margin-top: 2px;
}
