.mb-1 {
 margin-bottom: 1rem!important; 
}
.mb-2 {
 margin-bottom: 2rem!important; 
}
.mb-4 {
 margin-bottom: 4rem!important; 
}
.ml-1 {
 margin-left: 0.5rem!important; 
}
.w-100 {
 width: 100%!important; 
}
.justify-end {
  justify-content: flex-end;
}
.open-side{
 cursor: pointer; 
}
.invisible {
 visibility: hidden;
  position: absolute;
}
.custom-title {
 font-size: 16px; 
}
.size-label{
  display: block;
  padding: 10px 10px;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  background: #efefefd4;
  font-size: 0.7rem; 
}
input[type="checkbox"], input[type="checkbox"] ~ label{
  cursor: pointer;
}
.product-configure {
  z-index: 100!important;
}

.option-popup {
 	width: 300px;
  background: white;
  z-index: 1000;
  display: none;
  position: absolute;
  right: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.option-popup p {
  padding: 20px;
  font-size: 0.8rem;
  line-height: 1.8;
  margin: 0;
}
.option-wrapper {
  display: inline;
}
.info-icon {
  cursor: pointer;
  margin: -2px 0 0 7px;
}
.link-btn.trans {
	padding: 0;
}
.link-btn.trans a {
  border: 1px solid #ccc;
  color: #38404a;
  background: none; 
  padding: 15px 15px;
}
.link-btn.trans a:hover {
  border: 1px solid #38404a;
  background: none; 
}
.link-btn.trans a:hover:after {
  background: none!important; 
}
.trans {
 	font-size: 0.7rem; 
}
.trans img {
	margin-right: 7px
}
.module-product .stock {
  font-size: 15px; 
  margin-top: 15px
}
.module-product .stock span {
	margin-right: 10px;
}
.module-product .stock span:before {
  display: inline-block;
  content: ' ';
  background-image: url(checking-mark.svg?20230601135651?20210506120031);
  height: 11px;
  width: 20px;
  background-repeat: no-repeat;
}

.module-product .form-product .usp {
  display: flex;
  background: #FAFAFA;
  align-items: center;
  padding: 30px 0;
}
.module-product .form-product .usp img {
  margin: 0 20px;
}
.module-product .form-product .usp .content {
	display: flex;
  flex-direction: column;
}
.module-product .form-product .usp .content p{
	margin: 3px 0!important;
}
.module-product .form-product .usp .content p strong{
	font-weight: 700;
}
.module-product .form-product .other-color {
  color: var(--cove);
  font-size: 15px;
  margin-top: -23px;
  display: block;  
  cursor: pointer;
  font-weight: 500;
}
.module-product .form-product .other-color i {
  font-size: 7px;
  margin-right: 8px;
}
.module-product .form-product .other-color-wrapper {
 display: none; 
}
.module-product .form-product .other-color-wrapper input {
	width: 200px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.module-product .form-product .other-color-wrapper input::-webkit-input-placeholder {
   font-style: italic;
}
.custom-pallete {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0px;
}
.custom-pallete li {
  position: relative;
  z-index: 2;
  float: none;
  width: 55px;
  height: 55px;
  margin: 0 6px 6px 0;
  border-width: 0; 
}
.custom-pallete li input, .custom-size-tile input{
  opacity: 0;
  visibility: visible;
  z-index: 999;
  height: 100%;
  width: 100%;
  cursor: pointer; 
  position: absolute;
  left: 0;
}
.custom-pallete li label {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  padding: 5px 6px;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer; 
  right: auto;
  bottom: auto;
  border: 1px solid #C6C6C6;
  box-shadow: inset 0px 0px 0px 5px rgb(255 255 255);
}
.custom-pallete.option li label {
  box-shadow: inset 0px 0px 0px 3px rgb(255 255 255);
}
.custom-pallete li label.white ~ span { 
  color: white!important;
}
.custom-pallete li input:checked ~ label{
	border: 2px solid black;
}
.custom-size-tile input:checked ~ label {
  border: 1px solid black;
}
.custom-pallete li:hover {
 	z-index: 10000;
}
.custom-pallete.side li:hover label {
  transform: scale(1.5);
/*   background: white; */
}
.custom-pallete.option li:hover label {
  transform: scale(2);
  background: white;
}
.side-wrapper .custom-pallete li:hover label:after {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}
.custom-pallete li label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: -1;
}
.side-wrapper {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 2147483647;
  width: 100%;
  max-width: 600px;
  border-left: 1px solid var(--mercury);
  background: var(--white); 
  font-size: 15px;
  overflow: scroll;
}
.side-wrapper.option{
  overflow: scroll;
  height: 100vh;
  padding-bottom: 50px;
}

.side-active-color .side-wrapper.color {
  right: 0;
}
.side-active-size .side-wrapper.size {
  right: 0;
}
.side-active-option .side-wrapper.option {
  right: 0;
}
.side-active-size #shadow, .side-active-color #shadow, .side-active-option #shadow {
  visibility: visible;
  opacity: 1;
}
.side-wrapper .side-container{
  padding: 75px;
}
.side-wrapper .side-container .side-content .side-nav{
  padding: 0px;
	display: flex;
  list-style: none;
  border-bottom: 1px solid #c6c6c6;
}
.side-wrapper .side-container .side-content .side-nav li{
  margin-right: 30px;
  cursor: pointer;
}

