:root {
	--accent: #153d8a;
}

.ul-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.image-wrap img {
  width: 100%;
}
.home-banners.grid-v4 .grid-1 {
	width:22.5%;
}
.home-banners.grid-v4 .grid-2 {
  	width:47.5%;
}
.home-banners.grid-v4 .grid-3 {
  	width:30%;
}
.home-banners.grid-v4 .banner-1 {
	width: 100%;
  height: 400px;
}
.home-banners.grid-v4 .banner-2 {
  width: 100%;
  height: 400px;
}
.home-banners.grid-v4 .banner-3 {
	height: 175px;
  width: 100%;
  position: relative;
}
.home-banners.grid-v4 .banner-4 {
/* 	height: 55%; */
  width: 100%;
  flex-wrap: wrap;
  margin-top: 32px;
}
.home-banners .banner-4 .banner.banner-custom {
  height: calc(55% - 20px);
  margin-bottom: 20px;
  width: 100%;
  display: none;
}
.home-banners .banner-4 .winkels {
  height: 45%;
  width: 100%;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-pack: center; 
  -webkit-box-align: center;
}
.home-banners.grid-v4 .banner-3 .klantenservice-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: unset;
  height: auto;
  width: auto;
  padding: 30px;
}
.home-banners.grid-v4 .banner-3 .klantenservice-banner .klantenservice-banner-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  width: 100%;
  padding-bottom: 10px;
}
.home-banners.grid-v4 .banner-3 .klantenservice-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.home-banners.grid-v4 .banner-3 .klantenservice-banner ul li {
  padding: 3px 0px;
}
.home-banners.grid-v4 .banner-3 .klantenservice-banner ul li a {
  color: #000;
  font-size: 1em;
  font-weight: normal;
  padding-left: 15px;
}
.home-banners.grid-v4 .banner-3 .klantenservice-banner ul li a .fa {
  display: none;
}
.home-banners.grid-v4 .banner-4 .winkels .winkels-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* display: inline-block;
  column-count: 3; */
  margin-right: 25px;

  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home-banners.grid-v4 .banner-4 .winkels .winkels-content ul li {
	padding: 5px 0;
}
.home-banners.grid-v4 .banner-4 .winkels .winkels-content ul a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  color: #444;
}

#color-popup > form {
		background-color: #fff;
    padding: 20px;
    margin-top: 45px;
    border-radius: 10px;
  	box-shadow: 0px 0px 11px 1px rgb(188 180 180 / 75%);
}

.fancybox-close-small:after {
	content: "×";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    font: 55px / 60px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}

@media (max-width: 1199px) {
	.home-banners.grid-v4 .banner-1 {
    height: 300px;
  }
  .home-banners.grid-v4 .banner-2 {
  	height: 300px;
  }
  .home-banners .banner-4 .banner.banner-custom {
    display: none;
  }
  .home-banners .banner-4 .winkels {
/*     height: calc(100% - 20px); */
    height: 100%;
  }
  .home-banners .banner-4 .winkels .winkels-content {
  	width: 100%;
    height: 100%;
  }
   .home-banners.grid-v4 .banner-4 .winkels .winkels-content ul {
    width: 100%;
    height: 100%;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .home-banners.grid-v4 .grid-1 {
  	width: 33.333%;
  }
  .home-banners.grid-v4 .banner-1 {
    height: 300px;
  }
  .home-banners.grid-v4 .grid-2 {
  	width: 66.666%;
  }
  .home-banners.grid-v4 .banner-2 {
    height: 300px;
  }
  .home-banners.grid-v4 .grid-3 {
		width: 100%;
    height: 200px;
  }
  .home-banners.grid-v4 .banner-3 {
    height: 100%;
    width: 40%;
  }
    .home-banners.grid-v4 .banner-4 {
    height: 100%;
    width: 60%;
  }
  .home-banners .banner-4 .banner.banner-custom {
    height: 100%;
    width: calc(50% - 14px);
    margin-right: 14px;
    margin-bottom: 0;
  }
  .home-banners .banner-4 .winkels {
    height: 100%;
    width: 100%;
  }
  .home-banners .banner-4 .winkels .winkels-content {
  	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-banners.grid-v4 .banner-4 .winkels .winkels-content ul {
    column-count: 2;
    width: 100%;
    text-align: center;
    height: auto;
  }
}

@media (max-width: 767px) {
  .home-banners.grid-v4 .grid-1 {
  	display: none; 
  }
  .home-banners.grid-v4 .grid-2 {
  	width: 100%;
  }
  .home-banners.grid-v4 .grid-3 {
  	width: 100%;
    height: 400px;
  }
  .home-banners.grid-v4 .banner-3 {
    width: 100%;
    height: 200px;
  }
  .home-banners.grid-v4 .banner-4 {
    width: 100%;
    height: 200px;
  }
  .home-banners.grid-v4 .banner-2,
  .home-banners.grid-v4 .banner-1 {
  	height:unset;
  }
  .home-banners.grid-v4 .banner-2 .banner,
  .home-banners.grid-v4 .banner-1 .banner {
    padding-top: 55%;
    position: relative;
	}
  .home-banners.grid-v4 .banner-2 .banner .overlay,
  .home-banners.grid-v4 .banner-1 .banner .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

#color-popup {
	display:none;
  width:100%;
  max-width:1400px;
  padding:50px;
  background-color: #f3f3f3;
}

#color-popup .popup-title {
	font-size:25px;
  font-weight:normal;
  margin-bottom:30px;
  position: absolute;
  left: 0px;
  right: 0px;
	top: 0px;
  background: #fff;
  padding: 20px;
}

#color-popup .subtitle {
	font-size:18px;
  margin-bottom:20px;
}

#color-popup .colors {
	margin:-3px;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
}

#color-popup .colors .color {
	padding:10px;
  width:20%;
  display:flex;
  word-break: break-word;
}

#color-popup .colors .color.donker,
.active-color .color.donker,
.pop-colors-slider .color.donker{
	color:#fff;
}

#color-popup .colors .color .inner,
.active-color .color .inner,
.pop-colors-slider .color .inner {
  position: relative;
	display:flex;
  align-items:flex-end;
  min-height:142px;
  border-radius:5px;
  padding:20px;
  cursor:pointer;
  width:100%;
  box-shadow: 0px 0px 11px 1px rgb(188 180 180 / 75%);
}
#color-popup .colors .color{
	position: relative;
}

.color .preview-color {
  display: none;
}
#color-popup .colors .color .preview-color{
  display: block;
	position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 1.2em;
  z-index: 9;
}
#color-popup .colors .color .preview-color.pulse{
  transform: scale(1);
	animation: pulse 2s infinite;
  border-radius: 5px;
}
#color-popup .colors .color.color-new .preview-color {
  left: 0;
  right: auto;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
