li.custom-option1 {
    margin-left: 0px !important;
    padding-left: 0px;
}
.custom-options-list1 {
  overflow-y: auto;
}
.showcofiguratorcode {
	text-align: center;
}
@media (max-width: 767px) {
  .gap50 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap50 {
    margin-top: 40px;
  }
}
/* Chrome, Edge, Safari */
.custom-options-list1::-webkit-scrollbar {
  width: 5px;
}

.custom-options-list1::-webkit-scrollbar-track {
  background: transparent;
}

.custom-options-list1::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}

/* Firefox */
.custom-options-list1 {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}
  .custom-select-trigger1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 16px;
    min-height: 48px;
  }
  .custom-select-trigger1:focus { outline: 2px solid #3b82f6; outline-offset: 2px; }
  .selected-display { display: flex; align-items: center; gap: 12px; flex: 1; }
  .placeholder1 { color: #6b7280; }
  .arrow { font-size: 12px; color: #4b5563; }
  .custom-options-list1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    margin: 4px 0 0;
    padding: 6px 0;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: white;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    list-style: none;
    z-index: 9999;
  }
  .custom-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
  }
  .custom-option:hover, .custom-option.focused { background: #f3f4f6; }
  .option-swatch {
    width: 48px !important;
    height: 24px !important;
    border-radius: 4px !important;
    border: 1px solid #d1d5db !important;
    flex-shrink: 0;
    background-color: #ccc; /* fallback if hex fails */
  }
li.custom-option {
    margin-left: 0px !important;
    padding-left: 0px;
}
#custom-options-list {
  overflow-y: auto;
}

/* Chrome, Edge, Safari */
#custom-options-list::-webkit-scrollbar {
  width: 5px;
}

#custom-options-list::-webkit-scrollbar-track {
  background: transparent;
}

#custom-options-list::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}

/* Firefox */
#custom-options-list {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}
  .custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 16px;
    min-height: 48px;
  }


.showcolors, .showcolors1 {
    appearance: none;
    -webkit-appearance: none;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #F07D00;
    border-radius: 4px !important;
    background: white;
    cursor: pointer;
    position: relative !important;
    padding: 3px 7px 1px 13px !important;
}
.showcolors:checked, .showcolors1:checked {
  background: #F07D00;
}

.showcolors:checked::after, .showcolors1:checked::after {
  content: "✓";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
  .selected-display { display: flex; align-items: center; gap: 12px; flex: 1; }
  .placeholder1 { color: #6b7280; }
  .arrow { font-size: 12px; color: #4b5563; }
  .custom-options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    margin: 4px 0 0;
    padding: 6px 0;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: white;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    list-style: none;
    z-index: 9999;
  }
  .custom-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
  }
  .custom-option:hover, .custom-option.focused { background: #f3f4f6; }
  .option-swatch {
    width: 48px !important;
    height: 24px !important;
    border-radius: 4px !important;
    border: 1px solid #d1d5db !important;
    flex-shrink: 0;
    background-color: #ccc; /* fallback if hex fails */
  }
.color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.color-item {
  cursor: pointer;
  border: 2px solid transparent;
  padding: 8px;
  text-align: center;
  font-size: 13px;
  transition: all 0.2s ease;
  border-radius: 10px;
}

.color-swatch {
  width: 100%;
  height: 60px;
  margin-bottom: 6px;
}

#gap-80571913 {
  padding-top: 5px;
}

#gap-81943164 {
  padding-top: 23px;
}

#gap-1937045761 {
  padding-top: 15px;
}

#col-445962107>.col-inner {
  padding: 0px 10px 0px 10px;
  margin: -10px 0px -22px 0px;
}

@media (min-width:850px) {
  #col-445962107>.col-inner {
    padding: 0px 25px 0px 25px;
  }
}

/* #col-555711400>.col-inner {
  margin: 6px 0px -25px 0px;
} */

@media (min-width:850px) {
  #col-555711400>.col-inner {
    margin: 6px 0px 0px 0px;
  }
}

#col-241433612>.col-inner {
  margin: 6px 0px 0px 0px;
}

#gap-344022681 {
  padding-top: 15px;
}

@media (min-width:850px) {
  #gap-344022681 {
    padding-top: 25px;
  }
}

