/* 20250627083056 - v2 */
.gui,
.gui-block-linklist li a {
  color: #082b4d;
}

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

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

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

.gui-content-title {
  color: #082b4d;
}

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

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

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

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #082b4d;
  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: #082b4d;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* Bestaande CSS-regels */

#header .inner-head.logo_ll.
#header .tool i,
#header .tool .small-lable {
  color: #082b4d;
}
.cartpage .item-image-container {
	align-self:flex-start;
}
.cartpage .bundled {
	margin-top:20px;
}
.cartpage .bundled li a {
	position:relative;
}
.cartpage .bundled li {
	display:flex;
  margin-bottom:15px;
  gap:10px;
}
.cartpage .tq_ip_wrap {
	gap:10px;
}
/* Media query voor schermen kleiner dan 600 pixels (mobiele apparaten) */
@media only screen and (max-width: 1200px) { 
  .cartpage .item.item-list .flex.flex-align-center.flex2 {
  	flex:2;
  }
  .cartpage .tq_ip_wrap {
  	width:auto;
  }
}
@media only screen and (max-width: 600px) {
  #header .clearable-input .btn,
  #header .tool i,
  #header .tool .small-lable {
    /* Aanpassingen specifiek voor mobiel */
    color: #ffffff; /* Nieuwe kleur voor mobiel (wit) */
  }
  .checkout-review-system .shop-score .text {
  	color:#fff;
  }
  #header > div.inner-head.logo_ll > div > div.tools-wrap.flex.flex-align-center > div.tool.mini-cart.is-visible > div > div > div.title > span > i {
    /* Specifieke kleur voor het aangegeven element op mobiele apparaten */
    color: #082b4d;
  }
}
@media only screen and (max-width: 420px) {
	.closed_checkout #header .logo {
		min-width:110px;
    height:50px;
  }
  .closed_checkout #header .logo img {
		height:50px;
  }
  .closed_checkout #header .tool {
		width:28px;
  }
}
/* Bestaande CSS-regels */

#header > div.inner-head.logo_ll > div {
  /* Bestaande stijlen voor het specifieke element binnen de header */
  /* Bijvoorbeeld: background-color, font-size, etc. */
}

/* Media query voor schermen kleiner dan 600 pixels (mobiele apparaten) */
@media only screen and (max-width: 600px) {
  /* Aanpassingen specifiek voor mobiel binnen het opgegeven element in de header */
  #header > div.inner-head.logo_ll > div {
    background-color: #082b4d; /* Nieuwe achtergrondkleur voor mobiel */
    color: #082b4d; /* Nieuwe tekstkleur voor mobiel (wit) */
    /* Voeg andere aanpassingen toe indien nodig */
  }
}
  .customer-service .store-img{height: 327px;object-fit:cover;flex:auto;margin: 0 -21px;background-position: center;background-repeat: no-repeat;}

element.style {
}

.gui-form label span {
    color: #666666;
}

.gui-payment-method-subtitle {
    max-width: 399px; /* Maximale breedte van 399px */
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex: 1;
    justify-content: flex-end;
    font-size: 0.95em; /* Let op: aangepaste notatie voor decimale getallen */
    font-weight: 600;
    white-space: normal; /* Aangepast van 'wrap' naar 'normal' */
}
/* Algemene stijlen die gelden voor alle schermformaten */

/* Stijlen specifiek voor mobiele apparaten */
@media only screen and (max-width: 750px) {
.cartpage .tq_ip_wrap {
  	align-self: flex-end!important;
  }
}
@media only screen and (max-width: 600px) {
  .btn-round i, .btn-round img {
    font-size: 1.1em;
    height: 50px;
    width: 70px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .25s;
    -o-transition: all cubic-bezier(0.4,0,0.2,1) .25s;
    transition: all cubic-bezier(0.4,0,0.2,1) .25s;
    background-color: #fff;
  }
  .item .btn-round i {font-size: 1.2em;}
  .meta.item .title {
    font-size: 1.7em;
    margin-bottom: 0;
	}
}
.gui-payment-method-subtitle {
  flex-wrap: wrap-reverse;
  gap: 5px 15px;
}
.gui-checkout-one-step .gui-payment-method-service label {
  padding-right: 50px;
}
.gui-checkout-one-step .gui-payment-method-price.gui-right {
	margin-left:0px;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  display: none;
}

#CybotCookiebotDialogBodyButtonDecline {
  display: none !important;
}
#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
  max-height: 14em !important;
}
#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}
#CybotCookiebotDialogPoweredbyImage {
    max-height: 3.5em !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: rgba(0, 0, 0, 0) !important;
}
#CybotCookiebotDialogBodyLevelButtonCustomize {
  display: block !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    display: none !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize {
      font-weight: 500 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow {
    border-color: #082b4d !important;
}
#CybotCookiebotDialogBodyLevelButtonCustomize {
  border-color: #cccccc00 !important;
}