#color-popup .colors .color.color-new .inner .color-info {
  transition: all 0.2s ease-in-out;
}
#color-popup .colors .color.color-new:hover .inner .color-info {
  opacity: 0;
  visibility: hidden;
}
/* #color-popup .colors .color.color-new .inner {
  padding: 0;
  overflow: hidden;
  position: relative;
  align-items: baseline;
}
#color-popup .colors .color.color-new .inner .color-info {
  padding: 15px 5px 20px 20px;
  z-index: 2;
} */
#color-popup .colors .color.color-new .image-wrap {
  background-image: url(https://cdn.webshopapp.com/themes/159853/assets/background-sfeerfoto.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
/*   float: right; */
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
#color-popup.lakverf .colors .color.color-new .image-wrap {
  background-image: url(https://cdn.webshopapp.com/themes/159853/assets/background-sfeerfoto-lakverf.png);
  background-size: cover;
}
#color-popup.lakverf .colors .color.color-new .preview-color {
  display: none;
}
#color-popup .colors .color.color-new:hover .preview-color,
#color-popup .colors .color.color-new:hover .image-wrap,
#color-popup .colors .color.color-new.mobile-color .preview-color,
#color-popup .colors .color.color-new.mobile-color .image-wrap {
  opacity: 1;
  visibility: visible;
}
#color-popup .color-next-btn > div {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #eee;
  min-height: 150px;
  margin: 3px;
  border-radius: 5px;
}
#color-popup .color-next-btn,
#color-popup .colors .color.color-new {
  width: calc(100% / 5);
  overflow: hidden;
}
@media (max-width: 1199px) {
  #color-popup .color-next-btn,
  #color-popup .colors .color.color-new {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  #color-popup .color-next-btn,
  #color-popup .colors .color.color-new {
    width: 50%;
  }
  #color-popup .colors .color.color-new .image-wrap {
    display: none;
  }
  #color-popup .colors .color.color-new:hover .inner .color-info {
    opacity: 1;
    visibility: visible;
  }
  #color-popup .colors .color.color-new .preview-color {
    right: 0;
    left: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 600px) {
  #color-popup .colors .color.color-new .image-wrap {
    display: none;
  }
}
#color-popup .help-message{
	padding: 10px;
}
.active-color .color.color-small .inner {
	min-height:0;
  max-width:150px;
  padding:10px;
  font-size:12px;
  position: relative;
  align-items: center;
  height: 50px;
}

.active-color .color.color-small .inner .preview-color {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 1.2em;
  z-index: 2;
}

/* .active-color .color.color-small .title {
	display:none;
} */

.pop-colors-slider .color .inner {
	min-height:0;
  padding:10px;
  font-size:12px;
}

#color-popup .colors .color .title,
.active-color .color .title,
.pop-colors-slider .color .title {
	color:inherit;
  margin-top:2px;
}

#color-popup .colors .color .cat,
.active-color .color .cat,
.pop-colors-slider .color .cat,
#color-popup .colors .color .code,
.active-color .color .code,
.pop-colors-slider .color .code {
	opacity:.6;
}

.pop-colors-slider .owl-stage {
	display:flex;
  align-items:stretch;
}

.pop-colors-slider .owl-stage .owl-item,
.pop-colors-slider .owl-stage .owl-item .color {
	display:flex;
  align-items:stretch;
  width:100%;
}

#color-popup .color-box {
	margin-top:20px;
}

#color-popup .standard-input {
  height: 50px;
  padding: 0px 20px;
  padding-right: 40px;
  border: none;
  outline: none;
  border: 1px solid rgba(0,0,0,.07);
  width: 100%;
}

a.active-color {
	text-decoration:none;
}

.cart-wrap .table table .info .extra-info ul li {
	margin-bottom:5px;
}

.variant-blocks {
	margin:-5px;
  display:flex;
  flex-wrap:wrap;
  font-weight:bold;
  font-size:13px;
}

.variant-blocks .variant-block {
	padding:5px;
  min-width: 25%;
}

.variant-blocks .variant-block a {
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border:2px solid transparent;
  text-decoration:none;
  transition:all .2s linear;
  width: 100%;
}

.variant-blocks .variant-block a:hover {
	border: 2px solid #00328d;
}

.variant-blocks .variant-block.active a {
  border: 2px solid #00328d;
  color: #00328d;
}

#color-popup .warning {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #f16821;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}

#color-popup .warning i {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  background: #f16821;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}

.product-detail .product-info .pop-colors-block {
	margin-bottom:20px;
}

.product-detail .product-info .pop-colors-block .label-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.product-detail .product-info .pop-colors-block .label-wrap .custom-slider-nav{
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
/*   font-size:1.1em; */
  font-size:12px;
  color:#9a9a9a;
}

.product-detail .product-info .pop-colors-block .label-wrap .custom-slider-nav li {
	padding: 5px;
}

.product-detail .product-info .pop-colors-block .label-wrap .custom-slider-nav li:hover {
	color:#00328d;
}

.product-detail .product-info .pop-colors-block .label-wrap label {
	margin:0;
}

.product-detail .product-info .rekenmodule-button {
	width: 100%;
  margin-bottom: -30px;
  margin-top: 30px;
  margin-right: 0;
}
.product-detail .product-info .rekenmodule-button i {
	margin-right: 5px; 
}
#rekenmodule-popup .rekenmodule-title {
	margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: bold;
  color: #00328d;
}

#rekenmodule-popup .rekenmodule-field.switch.disabled {
	opacity: 0.6;
  pointer-events: none;
}

#rekenmodule-popup .rekenmodule-field.switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#rekenmodule-popup .rekenmodule-field.switch .option-wrap {
  width: 100%;
  max-width: 150px;
}
#rekenmodule-popup .rekenmodule-field.switch > label {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}
#rekenmodule-popup .rekenmodule-field.switch input {
	display: none; 
}

#rekenmodule-popup .rekenmodule-field.switch .extra-option-field {
  margin-left: 13px;
}

#rekenmodule-popup .rekenmodule-field.switch .extra-option-field label {
	cursor: pointer;
}

#rekenmodule-popup .rekenmodule-field.switch .extra-option-field input:checked+label {
	background: #fff;
  color: #000;
}

#rekenmodule-popup .rekenmodule-field.switch .option-wrap label {
  border: 1px solid #00328d;
  width: 100%;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease-in-out; 
  font-weight: normal;
}
#rekenmodule-popup .rekenmodule-field.switch input:checked+label {
	background: #00328d;
  color: #fff;
}
#rekenmodule-popup .rekenmodule-content .fields-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
#rekenmodule-popup .rekenmodule-content .rekenmodule-field.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#rekenmodule-popup .rekenmodule-content .fields-row > .rekenmodule-field.text {
	width: calc(33% - 12px);
}

#rekenmodule-popup .rekenmodule-content .fields-row > .rekenmodule-field.text.rekenmodule-field-wide {
	width: calc(50% - 10px); 
  margin-bottom: 0;
}

#rekenmodule-popup .rekenmodule-content .fields-row > .rekenmodule-field.text .measurement {
	padding-left: 7px;
}

#rekenmodule-popup .rekenmodule-content .rekenmodule-field.text .input-wrap-inner {
	display: flex;
  align-items: center;
}

#rekenmodule-popup .rekenmodule-content .rekenmodule-field.text input {
  width: 100%;
  border: none;
  background: #dadfe7;
  outline: none;
  padding: 10px;
  height: 40px;
  
}
#rekenmodule-popup .rekenmodule-content.cm3 .rekenmodule-field.text input {
  width: calc(100% - 35px);
}
#rekenmodule-popup .rekenmodule-content .rekenmodule-field.text.surface input {
	width: calc(100% - 30px);
}