#gap-258076600 {
  padding-top: 20px;
}

#gap-25107210 {
  padding-top: 0px;
}

@media (min-width:850px) {
  #gap-25107210 {
    padding-top: 12px;
  }
}

#gap-1296000916 {
  padding-top: 10px;
}

#gap-2077990651 {
  padding-top: 45px;
}

#gap-7817880 {
  padding-top: 20px;
}

#gap-757830388 {
  padding-top: 12px;
}

#col-1197120550>.col-inner {
  margin: 0px 0px -45px 0px;
}

@media (min-width:850px) {
  #col-1197120550>.col-inner {
    margin: 0px 0px -5px 0px;
  }
}

#gap-1648114018 {
  padding-top: 10px;
}

#col-1310640291>.col-inner {
  margin: 6px 0px -15px 0px;
}

#col-2103888392>.col-inner {
  margin: 6px 0px -10px 0px;
}

@media (min-width:850px) {
  #col-2103888392>.col-inner {
    margin: 3px 0px 0px 0px;
  }
}

#gap-315807379 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-315807379 {
    padding-top: 6px;
  }
}

#gap-730473210 {
  padding-top: 5px;
}

@media (min-width:850px) {
  #gap-730473210 {
    padding-top: 5px;
  }
}

#gap-1273001737 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-1273001737 {
    padding-top: 6px;
  }
}

#gap-1659589497 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-1659589497 {
    padding-top: 6px;
  }
}

#gap-144963392 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-144963392 {
    padding-top: 6px;
  }
}

#gap-508259944 {
  padding-top: 5px;
}

@media (min-width:850px) {
  #gap-508259944 {
    padding-top: 5px;
  }
}

#gap-793558248 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-793558248 {
    padding-top: 6px;
  }
}

#gap-1818153931 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-1818153931 {
    padding-top: 6px;
  }
}

#gap-273624232 {
  padding-top: 5px;
}

@media (min-width:850px) {
  #gap-273624232 {
    padding-top: 5px;
  }
}

#gap-758299082 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-758299082 {
    padding-top: 6px;
  }
}

#gap-236503820 {
  padding-top: 5px;
}

@media (min-width:850px) {
  #gap-236503820 {
    padding-top: 5px;
  }
}

#gap-1553253014 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-1553253014 {
    padding-top: 6px;
  }
}

#gap-953591433 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-953591433 {
    padding-top: 6px;
  }
}

#gap-966663712 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-966663712 {
    padding-top: 6px;
  }
}

#gap-1494606344 {
  padding-top: 5px;
}

@media (min-width:850px) {
  #gap-1494606344 {
    padding-top: 5px;
  }
}

#gap-604204052 {
  padding-top: 14px;
}

@media (min-width:550px) {
  #gap-604204052 {
    padding-top: 6px;
  }
}

#gap-1777353998 {
  padding-top: 15px;
}

#gap-1527588842 {
  padding-top: 15px;
}

@media (min-width:550px) {
  #gap-1527588842 {
    padding-top: 15px;
  }
}

@media (min-width:850px) {
  #gap-1527588842 {
    padding-top: 10px;
  }
}

#gap-926336829 {
  padding-top: 5px;
}

#gap-1788990115 {
  padding-top: 23px;
}

#gap-1009619055 {
  padding-top: 15px;
}

#col-144074414>.col-inner {
  padding: 15px 0px 0px 0px;
}

@media (min-width:850px) {
  #col-144074414>.col-inner {
    padding: 45px 0px 0px 0px;
  }
}

#gap-1947263827 {
  padding-top: 20px;
}

#col-1517275088>.col-inner {
  padding: 0px 10px 0px 10px;
}

@media (min-width:850px) {
  #col-1517275088>.col-inner {
    padding: 0px 25px 0px 25px;
  }
}

#col-1198481606>.col-inner {
  padding: 45px 0px 0px 0px;
  margin: 0px 0px -5px 0px;
}

#gap-618135541 {
  padding-top: 15px;
}

@media (min-width:850px) {
  #gap-618135541 {
    padding-top: 30px;
  }
}

#gap-952936991 {
  padding-top: 10px;
}

#gap-1554284382 {
  padding-top: 30px;
}

.steps {
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}

