.in-kontakt #formContact {
  display: none;
}

.type-product .additional-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-block: 20px;
  order: -20;
}
.type-product .additional-btns a {
  padding: 5px 25px !important;
  background-color: #1dcdae;
  border-color: #1dcdae;
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.type-product .additional-btns a:hover {
  border-color: #58595b;
  color: #fff;
  background-color: #58595b;
}
.type-product .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.type-product .popup-form-wrapper {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  overflow: auto;
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  margin-bottom: 0 !important;
}
.type-product .popup-form-wrapper .popup-close {
  padding: 1em;
  border-radius: 50%;
  background-color: var(--color-tertiary-hover);
  color: #fff;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  line-height: 0.5em;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 9999999;
}
.type-product .popup-form-wrapper .popup-close:hover,
.type-product .popup-form-wrapper .popup-close:focus {
  background-color: var(--color-tertiary);
  transition: all 0.3s ease-out;
}
.type-product .detail-popup.btn.btn-default {
  width: 199px;
  height: 51px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.type-product .form-group--disabled {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/*# sourceMappingURL=style2.css.map */