#rekenmodule-popup .rekenmodule-content .lagen-button {
	width: 100%;
  display: flex;
  align-items: center;
}

#rekenmodule-popup .rekenmodule-content .lagen-button .rekenmodule-field.text {
	width: calc(50% - 35px);
}

#rekenmodule-popup .rekenmodule-content .fields-row .calculate {
	margin-top: 0 !important;
  margin-left: 30px;
}

#rekenmodule-popup.rekenmodule-behang .rekenmodule-content .fields-row .calculate {
	margin-left: 0px;
}

#rekenmodule-popup .add-cart-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}

#rekenmodule-popup .hulp-nodig {
	margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

#color-popup .search-boxes {
	margin:-5px;
  display:flex;
}

#color-popup .search-boxes .box {
	flex:1;
  padding:5px;
}

#color-popup .search-boxes .search-input {
	position:relative;
}

#color-popup .search-boxes .search-input .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77C62B;
  cursor: pointer;
}

#color-popup .ui.selection.dropdown {
	height:50px;
}

#color-popup .ui.selection.dropdown .text {
  font-size: .85em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media(max-width:991px) {
  #color-popup .colors .color {
  	width:33.333%;
  }
  .variant-blocks .variant-block {
  	width: calc(100% / 2);
  }
}

@media(max-width:767px) {
  #color-popup .colors .color {
  	width:50%;
  }
  #color-popup .colors .color .inner, .active-color .color .inner, #color-popup .color-next-btn {
 		min-height:120px; 
  }
  #color-popup {
  	padding:30px;
  }
  #color-popup .search-boxes {
  	flex-direction:column;
		align-items:stretch;    
  }
  .ui.selection.dropdown .menu {
  	max-height: 300px;
  }
  
  #rekenmodule-popup .rekenmodule-content .fields-row {
  	gap: 15px;
  }
  
  #rekenmodule-popup .rekenmodule-field.switch .extra-option-field {
  	margin: 0;
  }
}
.gui-checkout-review .gui-checkout-steps {
  position: relative;
}
.gui-checkout-review .gui-checkout-steps #gui-form-discount {
  position: absolute;
  bottom: 176px;
  width: 50%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gui-checkout-review .gui-checkout-steps #gui-form-discount input {
  border: 1px solid #eee;
  width: calc(100% - 55px);
}
.gui-checkout-review .gui-checkout-steps #gui-form-discount .add-discount {
  width: 40px;
  margin-left: 11px;
}
@media (max-width: 1199px) {
  .gui-checkout-review .gui-checkout-steps #gui-form-discount {
   	bottom: 171px; 
  }
}
@media (max-width: 991px) {
  .gui-checkout-review .gui-checkout-steps #gui-form-discount {
   	bottom: 188px; 
  }
  .gui-checkout-review .gui-checkout-steps #gui-form-discount input {
  	width: calc(100% - 48px); 
  }
}
@media (max-width: 767px) {
	.gui-confirm .gui-field .gui-checkbox label[for="gui-form-newsletter"] {
    margin-top: 22px;
    display: block;
  }
  .gui-checkout-review .gui-checkout-steps #gui-form-discount {
    width: 100%;
    bottom: 184px;
  }
}
@media (max-width: 363px) {
  .gui-checkout-review .gui-checkout-steps #gui-form-discount {
    width: 100%;
    bottom: 200px;
  }
  
  .variant-blocks .variant-block {
  	width: 50%;
  }
}

#gui-checkout-shipment-methods .gui-block-option {
	margin-bottom:20px;
}

#gui-checkout-shipment-methods .pickup-options {
	padding:10px 0px;
  display:flex;
  flex-wrap:wrap;
  border: 1px solid #ededed;
  background-color: #f9f9f9;	
}

#gui-checkout-shipment-methods .pickup-options .title {
  width: 100%;
  padding: 10px 20px;
  font-weight: bold;
  padding-bottom: 5px;
/*   font-size: 1.2em; */
}
#gui-checkout-shipment-methods .pickup-options .description {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 12px;
}

#gui-checkout-shipment-methods .pickup-options .gui-block-option  {
	border:none;
  background:transparent;
  padding:0;
  margin:0;
  width:50%;
  padding:10px 20px;
}

#gui-checkout-shipment-methods .pickup-options .gui-block-option .gui-field-content {
	display:none;
}

#gui-checkout-shipment-methods .pickup-options .gui-block-option label {
	font-weight:normal;
}

@media(max-width:767px) {
  #gui-checkout-shipment-methods .pickup-options .gui-block-option  {
  	width:100%;
  }
}

.lazy-bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.lazy-bg-contain{
	background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.lazy-blur {
	transition: filter .15s ease-in-out;
}

.lazy-blur.lazy {
	filter: blur(20px);
}

#productpage .product-configure .option-wrap.product-linked {
	min-height: 153px;
  position: relative;
}
#productpage .product-configure .option-wrap.product-linked.no-set-height{
	min-height: unset;
  margin-bottom: 15px;
}

#productpage .product-configure .option-wrap.product-linked .loader {
  position: absolute;
  width: 90px;
  left: 50%;
  top: calc(50% + 13px);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  fill: #00328C;
}

#productpage .product-configure .option-wrap.product-linked .loader.loading {
  opacity: 1;
  visibility: visible;
}

#productpage .product-configure .linked-options.loading {
  opacity: 0;
}

/* #productpage .product-configure .product-option-linked {
	padding-bottom: 10px;
} */

#productpage .product-configure .linked-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

#productpage .product-configure .linked-options .owl-prev {
	position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(calc(-50% - 5px));
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #00328d;
}

#productpage .product-configure .linked-options .owl-next {
	position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(calc(-50% - 5px));
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #00328d;
}

#productpage .product-configure .linked-options .owl-prev.disabled,
#productpage .product-configure .linked-options .owl-next.disabled {
	opacity: 0.5;
}

#productpage .product-configure .linked-options .linked-options-page {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  gap: 10px;
  margin-right: -10px;
  width: 100%;
  height: 100%;
  /* justify-content: center; */
}

#productpage .product-configure .linked-option {
  margin-bottom: 10px;
}
#productpage .product-configure .linked-option .option {
  display: flex;
  width: fit-content;
  min-width: calc((100% - 10px) / 2);
}
#productpage .product-configure .linked-options .option {
  display: flex;
  width: calc((100% - 10px) / 2);
}
#productpage .product-configure .linked-option .option a,
#productpage .product-configure .linked-options .option a {
  padding: 7px;
  background: #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all .2s linear;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
}
#productpage .product-configure .linked-option .option a:hover,
#productpage .product-configure .linked-options .option a:hover {
	border: 2px solid #00328d;
}
#productpage .product-configure .linked-option .option.active a,
#productpage .product-configure .linked-options .option.active a {
  border: 2px solid #00328d;
  color: #00328d;
}
#productpage .product-configure .linked-option .option a .image-wrap,
#productpage .product-configure .linked-options .option a .image-wrap {
  min-width: 40px;
  max-width: 40px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}
#productpage .product-configure .linked-option .option a .image-wrap.has-color,
#productpage .product-configure .linked-options .option a .image-wrap.has-color {
	border: 1px solid #eee;
}
#productpage .product-configure .linked-option .option a .image-wrap.has-color img,
#productpage .product-configure .linked-options .option a .image-wrap.has-color img {
	opacity: 0;
  visibility: hidden;
}
#productpage .product-configure .linked-option .option a .image-wrap img,
#productpage .product-configure .linked-options .option a .image-wrap img {
	width: 100%;
}