.step-1,
.step-2,
.step-3 {
  /* background: #fcfaf2; */
  z-index: 1;
  position: relative;
  width: fit-content;
  display: inline-flex;
  gap: 0 10px;
}

.steps .step {
  line-height: 25px !important;
}

.step-1.cp-step-2-prev,
.step-2.cp-step-3-prev {
  cursor: pointer;
}

.step-num {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  display: table-cell;
  font-weight: bold;
  color: #fff;
  background: #b5b4ae;
}

.step-num.active {
  background: #F07E02;
}

.step-num.done {
  background: #181818;

}

.step-num.done2 {
  color: #F07E02;
  background: transparent;
  line-height: 19px;
  border: 3px solid #F07E02;
}

.step-num.dark {
  background: #181818;
}

.step-text {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 1px;
}

.step-gap {
  padding: 0 15px;
  display: inline-block;
  background: #e2e0d9;
  height: 3px;
  margin-right: 10px;
}

#gap-1347594356 {
  padding-top: 15px;
}

.recent_views {
  display: none;
}

.tabs.wc-tabs.tabs-ready {
  display: none;
}

.product section:nth-child(2) {
  display: none;
}

@font-face {
  font-family: "fl-icons";
  font-display: block;
  src: url(https://www.optima-schlafsysteme.de/wp-content/themes/xstore-child/css/icons/fl-icons.eot);
  src:
    url(https://www.optima-schlafsysteme.de/wp-content/themes/xstore-child/css/icons/fl-icons.eot) format("embedded-opentype"),
    url(https://www.optima-schlafsysteme.de/wp-content/themes/xstore-child/css/icons/fl-icons.woff2) format("woff2"),
    url(https://www.optima-schlafsysteme.de/wp-content/themes/xstore-child/css/icons/fl-icons.ttf) format("truetype"),
    url(https://www.optima-schlafsysteme.de/wp-content/themes/xstore-child/css/icons/fl-icons.woff) format("woff"),
    url(https://www.optima-schlafsysteme.de/wp-content/themes/xstore-child/css/icons/d.svg) format("svg");
}

:root {
  --primary-color: #000000;
  --fs-color-primary: #000000;
  --fs-color-secondary: #fbb810;
  --fs-color-success: #627D47;
  --fs-color-alert: #b70b23;
  --fs-color-base: #000000;
  --fs-experimental-link-color: #5274cb;
  --fs-experimental-link-color-hover: #000000;
}

#section_757141369 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#col-867801607>.col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px -35px 0px;
}

@media (min-width:850px) {
  #col-867801607>.col-inner {
    padding: 0px 25px 0px 25px;
    margin: 0px 0px 0px 0px;
  }
}

#col-390801095>.col-inner {
  margin: 6px 0px 0px 0px;
}

#col-1769516818>.col-inner {
  margin: 6px 0px 0px 0px;
}

#gap-1810500822 {
  padding-top: 45px;
}

#gap-1439302170 {
  padding-top: 20px;
}

#gap-465856698 {
  padding-top: 31px;
}

#gap-1527098089 {
  padding-top: 15px;
}

#gap-1642871178 {
  padding-top: 15px;
}

