#scrollTarget {
  Scroll-margin-top: 160px;
}

.opmaat-module-outer {
  margin: 50px 0px;
}

.opmaat-module {
  padding: 30px;

  background: rgb(109 166 170 / 27%);
  display: flex;
}

.opmaat-module .btn-addtocart.disabled-temp {
  pointer-events: none;
}

.opmaat-module-outer .opmaat-title-block {
  margin-bottom: 5px;
}

.opmaat-module-outer .opmaat-title-block h4 {
  margin-bottom: 10px;
}

.opmaat-module-outer .opmaat-title-block .subtitle {
  font-size: 16px;
  color: #888888;
  font-weight: 600;
}

.opmaat-module .opmaat-info {
  margin-top: 55px;
  width: 30%;
  background: #EEEEF0;
  padding: 15px 20px;
  border-radius: 5px;
  height: fit-content;
}

.opmaat-module .opmaat-image {
  width: 70%;
  padding-left: 30px;
  position: relative;
}

.opmaat-module .opmaat-image .image-wrap-outer {
  display: flex;
  flex-wrap: wrap;
}

.opmaat-module .opmaat-image .image-wrap {
  position: relative;
}

.opmaat-module .opmaat-image .image-wrap.ruler-active {
  width: calc(100% - 50px);
}

.opmaat-module .opmaat-image .opmaat-popup {
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translate(-50%, -50%);
  max-width: 80%;
  width: 80%;
  background: #fff;
  border: 2px solid #c0392b;
  display: none;
}

.opmaat-module .opmaat-image .opmaat-popup p.no-margin {
  margin: 0;
}

.opmaat-module .opmaat-image .opmaat-popup.info-popup {
  max-width: 90%;
  width: 90%;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0%);
  text-align: center;
}

.opmaat-module .opmaat-image .opmaat-popup.active {
  display: block;
}

.opmaat-module .opmaat-image .opmaat-popup .opmaat-popup-inner {
  padding: 30px;
  position: relative;
}

.opmaat-module .opmaat-image .opmaat-popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  color: #aaa;
}

.opmaat-module .opmaat-image .opmaat-popup p {
  margin-bottom: 7px;
}

.opmaat-module .opmaat-image .opmaat-popup p.big-text {
  font-size: 20px;
}

.opmaat-module .opmaat-image img {
  max-width: 100%;
}

.opmaat-module .opmaat-image .cropper-container .cropper-canvas img {
  display: block;
}

.opmaat-module .opmaat-image .cropper-container .cropper-canvas img.active {
  display: block;
}

.opmaat-module .opmaat-image .cropper-container .cropper-modal {
  background: #f7f7f7;
}

.opmaat-module .opmaat-image .stroke-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 2px dashed #22838a;
  z-index: 100;
  display: none;
}

.opmaat-module .opmaat-image.banen-active .stroke-line {
  display: block;
}