#productpage .product-configure .linked-options .option a .title {
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  text-align: center;
}

#productpage .product-configure .linked-options .option.hide-option {
	display: none;
}

#productpage .product-configure .toggle-linked-options {
  font-weight: bold;
  color: #00328d;
  display: inline-block;
  margin-top: 10px;
  margin-left: auto;
  font-size: 13px;
}

#productpage .product-configure .toggle-linked-options span {
  text-decoration: underline;
}

#productpage .product-configure .toggle-linked-options i {
	vertical-align: middle;
  margin-left: 3px;
  font-size: 10px;
}

@media (max-width: 991px) {
  #productpage .product-configure .linked-options .option {
  	width: calc((100% - 10px) / 2);
  }
  #productpage .product-configure .option-wrap.product-linked {
		min-height: 221px;
	}	
}
/* Faq */
/* .product-faq {
  padding: 35px 40px;
  background: #EEEEF0;
  border-radius: 5px;
} */
.product-faq .faq-items {
  margin: -5px;
}
.product-faq .faq-item {
  padding: 5px;
}
.product-faq .faq-item .inner {
  background: rgba(0,0,0,0.03);
  padding: 30px;
  border-radius: 10px;
}
.faq-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
}
.faq-item.active .question i {
  transform: rotate(180deg);
}
.product-faq .faq-item .answer {
  display: none;
  margin-top: 15px;
  transition: all 0.15s scroll;
}

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .product-faq .faq-item .inner {
    padding: 20px;
  }
}
/* Faq */
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
/* Change quantity mobile */
@media(max-width: 767px){
  #productpage .product-detail .input-wrap .change input{
    margin: 0 10px;
  }
}

#productpage .option-bundle-wrap {
	margin-top: 20px;
}

#productpage .inline-bundle {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  border: 2px solid transparent;
  transition: all .2s linear;
  cursor: pointer;
}

#productpage .inline-bundle * {
	cursor: pointer;
}

#productpage .inline-bundle.active,
#productpage .inline-bundle:hover {
	border: 2px solid #00328d;
}

/* #productpage .inline-bundle.active .config-option-inner .ui.checkbox label:before {
  background: #00328d;
  border-color: #00328d !important;
} */

#productpage .inline-bundle.active .config-option-inner .ui.checkbox label:after {
  content: '\e800';
  color: #fff !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
  color: #153d8a !important;
}

#productpage .inline-bundle .bundle-products {
  gap: 15px;
  margin: 0;
  padding-top: 5px;
}

#productpage .inline-bundle .bundle-products .bundle-product {
  width: calc(33% - 10px);
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  max-width: 140px;
}

#productpage .inline-bundle .bundle-products .bundle-product .product-title {
	text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 5px;
}

#productpage .inline-bundle .config-option-inner label span {
	opacity: .5;
  text-decoration: line-through;
  position: relative;
  font-weight: bold;
  margin-left: 0;
  margin-right: 5px;
}

#productpage .inline-bundle .config-option-inner label b {
	color: #153d8a !important;
}

#productpage .product-detail .images-wrap .images {
	position: relative;
}

#productpage .product-detail .images-wrap .product-labels {
	position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#productpage .product-detail .images-wrap .product-labels .product-label {
	height: 20px;
  background-image: url(https://cdn.webshopapp.com/shops/192614/files/464057590/verfstreep-geel.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #193388;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 5px;
  margin: -5px;
  position: unset;
  padding: 17px 16px;
}

#productpage .inline-bundle .bundle-products .bundle-product .plus {
	position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

#productpage .inline-bundle .bundle-products .bundle-product .plus i {
	position: relative;
  top: 1px;
}

/* STORE PAGE  */
/* #sm-store-page {} */

.store__details {
  display: flex;
  flex-direction: row; /* desktop standaard volgorde */
  gap: 1rem; /* optioneel: ruimte tussen de elementen */
}

#sm-store-page .container {
	margin: 0 auto;
  max-width: 1200px;
}

#sm-store-page .store-page-subtitle {
	margin-bottom: 0.5em;
}

#sm-store-page .store-list {
	display: flex;
  flex-wrap: wrap;
  gap: 8px;
  
  list-style: none;
  padding-left: 0;
}

#sm-store-page .store-list li {
	padding-right: 8px;
}

#sm-store-page .store-list li:not(:last-child) {
	border-right: 1px solid black;
}

#sm-store-page .store-list li a {
	font-weight: 600;
}

#sm-store-page .banner {
	width: 100%;
  max-height: 350px;
  overflow: clip;
  margin-bottom: 24px;
}

#sm-store-page .banner .banner__image {
	object-fit: cover;
  width: 100%;
}

#sm-store-page .store__details {
	display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.1fr;
  gap: 32px;
}

#sm-store-page .store__details .store__details--address .map iframe {
	max-width: 500px;
  width: 100%;
  max-height: 400px;
}

#sm-store-page .store__details .store__details--address .address--text {
	font-weight: bold;
  font-size: 1em;
  margin-top: 10px;
}

#sm-store-page .store__details .store__details--openinghours .openinghours table {
	border: none;
}

#sm-store-page .store__details .store__details--openinghours .openinghours table > tr, td {
  border: none;;
}

#sm-store-page .store__details .store__details--openinghours .openinghours table td { 
	padding: 4px 0;
}

#sm-store-page .store__details .store__details--openinghours .openinghours table {
	font-size: 1em;
  font-weight: 600;
}

#sm-store-page .store__details .store__details--contact .contact-info {
	display: flex;
  flex-direction: column;
  gap: 8px;
}

#sm-store-page .store__details .store__details--contact .contact-info__item {
  display: flex;
  align-items: center;
  gap: 8px;
  
	background: var(--accent);
  color: white;

  border-radius: 10px;
  
  font-weight: bold;
  font-size: 1.2em;
  
  padding: 10px 10px;
}

#sm-store-page .store__details .store__details--contact .contact-info__item .fa {
	font-size: 1.5em;
}

#sm-store-page .store__details .socials .socials__list {
	list-style: none;
  padding-left: 0;
  
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#sm-store-page .store__details .socials .socials__list .socials__list--item {
	display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1em;
}

#sm-store-page .store__details .socials .socials__list .socials__list--item .icon {
	background: #0762c8;
  color: white;
  border-radius: 100%;
	width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  #sm-store-page .store__details {
  	grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  #color-popup > form {
		background-color: #fff;
    padding: 20px;
    margin-top: 135px;
    border-radius: 4px;
    box-shadow: 0px 0px 11px 1px rgb(188 180 180 / 75%);
}
  
#sm-store-page .store-page-subtitle, #sm-store-page .store-list {
	display:none;  
}
  
.store__details {
    flex-direction: column;
  }

  .store__details--contact {
    order: 3;
  }
  
  .store__details--address {
    order: 2;
  }

  .store__details--openinghours {
    order: 1;
  }

  #aw-slider-k6388b2a060147f4fb91400e8 > div.swiper-wrapper > div.swiper-slide > div > div > div.info {
	padding: 5px 10px;
}
  
  #sm-store-page .store__details {
  	grid-template-columns: 1fr;
  }
}