.uni-cpo-tooltip {
  top: 1px;
  left: 2px;
  width: 16px;
  height: 14px;
  background: url(https://www.optima-schlafsysteme.de/wp-content/themes/xstore-child/images/sprite5.svg) no-repeat -340px -190px rgba(0, 0, 0, 0);
}

.product-container {
  display: inlines !important;
}

.align-equal>.cp-step-2,
.align-equal>.cp-step-3 {
  display: none;
}


.prod-attr-buy {
  display: none;
}

.prod-attr {
  display: none;
  margin-bottom: 5px;
}

.ux-builder-iframe .prod-attr {
  display: flex;
}

.prod-attr .button {
  transition: none;
}

.flip {
  transition: none;
  display: block;
  float: right;
  padding: 20px 25px;
  z-index: 1;
  position: relative;
  margin: 10px;
  opacity: 1 !important;
  color: #555;
}

.flip.inactive {
  transition: none;
  z-index: 0;
  filter: grayscale(1);
  opacity: .6 !important;
  color: #888;
}

.flip-btn {
  padding: 0 10px !important;
  border-radius: 100px !important;
  width: auto;
  margin: 0 !important;
  line-height: 30px;
}

.flip-btn span {
  font-weight: normal;
  vertical-align: middle;
  margin-right: 2px;
}

.flip-btn svg {
  height: 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.type.green svg {
  stroke: green;
}

.type.orange svg {
  stroke: orange;
}

.type.red svg {
  stroke: red;
}

.custom-red p span {
  color: #F07236 !important;
  margin-left: 1px;
}

#sideLengthInputs input~span {
  margin-left: -25px;
  color: #555;
  position: absolute;
  line-height: 26px;
  z-index: -1;
}

.cp-right-price {
  font-size: .8em;
  padding-top: 0;
  line-height: 1.6;
}

.single-product .cp-legacy-itemprop-offers {
  padding: 0;
  margin-top: 0;
}

.single-product .cp-legacy-itemprop-offers .price {
  margin-bottom: 0;
}

.single-product .cp-legacy-itemprop-offers del {
  visibility: hidden;
  display: block;
  margin-bottom: 1px;
}

.single-product .cp-legacy-itemprop-offers .woocommerce-de_price_taxrate {
  /*visibility: hidden;*/
}

.cp-legacy-itemprop-offers del .woocommerce-Price-currencySymbol {
  display: none;
}

.single-product .cp-legacy-itemprop-offers .amount {
  text-decoration: none;
}

.single-product .cp-legacy-itemprop-offers del bdi {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 14px;
}

/*
.cp-gewicht {
display: inline-block;
padding: 10px 1.2em 11px;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
background: #fff;
}

.cp-legacy-itemprop-offers {
display: inline-block;
padding: 6px 20px 17px;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
background: #fff;
}
*/

.sp-btn-options .active {
  background-color: #181818 !important;
  border-color: transparent !important;
}

.sp-btn-options .active span {
  color: #fff !important;
}

.lightbox-content .accordion-item:last-child {
  border-bottom: 0;
}

.klappnaht-values {
  margin-bottom: 8px;
}

.cp-popup {}

.cp-legacy-itemprop-offers .wgm-info:nth-child(4),
.cp-legacy-itemprop-offers .wgm-info:nth-child(3) {
  display: none !important;
}

.cp-legacy-itemprop-offers .oder {
  margin-bottom: 0;
}

.cp-legacy-itemprop-offers .woocommerce-Price-amount bdi {
  font-size: 1.5em;
}

.button.is-outline {
  line-height: 2.5 !important;
}

.sp-btn-options .button {
  /*transition: 0s;*/
  line-height: 2.5 !important;
}

.sp-btn-options .is-outline span {
  color: #555;
}

.sp-btn-options .is-outline.active span {
  color: #fff;
}

.sp-btn-options .is-outline:hover span {
  color: #fff;
}

.cp-dropdown {
  border-radius: 0;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.cp-toggle-inputs {
  display: inline-block;
  padding: 1px 0 !important;
  margin: 0;
  width: auto !important;
  float: right;
  border: 0 !important;
  background-color: #transparent !important;
}

#main .cp-toggle-inputs span,
.cp-toggle-inputs i {
  color: #F07E02;
  font-weight: normal;
}

#main .cp-toggle-inputs span {
  font-size: 12.25px;
}

.cp-toggle-inputs,
.cp-section .button {
  user-select: none;
}

.custom-inputs label {
  color: #181818;
}

.cp-atribute-title p,
.cp-atribute-title h2 {
  display: inline;
}

.cp-atribute-title p {
  vertical-align: middle;
}

.success {
  background-color: #F07E02;
}

.success.is-outline {
  border: 1px solid rgba(24, 24, 24, 0.2) !important;
  ;
}

.success.is-outline:not(.active):hover {
  background: #ddd !important;
  color: #000;
  border: 1px solid rgba(24, 24, 24, 0.1) !important;
}

.custom-inputs {
  display: inline-block;
  width: 100%;
}

#kInputsWrapper button {
  box-shadow: rgb(206, 204, 198) 0px 0px 0px 1px;
  color: #181818;
  font-weight: normal;
  line-height: 28px;
  border-radius: 0;
  text-transform: none;
  padding: 0 10px;
  min-height: 30px;
  min-width: 32px;
  background: transparent !important;
  margin: 0;
  margin-right: .7em;
  border: none;
}

