#loadingInfo {
  z-index: 30;
  position: absolute;
  top: 35px;
  left: 50px;
  display: none;
  padding: 2px 8px;
  border-radius: 0px;
  background-color: transparent;
  color: var(--pp_hl_col);
  font-size: 0.9em; /* 11px; */
  line-height: 1.8em;
}

/*********** Main Content Styling ***************/
#mainContent {
  display: flex;
  position: absolute;
  top: 110px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: calc(100vh - 120px);
  color: #555;
  background-color: #fff;
}

#modelWrapper {
  position: relative;
  flex: 1;
  /* background-color: #F5F5F5; */
  /* background: no-repeat center url("../img/sdDefault.jpg"); */
  /* background-size: cover;  */
}

#printSetWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 360px;
  /* background-color: #FFF; */
  padding-top: 0px;
}

#controlsWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 360px;
  /* background-color: #FFF; */
  padding-top: 0px;
}

.bottomBar {
  position: relative;
  flex: 0 1 auto;
  bottom: 0px;
  left: 0px;
  padding: 10px 25px 10px 33px;
  width: 100%;
  margin-top: auto;
}

.bottomBar > span {
  width: 100%;
  font-size: 0.7em;
}

#miniDashboard {
  border: 1px solid var(--pp_hl_col);
  padding: 0px 10px;
  width: 100%;
  overflow-wrap: break-word;
}

.bottomBar div {
  margin-bottom: 2px;
  width: 100%;
}

.bottomBar .bTitle {
  margin-top: 10px;
  font-weight: bold;
}
/*Forms and Inputs*/

#paramWrappers {
  padding: 25px 0px;
  background-color: inherit;
}

.paramWrapper {
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  padding-bottom: 10px;
  font-size: 0.9rem; /* 16px; */
  line-height: 24px;
  position: relative;
  background-color: inherit;
}
#priceCalc {
  padding-bottom: 0.5em;
}
.priceCalcEN::after {
  content: " € (incl. VAT)";
}
.priceCalcDE::after {
  content: " € (inkl. MwSt.)";
}
.paramWrapperGroup {
  display: none;
  flex: 0 1 auto;
}
.paramWrapperGroup > .paramWrapper {
  padding-bottom: 12px;
}
.usage {
  padding-left: 30px;
}

.paramWhite {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: var(--pp_bg_col);
  opacity: 0.5;
}
.pwLeft {
  flex: 0 1 auto;

  padding-left: 33px;
}
.pwLeftNoRight {
  padding-right: 25px;
  flex: 1 1 auto;
}

.hiddenOverflow {
  overflow: hidden;
}

.pwRight {
  flex: 1;
  display: flex;
  text-align: right;
  padding: 0px 25px 0px 33px;
}

.pwRight > span {
  width: 50px;
  flex: 0 1 auto;
  text-align: right;
  height: 2em;
}
.pwRight > .pwImage {
  display: block;
  width: 100%;
}

.pwRight > .pwImgList {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between; /* */
  flex-wrap: wrap; /* */
}
.pwRight > .pwImgList > .pwListImgItem {
  display: block;
  /* flex-grow: 1; */
  align-items: stretch;
  background: no-repeat center;
  background-size: contain;
  opacity: 0.35;
  width: auto; /* */
  height: auto; /* */
  min-width: 20%;
  position: relative;
  margin-bottom: 15px;
}
.pwRight > .pwImgList > .pwListImgItemMK {
  opacity: 1;
  width: 30%;
  height: 90px;
  border-radius: 5px;
  background: #f5f5f5;
  box-shadow: -8px -8px 12px #e1e1e1, 8px 8px 16px #ffffff;
}

.pwRight > .pwImgList > .pwListImgItemMK:hover {
  box-shadow: -8px -8px 12px #dfdfdf, 8px 8px 16px #ffffff;
  transform: scale(1.05);
}
.pwRight > .pwImgList > .pwListImgItem:hover {
  cursor: pointer;
}
.pwRight > .pwImgList > .pwListImgItemNotActive {
  display: none;
}
.pwRight > .pwImgList > .selectedItem {
  opacity: 1;
}

.pwRight > .pwImgList > .pwListImgItem > .title {
  position: absolute;
  bottom: 0px;
  min-height: 15px;
  background-color: #f5f5f5;
  font-size: 11px; /* 11px; */
  line-height: 16px;
  width: 90%;
  padding: 0% 5%;
  border-radius: 0px 0px 5px 5px;
}

.pwRight > .pwImgList > .pwListImgItemSelected {
  background-color: #d7d7d7;
  box-shadow: -6px -6px 12px #bdbdbd, 6px 6px 12px #6f5e5e; /* #f1f1f1; */
}
.pwRight > .pwImgList > .pwListImgItemSelected > .title {
  background-color: #666;
  color: #fff;
}