#sm-store-page .quote-banner {
	background: #0762c8;
	height: 150px;
}

#sm-store-page .quote-banner .container {
	display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  
  padding-inline: 24px;
}

#sm-store-page .quote-banner .quote-banner__text {
  color: white;
  text-align: center;
}

#sm-store-page .quote-banner .quote-banner__title {
	font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 4px;
}

#sm-store-page .quote-banner .quote-banner__subtitle {
	font-size: 1.4em;
  font-weight: medium;
  margin-bottom: 8px;
}

#sm-store-page .quote-banner .quote-banner__content {
	font-size: 1.2em;
}

#sm-store-page .quote-banner .quote-banner__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

#sm-store-page .quote-banner .quote-banner__image img {
  height: 300px;
}

#sm-store-page .quote-banner .quote-banner__image p{
  margin: 0px;
}

@media (max-width: 1200px) {
	#sm-store-page .quote-banner .quote-banner__title {
  font-size: 1.4em;
  }

  #sm-store-page .quote-banner .quote-banner__subtitle {
    font-size: 1.2em;
  }

  #sm-store-page .quote-banner .quote-banner__content {
    font-size: 1em;
  }
}

@media (max-width: 992px) {
  #sm-store-page .quote-banner .container {
  	justify-content: center;
  }
  
  #sm-store-page .quote-banner .quote-banner__image {
		display: none;
  }
}

#sm-store-page .bottom-content .top-section {
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
#sm-store-page .bottom-content .top-section .streetview p:not(:empty) {
  height: 315px;
}

#sm-store-page .bottom-content .top-section .video iframe {
	width: 100%;
}

#sm-store-page .bottom-content .collection .category {
	width: 200px;
  cursor: pointer;
  
  border-radius: 10px;
  border: 1px solid var(--accent);
  overflow: clip;
}

#sm-store-page .bottom-content .collection .owl-nav {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

#sm-store-page .bottom-content .collection .owl-nav > div {
	background: #fff;
  height: 100%;
	width: fit-content;
  
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  padding: 0 8px;
}

#sm-store-page .bottom-content .collection .category .category__image {
	object-fit: cover;
  width: 100%;
}

@media (max-width: 992px) {
  #sm-store-page .bottom-content .top-section {
  	grid-template-columns: 1fr;
  }
}	

/* general */
.block-padding {
	padding: 24px 0;
}

.block-padding-bottom {
	padding-bottom: 24px;
}

.hr-recom-cls{min-height: 315px;}
@media (max-width: 1080px) {
 .hr-recom-cls{min-height: 369px;}
}
@media (max-width: 720px) {
 .hr-recom-cls{min-height: 360px;}
}
@media (max-width: 600px) {
 .hr-recom-cls{min-height: 360px;}
}
@media (max-width: 480px) {
 .hr-recom-cls{min-height: 287px;}
}

.hide-hr .hello-retail-slider {
/*   display: none; */
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
}

/* account dashboard */
#account-dashboard input[type="text"],
#account-dashboard input[type="password"] {
	border:1px solid rgba(0,0,0,.07);
  display:block;
  width:100%;
}
#account-dashboard textarea {
	border:1px solid rgba(0,0,0,.07);
  display:block;
  width:100%;
  max-width:100%;
  min-width:100%;
  min-height:100px;
}
#account-dashboard {
	padding-bottom:100px;
}
#account-dashboard .order-view a:not(.btn) {
	text-decoration:underline;
}
#account-dashboard .account-title {
	margin-bottom:20px;
}
#account-dashboard .account-title.small-title {
	margin-bottom:10px;
}
#account-dashboard .account-title.order-title {
	display:flex;
  align-items:center;
  justify-content:space-between;
}
#account-dashboard .account-title .content {
	line-height:1.7em;
  margin-top:10px;
}
#account-dashboard .account-title.small-title .content {
    font-size: 85%;
    margin-top: 3px;
}
#account-dashboard .account-title .title {
	font-size:25px;
}
#account-dashboard .account-title.small-title .title {
	font-size:16px;
}
.account-row {
	display:flex;
  justify-content:space-between;
}
.account-row .col-left {
	min-width:550px;
  max-width:550px;
  margin-right:50px;
}
.account-row .col-right {
	flex-grow:10;
}
.recent-orders {
	margin:-5px;
}
.recent-orders .recent-order {
	padding:5px;
}
.recent-orders .recent-order .inner {
	display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 25px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.07);
}
.recent-orders .recent-order .col {
	flex:1;
}
.recent-orders .recent-order .col.ticket-title {
	flex:2;
}
.recent-orders .recent-order .col:last-child {
	flex:0;
}
.recent-orders .recent-order .title {
	font-size:18px;
}
.recent-orders .recent-order .order-label {
	font-size:12px;
  opacity:.7;
  font-weight:600;
  margin-bottom:5px;
}
.recent-orders .recent-order .btn {
	padding:0;
  width:40px;
  height:40px;
}
#account-dashboard .status-label {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: 5px;
  background: rgba(0,0,0,0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#account-dashboard .inputs {
	margin:-10px;
  display:flex;
  flex-wrap:wrap;
}
#account-dashboard .inputs .clearfix {
	width:100%;
}
#account-dashboard .inputs .input.birthday {
	width:33.33%;
}
#account-dashboard .inputs .input {
	padding:10px;
/*   width:50%; */
}
#account-dashboard .inputs .input.input-100 {
	width:100%;
}
#account-dashboard label {
	display:block;
  margin:0;
  margin-bottom:5px;
  font-size:12px;
  opacity:.7;
  font-weight:600;
}
#account-dashboard .ui.selection.dropdown {
	width:100%;
  min-width:0;
}
#account-dashboard .block,
#account-dashboard .account-block{
	margin-bottom:50px;
}
#account-dashboard .block .button,
#account-dashboard .account-block .button {
	margin-top:20px;
}
#account-dashboard .account-block .button .btn span {
	font-size:85%;
  margin-left:5px;
}
#account-dashboard .shadow-block {
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
  margin-bottom:10px;
}
#account-dashboard .gray-block {
  background: rgba(0,0,0,0.03);
   padding: 30px 25px;
    border-radius: 10px;
}
#account-dashboard .buttons {
	margin-top:20px;
}
#account-dashboard .buttons .btn {
	margin-right:10px;
  margin-bottom:5px;
}
#account-dashboard .buttons .btn:last-child {
	margin-right:0;
  margin-bottom:0px;
}
#account-dashboard .small-title {
	font-size:16px;
  margin-bottom:20px;
}
#account-dashboard .tab a {
	font-size:16px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
  text-decoration:none;
}
#account-dashboard .tab i {
	font-size:14px;
}
#account-dashboard .ordered-products {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.07);
}
#account-dashboard .ordered-products .info .title {
	font-weight:bold;
  font-size:1.05em;
}
#account-dashboard .ordered-products .info .variant {
  font-size: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
}
#account-dashboard .ordered-products table {
	width:100%;
}
#account-dashboard table th,
#account-dashboard .ordered-totals .desc,
#account-dashboard .address .line .desc {
  font-size: 12px;
  opacity: .7;
  font-weight: 600;
}
#account-dashboard table th{
  padding-bottom:5px;
}
#account-dashboard .ordered-products table td {
	padding:10px 0px;
  border-bottom: 1px dashed rgba(0,0,0,.04);
}
#account-dashboard .ordered-products table tr:last-child td {
	border:none;
} 
#account-dashboard .ordered-totals .item {
	display:flex;
  align-items:center;
  justify-content:space-between;
}