.col-inner .custom-download {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  border-radius: 10px;
  background: rgb(255, 255, 255) !important;
  border: 1px solid #ddd;
  padding: .25rem;
}

.col-inner .cp-reset,
.col-inner .custom-download {
  width: 100%;
}

.col-inner .cp-reset {
  color: #F07236;
  margin: 0 auto;
  width: auto;
  display: table;
}

.col-inner .custom-download {
  display: none;
}

#btnK1,
#btnK2,
#btnK3 {
  color: #666 !important;
  box-shadow: #d7d7d7 0px 0px 0px 1px !important;
}

#kInputsWrapper button.active {
  background: #181818 !important;
  color: #fff !important;
  box-shadow: #181818 0px 0px 0px 1px !important;
}

.mr0 {
  margin-right: 0;
}

#cp-step-1-next,
#cp-step-2-next,
#cp-step-3-atc {
  background: #fbb810 !important;
  color: #fff;
  box-shadow: none;
  margin-right: 0;
}

.cp-step-2-prev,
.cp-step-3-prev {
  /* line-height: normal !important;  */
  margin-right: 0;
}

.cp-step-3-atc.loading span {
  visibility: hidden;
}

#wrapperK1,
#wrapperK2,
#wrapperK3 {
  width: 33.33%;
  float: left;
}

#kRotate {
  padding: 0 5px !important;
  border-radius: 100px !important;
  box-shadow: none !important;
  color: #F07E02 !important;
  background: transparent !important;
}

#sideLengthInputs .disabled {
  display: none;
}

#sideLengthInputs input:disabled {
  color: #b9b8b3;
}

#sideLengthInputs>#kInputsWrapper {
  width: 100%;
}

.wrapperHeight input,
.wrapperWidth input {
  /*border-style: dashed !important;*/
}

.step-1-btn-wrapper {
  display: inline-block;
  width: 100%;
}

.cp-section .col-inner .custom-inputs button,
.cp-preview button {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  background: rgb(255, 255, 255) !important;
  border-radius: 0;
  /* margin-top: 20px; */
}

#main .cp-reset span {
  color: red;
}

#main .cp-section .is-outline span {
  font-weight: 400;
  color: currentColor;
}

/* #main .cp-section .is-outline:hover {
  background: transparent;
  color: #000;
} */

.cp-section .is-outline i,
.cp-section .is-outline i {
  color: #181818;
}

#container {
  background-color: #fff;
}


.mah-bg {
  background: url("../files/uploads/mah%20hart%20mah%20soul.png") !important;
  background-size: 33.33% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #fff !important;
}


.is-sticky-column {
  transform: translateY(0px);
  width: 100%;
}

.types {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.type {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type {
  display: none;
}

.type.main {
  display: flex;
}

.type.not-main {
  display: none;
}

.type.force-main {
  display: flex;
}

.type svg {
  width: 40px;
  fill: transparent;
  stroke: #333;
  stroke-width: 3;
  stroke-linejoin: round;
  overflow: visible !important;
  -webkit-transition: stroke 0s, fill 0s;
  transition: stroke 0s, fill 0s;
  opacity: .35;
}

/*
.type:nth-child(n+23) svg {
stroke: #ccc;
}
*/

.active svg {
  stroke: #f07236 !important;
  stroke-width: 3;
  /*fill: #fff !important;*/
  opacity: 1;
}

.type svg:hover {
  stroke: #F07E02;
  opacity: 1;
}

.active svg:hover {
  stroke: #f07236;
}

.uni-module {
  height: auto !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ccc;
}

#stage-parent {
  max-width: 100%;
  max-height: 680px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.konvajs-content {
  margin: 0 auto;
}

#pointInputs div {
  display: inline-block;
  margin: 5px 15px;
}

#pointInputs label {
  width: 30px;
  display: inline-block;
  text-align: center;
}

#pointInputs input {
  margin: 5px 5px 5px 0;
  max-width: 40px;
}

.download {
  margin-top: 20px;
  padding: 10px 20px;
}

/* #sideLengthInputs div {
margin: 5px 0;
padding-bottom: 10px;
} */

#sideLengthInputs label {
  display: table-cell;
  text-align: right;
  margin-right: 5px;
  position: absolute;
  line-height: 28px;
  z-index: 0;
}