.opmaat-module .buttons {
  /* display: flex; */
  /* margin: 11px -5px; */
  /* justify-content: flex-end; */

  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download-button.btn{
  gap: 8px;
}

.opmaat-module .buttons .maatwerk-button {
  background: none !important;
  color: #aaa;
  border: 2px solid #aaa;
  margin: 0px 10px;
}

.opmaat-module .buttons .maatwerk-button i {
  margin-right: 0;
  margin-left: 10px;
}

.opmaat-module .buttons .maatwerk-button:hover {
  color: #000;
  border-color: #000;
}

.opmaat-module .buttons .maatwerk-button.active {
  border-color: #000;
  color: #000;
}

/* .opmaat-module .opmaat-image .cropper-container img {
	transform: scaleX(-1) !important;
} */

.opmaat-module .cropper-view-box {
  outline: none;
}

.opmaat-module .opmaat-info .opmaat-info-header {
  margin-bottom: 20px;
}

.opmaat-module .opmaat-info .opmaat-info-header .title-block {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  height: 42px;
}

.opmaat-module h4 {
  margin: 0 !important;
  margin-right: 8px !important;
}

.opmaat-module .opmaat-info .opmaat-info-header .title-block .subtitle {
  /* 	font-weight: 600; */
  color: #888888;
}

.opmaat-module .opmaat-info .text-inputs,
.calculator .text-inputs {
  display: flex;
  align-items: center;
}

.opmaat-module .opmaat-info .text-inputs label,
.calculator .text-inputs label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.opmaat-module .opmaat-info .text-inputs .inner-input-wrap,
.calculator .text-inputs .inner-input-wrap {
  position: relative;
}

.opmaat-module .opmaat-info .text-inputs input,
.calculator .text-inputs input {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  outline: none;
  /* border: 2px solid #000; */
  text-align: center;
  padding: 0px 40px;
  width: 150px;
  font-weight: 600;
}

.opmaat-module .opmaat-info .text-inputs input.error,
.calculator .text-inputs input.error {
  border-color: #c0392b;
  color: #c0392b;
}

.opmaat-module .opmaat-info .text-inputs .inner-input-wrap span,
.opmaat-module .opmaat-info .text-inputs .inner-input-wrap i,
.calculator .text-inputs .inner-input-wrap span,
.calculator .text-inputs .inner-input-wrap i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opmaat-module .opmaat-info .text-inputs .inner-input-wrap i,
.calculator .text-inputs .inner-input-wrap i {
  right: auto;
  left: 0;
}

.opmaat-module .opmaat-info .text-inputs .in-m2,
.calculator .text-inputs .in-m2 {
  margin-top: 5px;
  text-align: center;
}

.opmaat-module .opmaat-info .text-inputs .size-divider,
.calculator .text-inputs .size-divider {
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 0px 15px;
}

.opmaat-module .opmaat-info .afmetingen-options {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.opmaat-module .opmaat-info .afmetingen-options label{
  margin-bottom: 0;
}
.opmaat-module .opmaat-info .afmetingen-options input{
  margin: 0;
}


.opmaat-module .opmaat-info .afmetingen-options label:before {
  border: 1px solid #000;
}

.opmaat-module .opmaat-info .total-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

.opmaat-module .opmaat-info .total-block .result-block {
  margin-right: 30px;
  margin-bottom: 23px;
  text-align: right;
}

.opmaat-module .opmaat-info .total-block .result-block .size-label {
  font-weight: 700;
}

.opmaat-module .opmaat-info .total-block .result-block .total-price {
  font-size: 1.3em;
}

/* .opmaat-module .opmaat-info .total-block button {
  padding-right: 65px;
} */

.opmaat-module .opmaat-info .total-block .free-send {
  text-align: center;
  margin-top: 5px;
}



.opmaat-module .opmaat-image .image-header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.opmaat-module .opmaat-image .image-header .open-popup-icon {
  margin-left: 5px;
  color: #228389;
}

.hidden-fields {
  display: none;
}

.opmaat-module .btn-addtocart.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.cart-text-link {
  color: #337ab7;
  text-decoration: underline;
  font-weight: 600;
  /* padding-left: 3px; */
}

.productform.no-customs .product-configure-custom {
  display: none;
}

.opmaat-module .main-image {
  opacity: 0;
}

/* 
.maatwerk-button-scroll {
	margin-top: 15px;
} */

.maatwerk-button-scroll .maatwerk-button-inner {
  border: 0;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 0 0 0 0;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
  width: 100%;
  /*background: #000;*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.maatwerk-button-scroll .maatwerk-button-inner:focus {
  /*background: #000;*/
}

.maatwerk-button-scroll .maatwerk-button-inner:hover {
  /*background: #000;*/
}

.hidden-download {
  display: none;
}

.hand-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;

}

.hand-animation span {
  position: relative;
  animation: hand 2s infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.horizontal-ruler {
  transition: ease all .3s;
  height: 15px;
  width: calc(100% - 50px);
  margin-bottom: 5px;
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
  margin-top: 35px;
  /* display: none; */
  opacity: 0;
}

.horizontal-ruler.active {
  /* display: block; */
  opacity: 1;
}

.horizontal-ruler .total-width {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.horizontal-ruler .total-width:before {
  content: '';
  width: 1px;
  background: #000;
  height: 6px;
  min-width: 1px;
  display: block;
  position: absolute;
  left: 50%;
  top: 18px;
}

.vertical-ruler {
  transition: ease all .3s;
  width: 15px;
  border: 1px solid #000;
  border-left: none;
  position: relative;
  /* display: none; */
  margin-left: 5px;
  opacity: 0;
}

.vertical-ruler.active {
  /* display: block; */
  opacity: 1;
}

.vertical-ruler .total-width {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  left: 26px;
}

.vertical-ruler .total-width:before {
  content: '';
  width: 6px;
  background: #000;
  height: 1px;
  display: block;
  position: absolute;
  top: 55%;
  left: -11px;
}

.gui-thankyou .gui-table tbody tr td:first-child p:last-child {
  display: none;
}

@media (max-width: 991px) {
  .opmaat-module {
    flex-direction: column-reverse;
  }

  .opmaat-module .opmaat-info {
    width: 100%;
  }

  .opmaat-module .opmaat-image {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0px;
  }

  .productpage .opmaat-module h4.block-title {
    padding-top: 0;
    border: 0;
  }

  .productpage .opmaat-module h4.block-title:after {
    display: none;
  }

  .opmaat-module .opmaat-info .total-block button {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .opmaat-module {
    padding: 0;
  }

  .opmaat-module .opmaat-info .text-inputs .size-divider {
    font-size: 18px;
    padding: 0px 7px;
  }

  .opmaat-module .opmaat-info .text-inputs {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .opmaat-module .opmaat-info .text-inputs input {
    width: 125px;
  }

  .opmaat-module .opmaat-image .image-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .opmaat-module .buttons {
    margin: 0;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .opmaat-module .opmaat-image .opmaat-popup {
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    max-width: 100%;
  }
}

@keyframes hand {

  /*   0% {
    top: 0;
  }
  25% {
  	top: -40px;
  }
  75% {
  	top: 40px;
  }
  100% {
    top: 0;
  } */
  0% {
    top: -30px;
  }

  50% {
    top: 30px;
  }

  100% {
    top: -30px;
  }
}

.order-summary .gui-table td p:not(.gui-delivery-time-checkout) {
  display: none;
}

.opmaat-module input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.opmaat-module input[type=number] {
  -moz-appearance: textfield;
}

/* Configurator */
.productpage-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.productpage-icons .calculator-toggle-wrap {
  margin-left: 15px;
}

.productpage-icons .calculator-toggle-wrap .calculator-toggle {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none !important;
}

.productpage-icons .calculator-toggle-wrap .calculator-toggle i {
  height: 30px;
  width: 30px;
  background: #b4c8ca;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  display: inline-block;
  font-size: 12px;
  border: 0px solid rgb(41 41 37);
  margin-right: 5px;
}

.productpage .productpage-icons .share {
  display: flex;
}

.productpage .calculator {
  display: none;
  padding: 25px;
  background: rgb(243 248 248);
  margin-top: 20px;
  position: relative;
}

.productpage .calculator.active {
  display: block;
}

.productpage .calculator .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.3em;
  display: flex;
}

.productpage .calculator .title {
  text-align: center;
  margin-bottom: 15px;
}

.productpage .calculator .result {
  margin-top: 20px;
  text-align: center;
  font-size: 1.2em;
}

.productpage .calculator .result span {
  font-weight: 600;
}


.opmaat-module .opmaat-image .opmaat-popup p.no-margin {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.opmaat-module .opmaat-image .opmaat-popup p {
  margin-bottom: 12px;
  font-size: 16px;
}

.opmaat-module h4 {
  margin: 0 !important;
  margin-right: 8px !important;
  font-weight: 600;
}

.opmaat-module .opmaat-info .opmaat-info-header .title-block {
  margin-bottom: 0px;
  display: block;
  margin-top: 24px;
  align-items: center;
  height: 25px;
}

.opmaat-module .opmaat-image .image-header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.opmaat-module .opmaat-info .total-block .result-block {
  margin-right: 20px;
  margin-bottom: 50px;
  text-align: right;
}

.opmaat-module .btn-addtocart.disabled {
  opacity: 1;
  pointer-events: none;
}


.opmaat-module .opmaat-info .total-block .result-block .size-label {
  font-weight: 600;
}

.opmaat-module .opmaat-image .cropper-container .cropper-modal {
  background: #f3f8f8;
}

.categories-button.small .nav-icon>div {
  background: #282825;
}

.opmaat-module-outer .opmaat-title-block .subtitle {
  font-size: 28px;
  color: #292926;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.opmaat-module-outer .opmaat-title-block h4 {
  margin-bottom: 2px;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.header-left {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-width: 200px;
  padding-right: 0px;
  height: 30px;
}

.productpage .unit-price {
  margin-top: 3px;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 14px;
  display: none;
}

.fa-check:before {
  content: "\f00c";
  color: #fff;
}

.opmaat-module .opmaat-image .stroke-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed #19ffb7;
  z-index: 100;
  display: none;
}

.opmaat-module .opmaat-image .opmaat-popup {
  position: absolute;
  top: 50%;
  left: calc(50% + 0px);
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 90%;
  background: #fff;
  border: 1px solid #ffffff;
  display: none;
}

.opmaat-module .opmaat-image .opmaat-popup.info-popup {
  z-index: 1;
}

.opmaat-module .opmaat-image .opmaat-popup.size-popup {
  z-index: 2;
}

.opmaattext {
  text-align: center;
  /* margin-left: 220px;
  margin-right: 220px; */
}

.opmaat-module .opmaat-info .text-inputs input.error,
.calculator .text-inputs input.error {
  border-color: #ff0068;
  color: #ff0068;
}

.opmaat-module .opmaat-info .total-block {
  /* display: flex; */
  /* justify-content: flex-end; */
  /* align-items: center; */
  margin-top: -18px;
  margin-bottom: -25px;
}

.opmaat-module .opmaat-info .total-block .free-send {
  text-align: center;
  margin-top: 5px;
  color: #479980;
  font-weight: 400;
  font-size: 12px;
}

.cropper-modal {
  opacity: .8;
}

.opmaat-module .buttons .maatwerk-button {
  background: #f4f5f3 !important;
  color: #282827;
  border: none;
  margin: 0px 5px;
  letter-spacing: 0.8pt;
  font-size: 12px;
  text-transform: uppercase;
}

.fancy-checkbox+label,
.fancy-radio+label {
  position: relative;
  padding-left: 24px;
  margin-left: -25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.opmaat-module .opmaat-info .text-inputs label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 19px;
}

.opmaat-module .opmaat-info .text-inputs .size-divider,
.calculator .text-inputs .size-divider {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0px 20px;
  margin-top: 22px;
}

.opmaat-module .opmaat-info .total-block .result-block .total-price {
  font-size: 28px;
  color: #292926;
  font-weight: 400;
}

.opmaat-module .opmaat-info .opmaat-info-header .title-block .subtitle {
  font-weight: 500;
  color: #ff0068;
  margin-top: 2px;
}

.opmaat-module .opmaat-info .text-inputs input,
.calculator .text-inputs input {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  outline: none;
  /* border: 1px solid #000; */
  text-align: center;
  padding: 0px 20px;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
}

.opmaat-module {
  padding: 0px;
  background: rgb(255 255 255);
  display: flex;
}

.opmaat-module .opmaat-info .opmaat-info-header .title-block{
  margin-bottom: 0px;
  display: block;
  margin-top: 24px;
  align-items: center;
  height: 25px;
}
.afmeting{
  color: #193388;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}

.opmaat-info .cart-wrap{
  margin-bottom: 30px;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.opmaat-info .cart-wrap button{
  width: 100%;
}

.opmaat-info .cart-wrap .free-send{
  color: green;
}

.opmaat-module .buttons .maatwerk-button{
  background: #f4f5f3 !important;
  color: #282827;
  border: none;
  margin: 0px 5px;
  letter-spacing: 0.8pt;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 430px) {
  .opmaat-module .opmaat-info .text-inputs {
    flex-wrap: inherit;
  }

  .opmaattext {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

}
.opmaat-info .buttons .btn:hover,
.opmaat-info .buttons .btn{
  background: #193388;
  color: #fff;
}