#account-dashboard .ordered-totals .item:last-child {
	border-top:1px solid rgba(0,0,0,.07);
  padding-top:10px;
  margin-top:10px;
}
#account-dashboard .ordered-totals .item .price {
	font-weight:bold;	
}
#account-dashboard .ordered-totals .item:last-child .price {
	font-weight:bold;
  font-size:1.2em;
}
#account-dashboard .ordered-totals {
	width:100%;
  max-width:400px;
  margin-left:auto;
  padding: 25px;
  border-radius: 10px;
/*   border: 1px solid rgba(0,0,0,.07); */
  background:rgba(0,0,0,0.03);
  margin-top:20px;
}
#account-dashboard .address {
	margin-top:20px;
}
#account-dashboard .address .line {
	display:flex;
  align-items:flex-start;
  margin-bottom:3px;
}
#account-dashboard .address .line .desc {
	width:70px;
}
#account-dashboard .account-back {
	text-align:right;
  margin-bottom:10px;
  text-decoration:underline;
}
#account-dashboard .ticket-box {
	background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
}

#account-dashboard .ticket-box .top-wrap {
	padding: 15px 25px;
  border-bottom: 1px solid #eee;
}

#account-dashboard .ticket-box .chat-box {
	padding: 25px;
}

#account-dashboard .ticket-box .chat-box .chat-box-outer {
	padding: 25px;
  border-radius: 10px;
  max-height: 500px;
  overflow-y: scroll;
}

#account-dashboard .ticket-box .chat-box .chat-box-inner {
	display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

#account-dashboard .ticket-box .chat-box .chat-message {
	margin-bottom: 7px;
  position: relative;
  max-width: 80%;
}

#account-dashboard .ticket-box .chat-box .chat-message:first-child,
#account-dashboard .ticket-box .chat-box .chat-message:first-child .date {
	margin-bottom: 0;
}

#account-dashboard .ticket-box .chat-box .chat-message .message {
	background: #fff;
  padding: 7px 15px;
}

#account-dashboard .ticket-box .chat-box .chat-message .message .name {
	font-weight: bold;
}

#account-dashboard .ticket-box .chat-box .chat-message .message .text {
	font-size: 95%;
}

#account-dashboard .ticket-box .chat-box .chat-message .message p:last-child {
	margin: 0;
}

#account-dashboard .ticket-box .chat-box .chat-message.sent {
	margin-left: auto;
  margin-right: 10px;
}

#account-dashboard .ticket-box .chat-box .chat-message.sent:after {
	content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-radius: 0 3px 0 0;
}

#account-dashboard .ticket-box .chat-box .chat-message.sent .message {
	border-radius: 5px 0 5px 5px;
  color: #fff;
}

#account-dashboard .ticket-box .chat-box .chat-message.received {
	margin-left: 10px;
}
#account-dashboard .ticket-box .chat-box .chat-message.received:after {
	content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-radius: 3px 0 0 0;
}
#account-dashboard .ticket-box .chat-box .chat-message.received .message {
	border-radius: 0 5px 5px 5px;
}
#account-dashboard .ticket-box .chat-box .chat-message .date {
  font-size: .8em;
  margin-top: 5px;
  color: #aaa;
  margin-bottom: 20px;
}
#account-dashboard .ticket-box .chat-box .chat-message.sent .date {
	text-align: right;
}
#account-dashboard .ticket-box .reply-box {
  padding: 25px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}
#account-dashboard .ticket-box .reply-box input {
	background: rgba(0,0,0,0.03);
  margin-right: 10px;
  flex: 1;
}
#account-dashboard .ticket-box .reply-box .btn i {
	margin-right: 7px;
}
#account-dashboard .wishlist-products{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}
#account-dashboard .wishlist-products .wishlist-product{
	padding: 7px;
}
#account-dashboard .wishlist-product .inner{
  padding: 15px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	background: #fff;
}
#account-dashboard .wishlist-product .image-wrap{
	margin-right: 15px;
  max-width: 100px;
  min-width: 100px;
}
#account-dashboard .wishlist-product .title-font{
	font-size: 15px;
}
#account-dashboard .wishlist-product .price{
	margin: 5px 0;
  display: block;
}
#account-dashboard .wishlist-product .price .new-price{
	color: #000;
  font-weight: 500;
}
#account-dashboard .wishlist-product .link{
	margin: 0 -5px;
}
#account-dashboard .wishlist-product .link a{
	text-decoration: underline;
  color: #adadad;
  font-size: 13px;
  padding: 0 5px;
}
@media (max-width: 1400px) {
  .account-row .col-left {
    min-width: 450px;
    max-width: 450px;
	}
}
@media (max-width: 1199px) {
  .account-row {
    display: block;
  }
  .account-row .col-left {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
	}
  .recent-orders .recent-order .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) { 
  #account-dashboard .account-title .content {
    line-height:2em;
    margin-bottom:20px;
    font-size:.97em;
  }
  #account-dashboard .account-title .title {
    font-size:1.5em;
  }
  #account-dashboard .shadow-block {
  	padding:25px 20px;
  }
  #account-dashboard .inputs {
  	margin:-7px;
  }
  #account-dashboard .inputs .input {
  	padding:7px;
  }
  #account-dashboard .tab a,
  #account-dashboard .small-title {
  	font-size:15px;
  }
  .recent-orders .recent-order .order-label {
  	font-size:10px;
  }
  .recent-orders .recent-order .title {
  	font-size:13px;
  }
  .recent-orders .recent-order .btn {
  	width:35px;
    height:35px;
  }
  .recent-orders {
  	margin:-5px;
  }
  .recent-orders .recent-order {
  	padding:5px;
  }
  #account-dashboard .account-title {
  	margin-bottom:10px;
  }
  #account-dashboard .block, #account-dashboard .account-block {
  	margin-bottom:30px;
  }
  #account-dashboard .tab a {
  	    padding: 12px 20px;
  }
  #account-dashboard .status-label {
  	height:25px;
    font-size:10px;
    padding:0px 10px;
  }
  #account-dashboard .ordered-products table td {
  	padding-left:10px;
  }
  #account-dashboard .ordered-products table td:first-child {
  	padding-left:0;
  }
  #account-dashboard .ordered-products {
  	padding:20px;
  }
  .recent-orders .recent-order .col {
  	padding-left:10px;
  }
  .recent-orders .recent-order .col:first-child {
  	padding-left:0;
  }
  .recent-orders .recent-order .col.ticket-title {
  	flex:1;
  }
}
/* end account dashboard */
#header .main-menu ul.mega-menu li.menu-item {
  position: unset;
}
.subnav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100vw;
  min-height: 580px;
  max-height: calc(100vh - 200px);
  padding: 20px 0;
  z-index: -2;
/*   transform: translateY(-100%); */
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  display: flex;
}