.side-wrapper .side-container .side-content .side-nav li h3{
  font-weight: 500!important;
  font-size: 18px;
}
.side-wrapper .side-container .side-content .side-nav li.active h3{
  font-weight: 700!important
}
.side-wrapper .side-container .side-content .side-nav li.active{
  border-bottom: 2px solid black;
}
.side-wrapper .side-container .side-content .side-nav li.active ~ .custom-pallete.first{
  display: block;
  background: red;
}
.custom-pallete.side {
	margin: -5px;
  display: none;
}
.custom-pallete.side.active{
	display: flex;
}
.custom-pallete.side li {
  width: calc(100% / 5 - 10px);
  height: 82px;
  margin: 0px 5px 10px 5px;
}
.custom-pallete.side li span {
  font-size: 0.8rem;
  text-align: center;
  line-height: 19px;
  display: none;
}
.custom-pallete.option li span {
  font-size: 0.8rem;
  text-align: center;
  line-height: 19px;
  display: none;
}
.custom-pallete li:hover span  {
  display: block;
  line-height: 13px;
  z-index: 99;
  position: absolute;
  font-weight: 700;
  width: 100%;
  bottom: 0px;
  transform: scale(1.5);
  font-size: 6px;
}
.custom-pallete.side li:hover span {
 font-size: 8px; 
}
.custom-pallete li:hover span small {
	font-size: 6px;
}
.custom-pallete.side li:hover span small {
	font-size: 7px;
}
.side-wrapper .custom-pallete li label:after {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.side-wrapper .side-container .side-content footer {
  width: 100%; 
  margin: 60px 0;
  position: relative;
}
.side-wrapper .side-container .side-content footer .succes-message {
	color: var(--positives);
  position: absolute;
  bottom: 70px;
  display: none;
}

.side-wrapper .side-container .side-content footer .price {
  position: relative;
  max-width: 100%;
  margin: 0 0 31px;
  padding: 0 12px 0 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--prices);
  align-items: center;
  display: flex;
}
.side-wrapper .side-container .side-content footer .link-btn{
	margin: 0;
  padding: 0;
}
.side-wrapper .side-container .side-content footer .link-btn.black a{
  display: block;
  width: 100%;
  background: black;
  color: white;
  padding: 16px 15px;
  font-size: 15px;
	height: 50px;
}
.link-btn a.disabled{
  background: #cccccc9c!important;
  color: #676767a3!important;
  cursor: not-allowed; 
}
.custom-size-wrapper .custom-size-container {
	display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.custom-size-wrapper .custom-size-container .custom-size-tiles {
	display: flex;
  flex-wrap: wrap;
  width: 85%;
}
.custom-size-wrapper .custom-size-container .custom-size-title {
	font-weight: 700;
  width: 15%;
}
.custom-size-wrapper .custom-size-container .custom-size-tiles .custom-size-tile{
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-width: 80px;
  height: 51px;
  margin: 0 9px 9px 0;
  padding: 0 12px;
  border: 1px solid var(--mercury);
  color: var(--black);
  font-weight: 400;
  line-height: 49px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;  
}
.custom-size-wrapper .custom-size-container .custom-size-tiles .custom-size-tile label{
  margin: 0px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-option-wrapper .side-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--mercury);
}
.side-option-wrapper .side-option > * {
	width: calc(50% - 10px);
  margin-bottom: 15px
}
.side-option-wrapper .side-option > figure {
	margin-top: 8px;
}
.side-option-wrapper .side-option strong {
	font-weight: 700!important;
}
.side-option-wrapper .side-option .product-configure-custom-option-item {
	width: 100%;
  display: flex;
}
side-option-wrapper .side-option .product-configure-custom-option-item input {
	flex-shrink: 0;
  margin-top: 3px;
}
.side-option-wrapper .side-option label {
	font-weight: 700!important;
	margin-top: -5px;
}
.product-configure{
/*  	display: none;  */
}
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
  cursor:pointer;
  position: relative;
  background: var(--white);
  font-size: 14px;
  border: 1px solid #ccc;
  height: 50px;
}
.styledSelect {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:white;
  line-height: 50px;
  padding: 0 36px 0 15px;
}
.styledSelect span {
  float: right;
  margin-right: 20px;
}
.styledSelect:after {
    content:"\e92b";
  font-family: 'i' !important; 
  speak: none; 
  font-style: normal; 
  font-weight: 400; 
  font-variant: normal; 
  text-transform: none; 
  line-height: 1;
  right: 15px;
  top: 23px;
  position: absolute;
  font-size: 6px;
}
.styledSelect.active:after {
	transform: rotate(180deg);
}
.options {
  display:none;
  position:absolute;
  top:100%;
  right:0;
  left:0;
  z-index:999;
  margin: 0px -1px;
  padding:0 0;
  list-style:none;
  border:1px solid #ccc;
  background-color:white;
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
  height: 45px;
  padding: 0 36px 0 15px;
  font-size: 13px;
  line-height: 45px;
}
.options li span{
  float: right;
  margin-right: -15px;
}
.options li:hover {
  background-color: #0000000a;
}
.options p {
  padding: 0px 15px;
  margin-bottom: 0;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
}
/* .list-collection h3 {
  min-height: 40px;
} */

