/* 20250723153935 - v2 */
.gui,
.gui-block-linklist li a {
  color: #555555;
}

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

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

.gui a {
  color: #0097dc;
}

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

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

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

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

.gui-content-title {
  color: #764c28;
}

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

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

.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: #fbb249;
  color: #ffffff;
  background-color: #fbb249;
}

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

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

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

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

.gui-progressbar {
  background-color: #0097dc;
}

/* custom */
#cart-totals, .payment-icons.d-md-none.mt-2, #cart-upsell-holder {
    order: 2!important;
}

/* Youcke LightspeedHQ - 12 Jul 2019 - Change Sale label to Actie - START */
.product-label.sale:before {
    content: "AANBIEDING";
    display: block!important;
    height: 20px!important;
    color: #fff!important;
    visibility: visible!important;
    background: #AAA!important;
    border-radius: 5px!important;
    padding: 2px 10px!important;
}

.products .product .product-label.sale, .products .product-list .product-label.sale {
    background: #AAA;
    visibility: hidden;
}
/* Youcke LightspeedHQ - 12 Jul-2019 - END */

/* Youcke LightspeedHQ - 06 Feb 2020 - Larger mobile variant dropdown - START */
@media only screen and (max-width: 767px) {
	.menu.transition.visible {
    	max-height: 400px!important;
	}
}
/* Youcke LightspeedHQ - 06 Feb-2020 - END */

.image-404 {
  width: 100%;
  height: auto;
}
.page-404 .headline-image-404 {
  position: relative;
  max-height: 530px;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404 .container {
  margin-top: -300px; position: relative;
}
.page-404 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 80px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 2px 3px #e2e2e2;
  background: #FFF;
  margin-bottom: 60px;
}
.page-404 .top-content .text {
  margin-bottom: 30px;
  text-align: center;
}
.page-404 .top-content .text .subtitle {
  font-size: 20px;
  font-weight: 600;
}
.page-404 .top-content .text .subtitle a {
  color: #0097dc;
}
.page-404 .btn-wrap { 
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -6px;
}
.page-404 .btn-wrap .btn {
  margin: 6px;
}
.page-404 .products-404 {
  margin-top: 50px;
  width: 100%;
}

@media (max-width: 1200px) {
  .page-404 .headline-image-404 {max-height: 400px;}
  .page-404 .container {margin-top: -160px;}
}
@media (max-width: 991px) {
  .page-404 .headline-image-404 {max-height: 330px;}
  .page-404 .container {margin-top: -160px;}
  .page-404 .inner {padding: 40px 80px;}
  .page-404 .top-content .text .title {font-size: 26px;}
  .page-404 .top-content .text .subtitle {font-size: 18px;}
}

@media (max-width: 767px) {
  .page-404 .container {margin-top: -130px;}
  .page-404 .inner {padding: 30px 0;}
  .top-content {padding: 0 15px;}
  .page-404 .top-content .text .title {font-size: 22px;}
  .page-404 .top-content .text .subtitle {font-size: 16px;}
  .page-404 .products-404 {padding:0 20px;}
}
@media (max-width: 500px) {
  .page-404 .headline-image-404 {min-height: 280px;}
  .page-404 .top-content .text .title {font-size: 20px;}
  .page-404 .top-content .text .subtitle {font-size: 14px;}
  .page-404 .btn-wrap {margin: -3px;}
  .page-404 .btn-wrap .btn {margin: 3px;}
}
@media (max-width: 1200px) {
  #header .main-header .hallmark.large img {max-height: 34px}
}

#header .hallmark { display: flex; justify-content: center; align-items: self-end;}
#header .fbc-widget a {display: flex;flex-direction: row;align-items: flex-end;justify-content: center;margin-right: 20px;}
#header .fbc-widget img {margin-right: 10px; height: 40px!important;}
#header .fbc-widget .fbc-wrap {text-align: left;}
#header .fbc-widget .fbc-scores {font-size: 12px}
#header .fbc-widget .fbc-scores span {color: #c99914;font-weight: 600;}
#header .fbc-widget .stars {color: #f1c40f;}
@media (max-width: 767px) {
	#header .fbc-widget img{height: 30px!important;}
  #header .fbc-widget .fbc-wrap {line-height: 1em;}
}

#header .main-menu ul li > a {
  padding: 0 10px;
}

@media (max-width: 1299px) {
  #header .main-menu ul li > a {
  	font-size: .9em;
  }
}

@media (max-width: 1199px) {
  #header .main-menu ul li > a {
    padding: 0 7px;
  	font-size: .85em;
  }
}

.products .product-list .cart,
.products .product .cart {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.products .product-list .cart .btn,
.products .product .cart .btn {
  padding: 0;
  flex-grow: 10;
  margin-left: 10px;
  background-color: #41a86d;
  max-width: 180px;
}
.products .product-list .cart .btn:hover,
.products .product .cart .btn:hover {
  color: #000;
}
.input-wrap .change input {
  width: 45px;
  height: 45px;
  margin: 0 5px;
}