.pwImgPlanentypImgList > .pwRight > .pwImgList > .pwListImgItem {
  width: 33%;
}
.pwImgVerbundtypImgList > .pwRight > .pwImgList {
  flex-grow: 1;
  justify-content: space-around;
}

.paramWrapper:hover .pwHint {
  display: block;
}

.pwHint:hover + .pwHintText {
  display: block;
}

.pwHint {
  position: absolute;
  top: 3px;
  right: 5px;
  display: none;
  width: 17px;
  height: 17px;
  font-size: 11px; /* 11px; */
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  background-color: var(--pp_bg_col);
  color: var(--pp_sec_col);
  z-index: 80;
  border-radius: 50%;
  border: 1px solid var(--pp_sec_col);
  transition: all 0.25s ease-in-out;
}

.pwHint:hover {
  cursor: pointer;
}

.pwHintText {
  position: absolute;
  line-height: 0.9rem; /* 12px; */
  top: 0px;
  right: 0px;
  display: none;
  width: 302px;
  padding: 8px;
  padding-right: 25px;
  margin: 0px 25px;
  min-height: 0.7rem;
  font-size: 0.7rem;
  text-align: left;
  background-color: var(--pp_sec_col);
  color: var(--pp_bg_col);
  z-index: 79;
}

.paramWrapper > img {
  width: 100%;
  display: block;
}

.pwInfo {
  background-color: #dcdcdc;
  flex: 1;
  margin: 0px 25px;
  padding: 4px 0px;
  border-radius: 2px;
}

.pwInfo::before {
  pointer-events: none;
  position: relative;
  display: inline;
  float: left;
  width: 25px;
  height: 25px;
  margin: 3px 7px;
  content: "";

  color: inherit;
  background: no-repeat center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/svg/INFO.svg");
  background-size: contain;
}

.pwGroup {
  /* background-color: #DCDCDC; */
  flex: 1;
  margin: 0px 5px;
  padding: 4px 0px;
  font-weight: bold;
  /* border-radius: 2px; */
}

.pwGroup:hover {
  cursor: pointer;
}

.pwGroup::before {
  pointer-events: none;
  position: relative;
  display: inline;
  float: left;
  width: 18px;
  height: 18px;
  margin: 3px 5px;
  content: "";
  opacity: 0.75;
  color: inherit;
  background: no-repeat center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/svg/ARROWDOWN.svg");
  background-size: contain;
}

.pwGroupClosed::before {
  transform: rotate(-90deg);
}

.pwGroupOpen::before {
  transform: rotate(0deg);
}

.pwNotActive {
  opacity: 0.5;
}

.pwExporting {
  height: 80px;
  background: no-repeat center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/loading.gif");
  background-size: contain;
}

.pwTitle {
  white-space: nowrap;
}
.pwTitle:hover {
  cursor: pointer;
}

.pwRangeInput {
  width: 40px;
  /* height: 20px; */
  text-align: right;
  padding: 2px;
  outline: none;
  border-radius: 0px;
  border: 0px;
  background-color: var(--pp_bg_col);
}

.pwRangeInputHelper {
  display: none;
  white-space: pre;
}

#mainContent input,
#mainContent textarea {
  flex: 1;
  color: inherit;
  padding: 2px 0;
  outline: none;
  border: 0px;
  border-bottom: 1px solid var(--pp_sec_col);
  border-radius: 0px;
  font-size: 0.9rem; /* 16px; */
  line-height: 1.25rem;
  box-shadow: none;
  /* border-radius: 2px; */
  background-color: var(--pp_bg_col);
  transition: all 0.5s ease-in-out;
  font-family: inherit;
}

#mainContent textarea {
  height: auto;
  height: 5em;
  width: 100%;
  resize: none;
  font-size: 0.9em;
  line-height: 1em;
  border: 1px solid var(--pp_sec_col);
}

#mainContent input {
  /* height:12px; */
}
#mainContent input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#mainContent input[type="range"] {
  border-bottom: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* 100% added */

  background-color: var(--pp_bg_col);
  margin: 0px 0;
  display: inline; /* added */
  float: left; /* added */
}

#mainContent button {
  margin: 0px 25px 10px;

  font-size: 0.7rem; /* 16px; */
  line-height: 1.5rem;
  /* border-radius: 2px; */
  padding: 4px 0;
  background-color: #dcdcdc;
  border: 0px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  outline: none;
}

#mainContent input[type="range"]:focus {
  outline: none;
}
#mainContent input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  padding: 10px 0px;
  cursor: pointer;
  /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
  background-color: var(--pp_bg_col);
  background: repeat-X center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/svg/horizontalSliderTrack.svg");
  border-radius: 0px;
  border: 0px solid var(--pp_sec_col);
}