#sideLengthInputs input {
  padding: 0 0 1px;
  border: 2px solid #F07E02;
  border-radius: 4px;
  margin-bottom: .4em;
  line-height: 26px;
}

#sideLengthInputs input:disabled {
  border: 2px solid #ccc;
}

#sideLengthInputs input:focus {
  border: 2px solid #F07236;
  outline: none;
}

#sideLengthInputs>div>input,
#sideLengthInputs>div>div>input {
  position: relative;
  background: transparent;
  padding-right: 29px;
  width: 100%;
  text-align: right;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  color: #555;
}

#kInputsWrapper .sl-wrap input,
#kInputsWrapper .wrapper-focus input {
  border: 2px solid #F07236;

}

#kInputsWrapper .wrapper-focus label,
#kInputsWrapper .wrapper-focus input {
  color: #F07236;
}

.hide-arrows::-webkit-inner-spin-button,
.hide-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper-focus label,
.wrapper-focus input,
.wrapper-focus span {
  color: #F07236 !important;
}

.hide-arrows {
  -moz-appearance: textfield;
  /* Firefox */
}

#main .is-outline .button span {
  color: #181818;
}

.pb15 {
  padding-bottom: 5px;
}

.mh-fix {
  min-height: 46px;
}

.cp-sale {
  min-height: 59.5px;
}

.error-border {
  border-color: red !important;
}

#code-input {
  box-shadow: none;
}

.flex-btn {
  padding-left: 15px;
}

.code-input-btn span {
  padding: 0 25px;
}

.tnum {
  position: absolute;
  font-size: 12px !important;
  transform: rotate(90deg);
  z-index: -1;
  color: #555;
  display: none;
}

.no-ppad p {
  margin-top: 5px;
  line-height: 1.25em !important;
}

#sideLengthInputs .col .kTooltip {
  top: 22.5px;
  margin-left: 0;
  color: #555;
  position: absolute;
  line-height: 26px;
  z-index: 0;
  margin-left: -3px;
  margin-top: 2px;
}

.uni-cpo-tooltip {
  left: 0;
}

.cp-zwei_kerne #uni_cpo_custom_zwei_kerne {
  margin-top: 13px !important;
  font-size: 13px;
  line-height: 1.5em;
}

.show-for-medium .cp-zwei_kerne #uni_cpo_custom_zwei_kerne {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.cp-sku_wrap {
  width: 100%;
  text-align: center;
}

.cp-sku_wrapper {
  font-size: 13px;
  border-top: 1px dotted #ddd;
  padding: 5px 0;
}

a.cp-popup {
  display: none !important;
}

.widget_shopping_cart .woocommerce-mini-cart .product_meta {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.quantity-wrapper~.quantity {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.legacy-itemprop-offers p {
  margin: 0 !important;
}

#wrapper .cp-section h2 {
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-page #wrapper h1 {
  font-size: 28px;
  font-weight: 700;
}

.woocommerce-de_price_taxrate {
  font-size: 12px;
}

.woocommerce-page #wrapper .product-info .price,
#wrapper .cp-section .cp-legacy-itemprop-offers .price {
  color: #b70b23;
  font-weight: 700;
}

.cart-widget-products .remove i {
  font-size: 10px !important;
  padding: 0 !important;
}

.cart-widget-products .remove {
  justify-content: center !important;
}

.legacy-itemprop-offers p {
  margin: 0 !important;
}

.fields-trigger {
  color: #000;
  display: inline-flex;
  gap: .25rem;
  align-items: center;
}

.fields-trigger .txt {
  text-decoration: underline;
}

.file-wrapper {
  position: relative;
}

.file-wrapper input {
  position: relative;
}

.file-wrapper .btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 0;
  line-height: 2;
}

.file-wrapper input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

img.show505-svg {
  position: absolute;
}

.icon-cam svg {
  fill: #333;
  stroke: none !important;
}

.icon-cam:hover svg,
.icon-cam.active svg {
  fill: #F07E02;
}
span.k-title.k-inactive {
    display: none;
}
.et-single-buy-now { display: none !important; }
/* Header */
@media only screen and (max-width: 1320px) {
		.header-wrapper .header-main-menu > div > .menu > li:last-child {
				display: none;
		}
}