/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/10up-toolkit/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/scss/main.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #f6f6f6;
}
.nice-select:after {
  border-bottom: 2px solid #f6f6f6;
  border-right: 2px solid #f6f6f6;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #f6f6f6;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #f6f6f6;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}
.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}
.nice-select .list::-webkit-scrollbar {
  width: 0;
}
.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}
.pro-form__tabs-list,
.isenzio-csv-form__tabs-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pro-form__tabs-item,
.isenzio-csv-form__tabs-item {
  font-weight: 300;
  color: #9d1460;
  line-height: 48px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #fff;
  text-align: center;
  flex: 0 0 50%;
  cursor: pointer;
}
.pro-form__tabs-item:hover,
.isenzio-csv-form__tabs-item:hover {
  color: #3c3c3b;
}
.pro-form__tabs-item--active,
.isenzio-csv-form__tabs-item--active {
  color: #3c3c3b;
  background-color: #f6f6f6;
}
.pro-form__tab,
.isenzio-csv-form__tab {
  padding: 16px 10px 0;
  display: none;
}
.pro-form__tab--active,
.isenzio-csv-form__tab--active {
  display: block;
}
.pro-form__field,
.isenzio-csv-form__field {
  margin-bottom: 14px;
  border-bottom: 1px solid white;
  display: block;
}
.pro-form__field-header,
.isenzio-csv-form__field-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.pro-form__field-input-description,
.isenzio-csv-form__field-input-description {
  font-family: inherit;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  padding: 6px 0 16px;
}
.pro-form__field-input-description p,
.isenzio-csv-form__field-input-description p {
  margin: 0;
}
.pro-form__field-input-description .small-text,
.isenzio-csv-form__field-input-description .small-text {
  margin-top: 16px;
  font-size: 0.813em;
}
.pro-form__field-input-description a,
.isenzio-csv-form__field-input-description a {
  font-size: 0.813em;
}
.pro-form__field-label,
.isenzio-csv-form__field-label {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  padding: 0;
  color: #333;
}
.pro-form__field--image-radio .pro-form__field-input-container,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container {
  width: 168px;
  flex: 0 0 168px;
  position: relative;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container input[type=radio],
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container--is-hidden,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container--is-hidden {
  display: none;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label {
  background-color: #fff;
  display: block;
  padding: 1px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label .pro-form__field-image-radio-image,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label .pro-form__field-image-radio-image {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label .pro-form__field-image-radio-label,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label .pro-form__field-image-radio-label {
  padding: 6px 3px 0;
  margin: 0 0 3px;
  font-size: 13px;
  color: #9d1460;
  border-top: 1px solid #eee;
  transition: all 0.2s ease-in-out;
  display: block;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label:hover,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container .pro-form__field-label:hover {
  border-color: #999;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container input[type=radio]:checked + .pro-form__field-label,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container input[type=radio]:checked + .pro-form__field-label {
  border-color: #000;
}
.pro-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container input[type=radio]:checked + .pro-form__field-label .pro-form__field-image-radio-label,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container .pro-form__field-radio-container input[type=radio]:checked + .pro-form__field-label .pro-form__field-image-radio-label {
  color: #000;
}
.pro-form__field--image-radio .pro-form__field-input-container.small-cols .pro-form__field-radio-container,
.isenzio-csv-form__field--image-radio .pro-form__field-input-container.small-cols .pro-form__field-radio-container {
  width: 124px;
  flex: 0 0 124px;
}
.pro-form__field--toggle .pro-form__field-input-container,
.isenzio-csv-form__field--toggle .pro-form__field-input-container {
  margin-top: 12px;
  position: relative;
}
.pro-form__field--toggle .pro-form__field-input-container input[type=checkbox],
.isenzio-csv-form__field--toggle .pro-form__field-input-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pro-form__field--toggle .pro-form__field-toggle-label,
.isenzio-csv-form__field--toggle .pro-form__field-toggle-label {
  width: 28px;
  height: 16px;
  background-color: rgb(229, 231, 235);
  border-radius: 9999px;
  border: 2px solid transparent;
}
.pro-form__field--toggle .pro-form__field-toggle-label::before,
.isenzio-csv-form__field--toggle .pro-form__field-toggle-label::before {
  content: "";
  display: block;
  border-radius: 9999px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.pro-form__field--toggle input[type=checkbox]:checked + .pro-form__field-toggle-label::before,
.isenzio-csv-form__field--toggle input[type=checkbox]:checked + .pro-form__field-toggle-label::before {
  background-color: rgb(75, 160, 73);
  transform: translateX(100%);
}
.pro-form__field--is-hidden,
.isenzio-csv-form__field--is-hidden {
  display: none;
}
.pro-form__field--is-invalid .pro-form__field-label,
.isenzio-csv-form__field--is-invalid .pro-form__field-label {
  color: #b30202;
}
.pro-form__field--is-invalid input[type=text],
.pro-form__field--is-invalid input[type=number],
.pro-form__field--is-invalid select,
.pro-form__field--is-invalid .pro-form__field-label,
.isenzio-csv-form__field--is-invalid input[type=text],
.isenzio-csv-form__field--is-invalid input[type=number],
.isenzio-csv-form__field--is-invalid select,
.isenzio-csv-form__field--is-invalid .pro-form__field-label {
  border-color: #b30202 !important;
}
.pro-form__field input[type=text],
.pro-form__field input[type=number],
.isenzio-csv-form__field input[type=text],
.isenzio-csv-form__field input[type=number] {
  border: 1px solid #666;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4286;
  color: #555;
  border-radius: 5px;
  width: 100%;
}
.pro-form__field .text-red,
.isenzio-csv-form__field .text-red {
  font-size: 15px;
  color: #790000;
  margin-bottom: 0;
}
.pro-form__cloth-example-container,
.isenzio-csv-form__cloth-example-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.pro-form__cloth-example-single,
.isenzio-csv-form__cloth-example-single {
  width: 136px;
  flex: 0 0 136px;
}
.pro-form__cloth-example-single .ajax_add_to_cart_2,
.isenzio-csv-form__cloth-example-single .ajax_add_to_cart_2 {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.pro-form__cloth-example-single .ajax_add_to_cart_2 .loader-add-to-cart,
.isenzio-csv-form__cloth-example-single .ajax_add_to_cart_2 .loader-add-to-cart {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pro-form__cloth-example-single .ajax_add_to_cart_2 .loader-add-to-cart img,
.isenzio-csv-form__cloth-example-single .ajax_add_to_cart_2 .loader-add-to-cart img {
  display: block;
  margin-top: -5px;
}
.pro-form__cloth-example-label,
.isenzio-csv-form__cloth-example-label {
  text-align: center;
  margin: 6px 0;
  font-size: 0.875em;
}
.pro-form__footer,
.isenzio-csv-form__footer {
  margin-top: 32px;
  margin-bottom: 8px;
}
.pro-form__footer-hint,
.isenzio-csv-form__footer-hint {
  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  margin: 0 0 6px;
  padding: 0;
  color: #888;
}
.pro-form__footer-hint--is-hidden,
.isenzio-csv-form__footer-hint--is-hidden {
  display: none;
}
.pro-form__footer-prices,
.isenzio-csv-form__footer-prices {
  display: flex;
  flex-direction: column;
}
.pro-form__footer-old-price,
.isenzio-csv-form__footer-old-price {
  color: #888;
  font-size: 15px;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.pro-form__footer-price,
.isenzio-csv-form__footer-price {
  font-weight: 300;
  font-size: 40px;
  color: #000;
}
.pro-form__footer-price.has-default-price::before,
.isenzio-csv-form__footer-price.has-default-price::before {
  content: "ab ";
}
.pro-form__footer-price.hide-price,
.isenzio-csv-form__footer-price.hide-price {
  display: none;
}
.pro-form .nice-select,
.isenzio-csv-form .nice-select {
  margin-bottom: 8px;
  float: none;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}
.woocommerce-cart-form dl.variation dt {
  padding-right: 5px !important;
}
.isenzio-cart-price .amount {
  color: #888 !important;
  font-size: 15px !important;
  -webkit-text-decoration: line-through !important;
  -webkit-text-decoration: line-through !important;
  text-decoration: line-through !important;
  display: block;
}
.single-product .summary form.cart:has(.isenzio-csv-form) {
  background-color: transparent;
}

/*# sourceMappingURL=isenzio-vorhangkonfigurator-woocommerce-styles.css.map*/