.list-collection p.price {
	margin-bottom: 7px;
  float: left;
  margin-right: 10px;
}
.list-collection .product .custom-color {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 15px;
}
.list-collection .product .custom-color span {
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ececec;
  position: relative;
}
.list-collection .product .custom-color svg {
  height: 15px;
  width: 15px;
}
.list-collection .btn a{
  display: flex;
  justify-content: center;
}
.list-collection .btn img{
	width: 40%!important; 
}
.list-collection .btn a span {
  width: 125px;
}

/* Effen kleuren */
/* .custom-pallete li label.c-1:after, .custom-color .c-1 { background: #FAFAFA; }
.custom-pallete li label.c-2:after, .custom-color .c-2 { background: #ebe8e1; }
.custom-pallete li label.c-3:after, .custom-color .c-3 { background: #5b605a; }
.custom-pallete li label.c-4:after, .custom-color .c-4 { background: #2c3a45; }
.custom-pallete li label.c-5:after, .custom-color .c-5 { background: #222725; } 
.custom-pallete li label.c-11:after, .custom-color .c-11 { background: #9DAD80; }
.custom-pallete li label.c-30:after, .custom-color .c-30 { background: #B4A49A; } */

/* Structuur */
/* .custom-pallete li label.c-zwart-eiken:after, .custom-color .c-zwart-eiken { background: url(https://cdn.webshopapp.com/shops/321898/files/380386714/zwart-eiken-laminaat.svg); background-size: cover; }
.custom-pallete li label.c-9004:after, .custom-color .c-9004 { background: url(https://cdn.webshopapp.com/shops/321898/files/381076462/zwart-eiken-ral-9004.svg); background-size: cover; }
.custom-pallete li label.c-fineer:after, .custom-color .c-fineer { background: url(https://cdn.webshopapp.com/shops/321898/files/380386710/fineer.svg); background-size: cover; }
.custom-pallete li label.c-lak:after, .custom-color .c-lak { background: url(https://cdn.webshopapp.com/shops/321898/files/380386710/eiken-naturel-matte-lak.svg); background-size: cover; }
.custom-pallete li label.c-serie:after, .custom-color .c-serie { background: url(https://cdn.webshopapp.com/shops/321898/files/380386714/zwart-eiken-style-serie.svg); background-size: cover; } */

/* Tekst Kleur */
/* .custom-pallete li label.c-9004 ~ span,
.custom-pallete li label.c-5008 ~ span, 
.custom-pallete li label.c-7009 ~ span, 
.custom-pallete li label.c-zwart-eiken ~ span,  
.custom-pallete li label.c-9004-eiken ~ span, 
.custom-pallete li label.c-eiken-zwart ~ span, 
.custom-pallete li label.c-serie ~ span {
 color: white;  */
}

.custom-color span, .custom-color span{ border: 1px solid #a2a2a27d!important; }

.custom-color span.plus {
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.custom-color span.plus:before {
  content: "+";
  font-size: 13px;
  color: #a9a9a9;
}
.product-content {
 margin-top: -175px; 
}
.cols-d > header:first-child, .cols-d > aside {
  margin-top: 125px;
}
@media only screen and (max-width: 62.5em) {
  .product-content {
   margin-top: 0px; 
  }
}
@media only screen and (max-width: 47.5em) {
  .side-wrapper .side-container{
    padding: 15px;
  }
  .custom-pallete.side li {
    height: 65px;
    width: 65px;
    margin: 0px 0px 5px 5px;
	}
  .side-wrapper .custom-pallete li label:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
	}
  .side-option-wrapper .side-option > * {
		width: 100%
	}
  .custom-size-wrapper .custom-size-container .custom-size-title, .custom-size-wrapper .custom-size-container .custom-size-tiles {
    width: 100%;
	}
  .fieldset >  div {
 		width: 100%
  }
  
  .custom-pallete li:hover span {
    line-height: 9px;
    font-size: 6px;
    transform: scale(1.5);
	}
  .custom-pallete li:hover span small {
    font-size: 5px;
	}
  .module-product .form-product .usp .content {
   padding-right: 15px; 
  }
  .product-configure-custom-option-item {
/*     display: flex;
    align-items: baseline; */
  }
  .side-wrapper .custom-pallete li input:checked ~ label {
/*     border-width: 1px; */
  }
  #root .list-collection li.single {
	 text-align: left; 
	}
  .size-label {
    padding: 7.5px;
    bottom: 30px;
  }
  .product-configure-custom-option-item {
   display: flex; 
  }
	.product-configure-custom-option-item input{
  	margin-top: 3px;
    flex-shrink: 0;
  }
  .cols-d > header:first-child, .cols-d > aside {
    margin-top: 0px;
	}
}