.subnav__overlay {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;

  position: fixed;
  width: 100%;
  height: 100vh;

  top: 0;
  left: 0;
  z-index: 99991;

  background: rgba(0,0,0,0.5);
  transition-delay: 0.2s;
  transition: all 0.2s ease;
}

.subnav__overlay.active {
  transition: all 0.3s ease;
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#header .main-menu {
  z-index: 99992;
}

header .mega-menu li:hover .subnav {
  /* transition: all 0.3s ease; */
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
/*   transform: translateY(0); */
}
.subnav .subnav-inner {
  height: auto;
  transition-delay: 0;
}

#header .main-menu .subnav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

#header .main-menu .subnav ul:first-child {
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  border-right: 1px solid #eee;
}

#header .main-menu .subnav ul.nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 600px;
  max-width: 600px;
  height: auto;
}

#header .main-menu .subnav .subs:last-child ul:first-child {
  max-width: unset;
  width: fit-content;
}
#header .main-menu .subnav ul li {
  position: unset;
  width: 100%;
  border: none;
}
#header .main-menu .subnav ul li > a {
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .main-menu .subnav ul li > a > i {
  /* visibility: hidden; */
  /* opacity: 0; */
  color: #000;
  font-size: 12px;
}
#header .main-menu .subnav ul li > a:hover > i,
#header .main-menu .subnav ul li:hover > a > i{
  visibility: visible;
  opacity: 1;
  color: #fff;
}
#header .main-menu .subnav ul li a:hover, 
#header .main-menu .subnav ul li:hover > a {
  background-color: rgba(21,61,138,1);
}
#header .main-menu .subnav .subs {
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  background-color: #fff;
}
#header .main-menu .subnav li > .subs:hover,
#header .main-menu .subnav li:hover > .subs {
  opacity: 1;
  visibility: visible;
}
#add-cart-popup {
  min-height: 700px;
}
#add-cart-popup .swiper-container {
  min-height: 300px;
  max-height: 412px;
}
.product-detail .images .image img { margin: auto; }
.product-error-message {
  display: flex;
  width: 100%;
  padding: 20px 15px;
  margin: 20px 0 -20px;
  border-radius: 5px;
  background-color: rgb(255 0 0 / 10%);
  border: 1px solid #ff0000;
  color: #ff0000;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.blog-overview-inner {
  --side_size: 300px;
  display: flex;
}
.blog-overview-inner .blog-side {
  min-width: var(--side_size);
  max-width: var(--side_size);
  margin-right: 40px;
}
.blog-side .filters-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-side ul > li {
  font-size: 16px;
  cursor: pointer;
}

.blog-overview-inner .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.blog-overview-inner .blog-articles-wrap {
  flex: 1;
}

.blog-pager-wrap {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ededed;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.articles .article {
  padding: 6px;
  /* width: calc(100% / 4); */
}
.articles .article a {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 100%;
  text-decoration: none;
}
.articles .article a .read-more {
  text-align: end;
  margin-top: auto;
}
.articles .article a .read-more:hover {
  text-decoration: underline;
}

.articles .article .image-wrap {
  min-width: 100%;
  display: flex;
}
.articles .article .image-wrap img {
  width: 100%;
}

.articles .article .content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 180px;
}
.articles .article .date {
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 8px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 4px;
}
.articles .article .content .article-title {
  font-size: 18px;
  font-weight: 600;
}
.articles .article .content .text {
  margin-top: 6px;
  font-size: 16px;
}


.articles .article.article-loading .image-wrap:after {
  content: ''; 
  background-color: #eee;
  padding-bottom: 46.2%;
  width: 100%;
}
.articles .article.article-loading .content .article-title {
  background-color: #eee;
  height: 1.42857143em;
  width: 60%;
}
.articles .article.article-loading .content .text {
  background-color: #eee;
  height: 60px;
}

.collection-text .text-wrap {
  padding: 0 0 15px 0;
}
.collection-text .text-wrap .description {
  margin-bottom: 18px;
}

#collection-page > div.row.flex-row > div.col-main > div.collection-text.relative > div.text-wrap {
	display:none;
}