#mainContent input[type="range"]::-webkit-slider-thumb {
  /* box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000; */
  -webkit-appearance: none;
  border: 2px solid var(--pp_bg_col);
  height: 20px;
  width: 6px;
  border-radius: 0px;
  background-color: var(--pp_hl_col);
  /* background: no-repeat center url("../img/svg/horizontalSliderThumb.svg"); */
  /* background-size: cover; */
  cursor: pointer;
  margin-top: -9px;
}
#mainContent input[type="range"]:focus::-webkit-slider-runnable-track {
  background-color: var(--pp_bg_col);
  background: repeat-X center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/svg/horizontalSliderTrack.svg");
}
#mainContent input[type="range"]::-moz-range-track {
  width: 100%;
  height: 1px;
  padding: 10px 0px;
  cursor: pointer;
  background-color: var(--pp_bg_col);
  background: repeat-X center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/svg/horizontalSliderTrack.svg");
  border-radius: 0px;
  border: 0px solid var(--pp_bg_col);
}
#mainContent input[type="range"]::-moz-range-thumb {
  border: 2px solid var(--pp_bg_col);
  height: 20px;
  width: 2px;
  border-radius: 0px;
  background-color: var(--pp_hl_col);
  margin-top: -9px;
  cursor: pointer;
}
#mainContent input[type="range"]::-ms-track {
  width: 100%;
  height: 1px;
  padding: 10px 0px;
  cursor: pointer;
  background-color: var(--pp_bg_col);
  background: repeat-X center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/svg/horizontalSliderTrack.svg");
  border-color: transparent;
  color: transparent;
}
#mainContent input[type="range"]::-ms-fill-lower {
  background: var(--pp_sec_col);
  border: 0px solid var(--pp_sec_col);
  border-radius: 0px;
  box-shadow: none; /* 1px 1px 1px var(--pp_bg_col), 0px 0px 1px var(--pp_bg_col); */
}
#mainContent input[type="range"]::-ms-fill-upper {
  background: var(--pp_sec_col);
  border: 0px;
  border-radius: 0px;
  box-shadow: none; /* 1px 1px 1px var(--pp_bg_col), 0px 0px 1px var(--pp_bg_col); */
}
#mainContent input[type="range"]::-ms-thumb {
  border: 2px solid var(--pp_hl_col);
  height: 20px;
  width: 6px;
  border-radius: 0px;
  background-color: var(--pp_bg_col);
  margin-top: -9px;
  cursor: pointer;
}
#mainContent input[type="range"]:focus::-ms-fill-lower {
  background: var(--pp_hl_col);
}
#mainContent input[type="range"]:focus::-ms-fill-upper {
  background: var(--pp_hl_col);
}

.pwSelectWrapper {
  position: relative;
  width: 100%;
  height: 24px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.pwSelectWrapper::before {
  color: var(--pp_bg_col);
  font-size: 0.9rem; /* 16px; */
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 2px;
  display: block;
  opacity: 0.9;
  width: 20px;
  height: 24px;
  content: "";
  background: no-repeat center
    url("https://beta.choc-mate.de/wp-content/plugins/ppWoo/asset/img/svg/ARROW.svg");
  transform: rotate(90deg);
  background-size: contain;
}

.pwSelectWrapper > select {
  background-color: var(--pp_bg_col);
}

.pwSelectWrapper > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--pp_bg_col);
  border: none;
  border-bottom: var(--pp_sec_col) 1px solid;
  border-radius: 0px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  height: 24px;
  outline: none;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
}

.pwSelectWrapper > select option {
  color: inherit;
}
.pwSelectWrapper > select option:disabled {
  color: lightgray;
  font-style: italic;
}

.pwSelectWrapper > select::-ms-expand {
  display: none;
}

.pwSelectWrapper > select:focus::-ms-value {
  background-color: transparent;
}

/* The switch - the box around the slider */
.ppSwitch {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

/* Hide default HTML checkbox */
.ppSwitch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ppSwitchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--pp_hl_col);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ppSwitchSlider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: var(--pp_bg_col);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ppSwitch > input:checked + .ppSwitchSlider {
  background-color: var(--pp_hl_col);
}

.ppSwitch > input:focus + .ppSwitchSlider {
  box-shadow: 0 0 0px var(--pp_hl_col);
}

/* .ppSwitch > input:checked + .ppSwitchSlider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
} */

/* Rounded sliders */
.ppSwitchSlider.round {
  border-radius: 17px;
}

.ppSwitchSlider.round:before {
  border-radius: 50%;
}