.keuzehulp-banner {
  background-color: #ededed;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  width: 100%;
}
.products .keuzehulp-banner { 
  margin: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-image: url(https://cdn.webshopapp.com/shops/192614/files/470968282/keuzehulp-tim-1-1-removebg-preview.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-family: owners-wide, sans-serif;
  border-radius: 10px;
}
.keuzehulp-banner .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
 	height: 150px;
  margin-bottom: 15px;
}
.keuzehulp-banner .content {
	text-align: center;
  margin-left: 230px;
}
.keuzehulp-banner .inner .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}
.keuzehulp-banner .inner .subtitle {
  font-size: 16px;
}
.keuzehulp-banner .inner .btn-wrap {
  margin: 20px auto;
}
.keuzehulp-wrap .inner {
  margin: 16px 0 30px;
}
.keuzehulp-wrap .inner .title {
  color: #193388;
  font-weight: bold;
  margin-bottom: 16px;
}
.keuzehulp-wrap .inner .subtitle {
  margin-right: 16px;
}
.keuzehulp-wrap .content {
  display: flex;

}
@media (max-width: 767px) {
  .products .keuzehulp-banner {
  	background-image: url(https://cdn.webshopapp.com/shops/192614/files/470969954/keuzehulp-mobiel-tim.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .keuzehulp-banner .inner {
  	padding: 12px;
    height: 168px;
  }
  .keuzehulp-banner .inner .btn-wrap {
    margin: 19px 0px;
  }
  .keuzehulp-wrap .inner {
    margin-bottom: 0;
  }
  .keuzehulp-banner .content {
  	text-align: left;
    margin-left: 0px;
    width: 265px;
  }
  .keuzehulp-banner .inner .title {
  	font-size: 27px;
  }
}

/* Sticky ATC */
.sticky-atc {
  --green: #6cb52d;
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 8px 16px;
  background: white;
  display: grid;
  grid-template-columns: 1fr 55%;
  align-items: flex-start;
  gap: 16px;

  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
}

.sticky-atc.down {
  bottom: -100px;
}

.sticky-atc .atc__configure {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}

.sticky-atc .atc__configure-option {
  opacity: 0.7;
}

.sticky-atc .atc__prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-atc .atc__prices-wrap {
  display: flex;
  align-items: center;
  gap: 8px;

  font-weight: bold;
  font-size: 14px;
}

.sticky-atc .old-price {
  text-decoration: line-through;
  opacity: 0.5;
}

.sticky-atc .atc__options {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  font-size: 14px;
}

.sticky-atc .atc__option,
.sticky-atc .atc__variant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.sticky-atc .atc__configure-option-value,
.sticky-atc .atc__variant .atc__variant-title {
  font-weight: bold;
	margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-atc .atc__part {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sticky-atc .atc__delivery {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sticky-atc .atc__delivery.success {
  color: var(--green);
  font-weight: bold;
}

.sticky-atc .atc__delivery .icon {
  font-size: 18px;
}

.sticky-atc .btn-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.apopup-thumb {
  display: none !important;
}

#trengo-web-widget .TrengoWidgetLauncher__iframe {
  bottom: 100px;
}

@media screen and (min-width: 768px) {
  .sticky-atc {
    display: none;
  }
  
  .apopup-thumb {
    display: initial !important;
  }

  #trengo-web-widget .TrengoWidgetLauncher__iframe {
    bottom: 20px;
  }
}

.products .product-list.product-list-dev .product-labels.labels-bottom {
  top: auto;
  bottom: 10px;
}
.products .product-list.product-list-dev .product-labels.labels-top-lg {
  top: 10px;
  bottom: auto;
}

.products .product-list-dev .info .description {
  color: #666;
}

.products .product-list .info-outer {
  display: flex;
  flex: 1;
}

.products .product-list .info-right {
  margin-left: auto;
  margin-top: auto;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


.products .product-list .info-right .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  margin-bottom: 4px;
  color: #6cb52d;
}
.products .product-list .info-right .price .old-price {
  text-decoration: line-through;
  font-size: 1.2rem;
  margin-right: 5px;
  color: #666;
}
.products .product-list .info-right .price .new-price {
  color: #6cb52d;
  font-size: 1.5rem;
}

.products .product-list .info-right .discount {
  font-weight: bold;
  margin-bottom: 4px;
}

.products .product-list .info-right .stock-message {
  margin-bottom: 16px;
  display: flex;
  color: #6cb52d;
  font-weight: bold;
}
.products .product-list .info-right .stock-message i {
  border-radius: 50%;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  background-color: #76c61b;
  color: #fff;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.products .product-list .info-right .button {
  width: auto;
}
.products .product-list .info-right .btn {
  width: 100%;
  height: 40px;
  background: #6cb52d;
  color: #fff;
  font-weight: 700;
}
.products .product-list .info-right .btn:hover {
  background-color: #569014;
}

@media (max-width: 767px) {  
  .products .product-list-dev .info .description {
  width: 60%;
}
  .products .product-list .info-right .button {
  text-align: right;
  margin-top: 5px;
  }
  
  .products .product-list .info-right .btn {
  height: 30px;
  width: 75%;
  }
  
  .products .product-list.product-list-dev .product-labels.labels-bottom {
    max-width: 114px;
  }
  .products .product-list.product-list-dev .product-labels .product-label img {
    max-width: 88px;
    height: auto;
  }
  .products .product-list.product-list-dev .product-labels.labels-top-lg {
    top: auto;
    bottom: 10px;
  }
  .products .product-list .info-outer {
    flex-direction: column;
  }
  .products .product-list .info-right {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-top: -55px;
  }
  .products .product-list .info-right .stock-message {
    font-size: 12px;
    margin-bottom: 0;
  }
  .products .product-list .info-right .price {
    margin-bottom: 0;
  }
}
.error-message-no-color {
  padding: 2px 10px;
  font-weight: 600;
  border-radius: 5px;
	background-color: rgb(255 0 0 / 10%);
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 10px 10px;
  margin-left: 10px;
}
.floor-wrap {
  margin-bottom: 16px;
  margin-top: 16px;
}
.floor-wrap .input-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cart .input-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.floor-wrap .input-row .input-wrap {
  margin-left: 11px;
}
.floor-wrap .input-row span, .floor-wrap .input-row .count, .cart .input-row span {
  color: #193388;
  font-weight: 700;
  font-size: 16px;
}
.snijverlies-message {
  margin-top: 8px;
  margin-left: 21px;
  font-style: italic;
  width: 100%;
}

#rekenmodule-popup.rekenmodule-vloer .rekenmodule-content .fields-row .calculate {
  margin-left: 0;
}
#rekenmodule-popup.rekenmodule-vloer .btn.calculate-floor-button {
  background: #00328d;
  color: #fff !important;
}

#productpage .product-content .popup-inner.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 22;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

#productpage .product-content .clamped-btn {
  display: block;
  margin: 16px 0;
}


/* New cart style */
#cart-page.sm-test .cart-wrap .cart-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#cart-page.sm-test .cart-wrap .table-wrap,
#cart-page.sm-test div[id^='aw-box-'] {
  min-width: calc(100% - 450px);
  max-width: calc(100% - 450px);
}
#cart-page.sm-test .shipping-totals-wrap {
  flex-direction: column;
  min-width: 420px;
  max-width: 420px;
  margin-left: 30px;
}

#cart-page.sm-test .shipping-totals-wrap .shipping-totals-inner {
  position: sticky;
  top: 140px;
  width: 100%;
}

#cart-page.sm-test div[id^='aw-box-'] .title-featured {
  margin-bottom: 18px;
}
#cart-page.sm-test div[id^='aw-box-'] .title-featured .title {
  font-size: 1.7em;
}

#cart-page.sm-test .cart-wrap .table table .image-wrap {
  width: 100px;
}
#cart-page.sm-test .cart-wrap .table table td,
#cart-page.sm-test .small-title {
  padding: 12px 0;
}
#cart-page.sm-test .cart-wrap .table table .price {
  font-size: 1.1em;
}

#cart-page.sm-test .small-title {
  font-weight: bold;
	font-size: larger;
}

#cart-page.sm-test .usps {
  margin: -4px 0;
}
#cart-page.sm-test .usps li {
  padding: 4px 0;
}
#cart-page.sm-test .usps li i {
  color: #76c61b;
  font-size: 14px;
  margin-right: 12px;
}

#cart-page.sm-test .cart-wrap .table table {
  font-size: 1em;
  margin-bottom: 16px;
}
#cart-page.sm-test .shipping-totals-wrap .totals-wrap .totals table td {
  padding: 6px 0;
}
#cart-page.sm-test .cart-wrap .table table .price span {
  color: #76c61b;
  font-weight: bold;
}

#cart-page.sm-test .methods-wrap {
  width: 100%;
  padding: 16px 0;
}
#cart-page.sm-test .methods-wrap .methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px;
}
#cart-page.sm-test .methods-wrap .methods .method {
  padding: 8px;
}
#cart-page.sm-test .methods-wrap .methods .method img {
  height: 32px;
  max-width: 50px;
}

@media (max-width: 1199px) {
  #cart-page.sm-test .cart-wrap .table-wrap,
  #cart-page.sm-test div[id^='aw-box-'],
  #cart-page.sm-test .shipping-totals-wrap {
    min-width: 100%;;
    max-width: 100%;
    margin-left: 0;
  }
  #cart-page.sm-test .cart-wrap .table table .image-wrap {
    width: 70px;
  }

  #cart-page.sm-test .shipping-totals-wrap .totals-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.filter-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filter-wrap .title-wrap i {
  font-size: 22px;
}

.filter-wrap .title-wrap .items-toggle i {
  transition: all 0.2s ease-in-out;
}

.filter-wrap .title-wrap.active .items-toggle i {
  transform: rotate(180deg);
}

.filter-items.not-visible {
  height: 0px;
  overflow: hidden;
}


/* live configurator  */
.variant-blocks .variant-block input{
  display: none;
}
.variant-blocks .variant-block label{
  margin: 0;
  cursor: pointer;
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all .2s linear;
  width: 100%;
  /* white-space: nowrap; */
}
.variant-blocks .variant-block input:checked ~ label{
  border: 2px solid #00328d;
  color: #00328d;
}
.ui.checkbox[data-filter-brand] label {
  cursor: pointer;
}
[data-filter-brand] input {
  pointer-events: none;
}

.ui.selection.dropdown .menu.kleurwaaier-dropdown>.item {
	padding: 0px 20px !important;
}