@charset "UTF-8";
/** colors **/
#mobile-wrapper .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobile-wrapper .absolute-center,
.config-popup-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mobile-wrapper .bg-cover {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#mobile-wrapper .bg-contain {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
#konfi21 #mobile-wrapper .mobile-overlay .overlay-footer-btns{
	width: 100vw;
	position: sticky;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);;
	padding-top: 10px;
}
#konfi21 #mobile-wrapper .mobile-overlay .chk-image-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  font-style: normal;
  color: #383e49;
}
#konfi21 #mobile-wrapper .mobile-overlay .chk-image.active .chk-image-title {
  font-weight: 700;
}
#konfi21 #mobile-wrapper .mobile-overlay:not(.konfi21_overlay_chips) .slick-slide {
  width: 100vw;
  padding: 0 14px;
}
#mobile-wrapper .mobile-overlay .input-label {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #383e49;
}
#mobile-wrapper .mobile-overlay .sb-list-li .bullet-bg {
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  display: flex;
}
#mobile-wrapper .mobile-overlay .sb-list-li .bullet-bg .list-bullet {
  margin: auto;
}
#mobile-wrapper .mobile-overlay .custom-radio-circle {
  width: 28px;
  height: 28px;
  border: 3px solid #303030;
}
#mobile-wrapper .mobile-overlay .custom-radio-circle::after {
  width: 12px;
  height: 12px;
  border: 6px solid #303030;
}
#konfi21 #mobile-wrapper .custom-radio-input {
  display: none;
}
#mobile-wrapper .mobile-overlay .info-lists__items {
  padding-top: 0;
  padding-bottom: 0;
}
#mobile-wrapper .mobile-overlay .sb-list-li p {
  margin-left: 12px;
}
#konfi21 #mobile-wrapper .switcher-gray{
	background: #f4f6f9;
	margin:0px;
	border: 0.833333px solid #d6d5e1;
	border-radius: 6.6px;
}
#konfi21 #mobile-wrapper .switcher-gray div.modal-item__txt-img-image{
	min-height: 45px;
	padding: 8px 7.33px;
}
#konfi21 #mobile-wrapper .switcher-gray .chk-image-title{
	font-size: 13px;
}
#konfi21 #mobile-wrapper .mobile-overlay-content{
	overflow-y:scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#mobile-wrapper .mobile-overlay .sb-list-li {
  padding: 0;
  background-color: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #303030;
  margin-bottom: 17px;
  margin-top: 0px;
}
#mobile-wrapper .mobile-overlay .check-div-header {
  margin-bottom: 17px;
}
#mobile-wrapper .mobile-overlay .sb-list-li:last-of-type {
  margin-bottom: 0;
}
#mobile-wrapper .mobile-overlay .mobile-overlay-close {
  cursor: pointer;
}
#mobile-wrapper .relative {
  position: relative;
}
#mobile-wrapper .mobile-overlay .option-item-mobile {
  cursor: pointer;
}
#mobile-wrapper .mobile-overlay {
  position: fixed;
  z-index: 0;
  bottom: 0;
  left: 0;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*padding: 30px 0px 0px;*/
  padding-bottom: 30px;
  gap: 4px;
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  width: 100vw;
}
#mobile-wrapper .icon-trash:before {
	font-size:20px;
}
#mobile-wrapper #background-overlay {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(25, 25, 25, 0.32);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 0;
}
#mobile-wrapper #background-overlay.visible {
  height: 100vh;
}
#konfi21 .mobile-overlay .slick-dots li button::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #383e49;
  border-radius: 50%;
  transition: transform 0.2s ease, background-color 0.2s ease, border 0.2s ease;
}
#konfi21 .mobile-overlay .slick-dots li.slick-active button::before {
  transform: scale(1.8);
  background-color: transparent;
  border: 1.5px solid #383e49 !important;
}
#mobile-wrapper .mobile-overlay-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 10px 14px;
  margin: 0;
}
#mobile-wrapper .mobile-overlay-img {
  width: 100%;
  border-radius: 8px;
  margin: 10px 0;
}
#mobile-wrapper .mobile-overlay-header .title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #383e49;
}

#mobile-wrapper .mobile-overlay .chk-image-wrapper .checkmark-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 8px;
  width: 37px;
  height: 37px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.25);
  background: #fff;
  display: none;
}
#mobile-wrapper
  .mobile-overlay
  .chk-image.active
  .chk-image-wrapper
  .checkmark-svg {
  display: flex;
}
#mobile-wrapper .mobile-overlay .chk-image.active .chk-image-wrapper::after {
  display: none !important;
}

#mobile-wrapper .mobile-overlay .chk-image-title {
  margin-top: 8px;
}

#mobile-wrapper .mobile-overlay .chk-image-wrapper {
  min-width: 163px;
  min-height: 106px;
  background: #e6e6e6;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#mobile-wrapper .mobile-overlay .chk-image-wrapper.no-min-width{
	min-width: 0px;
}
#mobile-wrapper .mobile-overlay .slick-dotted.slick-slider {
	margin-bottom:0;
}
#mobile-wrapper .mobile-overlay .slick-dots {
	margin-top:0;
}
#mobile-wrapper .mobile-overlay .btn-blue {
  background-color: var(--ds-blue);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 25px;
  font-family: var(--font-arial);
  font-size: 15px;
}
#mobile-wrapper .mobile-overlay-checked-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #e8f5fe;
  position: relative;
  border-radius: 8px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 18px 15px 18px;
  color: #383e49;
	margin-bottom:14px;
}
#mobile-wrapper .mobile-overlay-content .mobile-overlay-subtitle {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: #383e49;
}
#mobile-wrapper .mobile-overlay-content {
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0 0 0;
  gap: 14px;
  margin: 0 14px;
}
#mobile-wrapper .mobile-overlay.overlay-show {
  /* max-height: 567px; */
  z-index: 1000;
  max-height: 80vh !important;
  display: flex;
  animation: bump-up 0.5s forwards;
}
.option-item-mobile {
  cursor: pointer;
}

/** colors **/
#mobile-wrapper .text-black {
  color: #000000;
}
#mobile-wrapper .text-darkgray,
.text-darkgray-hover:hover {
  color: #303030;
}
#mobile-wrapper .text-lightgray {
  color: #bdbcbc;
}
#mobile-wrapper .text-gray,
.text-gray-hover:hover {
  color: #676767;
}
#mobile-wrapper .text-semi-darkgray {
  color: #5c5c5c;
}
#mobile-wrapper .text-light-blue {
  color: #5cabdc;
}
#mobile-wrapper .text-blue,
.text-blue-hover:hover {
  color: #409ed6;
}
#mobile-wrapper .text-yellow {
  color: #f5bd2c;
}
#mobile-wrapper .text-green {
  color: #689400 !important;
}
#mobile-wrapper .text-forest-green,
.text-forest-green-hover:hover {
  color: #008a00;
}
#mobile-wrapper .text-green-light {
  color: #78a500;
}
#mobile-wrapper .text-green-lighter,
.text-green-lighter-hover:hover {
  color: #709a00;
}
#mobile-wrapper .text-danger-red {
  color: #ba3a47;
}
#mobile-wrapper .text-strong-red {
  color: #bb5a57;
}
#mobile-wrapper .text-white {
  color: #ffffff;
}
#mobile-wrapper .text-yellow {
  color: #f5bd2c;
}
#mobile-wrapper .text-dark-yellow {
  color: #d4b465;
}
#mobile-wrapper .text-gold {
  color: #d2b464;
}
#mobile-wrapper .text-big {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
#mobile-wrapper .text-10px {
  font-size: 10px;
}
#mobile-wrapper .text-11px {
  font-size: 11px;
}
#mobile-wrapper .text-small {
  font-size: 12px;
}
#mobile-wrapper .text-13px {
  font-size: 13px;
}
#mobile-wrapper .text-14px {
  font-size: 14px;
}
#mobile-wrapper .text-15px {
  font-size: 15px;
}
#mobile-wrapper .text-medium {
  font-size: 16px;
}
#mobile-wrapper .text-18px {
  font-size: 18px;
}
#mobile-wrapper .text-20px {
  font-size: 20px;
}
#mobile-wrapper .text-large {
  font-size: 22px;
}
#mobile-wrapper .text-24px {
  font-size: 24px;
}
#mobile-wrapper .text-26px {
  font-size: 26px;
}
#mobile-wrapper .text-largest {
  font-size: 30px;
}
#mobile-wrapper .text-bigest {
  font-size: 34px;
  line-height: 44px;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .text-m-12 {
    font-size: 12px;
  }
  #mobile-wrapper .internaldim {
    color: #676767;
  }
  #mobile-wrapper .forward-button .icon {
    display: none;
  }
  #mobile-wrapper .list-styles li {
    margin-bottom: 15px !important;
  }
  #mobile-wrapper .list-styles li.side-switcher__item {
    margin-bottom: 0 !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  #mobile-wrapper .list-styles .select-tab__mob-tab-item {
    margin-bottom: 0 !important;
  }
}
#mobile-wrapper .text-underline {
  text-decoration: underline;
}
#mobile-wrapper .text-none,
.text-none-hover:hover {
  text-decoration: none;
}

#mobile-wrapper .font-bold {
  font-weight: bold;
}

#mobile-wrapper .font-normal {
  font-weight: normal;
}

#mobile-wrapper .whitespace-nowrap {
  white-space: nowrap;
}

#mobile-wrapper .line-height-0 {
  line-height: 0;
}

#mobile-wrapper .line-height-1 {
  line-height: 1;
}

#mobile-wrapper .line-height-1-2 {
  line-height: 1.2;
}

#mobile-wrapper .line-height-1-4 {
  line-height: 1.4;
}

#mobile-wrapper .bg-white {
  background-color: #ffffff;
}
#mobile-wrapper .bg-lightgray,
.bg-lightgray-focus:focus,
.bg-lightgray-hover:hover {
  background-color: #f2f2f2;
}
#mobile-wrapper .bg-gray,
.bg-gray-hover:hover {
  background-color: #e7e7e7;
}
#mobile-wrapper .bg-darkgray,
.bg-darkgray-hover:hover {
  background-color: #303030;
}
#konfi21 #mobile-wrapper .option-item-mobile.bg-light-red {
	background-color: var(--color-light-red);
}
#mobile-wrapper .bg-light-yellow {
  background-color: #fffae9;
}
#mobile-wrapper .bg-forest-green {
  background-color: #008a00;
}
#mobile-wrapper .bg-blue {
  background-color: #409ed6;
}
#mobile-wrapper .bg-light-blue {
  background-color: #5cabdc;
}

#mobile-wrapper .line-through {
  text-decoration: line-through;
}

#mobile-wrapper .opacity-5 {
  opacity: 0.5;
}
#mobile-wrapper .opacity-10 {
  opacity: 1;
}

#mobile-wrapper .btn svg {
  width: 18px;
  height: 18px;
}

#mobile-wrapper .primary-btn svg,
.secondary-btn svg {
  fill: #fff;
}

#mobile-wrapper .d-none-320 {
  display: none;
}

#mobile-wrapper .d-none-425 {
  display: block;
}

@media screen and (min-width: 424px) {
  #mobile-wrapper .d-none-425 {
    display: none;
  }

  #mobile-wrapper .d-none-320 {
    display: block;
  }
}
#mobile-wrapper .primary-btn {
  color: #fff;
  background: transparent linear-gradient(180deg, #61b7ea 0%, #519dcb 100%) 0 0
    no-repeat padding-box;
  border: 0px solid transparent;
}
#mobile-wrapper .primary-btn:hover {
  background: transparent linear-gradient(180deg, #54a3d3 0%, #468db7 100%) 0 0
    no-repeat padding-box;
}

#mobile-wrapper .secondary-btn {
  background: transparent;
  color: #303030;
  border: 1px solid rgba(48, 48, 48, 0.5);
}
#mobile-wrapper .secondary-btn:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background: transparent linear-gradient(180deg, #61b7ea 0%, #519dcb 100%) 0%
    0% no-repeat padding-box;
}
#mobile-wrapper .secondary-btn:hover svg {
  fill: #ffffff;
}
#mobile-wrapper .secondary-btn svg {
  fill: #676767;
}

#mobile-wrapper .btn-blue svg {
  fill: #fff;
}

#mobile-wrapper .mx-30 {
  margin: 0 30px;
}
#mobile-wrapper .mx-minus-30 {
  margin: 0 -30px;
}
#mobile-wrapper .my-10 {
  margin: 10px 0;
}
#mobile-wrapper .my-30 {
  margin: 30px 0;
}
#mobile-wrapper .mt-10 {
  margin-top: 10px;
}
#mobile-wrapper .mt-15 {
  margin-top: 15px;
}
#mobile-wrapper .mt-40 {
  margin-top: 40px;
}
#mobile-wrapper .mr-10 {
  margin-right: 10px;
}
#mobile-wrapper .mr-20 {
  margin-right: 20px;
}
#mobile-wrapper .mr-100 {
  margin-right: 100px;
}
#mobile-wrapper .mb-10 {
  margin-bottom: 10px;
}
#mobile-wrapper .mb-15 {
  margin-bottom: 15px;
}
#mobile-wrapper .mb-20 {
  margin-bottom: 20px;
}
#mobile-wrapper .mb-30 {
  margin-bottom: 30px;
}
#mobile-wrapper .mr-30 {
  margin-right: 30px;
}
#mobile-wrapper .mb-40 {
  margin-bottom: 40px;
}
#mobile-wrapper .mb-60 {
  margin-bottom: 60px;
}
#mobile-wrapper .ml-10 {
  margin-left: 10px;
}
#mobile-wrapper .mt-20 {
  margin-top: 20px;
}
#mobile-wrapper .mt-30 {
  margin-top: 30px;
}
#mobile-wrapper .ml-30 {
  margin-left: 30px;
}
@media screen and (min-width: 991px) {
  #mobile-wrapper .ml-tablet-0 {
    margin: 0;
  }
}

#mobile-wrapper .py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}
#mobile-wrapper .p-10 {
  padding: 10px;
}
#mobile-wrapper .p-15 {
  padding: 15px;
}
#mobile-wrapper .p-20 {
  padding: 20px;
}
#mobile-wrapper .px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
#mobile-wrapper .px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
#mobile-wrapper .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
#mobile-wrapper .px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
#mobile-wrapper .px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
#mobile-wrapper .py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
#mobile-wrapper .py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobile-wrapper .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mobile-wrapper .py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#mobile-wrapper .pt-10 {
  padding-top: 10px;
}
#mobile-wrapper .pb-10 {
  padding-bottom: 10px;
}
#mobile-wrapper .pt-15 {
  padding-top: 15px;
}
#mobile-wrapper .pt-20 {
  padding-top: 20px;
}
#mobile-wrapper .pt-30 {
  padding-top: 30px;
}
#mobile-wrapper .pl-30 {
  padding-left: 30px;
}
#mobile-wrapper .pl-35 {
  padding-left: 35px;
}
#mobile-wrapper .pt-40 {
  padding-top: 40px;
}
#mobile-wrapper .pb-15 {
  padding-bottom: 15px;
}
#mobile-wrapper .pb-20 {
  padding-bottom: 20px;
}
#mobile-wrapper .pb-30 {
  padding-bottom: 30px !important;
}
#mobile-wrapper .pb-40 {
  padding-bottom: 40px;
}
#mobile-wrapper .pr-50 {
  padding-right: 50px;
}
#mobile-wrapper .pb-45 {
  padding-bottom: 45px;
}
#mobile-wrapper .pb-50 {
  padding-bottom: 50px;
}
#mobile-wrapper .pl-20 {
  padding-left: 20px;
}
#mobile-wrapper .pt-60 {
  padding-top: 60px;
}
#mobile-wrapper .pl-50 {
  padding-left: 50px;
}
#mobile-wrapper .pl-60 {
  padding-left: 60px;
}
#mobile-wrapper .pb-65 {
  padding-bottom: 65px !important;
}

#mobile-wrapper .border-top {
  border-top-style: solid !important;
}
#mobile-wrapper .border-4 {
  border-width: 4px !important;
}
#mobile-wrapper .border-5 {
  border-width: 5px !important;
}
#mobile-wrapper .border-light-gray {
  border-color: #f2f2f2 !important;
}
#mobile-wrapper .border-dark-gray {
  border-color: #303030 !important;
}
#mobile-wrapper .border-gold {
  border-color: #d2b464 !important;
}
#mobile-wrapper .border-red {
  border-color: #ba3a47 !important;
}
#mobile-wrapper .border-strong-red {
  border-color: #bb5a57 !important;
}
#mobile-wrapper .border-blue {
  border-color: #409ed6 !important;
}
#mobile-wrapper .border-dark-yellow {
  border-color: #d4b465 !important;
}
#mobile-wrapper .border-top-muted {
  border-top: 1px solid #dcdcdc;
}
#mobile-wrapper .border-bottom-muted {
  border-bottom: 1px solid #dcdcdc;
}
#mobile-wrapper .border-left-muted {
  border-left: 1px solid #dcdcdc;
}
#mobile-wrapper .border-right-muted {
  border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .border-sm-none {
    border: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .border-xs-none {
    border: none !important;
  }
}
#mobile-wrapper .flex-grow {
  flex-grow: 1;
}

#mobile-wrapper .flex-grow-equal {
  flex-grow: 1;
  width: 0;
}

#mobile-wrapper .justify-content-evenly {
  justify-content: space-evenly;
}

#mobile-wrapper .transform-mirrow-x {
  transform: scale(-1, 1);
}

#mobile-wrapper .separator {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}

#mobile-wrapper .top-0 {
  top: 0;
}

#mobile-wrapper .right-0 {
  right: 0;
}

#mobile-wrapper .bottom-0 {
  bottom: 0;
}

#mobile-wrapper .left-0 {
  left: 0;
}

#mobile-wrapper .z-100 {
  z-index: 100;
}

#mobile-wrapper .z-1000 {
  z-index: 1000 !important;
}

#mobile-wrapper .width-min {
  width: min-content;
}

#mobile-wrapper .width-max {
  width: max-content;
}

#mobile-wrapper .w-15 {
  width: 15%;
}

#mobile-wrapper .min-width-max {
  min-width: max-content;
}

#mobile-wrapper .h-3rem {
  height: 3rem;
}

#mobile-wrapper .cursor-pointer {
  cursor: pointer;
}

#mobile-wrapper .list-styles {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobile-wrapper .pointer-events-none {
  pointer-events: none;
}

#mobile-wrapper .img-inset-shadow {
  position: relative;
}
#mobile-wrapper .img-inset-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
}

#mobile-wrapper .owl-dots .owl-dot span {
  background-color: #dcdcdc !important;
}

#mobile-wrapper .owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span {
  background-color: #409ed6 !important;
}

#mobile-wrapper textarea.input-white,
input.input-white,
select.input-white {
  background-color: #ffffff !important;
  border: 1px solid #dcdcdc !important;
}

#mobile-wrapper textarea.input-white:focus,
input.input-white:focus {
  background-color: #ffffff !important;
  border: 1px solid #dcdcdc !important;
}

input[type="number"]::-webkit-outer-spin-button,
#mobile-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#mobile-wrapper input[type="number"] {
  -moz-appearance: textfield;
}

#mobile-wrapper .input-with-icon-mod:before {
  position: absolute;
  left: 20px;
  top: 9px;
}

#mobile-wrapper .overflowy {
  overflow-y: auto !important;
}

#mobile-wrapper .overflowy-hidden {
  overflow-y: hidden !important;
}

#mobile-wrapper .meta--light-pink {
  background-color: #fffae9;
  padding: 10px 15px;
}
#mobile-wrapper .meta__item {
  width: 70px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #bdbcbc;
  margin: 2px;
  padding: 2px;
  transition: border-color 0.5s, opacity 0.5s;
}
#mobile-wrapper .meta__item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#mobile-wrapper .meta__item-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#mobile-wrapper .meta__item.active {
  border: 1px solid #f5bd2c;
  box-shadow: 0 0 0 2px #f5bd2c;
}
#mobile-wrapper .meta__item.active:before {
  content: "";
  font-family: fontIcon, serif !important;
  color: #f5bd2c;
  position: absolute;
  top: 0;
  right: -5px;
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5bd2c;
}
#mobile-wrapper .meta__item--disabled {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .meta__item {
    opacity: 1 !important;
  }
}
#mobile-wrapper .meta__item-text-right {
  width: auto;
}
#mobile-wrapper .meta__item-text-right a {
  flex-direction: row !important;
}
#mobile-wrapper .meta__item-text-right .meta__item--bestprice-title {
  font-size: 16px;
  line-height: 1.4;
  color: #303030;
  margin-left: 10px;
}
#mobile-wrapper .meta__item-text-right .meta__item--bestprice-title-gray {
  color: #676767;
}
#mobile-wrapper .meta__item--bestprice {
  width: 70px;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#mobile-wrapper .meta__item--bestprice-img {
  width: 28.77px;
  height: 28.77px;
  border: none;
  position: relative;
}

#mobile-wrapper .meta__item--square.active .meta__item--bestprice-img {
  width: 42.86px !important;
  height: 42.86px !important;
}

#mobile-wrapper .meta__item--bestprice-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.meta__item--bestprice-title:not(
    .meta__item-text-right .meta__item--bestprice-title
  ) {
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 33.6px;
  margin: 5px auto 5px;
  font-size: 12px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303030;
}
#mobile-wrapper .meta__item--bestprice:hover {
  text-decoration: none;
}
#mobile-wrapper .meta__item--bestprice.active {
  border: none;
  box-shadow: none;
}
#mobile-wrapper .meta__item--bestprice.active .active-link .meta__item-img {
  border: 0px solid #f5bd2c;
  box-shadow: 0 0 0 3px #f5bd2c;
  border-radius: 50%;
}
#mobile-wrapper .meta__item--bestprice.active:before {
  display: none;
}
#mobile-wrapper
  .meta__item--bestprice.bestprice
  .meta__item--bestprice-img
  .bestprice-star {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #f5bd2c transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-wrapper
  .meta__item--bestprice.bestprice
  .meta__item--bestprice-img
  .bestprice-star:before {
  font-family: "ds" !important;
  content: "";
  position: absolute;
  top: 12px;
  left: -13px;
  font-size: 10px;
  color: #ffffff;
}
#mobile-wrapper
  .meta__item--bestprice.season-decor
  .meta__item--bestprice-img
  .season-decor {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #ff1919 transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-wrapper
  .meta__item--bestprice.season-decor
  .meta__item--bestprice-img
  .season-decor:before {
  content: "\0025";
  color: white;
  top: 11px;
  position: absolute;
  right: 2px;
  font-size: 12px;
  font-weight: bold;
}

#mobile-wrapper
  .meta__item--bestprice.auslauf-decor
  .meta__item--bestprice-img
  .auslauf-decor {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 26px 20px;
  /*border-color: transparent transparent #ff1919 transparent;*/
  border-color: transparent transparent #b4bfa6 transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-wrapper
  .meta__item--bestprice.auslauf-decor
  .meta__item--bestprice-img
  .auslauf-decor:before {
  content: url("../images/clock.svg");
  position: absolute;
  top: 13px;
  left: -13px;
  font-size: 10px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .meta__item--bestprice {
    width: auto;
    margin-right: 8px;
  }
}
#mobile-wrapper .meta__btn {
  border-top: 1px solid #bdbcbc;
  padding: 10px 15px;
  background-color: #ffffff;
}
#mobile-wrapper .meta__item--square {
  border: 1px solid lightgrey;
  /* border-radius: 0; */
  border-radius: 50%;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  margin-bottom: 8px;
}
#mobile-wrapper .meta__item--square.active {
  border: none;
  border: 4px solid #409ed6;
  box-shadow: none;
  border-radius: 50%;
}
.toggle-btn-group {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 5px;
  display: inline-flex;
}

#frontToggle {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 5px;
  /* display: inline-flex; */
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

#korpusToggle .toggle-btn,
#rueckwandToggle .toggle-btn,
#frontToggle .toggle-btn {
  border: none;
  background: none;
  padding: 6px 16px;
  border-radius: 5px;
  font-weight: 500;
  color: #333;
  transition: all 0.2s ease;
}

#rueckwandToggle .toggle-btn.active,
#korpusToggle .toggle-btn.active,
#frontToggle .toggle-btn.active {
  background-color: white;
  color: #60b4e7;
  font-weight: 600;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

#korpusToggle .toggle-btn.active {
  background-color: white;
  color: #60b4e7;
  font-weight: 600;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
#mobile-wrapper .meta__item--square .meta__item-img {
  border-radius: 50%;
}
#mobile-wrapper .meta__item--square .meta__item--bestprice-img:before {
  box-shadow: none;
}
#mobile-wrapper .meta__item--square:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .meta__item--square .meta__item--bestprice-title {
    display: none;
  }
}
#mobile-wrapper .meta__item--square-dashed {
  border: 1px solid transparent;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='1%2c 1%2c 3%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  padding-top: 4px;
  width: 52px;
  height: 52px;
}
#mobile-wrapper .meta__items-simple {
  width: 50px;
  height: 50px;
  border: 1px solid #303030;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#mobile-wrapper .meta__items-simple-text {
  width: calc(100% - 60px);
}

#mobile-wrapper .blick-star {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_hochglanz.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 8px;
}
#mobile-wrapper .blick-star--small {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 4px;
  right: 5px;
  background-image: url(../images/icon_hochglanz.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mobile-wrapper .sample-decor__title span {
  display: none;
}
#mobile-wrapper .sample-decor__title span:first-child {
  display: block;
}
#mobile-wrapper .sample-decor__item {
  padding: 0 0 40px;
  margin: 10px;
}
#mobile-wrapper .sample-decor__item.active .sample-decor__img {
  border: 3px solid #409ed6;
}
#mobile-wrapper .sample-decor__item .checkmark {
  position: absolute;
  bottom: 10px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
#mobile-wrapper .sample-decor__item .sample-decor__item-new {
  display: none;
}
#mobile-wrapper .sample-decor__item.new .sample-decor__item-new {
  display: block;
}
#mobile-wrapper .sample-decor__item-text {
  font-size: 9px;
  position: absolute;
}
#mobile-wrapper .sample-decor__item--mod {
  padding: 0;
}
#mobile-wrapper .sample-decor__item--mod .checkmark {
  position: absolute;
  bottom: auto;
  left: auto;
  transform: translateX(0);
  right: 0;
  top: 0;
}
#mobile-wrapper .sample-decor__item--mod-check {
  position: absolute;
  bottom: auto;
  left: auto;
  transform: translateX(0);
  right: -1px;
  top: -1px;
}
#mobile-wrapper .sample-decor__item--mod.active .sample-decor__img {
  border: 3px solid #f5bd2c;
}
#mobile-wrapper .sample-decor__item--mod.active-add .sample-decor__img {
  border: 3px solid #409ed6;
}
#mobile-wrapper .sample-decor__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}
#mobile-wrapper .sample-decor__img:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
#mobile-wrapper .sample-decor__item-new {
  position: absolute;
  top: 5px;
  right: -5px;
  padding: 0 3px;
  background-color: #409ed6;
  border-radius: 2px;
  font-size: 8px;
  line-height: 1.5;
  color: white;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .meta-items-mob-slide {
   /* width: calc(100% + 30px);
    margin: 0 -15px; */
  }
  #mobile-wrapper .meta-items-mob-slide-in {
    width: 100%;
    overflow-x: scroll;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
  }
  #mobile-wrapper .meta-items-mob-slide-in:after {
    content: "..";
    color: transparent;
    width: 0;
  }

  #mobile-wrapper .meta-items-mob-slide-more-btn {
    margin-bottom: 8px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 424px) {
  .meta-items-mob-slide-more
    .meta-items-mob-slide-in
    .meta__item:nth-child(3)
    ~ .meta__item {
    display: none;
  }
}
#mobile-wrapper .meta__item-small {
  width: 40px;
  height: 40px;
}
#mobile-wrapper .meta__item-small .meta__item-img {
  width: 30px;
  height: 30px;
}

#mobile-wrapper .meta__item-old-square-s {
  width: 20px;
  height: 20px;
  margin: 0 8px 8px 0;
}
#mobile-wrapper .meta__item-old-square-s .meta__item-img {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
#mobile-wrapper .meta__item-old-square-s .meta__item-img:before {
  box-shadow: none !important;
}
#mobile-wrapper .meta__item-old-square-s.active .meta__item-img {
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 0 3px black !important;
  border-radius: 3px !important;
  overflow: hidden;
}

#konfi21_tab_griffe {
  width: 100% !important;
}

#mobile-wrapper .btn-arrow-right {
  position: relative;
  padding-right: 40px;
}
#mobile-wrapper .btn-arrow-right:before {
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .btn-arrow-right--mob-notext {
    font-size: 0;
    padding: 0 17px;
  }
  #mobile-wrapper .btn-arrow-right--mob-notext:before {
    right: 14px;
  }
}

#mobile-wrapper .btn-arrow-left {
  position: relative;
  padding-left: 40px;
}
#mobile-wrapper .btn-arrow-left:before {
  content: "";
  border: solid #676767;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 12px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .btn-arrow-left--mob-notext {
    font-size: 0;
    padding: 0 17px;
  }
  #mobile-wrapper .btn-arrow-left--mob-notext:before {
    left: 14px;
  }
}

#mobile-wrapper .btn-arrow {
  padding: 3px 12px;
}

#mobile-wrapper .btn-arrow:hover {
  padding: 3px 13px;
}

@media screen and (max-width: 767.98px) {
  #mobile-wrapper .btn-arrow svg {
    width: 16px;
  }
}
#mobile-wrapper .btn-gray {
  background-image: linear-gradient(#fafafa, #ececec);
  border: 1px solid #dcdcdc;
  color: #409ed6;
}
#mobile-wrapper .btn-gray:before {
  color: #676767;
}
#mobile-wrapper .btn-gray:after {
  color: #676767;
}
#mobile-wrapper .btn-gray:hover {
  border: 1px solid #dcdcdc;
  color: #409ed6;
  background-image: linear-gradient(#f4f4f4, #e4e4e4);
  text-shadow: none;
}
#mobile-wrapper .btn-gray:hover svg {
  fill: #676767;
}

#mobile-wrapper .btn-gold {
  border: 1px solid #d1ab00;
  background-color: #fee454;
  background-image: linear-gradient(#fee454, #fab31e);
  border-radius: 0;
}
#mobile-wrapper .btn-gold:hover {
  background-color: #fab31e;
  background-image: linear-gradient(#fab31e, #fee454);
}
#mobile-wrapper .btn-gold--noborder {
  border: none;
}

#mobile-wrapper .btn-transparent {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #676767;
}
#mobile-wrapper .btn-transparent:before {
  color: #676767;
}
#mobile-wrapper .btn-transparent:after {
  color: #676767;
}
#mobile-wrapper .btn-transparent:hover {
  border: 1px solid #dcdcdc;
}

#mobile-wrapper .btn-check {
  text-align: center;
  color: #303030;
}
#mobile-wrapper .btn-check:before {
  content: "";
  font-family: fontIcon, serif !important;
  width: 27px;
  height: 27px;
  font-size: 12px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #409ed6;
  border-radius: 50%;
  margin-right: 15px;
}
#mobile-wrapper .btn-check:hover {
  color: #303030;
  text-decoration: none;
}

#mobile-wrapper .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  height: auto;
}

#mobile-wrapper .btn-50 {
  height: 54px;
}

#mobile-wrapper .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 1 !important;
}

/*#mobile-wrapper .btn-close:before {
	position: absolute;
	left: 15px;
	top: 5px;
	content: "";
	font-size: 16px;
	color: #676767;
	background-image: url("../images/x-circle-dark.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	display: block;
	font-weight: 100;
}*/

#mobile-wrapper .btn-close--small:before {
  width: 10px;
  height: 10px;
  right: 10px;
  top: 10px;
}

#mobile-wrapper .btn-close--medium {
  width: 10px;
  height: 10px;
  right: 0;
  top: 0;
}
#mobile-wrapper .btn-close--medium:before,
.btn-close--medium:after {
  width: 11px;
  height: 11px;
  left: auto;
  top: 0;
  position: static;
}

#mobile-wrapper .btn-close--30 {
  right: 38px;
  top: 39px;
}

@media screen and (max-width: 767.98px) {
  #mobile-wrapper .btn-close {
    right: 35px;
    top: 28px;
  }

  #mobile-wrapper .modal-content button.btn-close {
    right: 19px;
    top: 16px;
    z-index: 50;
  }

  #mobile-wrapper .btn-close--medium {
    right: 21px;
    top: 21px;
    float: right;
    position: static;
  }
}
#mobile-wrapper .modal-content button.btn-close--old {
  opacity: 1 !important;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 991;
}
#mobile-wrapper .modal-content button.btn-close--old:before {
  content: "";
  display: block;
  background-image: url("../images/fancybox_sprite.png");
  width: 36px;
  height: 36px;
}

#mobile-wrapper .modal-content button.btn-close--old-square {
  opacity: 1 !important;
  background-color: #fff !important;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 991;
}
#mobile-wrapper .modal-content button.btn-close--old-square:before {
  content: "x";
  font-size: 22px;
  font-weight: 700;
  line-height: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 14px;
  left: 10px;
}
#mobile-wrapper .modal-content button.btn-close--old-square:hover {
  background-color: #000 !important;
}
#mobile-wrapper .modal-content button.btn-close--old-square:hover:before {
  color: #fff;
}

#mobile-wrapper .btn-saves {
  background-image: url("../images/icon_safe.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 2px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
#mobile-wrapper .btn-saves:before {
  content: "";
  width: 100%;
  height: 100%;
}

#mobile-wrapper .edit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  /*border-radius: 50%;*/
  z-index: 1;
  background: rgba(224, 224, 224, 0.8);
  cursor: pointer;
}
#mobile-wrapper .edit-btn:after {
  content: "";
  font-family: "ds" !important;
  font-size: 12px;
}
#mobile-wrapper .edit-btn.active {
  box-shadow: 0 0 0 3px #f5bd2c;
}
#mobile-wrapper .edit-btn--transparent {
  width: auto;
  height: auto;
  background: transparent;
}
#mobile-wrapper .edit-btn--old {
  cursor: pointer;
}
#mobile-wrapper .edit-btn--old:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon_edit_old.png");
}

#mobile-wrapper .btn-large-old {
  height: 44px;
  line-height: 44px;
  border-radius: 4.4px;
  font-size: 18px;
  padding: 0 17px;
}
#mobile-wrapper .btn-large-old .icon-menu_arrow {
  font-size: 15px;
}

#mobile-wrapper .back-button__arrow--left:before {
  color: #303030;
  content: "";
  font-family: "ds";
  position: absolute;
  top: -4px;
  left: -29px;
  font-size: 16px;
}
#mobile-wrapper .back-button__arrow--small {
  padding-left: 23px;
}
#mobile-wrapper .back-button__arrow--small:before {
  font-size: 9px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .back-button__arrow--left {
    font-size: 12px;
  }
}

#mobile-wrapper .forward-button__arrow--right:before {
  font-family: "ds" !important;
  content: "";
  position: absolute;
  top: -3px;
  right: -29px;
  transform: rotate(180deg);
}
#mobile-wrapper .forward-button__arrow--right-edit:before {
  font-family: "ds" !important;
  content: "";
  position: absolute;
  top: -3px;
  right: -29px;
  transform: rotate(0deg);
}
#mobile-wrapper .forward-button__arrow--small {
  font-size: 12px;
  padding-right: 23px;
}
#mobile-wrapper .forward-button__arrow--small:before {
  left: 0;
  top: -3px;
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .forward-button__arrow--left {
    font-size: 12px;
  }
}

#mobile-wrapper .primary-btn .icon-menu_arrow,
.secondary-btn .icon-menu_arrow {
  margin-top: 1px;
}

#mobile-wrapper .delete-btn {
  color: #ba3a47;
  padding: 6px 20px;
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  transition: unset;
  border: 1px solid #ba3a47;
}
#mobile-wrapper .delete-btn:hover,
.delete-btn:active {
  color: #ba3a47;
}

#mobile-wrapper .select-custom {
  position: relative;
}
#mobile-wrapper .select-custom-cur {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  z-index: 600;
  padding: 6px 40px 6px 6px;
  position: relative;
}
#mobile-wrapper .select-custom-cur:after {
  content: "";
  border: solid #676767;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 17px;
  top: 12px;
  transform: rotate(45deg);
}
#mobile-wrapper .select-custom-drop {
  display: none;
  width: 100%;
  padding: 2px 6px;
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
  position: absolute;
  top: 34px;
  left: 0;
}
#mobile-wrapper .select-custom-val {
  display: block;
}
#konfi21 #mobile-wrapper .custom-styled-select select {
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 16px;
  gap: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  min-width: 92px;
  min-height: 40px;
  border: 1px solid #d6d5e1;
  border-radius: 8px;
  background: #f4f6f9 url("../images/chevron.svg") no-repeat right 8px center;
}

#mobile-wrapper .custom-select--mod {
  padding: 10px 40px 10px 20px;
  line-height: inherit;
  background: #fff url("../images/icon_down.png") no-repeat right 8px center;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .custom-select--mod {
    padding: 0px 30px 0px 10px;
  }
  .contact-block_btn {
    margin-right: 1rem;
  }
}

#mobile-wrapper .custom-select--mod::-ms-expand {
  display: none;
}

#mobile-wrapper .custom-select--num {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-wrapper .custom-select--num-min {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  border: 1px solid #dcdcdc;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 0;
  color: #bdbcbc;
}
#mobile-wrapper .custom-select--num-min:before {
  content: "";
  font-family: "ds";
  font-size: 10px;
}
#mobile-wrapper .custom-select--num-max {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 35px;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 0;
  color: #bdbcbc;
}
#mobile-wrapper .custom-select--num-max:before {
  content: "";
  font-family: "ds";
  font-size: 10px;
}
#mobile-wrapper .custom-select--num-center {
  position: relative;
  width: 57px;
}
#mobile-wrapper .custom-select--num-center.active .custom-select--num-drop {
  display: block;
}
#mobile-wrapper .custom-select--num-input {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #dcdcdc;
  color: #303030;
  -moz-appearance: textfield;
  width: 100%;
  text-align: center;
  font-size: 16px;
  outline: none !important;
}
#mobile-wrapper .custom-select--num-drop {
  display: none;
  position: absolute;
  bottom: 34px;
  width: 100%;
  height: 125px;
  overflow-y: scroll;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px -10px 27px -7px rgba(0, 0, 0, 0.23);
  box-shadow: 0px -10px 27px -7px rgba(0, 0, 0, 0.23);
  text-align: center;
  color: #303030;
  font-size: 16px;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 4;
}
#mobile-wrapper .custom-select--num-drop-item {
  padding: 9px 0;
}
#mobile-wrapper .custom-select--num-drop-item:hover,
.custom-select--num-drop-item.active {
  background-color: #f2f2f2;
}

#mobile-wrapper .custom_nice_select--small {
  height: 27px;
  padding-left: 9px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px;
  text-align-last: right;
}

#mobile-wrapper .nice-select.custom-select--small {
  height: 29px;
  line-height: 17px;
  width: auto;
  min-width: 68px;
}
#mobile-wrapper .nice-select.custom-select--small:after {
  right: 18px;
  top: 12px;
  border-color: #383e49 !important;
  border-width: 2.25px !important;
}

#mobile-wrapper .nice-select.nav-steps-switch-select {
  width: calc(90% - 110px);
}
#mobile-wrapper .nice-select.nav-steps-switch-select .current {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  padding-right: 20px;
}
#mobile-wrapper .nice-select.nav-steps-switch-select .option {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  display: block;
}

@media screen and (max-width: 424px) {
  #mobile-wrapper .nice-select.nav-steps-switch-select .list {
    width: calc(100% + 110px);
    left: -56px;
  }
}
#mobile-wrapper .select-old {
  width: 70px !important;
  margin-left: 15px;
  padding-left: 4px;
  padding-right: 4px;
  background: #fff url(../images/icon_down.png) no-repeat right 1px center;
}

#mobile-wrapper .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mobile-wrapper .custom-checkbox--small {
  font-size: 12px;
  padding-left: 20px;
  margin: 0;
}

/* Hide the browser's default checkbox */
#mobile-wrapper .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#mobile-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

#mobile-wrapper .custom-checkbox .checkmark.checkmark--small {
  height: 20px;
  width: 20px;
}

#mobile-wrapper .custom-checkbox .checkmark.checkmark--medium {
  height: 25px;
  width: 25px;
}

#mobile-wrapper .custom-checkbox .checkmark.checkmark--border {
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}

#mobile-wrapper .custom-checkbox .checkmark.checkmark--blue {
  background-color: #409ed6;
}

/* On mouse-over, add a grey background color */
#mobile-wrapper .custom-checkbox:hover input ~ .checkmark {
  background-color: #f2f2f2;
  border: 0;
}

#mobile-wrapper .custom-checkbox:hover input ~ .checkmark.checkmark--blue {
  background-color: #409ed6;
  border: 0;
}

#mobile-wrapper .custom-checkbox:hover input ~ .checkmark.checkmark--border {
  border: 1px solid #d5d5d5;
}

/* When the checkbox is checked, add a blue background */
#mobile-wrapper .custom-checkbox input:checked ~ .checkmark {
  background-color: #f2f2f2;
  border: 0;
}

#mobile-wrapper .custom-checkbox input:checked ~ .checkmark.checkmark--blue {
  background-color: #409ed6;
  border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
#mobile-wrapper .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #409ed6;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-wrapper .custom-checkbox .checkmark.checkmark--small:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
}

#mobile-wrapper .custom-checkbox .checkmark.checkmark--blue:after {
  border: solid #f2f2f2;
  content: "";
  position: absolute;
  display: none;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-wrapper .custom-checkbox .checkmark,
.custom-checkbox input:checked ~ .checkmark.checkmark--border {
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}

/* Show the checkmark when checked */
#mobile-wrapper .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  color: #409ed6;
  border-color: #409ed6;
}

#mobile-wrapper .custom-checkbox input:checked ~ .checkmark--blue:after {
  display: block;
  color: #f2f2f2;
  border-color: #f2f2f2;
}

#mobile-wrapper
  .custom-checkbox
  input:checked
  ~ .checkmark.checkmark--border:after {
  display: block;
  color: #409ed6;
  border-color: #409ed6;
}

#mobile-wrapper
  .custom-checkbox.custom-checkbox--small
  input:checked
  ~ .radio-text {
  color: #303030;
}

/* Style the checkmark/indicator */
#mobile-wrapper .custom-checkbox input:checked ~ .radiobtn {
  background-color: #2196f3;
}

#mobile-wrapper .custom-checkbox input:checked ~ .radiobtn--yellow {
  background-color: #f5bd2c;
  border: 1px solid #f5bd2c;
}

#mobile-wrapper
  .custom-checkbox.custom-checkbox--small-mod
  input:checked
  ~ .radiobtn--yellow {
  border: 4px solid #f5bd2c;
}

#mobile-wrapper .radiobtn {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
#mobile-wrapper .radiobtn--small {
  top: 2px;
  height: 14px;
  width: 14px;
}
#mobile-wrapper .radiobtn--border {
  border: 1px solid #303030;
}

#mobile-wrapper .custom-checkbox input:checked ~ .radiobtn:after {
  display: block;
}

#mobile-wrapper .custom-checkbox .radiobtn:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

#mobile-wrapper .custom-checkbox .radiobtn--small:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
}

#mobile-wrapper .custom-checkbox.custom-checkbox--small-mod {
  margin: 0 10px;
  font-size: 16px;
}
#mobile-wrapper .custom-checkbox.custom-checkbox--small-mod .radiobtn--colored {
  background-color: #eee;
}
#mobile-wrapper
  .custom-checkbox.custom-checkbox--small-mod:hover
  .radiobtn--colored {
  background-color: #ccc;
}

#mobile-wrapper
  .custom-checkbox.custom-checkbox--small-mod
  .radiobtn--small:after {
  width: 8px;
  height: 8px;
}

#mobile-wrapper
  .custom-checkbox.custom-checkbox--small-mod
  input:checked
  ~ .radiobtn.radiobtn--small:after {
  background-color: #fff;
}

#mobile-wrapper
  .custom-checkbox.custom-checkbox--small-mod
  input:checked
  ~ .radio-text {
  border-bottom: 3px solid #f5bd2c;
}

#mobile-wrapper .radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

#mobile-wrapper .custom-radioBtn-white .radiobtn {
  background-color: #fff;
  border: 1px solid #ced4da;
}
#mobile-wrapper .custom-radioBtn-white .radiobtn:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  background-color: #409ed6;
}
#mobile-wrapper .custom-radioBtn-white input:checked ~ .radiobtn {
  background-color: #fff;
}

#mobile-wrapper .custom-checkbox .checkmark,
.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox:hover input ~ .checkmark {
  background-color: #f2f2f2;
  border: 0;
}

#mobile-wrapper .bg-light-gray .custom-checkbox .checkmark,
.bg-light-gray .custom-checkbox input:checked ~ .checkmark,
.bg-light-gray .custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

#mobile-wrapper .custom-checkbox.custom-checkbox--gray {
  color: #676767;
  font-size: 16px;
}

#mobile-wrapper .custom-checkbox.custom-checkbox--gray .radiobtn {
  border: 1px solid #676767;
}

#mobile-wrapper
  .custom-checkbox.custom-checkbox--gray
  input:checked
  ~ .radiobtn {
  background-color: #f2f2f2;
}

#mobile-wrapper .custom-checkbox.custom-checkbox--gray .radiobtn::after {
  background: #409ed6;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

#mobile-wrapper .custom-checkbox.custom-checkbox--noborder .radiobtn::after {
  top: 6px;
  left: 6px;
}

#mobile-wrapper .checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

#mobile-wrapper .checkbox__text {
  position: relative;
  padding: 0 0 0 50px;
  color: #676767;
  cursor: pointer;
}

#mobile-wrapper .checkbox__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 32px;
  border-radius: 16px;
  background: #9098a1;

  transition: 0.2s;
}

#mobile-wrapper .checkbox__text:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;

  transition: 0.2s;
}

#mobile-wrapper .checkbox input:checked ~ .checkbox__text:before {
  background: #383e49;
}

#mobile-wrapper .checkbox input:checked ~ .checkbox__text:after {
  left: 28px;
}

#mobile-wrapper
  .checkbox
  input:checked
  ~ .checkbox__text
  .checkbox__text-active {
  color: #303030;
}

#mobile-wrapper .checkbox--right .checkbox__text {
  padding: 0 50px 0 0;
  color: #676767;
}
#mobile-wrapper .checkbox--right .checkbox__text:before {
  right: 0;
  left: auto;
}
#mobile-wrapper .checkbox--right .checkbox__text:after {
  right: 0;
  left: auto;
}

#mobile-wrapper
  .checkbox.checkbox--right
  input:checked
  + .checkbox__text:after {
  right: 18px;
  left: auto;
}

#mobile-wrapper .checkbox__subinfo {
  display: none;
}
#mobile-wrapper .mobile-custom-checkbox-text {
  font-size: 14px;
  font-weight: 400;
  color: #383e49;
}
#mobile-wrapper .modal-old .checkbox__subinfo {
  padding-left: 18px;
}

#mobile-wrapper .checkbox-big-old .checkbox__text {
  padding: 0 77px 0 0;
  top: -12px;
}
#mobile-wrapper .checkbox-big-old .checkbox__text:before {
  top: -2px;
  height: 28px;
  width: 63px;
  border: 1px solid #dcdcdc;
}
#mobile-wrapper .checkbox-big-old .checkbox__text:after {
  top: -3px;
  left: 13px;
  right: auto;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #dcdcdc;
}

#mobile-wrapper
  .checkbox.checkbox--right.checkbox-big-old
  input:checked
  + .checkbox__text:after {
  right: auto;
  left: calc(100% - 30px);
}

#mobile-wrapper
  .checkbox.checkbox--right.checkbox-big-old
  input:checked
  + .checkbox__text
  + .checkbox__text-color {
  color: #409ed6;
}

#mobile-wrapper .modal-standart.modal.show {
  display: block !important;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .modal-standart.prodBudgetModal {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .modal-standart:not(.modal-old):not(.modal-contact) {
    margin-top: 20px;
  }

  #mobile-wrapper .modal-standart.prodBudgetModal {
    padding-bottom: 20px;
  }

  .modal-standart.modal:not(.modal-small):not(.prodSliderModal):not(
      .prodBudgetModal
    )
    .modal-content {
    padding-bottom: 20px;
  }
}
#mobile-wrapper .modal-small.modal {
  background-color: rgba(48, 48, 48, 0.75);
  padding: 0 15px;
}
#mobile-wrapper .modal-small-no-bg.modal {
  background-color: transparent;
}
#mobile-wrapper .modal-small .modal-dialog {
  margin: 0;
}

.modal-sub .modal-main li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
  padding-bottom: 0;
}
#mobile-wrapper .modal-sub .modal-main li a {
  margin-top: 15px;
  display: inline-block;
}
#mobile-wrapper .modal-sub .modal-main li a.button-forward-click {
  margin-bottom: 15px;
  margin-top: 0;
}
#mobile-wrapper .modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 20px;
}
#mobile-wrapper .modal .modal-body.modal-body__info {
  padding: 20px;
}
#mobile-wrapper .modal .modal-body.modal-body__info p {
  padding-right: 10px;
}
#mobile-wrapper .modal .modal-body.modal-body__info li {
  padding-right: 10px;
}
#mobile-wrapper .modal .modal-body.modal-body__info-txt p {
  padding-right: 10px;
}
#mobile-wrapper .modal .modal-body.modal-body__info-txt li {
  padding-right: 10px;
}

#mobile-wrapper #exampleModal11 .modal-main li:last-child {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
  padding-bottom: 0;
}

#mobile-wrapper .modal-content {
  border-radius: 0;
  border: none;
}
#mobile-wrapper .modal-content__top-51 {
  padding-top: 51px;
}
#mobile-wrapper .modal-content-old {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#mobile-wrapper .modal-content-old .modal-header {
  padding: 10px 16px;
}
#mobile-wrapper .modal-content-old .modal-body {
  padding: 15px;
}
#mobile-wrapper .modal-content-old .modal-footer {
  padding: 8px 16px 8px 16px;
}
#mobile-wrapper .modal-content-old .modal-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#mobile-wrapper .modal-content-old .modal-choose-old {
  position: relative;
  cursor: pointer;
}
#mobile-wrapper .modal-content-old .modal-choose-old a.tooltip-big {
  position: relative;
  z-index: 3;
}
#mobile-wrapper .modal-content-old .img_typ {
  position: relative;
  z-index: 3;
}
#mobile-wrapper .modal-content-old .modal-item__txt-img-lay2 {
  position: relative;
  z-index: 2;
}
#mobile-wrapper .modal-content-old .modal-item__txt-img-lay3 {
  position: relative;
  z-index: 1;
}
#mobile-wrapper .modal-content-old .modal-choose-old.active {
  border-bottom: 3px solid #f6bf1e !important;
  font-weight: bold;
}
#mobile-wrapper .modal-content-old .modal-choose-old.active:after {
  content: "✔";
  text-align: left;
  position: absolute;
  right: calc(50% - 45px);
  top: -6px;
  font-size: 16px;
  line-height: 30px;
  color: white;
  background-color: #409ed6;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#mobile-wrapper .modal-content-old .modal-choose-old__right.active:after {
  right: 0;
}
#mobile-wrapper .modal-content-old .modal-choose-old-doors.active:after {
  right: calc(50% - 45px);
  top: -16px;
}
#mobile-wrapper .modal-content-old .modal-choose-old-textup .textup {
  display: none;
  padding: 4px 10px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #60b6e8;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  font-size: 12px;
}
#mobile-wrapper .modal-content-old .modal-choose-old-textup.active .textup {
  display: inline-block;
}
#mobile-wrapper .modal-content-old .modal-body-switch > div {
  display: none;
}
#mobile-wrapper .modal-content-old .modal-body-switch > div.active {
  display: block;
}
@media screen and (max-width: 991px) {
  .modal-standart:not(.modal-old) .modal-dialog {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .modal-standart .modal-title {
    padding-right: 40px;
  }
}
#mobile-wrapper .modal-standart--tablet .modal-dialog {
  width: 675px;
  max-width: 100%;
}
#mobile-wrapper .modal-standart--300 .modal-dialog {
  width: 300px;
  max-width: 100%;
}
#mobile-wrapper .modal-standart--380 .modal-dialog {
  width: 383px;
  max-width: 100%;
}
#mobile-wrapper .modal-standart--600 .modal-dialog {
  width: 620px;
  max-width: 100%;
}
#mobile-wrapper .modal-standart--710 .modal-dialog {
  width: 710px;
  max-width: 100%;
}
#mobile-wrapper .modal-standart--1150 .modal-dialog {
  width: 1150px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .modal-standart--1150 .modal-dialog {
    width: auto;
  }
  #mobile-wrapper .modal-standart--1150 .modal-body {
    overflow-x: scroll;
  }
  #mobile-wrapper .modal-standart--1150 .modal-body .scroll-blk {
    width: 740px;
  }
}
@media screen and (max-width: 768px) {
  #mobile-wrapper .modal-standart--1150 .modal-body .scroll-blk {
    width: 960px;
  }
}
#mobile-wrapper .modal-button {
  margin-top: 22px;
}
#mobile-wrapper .modal-img-title {
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 12px;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media screen and (min-width: 991px) {
  #mobile-wrapper #exampleModalprodmoreold .budget-slider-img-icon {
    position: absolute;
    top: 0;
    left: 12px;
  }
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .prodBudgetModal {
    overflow-y: hidden !important;
  }
  #mobile-wrapper .prodBudgetModal.modal .budget-slider-imgs {
    height: calc(100vh - 93px);
    overflow-y: auto !important;
  }
  #mobile-wrapper .prodBudgetModal .budget-slider-img-icon {
    position: absolute;
    top: 0;
    left: 7%;
    font-size: 50px;
  }
  #mobile-wrapper .prodBudgetModal .owl-nav {
    display: none;
  }
  #mobile-wrapper .prodBudgetModal .no-slider-item {
    background-color: #f2f2f2;
  }
  #mobile-wrapper .prodBudgetModal .slider-item {
    padding: 15px;
  }
  #mobile-wrapper .prodBudgetModal .wimpel {
    width: auto !important;
  }
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .prodBudgetModal .budget-slider-img-icon {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 32px;
  }
}

#mobile-wrapper .tooltip-img {
  display: none;
}

#mobile-wrapper .tooltip-disabled {
  display: none;
}

#mobile-wrapper .modal-choose-old-basic .tooltip-img {
  display: flex;
}
#mobile-wrapper .modal-choose-old-premium .tooltip-img {
  display: flex;
}
#mobile-wrapper .modal-choose-old-premium.disabled .tooltip-img {
  display: none;
}
#mobile-wrapper .modal-choose-old-premium.disabled .tooltip-disabled {
  display: flex;
}
#mobile-wrapper .modal-choose-old-exclusive .tooltip-img {
  display: flex;
}
#mobile-wrapper .modal-choose-old-exclusive.disabled .tooltip-img {
  display: none;
}
#mobile-wrapper .modal-choose-old-exclusive.disabled .tooltip-disabled {
  display: flex;
}

#mobile-wrapper .modal-item__txt-img-flag-premium:before,
.modal-choose-old-premium .modal-item__txt-img-flag-icon:before {
  color: #409ed6;
  width: 8px;
  font-size: 20px;
  overflow: hidden;
  display: inline-block;
}
#mobile-wrapper .modal-item__txt-img-flag-premium:after,
.modal-choose-old-premium .modal-item__txt-img-flag-icon:after {
  content: "";
  color: #d2b464;
  width: 8px;
  font-size: 20px;
  overflow: hidden;
  display: inline-block;
  transform: scale(-1, 1);
}

#mobile-wrapper .modal-item__txt-img-flag-exclusive:before,
.modal-choose-old-exclusive .modal-item__txt-img-flag-icon:before {
  color: #d2b464;
  font-size: 20px;
}

#mobile-wrapper .modal-item__txt-img-flag-premium,
.modal-item__txt-img-flag-exclusive {
  margin-left: 5px;
  min-width: 20px;
  position: relative;
  top: 2px;
}
#mobile-wrapper .modal-item__txt-img-flag-premium-text,
.modal-item__txt-img-flag-exclusive-text {
  font-size: 14px !important;
}

#mobile-wrapper .modal-choose-old-exclusive-back {
  left: 20px;
  cursor: pointer;
}

#mobile-wrapper .modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  min-width: 500px;
}

#mobile-wrapper .modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .modal.left .modal-content,
  .modal.right .modal-content {
    overflow-y: hidden;
  }

  #mobile-wrapper .modal.right .modal-content.modal-sub-content {
    overflow-y: hidden;
  }
  #mobile-wrapper
    .modal.right
    .modal-content.modal-sub-content
    .modal-main
    .modal-main-scroll {
    overflow-y: auto;
  }
  #mobile-wrapper .modal-subblock .flex-grow-1 {
    overflow-y: auto;
  }

  #mobile-wrapper .modal-standart-main .modal-sub-content {
    overflow-y: auto;
  }
  #mobile-wrapper .modal-standart-main .modal-sub-content.hidden {
    overflow-y: hidden;
  }

  #mobile-wrapper .modal-main-scroll-m {
    height: calc(100vh);
    padding-bottom: 0;
  }
}
/*Left*/
#mobile-wrapper .modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

#mobile-wrapper .modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
#mobile-wrapper .modal.right.fade .modal-dialog {
  right: 0;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

#mobile-wrapper .modal.right.fade.in .modal-dialog {
  right: -320px;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    min-width: 100%;
  }
}
.modal-standart.modal.fade:not(.modal-old) .modal-dialog {
  transform: translate3d(0, 100vh, 0);
  transition: all 0.15s ease-out;
}
.modal-standart.modal.show:not(.modal-old) .modal-dialog {
  transform: translate3d(0, 0, 0);
  transition: all 0.15s ease-out;
}
#mobile-wrapper .modal-standart.modal.modal-old {
  opacity: 0;
  transition: all 1s ease;
}
#mobile-wrapper .modal-standart.modal.show.modal-old {
  opacity: 1;
  transition: all 1s ease;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .modal-standart.prodBudgetModal .modal-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    border-radius: 0;
  }
}
@media screen and (min-width: 991px) {
  #mobile-wrapper .modal-standart.prodBudgetModal .modal-footer {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .modal-standart:not(.modal-small) .modal-header {
    position: relative;
    top: 0;
    background-color: #fff;
    border-radius: 0;
  }
  .modal-standart:not(.modal-small) .modal-header__info-txt {
    padding-right: 10px;
  }
  .modal-standart:not(.modal-small) .modal-footer:not(.modal-footer-budget) {
    position: relative;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 5;
  }

  #mobile-wrapper .modal-standart .modal-header.border-0 {
    background-color: transparent;
  }
}
.modal-footer > * {
  margin: 0;
}

#mobile-wrapper .menu-area {
  background: #d61a5e;
}

#mobile-wrapper .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#mobile-wrapper .mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 15px;
  font-family: "Roboto", sans-serif;
  display: block !important;
}

#mobile-wrapper .mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
  color: #fff;
  background: #4caf50;
  outline: 0;
}

/*==========Sub Menu=v==========*/
#mobile-wrapper .mainmenu .collapse ul > li:hover > a {
  background: #4caf50;
}

#mobile-wrapper .mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
  background: #4caf50;
}

#mobile-wrapper .mainmenu .collapse ul ul ul > li:hover > a {
  background: #4caf50;
}

#mobile-wrapper .mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: #1565c0;
}

#mobile-wrapper .mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #1e88e5;
}

#mobile-wrapper .mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: #64b5f6;
}

/******************************Drop-down menu work on hover**********************************/
#mobile-wrapper .mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%;
}

@media only screen and (min-width: 991px) {
  #mobile-wrapper .mainmenu .collapse ul li:hover > ul {
    display: block;
  }

  #mobile-wrapper .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }

  /*******/
  #mobile-wrapper .mainmenu .collapse ul ul li {
    position: relative;
  }

  #mobile-wrapper .mainmenu .collapse ul ul li:hover > ul {
    display: block;
  }

  #mobile-wrapper .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }

  /*******/
  #mobile-wrapper .mainmenu .collapse ul ul ul li {
    position: relative;
  }

  #mobile-wrapper .mainmenu .collapse ul ul ul li:hover ul {
    display: block;
  }

  #mobile-wrapper .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
@media only screen and (max-width: 991px) {
  #mobile-wrapper .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 35px;
  }

  #mobile-wrapper
    .navbar-nav
    .show
    .dropdown-menu
    .dropdown-menu
    .dropdown-menu
    > li
    > a {
    padding: 16px 15px 16px 45px;
  }
}
#mobile-wrapper .popover {
  max-width: 100%;
  border: none;
  box-shadow: 0 0 15px #00000026;
  border-radius: 0;
  z-index: 1100;
}

#mobile-wrapper .popover-header {
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 0;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}

#mobile-wrapper .popover-body {
  padding: 0;
  font-weight: bold;
  box-shadow: none;
}

#mobile-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  box-shadow: 2px -2px 14px 1px #676767;
  height: 0;
}

#mobile-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  border-top-color: transparent;
  top: -6px;
  border-width: 0 15px 15px 15px;
  border-bottom-color: #ffffff;
  margin-left: -5px;
}

#mobile-wrapper .bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  border-top-color: transparent;
  box-shadow: 2px 7px 11px -2px #676767;
}

#mobile-wrapper .bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  border-right-color: #fff;
  right: -1px;
}

#mobile-wrapper .bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  bottom: -5px;
  margin-left: -5px;
  border-width: 15px 15px 0;
}

#mobile-wrapper .bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  box-shadow: -4px 2px 36px -5px #00000026;
}

#mobile-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  bottom: -5px;
  margin-left: -5px;
  border-width: 15px 15px 0;
}

#mobile-wrapper .bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: -5px;
  margin-left: -5px;
  border-width: 15px 15px 0;
}

#mobile-wrapper .tooltip-right {
  border: none !important;
  outline: none !important;
  display: inline-block;
}

#mobile-wrapper .tooltip-big {
  border: none !important;
  outline: none !important;
  display: inline-block;
}

#mobile-wrapper .tooltip-big-content {
  display: none;
}
#mobile-wrapper .tooltip-big-content-in {
  max-width: 350px;
  padding: 20px;
}
#mobile-wrapper .tooltip-big-content-in h4 {
  margin-top: 20px;
  color: #5c5c5c;
}
#mobile-wrapper .tooltip-big-content-in p {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
}
#mobile-wrapper .tooltip-big-content-in p:last-child {
  margin-bottom: 0;
}
#mobile-wrapper .tooltip-big-content-in--large {
  max-width: 460px;
}
#mobile-wrapper .tooltip-big-content-in--big {
  max-width: 345px;
}
#mobile-wrapper .tooltip-big-content-in--medium {
  max-width: 300px;
}
#mobile-wrapper .tooltip-big-content-in--small {
  max-width: 150px;
}
@media screen and (max-width: 600px) {
  #mobile-wrapper .tooltip-big-content-in {
    max-width: 400px;
  }
}
@media screen and (max-width: 424px) {
  #mobile-wrapper .tooltip-big-content-in {
    max-width: 300px;
  }
}

#mobile-wrapper .tooltip-bestprice,
.tooltip-season-decor,
.tooltip-auslauf-decor {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  border-style: solid;
  border-width: 0 0 44px 44px;
  border-color: transparent transparent #f5bd2c transparent;
}
#mobile-wrapper .tooltip-season-decor {
  border-color: transparent transparent #ff1919 transparent;
}
#mobile-wrapper .tooltip-auslauf-decor {
  border-color: transparent transparent #b4bfa6 transparent;
}
#mobile-wrapper .tooltip-bestprice-star:before {
  font-family: "ds" !important;
  content: "";
  position: absolute;
  top: 22px;
  left: -20px;
  font-size: 12px;
  color: #ffffff;
}
#mobile-wrapper .tooltip-season-decor-clock:before {
  content: "\0025";
  position: absolute;
  top: 17px;
  left: -20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#mobile-wrapper .tooltip-auslauf-decor-percentage:before {
  content: url("../images/clock.svg");
  position: absolute;
  top: 22px;
  left: -20px;
  font-size: 12px;
  /*color: #ffffff;*/
}
#mobile-wrapper .tooltip-bestprice-txt,
.tooltip-season-decor-txt,
.tooltip-auslauf-decor-txt {
  position: absolute;
  right: 0;
  width: 120px;
  top: 52px;
  text-align: right;
}
#mobile-wrapper .tooltip-season-decor-txt {
  color: #000;
}
#mobile-wrapper .tooltip-auslauf-decor-txt {
  color: #b4bfa6;
}
#mobile-wrapper .tooltip-bestprice-txt-width-left {
  width: calc(100% - 78px);
}
#mobile-wrapper .bestprice .tooltip-bestprice,
.bestprice .tooltip-season-decor,
.bestprice .tooltip-auslauf-decor {
  display: block;
}
#mobile-wrapper .tooltip-title-img__title {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 12px;
  background-color: #fff;
  margin-top: 0;
}

#mobile-wrapper .popover {
  border-radius: 4px;
}

@media screen and (max-width: 767.98px) {
  #mobile-wrapper .popover {
    border-radius: 0;
  }
}
#mobile-wrapper .flag-one {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 15px;
}
#mobile-wrapper .flag-one:before {
  content: "";
}

#mobile-wrapper .flag-two {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 15px;
}
#mobile-wrapper .flag-two:before {
  content: "";
  color: #409ed6;
  width: 11px;
  font-size: 28px;
  overflow: hidden;
  display: inline-block;
}
#mobile-wrapper .flag-two:after {
  content: "";
  color: #d2b464;
  width: 11px;
  font-size: 28px;
  overflow: hidden;
  display: inline-block;
  transform: scale(-1, 1);
}

#mobile-wrapper .list {
  padding: 0;
  list-style: none;
}
#mobile-wrapper .list_checkmark {
  padding-left: 25px;
}
#mobile-wrapper .list_checkmark li {
  position: relative;
}
#mobile-wrapper .list_dots li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#mobile-wrapper .list_dots li:before {
  content: "";
  display: inline-block;
  background: #676767;
  border-radius: 50%;
  top: 7px;
  left: 0;
  position: absolute;
}
#mobile-wrapper .list_big {
  font-size: 16px;
  line-height: 1.4;
}
#mobile-wrapper .list_big li:before {
  margin-right: 10px;
}
#mobile-wrapper .list_big.list_dots li:before {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  top: 0;
}
#mobile-wrapper .list_small {
  font-size: 14px;
  line-height: 1.4;
}
#mobile-wrapper .list_small.list_dots li:before {
  width: 5px;
  height: 5px;
  margin-right: 8px;
}
#mobile-wrapper .list.list_checkmark_center li {
  justify-content: center;
}

#mobile-wrapper .list-yellow li {
  position: relative;
  padding: 3px 3px 3px 17px;
  font-size: 16px;
  color: #676767;
  line-height: 1.4;
}
#mobile-wrapper .list-yellow li:before {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 13px;
  color: #f5bd2c;
}

#mobile-wrapper .list-green li {
  position: relative;
  padding: 3px 3px 3px 24px;
}
#mobile-wrapper .list-green li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 17px;
  margin-right: 5px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/haekchen-lg-green.png");
  margin-top: 0;
  transform: translateY(0);
}

#mobile-wrapper .select-tab__select-list-item {
  padding: 12px;
  display: inline-block;
}
#mobile-wrapper .select-tab__select-list-item-title {
  margin-bottom: 5px;
}
#mobile-wrapper .select-tab__select-list-item-val input {
  max-width: 126px;
}
#mobile-wrapper .select-tab__select-list a {
  cursor: auto;
}
#mobile-wrapper .select-tab__select-list a:hover .select-list__title {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .select-tab__select-list {
    padding-top: 30px;
  }
  #mobile-wrapper .select-tab__select-list-item {
    display: none;
  }
  #mobile-wrapper .select-tab__select-list-item.active {
    display: inline-block;
  }
}
#mobile-wrapper .select-tab__top-select-list-item {
  display: none;
}
#mobile-wrapper .select-tab__top-select-list-item.active {
  display: inline-block;
  width: 100%;
}
#mobile-wrapper
  .select-tab__top-select-list-position
  .select-tab__top-select-list-item
  img {
  display: none;
}
#mobile-wrapper
  .select-tab__top-select-list-position
  .select-tab__top-select-list-item
  img.active {
  display: block;
}
#mobile-wrapper .select-tab .select-list__title {
  padding-left: 15px;
}
#mobile-wrapper .select-tab .select-list__select select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#mobile-wrapper .select-tab .select-list__select-i {
  content: "";
  font-family: fontIcon, serif !important;
  border: 1px solid #dcdcdc;
  border-left: none;
  padding: 3px;
  color: #409ed6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#mobile-wrapper .select-tab__mob-tab {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .select-tab__mob-tab {
    display: block;
  }
  #mobile-wrapper .select-tab__mob-tab-in {
    background-color: #f2f2f2;
  }
  #mobile-wrapper .select-tab__mob-tab-items {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 7px 0;
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  #mobile-wrapper .select-tab__mob-tab-items::-webkit-scrollbar {
    display: none;
  }
  #mobile-wrapper .select-tab__mob-tab-items:after {
    content: "..";
    color: transparent;
    width: 10px;
  }
  #mobile-wrapper .select-tab__mob-tab-item {
    color: #303030;
    background-color: #ffffff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 4px;
    margin-right: 4px !important;
    margin-left: 4px !important;
    padding: 5px 10px;
    white-space: nowrap;
  }
  #mobile-wrapper .select-tab__mob-tab-item.active {
    color: #ffffff;
    background-color: #303030;
  }
  #mobile-wrapper .select-tab__mob-tab-item:first-child {
    margin-left: 15px;
  }
}

#mobile-wrapper .custom-tabs-old__switcher-btn {
  cursor: pointer;
}
#mobile-wrapper .custom-tabs-old__switcher-btn-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
#mobile-wrapper .custom-tabs-old__switcher-btn-img-in {
  width: 100%;
  height: 100%;
  box-shadow: inset 1px 2px 12px #303030;
  border-radius: 50%;
}
#mobile-wrapper
  .custom-tabs-old__switcher-btn.active
  .wardrobe__switcher-btn-img {
  box-shadow: 0 0 0 3px #f5bd2c;
}
#mobile-wrapper
  .custom-tabs-old__switcher-btn.active
  .wardrobe__switcher-btn-text:after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #f5bd2c;
}
#mobile-wrapper .custom-tabs-old__switcher-btn-old {
  color: #409ed6;
  padding: 0;
  position: relative;
}
#mobile-wrapper
  .custom-tabs-old__switcher-btn-old
  .custom-tabs-old__switcher-btn-img {
  width: 56px;
  height: 56px;
  border: 3px solid transparent;
  border-radius: 100%;
  text-align: center;
  box-shadow: inset -3px 2px 6px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#mobile-wrapper
  .custom-tabs-old__switcher-btn-old
  .custom-tabs-old__switcher-btn-img
  .custom-tabs-old__switcher-btn-img-in {
  box-shadow: none;
}
#mobile-wrapper .custom-tabs-old__switcher-btn-old.nav-link.active {
  color: #303030;
}
#mobile-wrapper
  .custom-tabs-old__switcher-btn-old.active
  .custom-tabs-old__switcher-btn-img {
  box-shadow: none;
  border: 3px solid #f5bd2c;
}
#mobile-wrapper .custom-tabs-old__switcher-btn-old.active:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(225deg);
  bottom: -28px;
  background: #f5f5f5;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  clear: both;
  z-index: 100;
}
#mobile-wrapper .custom-tabs-old-simple.active:after {
  background: #ffffff;
}
#mobile-wrapper .custom-tabs-old__switch-tabs-nav {
  position: relative;
  background-color: #f5f5f5;
  padding-top: 9px;
}
#mobile-wrapper .custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 9px;
  padding-top: 0;
}
#mobile-wrapper .custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link.disabled {
  color: #bdbcbc;
}
#mobile-wrapper .custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link.active {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  color: #303030;
  position: relative;
}
#mobile-wrapper
  .custom-tabs-old__switch-tabs-nav.nav-tabs
  .nav-link.active:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f5bd2c;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#mobile-wrapper .custom-tabs-old__switch-tabs-nav.nav-tabs .nav-link:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #409ed6;
}
#mobile-wrapper
  .custom-tabs-old__switch-tabs-nav.nav-tabs
  .nav-link.active:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  color: #303030;
}
#mobile-wrapper
  .custom-tabs-old__switch-tabs-nav.nav-tabs
  .nav-link.active:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f5bd2c;
  position: absolute;
  left: 0;
  bottom: 0;
}

#mobile-wrapper .tab-content__tab {
  display: none;
}
#mobile-wrapper .tab-content__tab .active {
  display: block;
}

#mobile-wrapper .config-left {
  position: absolute;
  padding: 16px 16px 0;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-left {
    bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  #mobile-wrapper .config-left {
    transform: none;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  #mobile-wrapper .config-left .btn-group-list {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-left-header h2 {
    font-size: 20px;
  }
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-left-header .stars-list ~ span {
    font-size: 9px !important;
  }
}
#mobile-wrapper .config-left .stage-bg {
  height: 386px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#mobile-wrapper .config-left .btn-option {
  display: inline-block;
  padding: 3px;
  border: 1px solid #ccc;
}
@media all and (max-width: 768px) {
  #mobile-wrapper .config-left .btn-option {
    margin-left: 0 !important;
  }
  .config-left .btn-option:not(.show-alaways) {
    display: none;
  }
}
#mobile-wrapper .config-left .btn-option .btn {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: #303030;
}
#mobile-wrapper .config-left .btn-option .btn.bg-black {
  background: #303030;
}
#mobile-wrapper .config-left .btn-option .btn.bg-black:disabled {
  opacity: 1;
  background: #bdbcbc;
}
.config-left .btn-option .btn:not(.btn-txt) {
  width: 29px;
  height: 29px;
  padding: 0;
}
#mobile-wrapper .config-left .btn-option .btn.btn-txt {
  height: 29px;
  padding: 5px 10px;
}
#mobile-wrapper .config-left .btn-option .btn .img-white {
  display: none;
}
#mobile-wrapper .config-left .btn-option .btn.is--active {
  background-color: #303030;
  color: #fff;
}
#mobile-wrapper .config-left .btn-option .btn.is--active .img-white {
  display: inline-block;
}
#mobile-wrapper .config-left .btn-option .btn.is--active .img-black {
  display: none;
}
#mobile-wrapper .config-left .left-side-bottom {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#mobile-wrapper .config-left .config-left-img {
  margin: 0 auto;
  height: 335px;
}

@media all and (min-width: 991px) {
  #mobile-wrapper .builder-block.add-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
}

#mobile-wrapper .builder-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
@media all and (min-width: 991px) {
  #mobile-wrapper .builder-fluid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#mobile-wrapper .builder-fluid .builder {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .builder-fluid .builder {
    max-height: 600px;
  }
}
@media all and (max-width: 768px) {
  #mobile-wrapper .builder-fluid .builder {
    max-height: 300px;
  }
}
#mobile-wrapper .builder-fluid .builder .show-settings {
  width: 100px;
  height: 100px;
  border: 2px solid yellowgreen;
  background: transparent;
  position: absolute;
  top: 20%;
  right: 30%;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .builder-fluid .builder .show-settings {
    display: none;
  }
}
#mobile-wrapper .builder-fluid .builder .show-settings__mobile {
  width: 75px;
  height: 75px;
  border: 1px dashed #3ddf53;
  position: absolute;
  top: 20%;
  right: 30%;
  opacity: 0.5;
  background: transparent;
}
#mobile-wrapper .builder-fluid .builder .show-settings__mobile_active {
  background: #3ddf53;
}
@media all and (min-width: 992px) {
  #mobile-wrapper .builder-fluid .builder .show-settings__mobile {
    display: none;
  }
}
#mobile-wrapper .builder-fluid .builder.drag-start {
  position: relative;
}
#mobile-wrapper .builder-fluid .builder.drag-start:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 150px;
  left: 30px;
  right: 30px;
  background: transparent;
  border: 2px dashed #409ed6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#mobile-wrapper .builder-fluid .builder.drag-start:before {
  content: "Drag & drop here";
  position: absolute;
  top: 16px;
  right: 16px;
  transform: translate(-50%);
  font-size: 10px;
  font-weight: bold;
  color: #409ed6;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .builder-fluid .builder-carousel {
    max-height: 100%;
    height: auto !important;
  }
  #mobile-wrapper
    .builder-fluid
    .builder-carousel
    .builder-carousel-for
    .slick-slide
    > img {
    width: 100%;
    height: auto !important;
  }
}
@media all and (max-width: 768px) {
  #mobile-wrapper .builder-fluid .builder-carousel {
    max-height: 100%;
  }
}

#mobile-wrapper .contact-block {
  float: left;
  position: relative;
}
@media all and (max-width: 768px) {
  /* #mobile-wrapper .contact-block {
		position: absolute;
	} */
}
#mobile-wrapper .contact-block > .btn {
  width: 35px;
  height: 35px;
  padding: 0;
  box-shadow: 0 3px 6px #00000029;
}

#mobile-wrapper .contact-block_popover {
  display: none;
  background-color: #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 4px;
  text-align: left;
  width: 280px;
  padding: 25px 15px 10px;
  z-index: 99;
  border: 1px solid #dcdcdc;
  position: absolute;
  left: 100%;
  bottom: 17px;
}
#mobile-wrapper .contact-block_popover .contact-block_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: transparent;
  border: none;
  width: 13px;
  height: 13px;
  padding: 0;
}
#mobile-wrapper .contact-block_popover .contact-block_btn img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  #mobile-wrapper .contact-block_popover {
    position: static;
    left: auto;
    right: 100%;
  }
}
#mobile-wrapper .contact-block_popover--left {
  left: auto;
  right: 40px;
  bottom: -310px;
}
@media all and (max-width: 768px) {
  #mobile-wrapper .contact-block_popover--left {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    border: none;
  }
}
#mobile-wrapper .contact-block_popover.contact-block_show {
  display: block;
}
@media all and (max-width: 344px) {
  #mobile-wrapper .contact-block_popover--left {
    right: 20px;
  }
}

#mobile-wrapper .product-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 140px;
  row-gap: 30px;
  column-gap: 30px;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .product-details {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  #mobile-wrapper .product-details .product-details_block__4 {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
#mobile-wrapper .product-details_block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#mobile-wrapper .product-details_block ul li {
  flex: 0 0 100%;
}
#mobile-wrapper .product-details_block ul li:before {
  content: "";
  position: relative;
  top: 7px;
  left: 0;
  background-color: #676767;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#mobile-wrapper .product-details_block ol {
  padding-left: 14px;
}
#mobile-wrapper .product-details_block ol li {
  padding-left: 0;
}
#mobile-wrapper .product-details_block ol li:before {
  display: none;
}

#mobile-wrapper .builder-carousel-nav ~ .config-left {
  bottom: 215px;
}
#mobile-wrapper .builder-carousel-nav ~ .config-left .btn-option {
  float: right;
  margin-right: 30px !important;
}

#mobile-wrapper .custom-range-container {
  padding: 0 35px;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: relative;
}
#mobile-wrapper .custom-range-container:before,
.custom-range-container:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 1px;
  background-color: #dcdcdc;
  top: -5px;
}
#mobile-wrapper .custom-range-container:before {
  left: 35px;
}
#mobile-wrapper .custom-range-container:after {
  right: 35px;
}
#mobile-wrapper .custom-range-container .input-group {
  margin-top: -22px;
  position: absolute;
  width: 90px;
  left: 61px;
  height: 30px;
  box-shadow: 0 3px 6px #00000029;
}
#mobile-wrapper .custom-range-container .input-group-text {
  padding: 6px;
  background-color: #fff;
  font-size: 14px;
  border-left: 0;
  border-color: #409ed6;
  height: 30px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
#mobile-wrapper .custom-range-container .form-control {
  font-size: 14px;
  border: 1px solid #409ed6;
  border-right: 0;
  height: 30px;
}
#mobile-wrapper .custom-range-container::-webkit-input-placeholder {
  /* Edge */
  color: #303030 !important;
  opacity: 1 !important;
}
#mobile-wrapper .custom-range-container:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303030 !important;
  opacity: 1 !important;
}
#mobile-wrapper .custom-range-container::placeholder {
  color: #303030 !important;
  opacity: 1 !important;
}

#mobile-wrapper .custom-range-slider--big,
.custom-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #65b0dd;
  outline: none;
  opacity: 1;
  border-radius: 0;
  border: 0;
  margin: 0;
}
#mobile-wrapper .custom-range-slider--big__center,
.custom-range-slider__center {
  position: relative;
  z-index: 2;
}
#mobile-wrapper .custom-range-slider--big__center input,
.custom-range-slider__center input {
  position: relative;
  z-index: 2;
  background: transparent;
  border: 1px solid #bdbcbc;
  height: 6px;
  border-radius: 3px;
  background-color: #65b0dd;
}
#mobile-wrapper .custom-range-slider--big__min,
.custom-range-slider__min {
  width: 55px;
  position: relative;
  top: 15px;
}
#mobile-wrapper .custom-range-slider--big__max,
.custom-range-slider__max {
  width: 55px;
  position: relative;
  top: 15px;
}
#mobile-wrapper .custom-range-slider--big__middle,
.custom-range-slider__middle {
  padding: 0 3%;
  width: calc(100% - 110px);
  margin-top: 23px;
}
#mobile-wrapper .custom-range-slider--big-group,
.custom-range-slider-group {
  width: 95px !important;
}

#mobile-wrapper .custom-range-slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  box-shadow: 0 2px 6px #00000029;
}

#mobile-wrapper .custom-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  box-shadow: 0 2px 6px #00000029;
}

#mobile-wrapper .custom-range-slider--big::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  box-shadow: 0 2px 6px #00000029;
}

#mobile-wrapper .custom-range-slider--big::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  box-shadow: 0 2px 6px #00000029;
}

#mobile-wrapper .range-min-value,
.range-max-value {
  display: inline-block;
  position: absolute;
  top: 13px;
}

#mobile-wrapper .range-min-value {
  left: 50px;
}

#mobile-wrapper .range-max-value {
  right: 50px;
}

#mobile-wrapper .sm-min-val,
.sm-max-val {
  font-size: 10px;
  opacity: 0.6;
  position: absolute;
  color: #676767;
  top: 12px;
}

#mobile-wrapper .sm-min-val {
  left: 16px;
}

#mobile-wrapper .sm-max-val {
  right: 16px;
}

#mobile-wrapper .range-slider-item {
  height: 65px;
}

#mobile-wrapper .country_select_custom .custom_country_select {
  font-size: 0;
  width: 60px;
  height: 29px;
  padding: 0 !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
#mobile-wrapper .country_select_custom .custom_country_select:focus {
  outline: 0;
}
#mobile-wrapper .country_select_custom .country-select {
  height: 29px;
}
#mobile-wrapper .country_select_custom .country-select .country-list {
  z-index: 10000;
  font-size: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  left: 0;
}
#mobile-wrapper .country_select_custom .country-select.inside .flag-dropdown {
  border: 1px solid #dcdcdc;
  background-color: transparent;
  width: 60px;
  height: 29px;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown:hover {
  background-color: transparent;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown:hover
  .selected-flag {
  background-color: transparent;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown
  .flag {
  margin: 5px 0 0;
  background-image: url(../images/ds_sprites.png);
  height: 15px;
  width: 23px;
  background-size: unset;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown
  .flag.de {
  background-position: -6px -75px;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown
  .flag.ch {
  background-position: -73px -75px;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown
  .flag.at {
  background-position: -35px -75px;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown
  .flag.nl {
  background-position: -105px -75px;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown
  .flag.be {
  background-position: -143px -75px;
}
#mobile-wrapper
  .country_select_custom
  .country-select.inside
  .flag-dropdown
  .flag.lu {
  background-position: -178px -75px;
}
#mobile-wrapper .country_select_custom .country-select .selected-flag {
  width: 100%;
  padding: 0 0 0 7px;
}
#mobile-wrapper .country_select_custom .country-select .selected-flag .arrow {
  border-bottom: 1.5px solid #bdbcbc;
  border-right: 1.5px solid #bdbcbc;
  width: 9px;
  height: 9px;
  margin-right: 0;
  margin-left: 0;
  right: 8px;
  top: 11px;
}
#mobile-wrapper
  .country_select_custom
  .country-select
  .selected-flag
  .arrow.up {
  border-bottom: 1.5px solid #bdbcbc;
  border-right: 1.5px solid #bdbcbc;
  width: 9px;
  height: 9px;
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#mobile-wrapper .country_select_custom .country-select .selected-flag:focus {
  outline: 0;
}
#mobile-wrapper .country_select_custom--full .flag-dropdown {
  width: 100% !important;
}
#mobile-wrapper .country_select_custom--full .country-select .selected-flag {
  padding: 0 0 0 18px;
}
#mobile-wrapper .country_select_custom--full .country-name {
  font-size: 16px;
  color: #303030;
}
#mobile-wrapper .country_select_custom--full .country {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#mobile-wrapper .country_select_custom--full .country-list .flag {
  margin: 0 10px 0 8px !important;
}

#mobile-wrapper .custom-country__select--full {
  border: none;
  background-color: transparent;
  height: 35px;
  max-width: 280px;
  outline-color: transparent;
}
.country-select.inside input,
.country-select.inside input[type="text"] {
  padding-right: 44px;
}

#mobile-wrapper .country_select_custom--full .country-select {
  height: 35px;
}
#mobile-wrapper .country_select_custom--full .country-select .country-list {
  padding-top: 14px;
  padding-bottom: 9px;
  box-sizing: content-box;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 30px;
}
#mobile-wrapper
  .country_select_custom--full
  .country-select
  .country-list
  .country {
  padding-right: 0px;
}
#mobile-wrapper
  .country_select_custom--full
  .country-select
  .country-list:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
#mobile-wrapper
  .country_select_custom--full
  .country-select.inside
  .flag-dropdown {
  height: 35px;
}
#mobile-wrapper
  .country_select_custom--full
  .country-select
  .selected-flag
  .arrow {
  right: 18px;
  top: 14px;
}

#mobile-wrapper .delivery_text {
  display: none;
}

#mobile-wrapper .input-counter-wrapper {
  display: inline-flex;
  border: 1px solid #73828b;
  border-radius: 3px;
}
#mobile-wrapper .input-counter-wrapper input {
  width: 60px;
  font-size: 16px;
  border: none;
  text-align: center;
  height: 35px;
  color: #374d5a;
}
#mobile-wrapper .input-counter-wrapper button {
  height: 35px;
  font-size: 16px;
  width: 30px;
  background: transparent;
  border: none;
  outline: none;
}
#mobile-wrapper .input-counter-wrapper button.decrease {
  border-right: 1px solid #73828b;
}
#mobile-wrapper .input-counter-wrapper button.increase {
  border-left: 1px solid #73828b;
}

#mobile-wrapper .input-white {
  background-color: #ffffff;
}

#mobile-wrapper .input-number-wrapper {
  display: inline-flex;
  border: 1px solid #73828b;
  border-radius: 3px;
}
#mobile-wrapper .input-number-wrapper input {
  width: 74px;
  font-size: 16px;
  border: none;
  text-align: center;
  height: 35px;
  color: #374d5a;
}
#mobile-wrapper .input-number-wrapper .measure {
  display: block;
  width: 41px;
  border-left: 1px solid #73828b;
  color: #374d5a;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
}

#mobile-wrapper .custom-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#mobile-wrapper .custom-form .form-group input:focus {
  background: #fff;
  border: 1px solid #63b1e1;
}
#mobile-wrapper .custom-form .form-group label {
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}
#mobile-wrapper .custom-form .form-title {
  font-size: 22px;
  line-height: 1.5;
  padding: 5px;
  margin-bottom: 20px;
}
#mobile-wrapper .custom-form .field-fluid p {
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}
#mobile-wrapper .custom-form .field-fluid .checkboxes {
  padding: 0;
}
#mobile-wrapper .custom-form .field-fluid .checkboxes .form-group {
  margin-right: 15px;
}
#mobile-wrapper .custom-form .field-fluid .checkboxes label {
  color: #303030;
  font-size: 14px;
  line-height: 1.5;
}
#mobile-wrapper .custom-form .form-control {
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 35px;
  border: 1px solid #dcdcdc;
  padding: 0 8px;
  font-size: 12px;
}
#mobile-wrapper .custom-form .custom_nice_select {
  width: 100%;
  color: #303030;
  font-size: 16px;
  margin-bottom: 0;
}
#mobile-wrapper .custom-form .nice-select {
  float: none;
}
#mobile-wrapper .custom-form .nice-select .list {
  width: 100%;
}
#mobile-wrapper .custom-form .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  height: 8px;
  right: 15px;
  width: 8px;
}
#mobile-wrapper .custom-form .custom-checkbox {
  color: #676767;
  font-size: 16px;
}
#mobile-wrapper .custom-form .custom-checkbox .radiobtn {
  background-color: #f2f2f2;
}
#mobile-wrapper .custom-form .custom-checkbox .radiobtn::after {
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #409ed6;
}
#mobile-wrapper .custom-form .custom-checkbox input:checked ~ .radiobtn {
  background-color: #f2f2f2;
}
#mobile-wrapper .custom-form .delivery-cost {
  display: block;
  color: #b5b5b5;
  font-size: 12px;
  margin-bottom: 10px;
}

#mobile-wrapper input.input-old-height {
  height: 25px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  border: solid 1px #e8e8e8 !important;
}

#mobile-wrapper .loader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(48, 48, 48, 0.75);
  z-index: 200;
}
#mobile-wrapper .loader .loader-popup {
  display: inline-block;
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mobile-wrapper .loader .loader-popup p {
  color: #303030;
  font-size: 30px;
  text-align: center;
}
#mobile-wrapper .loader .lds-ring {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}
#mobile-wrapper .loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 6px;
  border: 6px solid #409ed6;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #409ed6 transparent transparent transparent;
}
.loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bump-up {
  0% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(1.06);
  }
  80% {
    transform: scaleY(0.98);
  }
  100% {
    transform: scaleY(1);
  }
}

#mobile-wrapper .config-bills-slider_filter .config-category-slider {
  padding-left: 0;
}

#mobile-wrapper .config-bills-slider_filter .filter_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 12px 2px 13px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 6px #00000029;
  background-color: #fff;
  border-radius: 4px;
  height: 29px;
  line-height: 29px;
  color: #303030;
}

#mobile-wrapper .config-bills-slider_filter .filter_link:hover {
  text-decoration: none;
}

#mobile-wrapper .config-bills-slider_filter .filter_link.active {
  color: #fff;
  background-color: #303030;
}

#mobile-wrapper .tab-pane_filter {
  display: none;
}

#mobile-wrapper .tab-content_filter > .active {
  display: block;
}

#mobile-wrapper .config-sticky {
  height: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: -7.5px 0 15px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 991px) {
  #mobile-wrapper .config-sticky {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 991px) {
  #mobile-wrapper .config-sticky {
    position: relative;
    height: auto !important;
    box-shadow: none;
  }
}

#mobile-wrapper .config-desktop {
  position: relative;
  background: #fff;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-desktop {
    height: auto !important;
  }
}
#mobile-wrapper .config-desktop .tab-pane {
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
@media all and (max-width: 991px) {
  #mobile-wrapper .config-desktop .tab-pane {
    height: auto !important;
    max-height: 400px;
  }
}
@media all and (max-width: 991px) {
  .config-desktop .tab-pane#material {
    overflow: inherit;
  }
}
#mobile-wrapper .config-desktop .thickness-block {
  padding: 0 15px;
}
#mobile-wrapper .config-desktop .thickness-block label {
  font-size: 14px;
  line-height: 1.4;
  color: #303030;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 30px;
}
#mobile-wrapper .config-desktop .config-desktop-header {
  background-color: #f2f2f2;
  height: 47px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-desktop .config-desktop-header {
    display: none;
  }
}
#mobile-wrapper .config-desktop .config-desktop-header .btn {
  color: #409ed6;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
}
#mobile-wrapper .config-desktop .config-desktop-header .btn:hover {
  text-decoration: underline;
}
#mobile-wrapper .config-desktop .config-desktop-header img {
  margin-right: 10px;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-desktop .tabs-desktop {
    display: none;
  }
}
#mobile-wrapper .config-desktop .tabs-desktop .hyphens {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
#mobile-wrapper .config-desktop .nav-tabs .nav-item {
  width: calc(100% / 4);
}
#mobile-wrapper .config-desktop .nav-tabs .nav-link {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 75px;
  font-size: 12px;
  font-weight: bold;
  color: #303030;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  width: 100%;
  border-left: 0;
}
#mobile-wrapper .config-desktop .nav-tabs .nav-link.active {
  background-color: #fff;
}
#mobile-wrapper .config-desktop .body-dimensions {
  padding: 0 15px;
}
#mobile-wrapper .config-desktop .body-dimensions .body-dimensions-header {
  color: #676767;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#mobile-wrapper .config-desktop .body-dimensions textarea {
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 19.6px;
  border: 1px solid #303030;
}
#mobile-wrapper .config-desktop .body-dimensions::-webkit-input-placeholder {
  /* Edge */
  color: rgba(103, 103, 103, 0.6) !important;
  opacity: 1 !important;
}
#mobile-wrapper .config-desktop .body-dimensions:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(103, 103, 103, 0.6) !important;
  opacity: 1 !important;
}
#mobile-wrapper .config-desktop .body-dimensions::placeholder {
  color: rgba(103, 103, 103, 0.6) !important;
  opacity: 1 !important;
}
#mobile-wrapper .config-desktop .sliders {
  margin-top: 20px;
  padding: 0 15px;
}
#mobile-wrapper .config-desktop .sliders h3 {
  margin-bottom: 0;
  font-size: 14px;
  color: #303030;
  font-weight: bold;
}
#mobile-wrapper .config-desktop .config-bills-slider .nav-link,
.config-desktop .config-bills-slider__mobile .nav-link {
  font-size: 12px;
  font-weight: bold;
  padding-right: 12px;
  padding-left: 13px;
  border: 1px solid #d8d8d8;
  padding-top: 5px;
  box-shadow: 0 3px 6px #00000029;
}
#mobile-wrapper .config-desktop .config-bills-slider__mobile {
  padding-left: 0;
  border: none;
  box-shadow: none;
  margin-left: -15px;
  margin-right: -15px;
  background: #f2f2f2;
}
@media all and (min-width: 991px) {
  #mobile-wrapper .config-desktop .config-bills-slider__mobile {
    display: none;
  }
}
#mobile-wrapper
  .config-desktop
  .config-bills-slider__mobile
  .config-category-slider {
  background: #f2f2f2;
}
@media all and (min-width: 991px) {
  #mobile-wrapper .config-desktop .only-mobile {
    display: none;
  }
}
@media all and (max-width: 991px) {
  #mobile-wrapper .config-desktop .only-desktop {
    display: none;
  }
}
#mobile-wrapper .config-desktop .decor-item {
  cursor: pointer;
}
#mobile-wrapper .config-desktop .decor-item img {
  width: 100% !important;
  height: auto;
}
#mobile-wrapper .config-desktop .decor-item:hover:after {
  display: block;
}
#mobile-wrapper .config-desktop .d-grid-3-items .is--feature:before {
  width: 40px;
  height: 40px;
  background-size: 40px;
}
#mobile-wrapper .config-desktop .filter-btn {
  font-size: 12px;
  text-decoration: underline;
  float: right;
  height: auto;
  line-height: unset;
  margin-top: 4px;
  color: #303030;
}
#mobile-wrapper .config-desktop .filter-btn img {
  width: 21px;
  margin-right: 7px;
}
#mobile-wrapper .config-desktop .config-bills-slider {
  display: none;
  padding-left: 0;
}
#mobile-wrapper .config-desktop .color-filter-overlay.is--open {
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
}
#mobile-wrapper .config-desktop .config-category-slider {
  background-color: #fff;
  padding-left: 15px;
}
#mobile-wrapper .config-desktop .white-border {
  position: relative;
}
#mobile-wrapper .config-desktop .white-border:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 4px;
  background-color: #fff;
  left: 0;
  right: 0;
}
#mobile-wrapper .config-desktop .custom-range-mb {
  margin: 26px 0;
  position: relative;
}
@media all and (max-width: 991px) {
  #mobile-wrapper .config-desktop .custom-range-mb {
    margin: 70px 0;
  }
}
#mobile-wrapper .config-desktop .custom-range-mb .range-input-val {
  position: absolute;
  top: -13px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#mobile-wrapper .config-desktop .custom-range-mb .range-input-val input {
  margin-bottom: 0;
  text-align: center;
  padding-right: 26px;
}
#mobile-wrapper .config-desktop .custom-range-mb .range-input-val .cm-mb {
  background-color: transparent;
}
#mobile-wrapper .config-desktop .custom-range-mb .range-slider-container-mb {
  padding: 0 30px;
  margin: 0;
}
#mobile-wrapper
  .config-desktop
  .custom-range-mb
  .range-slider-container-mb:before {
  left: 30px;
}
#mobile-wrapper
  .config-desktop
  .custom-range-mb
  .range-slider-container-mb:after {
  right: 30px;
}

#mobile-wrapper .config-desktop__part .nav-tabs .nav-item {
  width: calc(100% / 3);
}

/*noUiSlider*/
#mobile-wrapper .custom-slider.noUi-horizontal {
  height: 6px;
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-handle {
  width: 100px;
  right: -50px;
  height: 35px;
  top: -17px;
  box-shadow: none;
}
@media all and (max-width: 991px) {
  #mobile-wrapper .custom-slider.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    right: -15px;
    box-shadow: 0px 2px 6px #000000;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
  }
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-handle:focus {
  outline: none;
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-handle:before,
.custom-slider.noUi-horizontal .noUi-handle:after {
  display: none;
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-pips.noUi-pips-horizontal {
  display: none;
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-tooltip {
  border: none;
  top: -31px;
  height: 29px;
  position: relative;
  font-size: 14px;
  color: #303030;
}
@media all and (max-width: 991px) {
  #mobile-wrapper .custom-slider.noUi-horizontal .noUi-tooltip {
    top: -82px;
    width: 126px;
    height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #fff;
    cursor: default;
    font-size: 16px;
    line-height: 25px;
    box-shadow: none;
  }
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-tooltip:focus {
  outline: none;
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-tooltip .input-tooltip {
  position: absolute;
  left: -1px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  max-width: 102%;
  border: none;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  color: #303030;
  height: 35px;
}
@media all and (max-width: 991px) {
  #mobile-wrapper .custom-slider.noUi-horizontal .noUi-tooltip .input-tooltip {
    font-size: 16px;
    line-height: 17px;
    height: 37px;
  }
}
#mobile-wrapper
  .custom-slider.noUi-horizontal
  .noUi-tooltip
  .input-tooltip:focus {
  outline: none;
}
#mobile-wrapper
  .custom-slider.noUi-horizontal
  .noUi-tooltip
  .input-tooltip__mobile {
  border: 1px solid #409ed6;
}
#mobile-wrapper .custom-slider.noUi-horizontal .noUi-tooltip:after {
  content: "cm";
  display: inline-block;
  padding-left: 5px;
}
#mobile-wrapper .custom-slider .limiter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background-color: transparent;
}
#mobile-wrapper .custom-slider .limiter:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 5px;
  background: #409ed6;
}
#mobile-wrapper .custom-slider .limiter-min,
.custom-slider .limiter-max {
  position: absolute;
  top: 10px;
  color: #bdbcbc;
  font-size: 12px;
  text-align: left;
}
#mobile-wrapper .custom-slider .limiter-min {
  left: 0;
}
#mobile-wrapper .custom-slider .limiter-max {
  right: 0;
}
#mobile-wrapper .custom-slider .value-error {
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  bottom: -3px;
  background: #fff3c6;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobile-wrapper .draggable:hover {
  cursor: grab;
}

#mobile-wrapper .overlay-hide {
  display: none;
}

#mobile-wrapper .overlay-show {
  display: block;
}

#mobile-wrapper .tooltip {
  top: -3px !important;
}
#mobile-wrapper .tooltip.show {
  opacity: 1;
}
#mobile-wrapper .tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -9px;
}
#mobile-wrapper .tooltip .arrow:after {
  background: #dddddd !important;
  border: 15px solid #fff !important;
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-wrapper .tooltip .arrow:before {
  display: none;
}

#mobile-wrapper .tooltip-inner {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
  background-color: white !important;
  border-color: #e2e2e2 !important;
  width: auto !important;
  min-width: auto !important;
  max-width: 500px !important;
  padding: 20px;
  color: #0e0e0e;
}

#mobile-wrapper #config-desktop-footer-overlay {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  background-color: #fff;
}
#mobile-wrapper #config-desktop-footer-overlay .overlay-btn-close {
  background-image: url(../images/x-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
}
#mobile-wrapper #config-desktop-footer-overlay .overlay-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  margin-top: 11px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .custom_country_select {
  font-size: 16px;
  width: 200px;
  height: 49px;
  padding: 0 !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  top: -4px;
  background-color: transparent;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .custom_country_select:focus {
  outline: 0;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select {
  height: 35px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select
  .country-list {
  z-index: 99;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  border-top: 0;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown {
  border: 1px solid #dadada;
  border-radius: 5px;
  background-color: transparent;
  width: 200px;
  height: 35px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown:hover
  .selected-flag {
  background-color: transparent;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown
  .flag {
  margin: 8px 0 0;
  background-image: url(../images/ds_sprites.png);
  height: 15px;
  width: 23px;
  background-size: unset;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown
  .flag.de {
  background-position: -6px -75px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown
  .flag.ch {
  background-position: -73px -76px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown
  .flag.at {
  background-position: -35px -75px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown
  .flag.fr {
  background-position: -105px -75px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select.inside
  .flag-dropdown
  .flag.be {
  background-position: -143px -75px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select
  .selected-flag {
  width: 100%;
  padding: 0 0 0 7px;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select
  .selected-flag
  .arrow {
  border: solid #bdbcbc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -5px;
  right: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select
  .selected-flag
  .arrow.up {
  margin-top: -2px;
  border: solid #bdbcbc;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .country_select_overlay
  .country-select
  .selected-flag:focus {
  outline: 0;
}
#mobile-wrapper #config-desktop-footer-overlay .link {
  text-decoration: underline;
  color: #676767;
}
#mobile-wrapper #config-desktop-footer-overlay .link:hover {
  color: #409ed6;
}
#mobile-wrapper #config-desktop-footer-overlay .line {
  border-top: 1px solid #dadada;
  margin: 20px 0 10px 0;
  width: 100%;
  height: auto;
}
#mobile-wrapper #config-desktop-footer-overlay .overlay-picture {
  background-color: #9d9d9d;
  width: 595px;
  height: 330px;
  position: relative;
  background-image: url(../images/versand-teaser.png);
  background-repeat: no-repeat;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .overlay-picture
  .picture-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 10px;
  padding: 10px;
  max-width: 60%;
}
#mobile-wrapper
  #config-desktop-footer-overlay
  .overlay-picture
  .picture-overlay
  .overlay-picture-list {
  list-style-type: none;
  list-style-image: url(../images/checkbox.svg);
}

#mobile-wrapper .config-desktop-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e9ecef;
  padding: 10px 15px;
  background-color: #fff;
  align-items: flex-end;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-desktop-footer {
    padding: 10px 15px;
    position: static;
    display: none !important;
  }
}
.config-desktop-footer__mobile {
  display: none !important;
}
@media all and (max-width: 992px) {  .config-desktop-footer__mobile {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: flex !important;
    padding: 9px 20px 15px 20px;
    max-height: 130px;
  }
}
#mobile-wrapper .config-desktop-footer .part-count_select {
  flex: 0 0 20%;
  align-self: flex-start;
  margin-top: 5px;
  margin-right: 10px;
}
#mobile-wrapper .config-desktop-footer .price-info {
  margin-bottom: 10px;
  flex: 0 0 100%;
  align-items: center !important;
}
#mobile-wrapper .config-desktop-footer .price-info__inline {
  flex: 0 0 75%;
}
#mobile-wrapper .config-desktop-footer .price-info .price-actual {
  font-size: 22px;
  line-height: 22px;
  color: #303030;
}
@media all and (min-width: 992px) {
  #mobile-wrapper .config-desktop-footer .price-info .price-actual {
    margin-right: 0.5rem;
  }
}
#mobile-wrapper .config-desktop-footer .price-info .muted {
  line-height: 17px;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .config-desktop-footer .price-info .muted {
    font-size: 10px !important;
    line-height: 10px;
    color: #bdbcbc;
  }
}
#mobile-wrapper .config-desktop-footer .align-items-end {
  align-items: flex-end !important;
}
#mobile-wrapper .config-desktop-footer .btn-save {
  flex: 0 0 60px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 100%;
}
#mobile-wrapper .config-desktop-footer .btn-save .mobile {
  display: none;
}
#mobile-wrapper .config-desktop-footer .btn-save span {
  display: none;
}
#mobile-wrapper .config-desktop-footer .btn-cart {
  flex: 1 1 auto;
  margin-bottom: 5px;
}
#mobile-wrapper .config-desktop-footer .btn-cart img {
  display: none;
}
#mobile-wrapper .config-desktop-footer .bottom-text-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 100%;
}

#mobile-wrapper .custom-accordion_product {
  margin-bottom: 60px;
}
@media all and (max-width: 992px) {
  #mobile-wrapper .custom-accordion_product {
    margin-bottom: 0;
  }
}

#mobile-wrapper .abs-material-list .nav-item {
  flex: 0 0 100%;
}
#mobile-wrapper .abs-material-list .nav-item .custom-checkbox {
  font-size: 16px;
}

#mobile-wrapper .shelf-counter {
  margin-bottom: 10px;
}
#mobile-wrapper .shelf-counter_title {
  font-size: 14px;
  font-weight: bold;
  color: rgba(48, 48, 48, 0.8);
  margin: 0 15px 0 0;
}
#mobile-wrapper .shelf-counter_select {
  max-width: 100px;
}

#mobile-wrapper .builder-carousel-for {
  margin-bottom: 15px;
}
#mobile-wrapper .builder-carousel-for .slick-slide > img {
  width: 100%;
  object-fit: cover;
}

#mobile-wrapper .builder-carousel-nav .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
#mobile-wrapper .builder-carousel-nav .slick-slide {
  margin: 0 5px;
}
#mobile-wrapper .builder-carousel-nav .slick-slide > img {
  width: 100%;
}
#mobile-wrapper .builder-carousel-nav .slick-slide.slick-current {
  border-bottom: 3px solid #409ed6;
}
#mobile-wrapper .builder-carousel-nav .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
#mobile-wrapper .builder-carousel-nav .slick-arrow:before {
  content: "";
  border: solid #bdbcbc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  opacity: 1;
}
#mobile-wrapper .builder-carousel-nav .slick-arrow.slick-prev {
  left: 0;
}
#mobile-wrapper .builder-carousel-nav .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mobile-wrapper .builder-carousel-nav .slick-arrow.slick-next {
  right: 0;
}
#mobile-wrapper .builder-carousel-nav .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-wrapper .menu-mobile.sticky {
  position: fixed;
  width: 100%;
  z-index: 710;
  top: -40px;
}

#mobile-wrapper .header .middle-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 700;
  background: white;
}

#mobile-wrapper .product-line-navigation.sticky {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 690;
  top: 57px;
  left: 0;
}
@media screen and (min-width: 575px) {
  #mobile-wrapper .product-line-navigation.sticky {
    top: 76px;
  }
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .product-line-wrap {
    padding: 0;
  }
  #mobile-wrapper .product-line__subtitle {
    border-bottom: none !important;
  }
  #mobile-wrapper .product-line__head-wrap {
    flex-direction: column;
    align-items: center;
  }
  #mobile-wrapper .product-line__head-wrap-dots {
    display: none;
  }
  #mobile-wrapper .product-line__head-wrap-i {
    flex-direction: column;
  }
}
@media screen and (max-width: 394px) {
  #mobile-wrapper .product-line__head-wrap {
    flex-direction: row;
  }
  #mobile-wrapper .product-line__head-in {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  #mobile-wrapper .product-line__head-wrap-dots {
    display: inline-block;
    margin-right: 6px;
  }
  #mobile-wrapper .product-line__head-wrap-i {
    flex-direction: row;
  }
}

#mobile-wrapper .configuration__tooltip-trigger {
  position: relative;
  cursor: pointer;
}
#mobile-wrapper .configuration__tooltip-trigger svg {
  width: 22px;
  height: 22px;
  vertical-align: baseline;
}
#mobile-wrapper .configuration__tooltip-trigger--forest-green svg {
  fill: #008a00;
}
#mobile-wrapper .configuration__tooltip-trigger--darkgray svg {
  fill: #303030;
}
#mobile-wrapper .configuration__tooltip-trigger .tooltip-text {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 120%;
  z-index: 1000;
  border: 1px solid #eee;
  border-radius: 5px;
  transform: translateY(-50%);
}
#mobile-wrapper .configuration__tooltip-trigger:hover .tooltip-text {
  visibility: visible;
}

#mobile-wrapper .list-icon-checkmark li {
  list-style: none;
  position: relative;
}
#mobile-wrapper .list-icon-checkmark li::before {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 0;
}
#mobile-wrapper .list-icon-checkmark .li-icon-arrow::before {
  content: "▶";
}
#mobile-wrapper .list-icon-checkmark .li-icon-none::before {
  content: "";
}
#mobile-wrapper .list-icon-checkmark--small-yellow li::before {
  font-size: 13px;
  color: #f5bd2c;
  top: 2px;
}
#mobile-wrapper .list-icon-checkmark--big-blue li::before {
  font-size: 20px;
  color: #409ed6;
}

#mobile-wrapper .li-icon-select,
.li-icon-phone,
.li-icon-envelope,
.li-icon-whatsapp {
  position: relative;
  list-style: none;
}
#mobile-wrapper .li-icon-select::before,
.li-icon-phone::before,
.li-icon-envelope::before,
.li-icon-whatsapp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 16px;
  height: 16px;
  background-size: cover;
}
#mobile-wrapper .li-icon-select::before {
  top: 10px;
  background-image: url("../../../deinschrank-update/assets/images/icons/lnr-select.svg");
}
#mobile-wrapper .li-icon-phone::before {
  background-image: url("../../../deinschrank-update/assets/images/icons/lnr-phone-handset.svg");
}
#mobile-wrapper .li-icon-envelope::before {
  top: -2px;
  background-image: url("../../../deinschrank-update/assets/images/icons/lnr-envelope.svg");
}
#mobile-wrapper .li-icon-whatsapp::before {
  background-image: url("../../../deinschrank-update/assets/images/icons/whatsapp.svg");
}

#mobile-wrapper .product-line .contact-block {
  position: relative;
  float: none;
}

@media screen and (min-width: 992px) {
  #mobile-wrapper .product-line .contact-block {
    position: relative;
  }
}
#mobile-wrapper .prodSliderModal {
  background-color: rgba(0, 0, 0, 0.5);
}

#mobile-wrapper .modal-drawer-1 {
  display: none;
}

#mobile-wrapper .select-switcher__item {
  display: none;
}
#mobile-wrapper .select-switcher__item.active {
  display: block;
}

#mobile-wrapper .modal-item__txt-img__radio {
  display: none;
}

.flaps input[type="radio"] {
  margin-top: 3px;
}
#mobile-wrapper .flaps__body .row {
  margin: 0;
}

#mobile-wrapper .product-dimensions__top {
  padding-top: 80px;
}
#mobile-wrapper .product-dimensions__img {
  margin-right: 85px;
}
#mobile-wrapper .product-dimensions__img-l {
  margin-right: 115px;
}
#mobile-wrapper .product-dimensions .dimension-input {
  position: absolute;
}
#mobile-wrapper .product-dimensions .dimension-input input {
  width: 66px;
  text-indent: 4px;
  text-align: right;
}
#mobile-wrapper .product-dimensions .dimension-input--height {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
#mobile-wrapper .product-dimensions .dimension-input--height-d {
  right: 80%;
}
#mobile-wrapper .product-dimensions .dimension-input--height-right {
  top: 38%;
  right: -6%;
}
#mobile-wrapper .product-dimensions .dimension-input--height-left {
  left: -12%;
  top: 40%;
}
#mobile-wrapper .product-dimensions .dimension-input--height-left-b {
  left: -12%;
}
#mobile-wrapper .product-dimensions .dimension-input--height-left-half {
  left: -24%;
  top: 60%;
}
#mobile-wrapper .product-dimensions .dimension-input--height-right-half {
  right: -17%;
  top: 47%;
}
#mobile-wrapper .product-dimensions .dimension-input--height-right-half-b {
  right: -16%;
  top: 48%;
}
#mobile-wrapper .product-dimensions .dimension-input--width {
  top: 90%;
  left: 49%;
  transform: translateX(-50%);
}
#mobile-wrapper .product-dimensions .dimension-input--width-d {
  top: 91%;
}
#mobile-wrapper .product-dimensions .dimension-input--width-b {
  top: 86%;
}
#mobile-wrapper .product-dimensions .dimension-input--width-right-top {
  top: -19%;
  left: 43%;
}
#mobile-wrapper .product-dimensions .dimension-input--width-left-top {
  top: -19%;
  right: 38%;
}
#mobile-wrapper .product-dimensions .dimension-input--depth {
  top: 92%;
  left: 84%;
}
#mobile-wrapper .product-dimensions .dimension-input--depth-d {
  top: 82%;
  left: 74%;
}
#mobile-wrapper .product-dimensions .dimension-input--depth-b {
  top: 87%;
  left: 85%;
}
#mobile-wrapper .product-dimensions .dimension-input--depth-top {
  top: -8%;
  left: -9%;
}
#mobile-wrapper .product-dimensions .dimension-input--scorner-width {
  top: -22%;
  left: 48%;
}
#mobile-wrapper .product-dimensions .dimension-input--scorner-width-left {
  left: -25%;
  top: 2%;
}
#mobile-wrapper .product-dimensions .dimension-input--scorner-height {
  left: -36%;
  top: 54%;
}
#mobile-wrapper .product-dimensions .dimension-input--scorner-depth-l {
  bottom: -26%;
  left: 6%;
}
#mobile-wrapper .product-dimensions .dimension-input--scorner-depth-r {
  bottom: 7%;
  right: -33%;
}
#mobile-wrapper .product-dimensions .dimension-input--rcorner-width-left {
  top: -21%;
  left: 1%;
}
#mobile-wrapper .product-dimensions .dimension-input--rcorner-width-half-left {
  top: -27%;
  left: 44%;
}
#mobile-wrapper .product-dimensions .dimension-input--rcorner-width-corner {
  top: -15%;
  right: -21%;
}
#mobile-wrapper .product-dimensions .dimension-input--rcorner-height-right {
  top: 48%;
  right: -33%;
}
#mobile-wrapper .product-dimensions .dimension-input--rcorner-height-half-left {
  left: -43%;
  bottom: 27%;
}
#mobile-wrapper .product-dimensions .dimension-input--rcorner-depth-left {
  left: -11%;
  bottom: -7%;
}
#mobile-wrapper .product-dimensions .dimension-input--rcorner-depth-right {
  bottom: -29%;
  right: -8%;
}
#mobile-wrapper .product-dimensions .dimension-input--lcorner-width-right {
  top: -21%;
  right: 0%;
}
#mobile-wrapper .product-dimensions .dimension-input--lcorner-width-half-right {
  top: -26%;
  right: 42%;
}
#mobile-wrapper .product-dimensions .dimension-input--lcorner-width-corner {
  top: -8%;
  left: -21%;
}
#mobile-wrapper .product-dimensions .dimension-input--lcorner-height-left {
  top: 48%;
  left: -32%;
}
#mobile-wrapper
  .product-dimensions
  .dimension-input--lcorner-height-half-right {
  right: -44%;
  bottom: 29%;
}
#mobile-wrapper .product-dimensions .dimension-input--lcorner-depth-left {
  right: -25%;
  bottom: -10%;
}
#mobile-wrapper .product-dimensions .dimension-input--lcorner-depth-right {
  bottom: -29%;
  left: 12%;
}

/* <onlineplaner / masse> */
/*<Typ 13>*/
#mobile-wrapper .product-dimensions .typ-13-vor_breite2 {
  top: -10%;
  right: -2%;
}
#mobile-wrapper .product-dimensions .typ-13-vor_tiefe_oben2 {
  right: -21%;
  top: 14%;
}
/*</Typ 13>*/
/* </onlineplaner / masse> */

/** colors **/
#mobile-wrapper .product-budget .js-checked {
  z-index: 2;
}
#mobile-wrapper .product-budget .js-checked::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
  background-color: white;
  border-top: 5px;
  border-top-style: solid;
  border-top-color: inherit;
  box-shadow: -2px 8px 19px #bfbfbf, inset 1px -1px 0 0 #b8b6b6,
    inset -1px 0 0 0 #b8b6b6;
}
#mobile-wrapper .product-budget .js-checked .option-card__flag {
  top: -14px;
  left: 14px;
}
#mobile-wrapper .product-budget .bestseller .img-container {
  position: relative;
}
#mobile-wrapper .product-budget .bestseller .img-container .bestseller-text {
  position: absolute;
  top: 0;
  left: 50%;
  height: 24px;
  padding: 4px 15px;
  font-size: 12px;
  line-height: 16px;
  color: white;
  background-color: #409ed6;
  transform: translate(-50%, -50%);
}
#mobile-wrapper .product-budget .option-card {
  position: relative;
}
#mobile-wrapper .product-budget .option-card__best {
  position: absolute;
  top: 21px;
  left: 0;
}
#mobile-wrapper .product-budget .option-card__best .planning-card-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #409ed6;
  margin: 2px auto 0;
  top: 25px;
}
#mobile-wrapper .product-budget .option-card__flag {
  position: absolute;
  top: -5px;
  left: 24px;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .product-budget .option-card__flag {
    top: 0;
  }
}
#mobile-wrapper .product-budget .option-card__radiobox {
  position: relative;
  height: 32px;
}
#mobile-wrapper .product-budget .option-card__radiobox input {
  visibility: hidden;
}
#mobile-wrapper .product-budget .option-card__radiobox label {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background-color: white;
  border: 1px solid #676767;
  border-radius: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#mobile-wrapper .product-budget .option-card__radiobox label:hover {
  background-color: #dcdcdc;
}
#mobile-wrapper .product-budget .option-card__radiobox input:checked ~ label {
  background-color: #409ed6;
  border-color: #409ed6;
}
#mobile-wrapper
  .product-budget
  .option-card__radiobox
  input:checked
  ~ label::after {
  content: "✔";
  text-align: left;
  position: absolute;
  left: 7px;
  font-size: 19px;
  line-height: 30px;
  color: white;
}
#mobile-wrapper .product-budget .option-card__feature-list li {
  padding-left: 24px;
  padding-bottom: 12px;
}

#mobile-wrapper .prodmore td {
  width: 310px;
  padding: 15px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .prodmore td {
    width: 33.333%;
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .prodmore td {
    padding: 15px;
    width: 320px;
  }
}
.prodmore__list ~ tr:nth-child(even) {
  background-color: #f2f2f2;
}

#mobile-wrapper .prodmore-old .start-info ~ tr {
  border-top: 1px solid #f2f2f2;
}
#mobile-wrapper .prodmore-old td {
  width: 27%;
  padding: 20px 25px 20px 0;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .prodmore-old td {
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .prodmore-old td {
    padding: 15px;
  }
}
#mobile-wrapper .prodmore-old td:first-child {
  width: 19%;
}

#mobile-wrapper .modal-sticky-table-header {
  visibility: hidden;
  margin-right: -10px;
  padding-right: 10px;
  position: sticky;
  top: 0;
  margin-left: -20px;
  width: calc(100% + 40px);
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  line-height: 25px;
  box-shadow: 0 3px 10px -2px grey;
  z-index: 10;
}
#mobile-wrapper .modal-sticky-table-header td {
  width: 27%;
  padding: 20px 25px 20px 0;
}
#mobile-wrapper .modal-sticky-table-header td:first-child {
  width: 19%;
  padding: 20px 25px 20px 0;
}
#mobile-wrapper .modal-sticky-table-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#mobile-wrapper .slider-on-mobile--dots-height.owl-carousel .owl-stage-outer {
  width: calc(100% + 30px);
  margin-left: -15px;
}
#mobile-wrapper
  .slider-on-mobile--dots-height.owl-carousel
  .owl-stage-outer
  .owl-stage {
  margin-left: 15px;
}

#mobile-wrapper .option-card__carousel .owl-stage {
  display: flex;
}
#mobile-wrapper .option-card__carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#mobile-wrapper .option-card__carousel .option-card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .option-card__carousel .option-card__carousel-item.col-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#mobile-wrapper .budget-slider-sticky {
  position: sticky;
  top: -22px;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
}
#mobile-wrapper .budget-slider-sticky .owl-nav {
  display: none;
}
#mobile-wrapper .budget-slider-sticky .owl-nav button {
  margin: 0 !important;
}
#mobile-wrapper .budget-slider-sticky .owl-nav.sticky {
  display: block;
  margin: 0 !important;
  height: 0;
}
#mobile-wrapper .budget-slider-sticky .owl-theme .owl-nav .disabled {
  opacity: 1 !important;
}
#mobile-wrapper .budget-slider-sticky__arrows {
  display: none;
  z-index: 100;
  position: relative;
}
#mobile-wrapper .budget-slider-sticky__arrows.sticky {
  position: sticky;
  display: block;
  z-index: 101;
}
#mobile-wrapper .budget-slider-sticky__arrow-l {
  position: absolute;
  left: 0;
  top: 0;
  height: 62px;
  width: 50px;
  background-color: #fff;
}
#mobile-wrapper .budget-slider-sticky__arrow-r {
  position: absolute;
  right: 0;
  top: 0;
  height: 62px;
  width: 50px;
  background-color: #fff;
}
#mobile-wrapper .budget-slider-sticky.sticky {
  box-shadow: 0 3px 6px #00000029;
  position: sticky;
}

#mobile-wrapper .product-order__tabs .custom-tabs_link.active {
  position: relative;
  color: white;
  background-color: #fecc3a;
}
#mobile-wrapper .product-order__tabs .custom-tabs_link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fecc3a;
  clear: both;
  transform: translateX(-50%);
}
#mobile-wrapper .custom-tabs_link.icon_camera {
  background: url(../images/camera.svg) no-repeat 10px 10px;
  padding-left: 37px;
}
#mobile-wrapper .custom-tabs_link.icon_edit {
  background: url(../images/stift.svg) no-repeat 10px 10px;
  padding-left: 37px;
}
#mobile-wrapper .product-order__decor {
  width: 50px;
  height: 50px;
}
#mobile-wrapper .product-order__remarks textarea {
  height: 80px;
  overflow: auto;
}
#mobile-wrapper .product-order__saving input {
  height: 35px;
  text-indent: 5px;
}

@media screen and (min-width: 991px) {
  #mobile-wrapper .corpus-list__item:before {
    content: "▶";
    color: #409ed6;
    margin-right: 5px;
    font-size: 14px;
  }
  #mobile-wrapper .corpus-list__item-select {
    border-color: #e8e8e8 !important;
    padding: 0 28px 0 10px;
    background: #fff url(../images/icon_down.png) no-repeat right 8px center;
  }
  #mobile-wrapper .corpus-list__item-select-old {
    display: flex;
    align-items: flex-end;
    overflow: visible;
  }
  #mobile-wrapper .corpus-list__item-select-old .list {
    width: 100%;
  }
  #mobile-wrapper .corpus-list__item-select-old .option {
    padding-left: 10px !important;
  }
  #mobile-wrapper .corpus-list__item-select-old:after {
    display: none;
  }
}
#mobile-wrapper .sketch-old .sketch__block-line:before {
  content: "";
  position: absolute;
  background-image: none;
  color: #dcdcdc;
  border: 2px solid #dcdcdc;
  font-weight: normal;
  font-family: "ds";
  font-size: 11px;
  display: flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#mobile-wrapper .sketch__video-info {
  width: 188px;
  padding: 10px;
  position: absolute;
  top: -60px;
  left: 56%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #303030;
  background-color: #fdf7e0;
  box-shadow: 0 0 15px #00000026;
  border-radius: 4px;
  line-height: 1.4;
}
#mobile-wrapper .sketch__video-info:before {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #fdf7e1;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#mobile-wrapper .sketch__video {
  margin-right: 50px;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .sketch__video {
    display: none;
  }
}
#mobile-wrapper .sketch__video-btn-play {
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border: none;
}
#mobile-wrapper .sketch__video-btn-play:before {
  content: "▶";
  font-size: 11px;
}
#mobile-wrapper .sketch__video-btn-play.play:before {
  content: "❚❚";
  font-size: 11px;
}
#mobile-wrapper .sketch__video-btn-load {
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border: none;
}
#mobile-wrapper .sketch__video-btn-load svg {
  width: 11px;
}
#mobile-wrapper .sketch__image {
  height: 231px;
}
#mobile-wrapper .sketch__image-two-d {
  margin-right: -27px;
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .sketch__image-two-d {
    margin-right: -26px;
  }
}
#mobile-wrapper .sketch__block {
  width: 300px;
  height: 200px;
  border-top: 3px solid #303030;
  border-bottom: 3px solid #303030;
  border-left: 3px solid #303030;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .sketch__block {
    width: 250px;
  }
}
#mobile-wrapper .sketch__block-line {
  height: 100%;
  border-right: 3px solid #303030;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
#mobile-wrapper .sketch__block-line:before {
  content: "";
  font-family: "ds" !important;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#mobile-wrapper .sketch__block-line:hover {
  background-color: #f5bd2c;
}
#mobile-wrapper .sketch__block-line.active {
  background-color: #f5bd2c;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .sketch__block-line:hover {
    background-color: transparent;
  }
}
#mobile-wrapper .sketch__block-line:after {
  content: attr(data-width-section);
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
}
#mobile-wrapper .sketch__block-insize {
  width: 100%;
  height: 2px;
  background-color: #409ed6;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .sketch__block-insize {
    bottom: -30px;
  }
}
#mobile-wrapper .sketch__block-insize:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -5px;
  height: 12px;
  width: 2px;
  background-color: #409ed6;
}
#mobile-wrapper .sketch__block-insize:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -5px;
  height: 12px;
  width: 2px;
  background-color: #409ed6;
}
#mobile-wrapper .sketch__block-bottom {
  width: 100%;
  height: 10px;
  border-right: 3px solid #303030;
  border-left: 3px solid #303030;
  background-color: #f5bd2c;
  cursor: pointer;
}
#mobile-wrapper .sketch__block-bottom:hover {
  background-color: #f9aa06;
}
#mobile-wrapper .sketch__left-size {
  height: calc(100% - 14px);
  width: 2px;
  position: absolute;
  top: 0;
  left: -25px;
}
@media screen and (max-width: 767.98px) {
  #mobile-wrapper .sketch__left-size {
    left: -15px;
  }
}
#mobile-wrapper .sketch__left-size:before {
  content: attr(data-height-section);
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 10px;
}
#mobile-wrapper .sketch__left-insize {
  height: calc(100% - 8px);
  width: 2px;
  background-color: #409ed6;
  position: absolute;
  top: 0;
  left: 0;
}
#mobile-wrapper .sketch__left-insize:before {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  left: -5px;
  background-color: #409ed6;
}
#mobile-wrapper .sketch__left-insize:after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -5px;
  background-color: #409ed6;
}
#mobile-wrapper .sketch__bottom-size {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -22px;
  left: 0;
}
#mobile-wrapper .sketch__bottom-size:before {
  content: attr(data-mwidth-section);
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  #mobile-wrapper .sketch__bottom-size {
    width: calc(100% + 26px);
  }
}
#mobile-wrapper .sketch__bottom-insize {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #409ed6;
}
#mobile-wrapper .sketch__bottom-insize:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 2px;
  height: 12px;
  background-color: #409ed6;
}
#mobile-wrapper .sketch__bottom-insize:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 2px;
  height: 12px;
  background-color: #409ed6;
}

#mobile-wrapper .side-switcher-in {
  background-color: #ffffff;
}
#mobile-wrapper .side-switcher__item span {
  border: 1px solid #dcdcdc;
  color: #303030;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}
#mobile-wrapper .side-switcher__item.active span {
  color: #ffffff;
  background-color: #303030;
}
#mobile-wrapper .side-switcher__item:last-child span {
  margin-right: 0 !important;
}
#mobile-wrapper .side-switcher__items--mod {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 6px 3px 5px;
  background-color: #ffffff;
  height: 37px;
  padding-left: 1rem;
}
#mobile-wrapper .side-switcher__items--mod .side-switcher__item span {
  border: none;
  color: #303030;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
}
#mobile-wrapper .side-switcher__items--mod .side-switcher__item.active span {
  color: #ffffff;
  background-color: #303030;
}

#mobile-wrapper .side-switcher__block {
  padding: 2px 10px 10px 10px;
  border: 1px solid #64656a;
  max-width: 172px;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .window-switcher .col-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .window-switcher .modal-item__txt-img:nth-child(even) {
    padding-right: 10px !important;
  }
  .window-switcher .modal-item__txt-img:nth-child(odd) {
    padding-left: 10px !important;
  }
  #mobile-wrapper .window-switcher .col-3:first-child {
    padding-left: 0 !important;
  }
  #mobile-wrapper .window-switcher .col-3:last-child {
    padding-right: 0 !important;
  }
}

.window-switcher-blk .modal-item__txt-img.col-3:nth-child(even),
.window-switcher-blk .modal-item__txt-img.col-4:nth-child(even) {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.window-switcher-blk .modal-item__txt-img.col-3:nth-child(odd),
.window-switcher-blk .modal-item__txt-img.col-4:nth-child(odd) {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media screen and (min-width: 413px) {
  .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(3n) {
    padding-right: 0 !important;
  }
  .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(1),
  .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(4),
  .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(7),
  .window-switcher-blk .modal-item__txt-img.col-4:nth-of-type(10) {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 410px) {
  .window-switcher-blk .modal-item__txt-img.col-4:nth-child(odd) {
    padding-left: 0 !important;
  }
  .window-switcher-blk .modal-item__txt-img.col-4:nth-child(even) {
    padding-right: 0 !important;
  }
}

#mobile-wrapper .modal-body__head {
  background-color: #676767;
}
#mobile-wrapper .modal-body__info {
  display: none;
  background-color: #f2f2f2;
  padding: 20px 40px 20px 20px;
}
#mobile-wrapper .modal-body--blue {
  border-top: 1px solid #409ed6;
  border-bottom: 1px solid #409ed6;
  background: #edf5fb;
  color: #409ed6;
}
#mobile-wrapper .modal-body__info-switch {
  display: none;
}
#mobile-wrapper .modal-body__info-switch.active {
  display: block;
}

#mobile-wrapper .modal__tablet-modal thead td {
  padding: 0 5px;
  vertical-align: top;
  text-align: center;
}
#mobile-wrapper .modal__tablet-modal tbody td {
  padding: 8px 5px;
  vertical-align: middle;
}
@media screen and (max-width: 424px) {
  #mobile-wrapper .modal__tablet-modal tbody td {
    padding: 4px 0;
  }
}
@media screen and (max-width: 413px) {
  .modal__tablet-modal tbody td:nth-child(2),
  .modal__tablet-modal tbody td:nth-child(4) {
    width: 72px;
    text-align: center;
  }
  .modal__tablet-modal tbody td:nth-child(3) {
    text-align: center;
  }
}
#mobile-wrapper .modal__tablet-modal .disabled {
  background-color: #f2f2f2;
}
#mobile-wrapper .modal__tablet-modal .disabled .checkmark {
  display: none;
}
#mobile-wrapper .modal__tablet-modal .disabled .custom-checkbox {
  pointer-events: none;
}
#mobile-wrapper .modal__tablet-modal .active .modal__tablet-modal-active {
  position: relative;
  vertical-align: baseline;
}
#mobile-wrapper
  .modal__tablet-modal
  .active
  .modal__tablet-modal-active:before {
  font-family: "ds" !important;
  content: "";
  font-size: 9px;
  position: relative;
  top: 0;
  right: -8px;
  display: inline-block;
  margin-right: 7px;
  transform: rotate(180deg);
}
@media screen and (max-width: 424px) {
  #mobile-wrapper
    .modal__tablet-modal
    .active
    .modal__tablet-modal-active:before {
    margin-right: 11px;
  }
}

.modal-item__txt-img:nth-child(even) {
  padding-right: 0 !important;
}
#mobile-wrapper .list-check-valve {
  display: none;
}
#mobile-wrapper .list-check-valve.active {
  display: block;
}

#mobile-wrapper .info-lists {
  background-color: #f2f2f2;
}
#mobile-wrapper .info-lists__items {
  display: none;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  margin: 0;
}
#mobile-wrapper .active .mobile-overlay-checked-div .info-lists__items {
  display: block;
}
#mobile-wrapper .custom-styled-select--mod {
  height: 40px;
  background: #f4f6f9;
  border: 1px solid #d6d5e1;
  border-radius: 8px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  opacity: 80%;
}
#mobile-wrapper .mobile-overlay .custom_nice_select {
  background: #f4f6f9;
  border: 1px solid #d6d5e1;
  border-radius: 8px;
  height: 40px;
}
#mobile-wrapper .info-lists__items li {
  padding-right: 20px;
}
#mobile-wrapper .info-lists__items.active {
  display: block;
}
#mobile-wrapper .info-lists__items .btn-close {
  top: 20px;
  right: 20px;
}
#mobile-wrapper .info-lists__item:before {
  content: "";
  background-image: url("../images/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 10px;
  margin-right: 5px;
  margin-top: 7px;
  display: inline-block;
}

#mobile-wrapper .bg-white-transparent {
  background-color: #ffffff;
  opacity: 0.85;
}

@media screen and (max-width: 767.98px) {
  #mobile-wrapper .modal__delivery {
    padding: 40px 15px 15px 15px;
  }
}
#mobile-wrapper .modal__delivery-list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 160px;
}
#mobile-wrapper .modal__delivery-list-in {
  max-width: 370px;
}

#mobile-wrapper .modal-sub-content.slide .modal-main {
  right: 100%;
  position: absolute;
}
#mobile-wrapper .modal-sub-content.slide .modal-subblocks {
  left: 0;
  position: relative;
}
#mobile-wrapper .modal-sub-content.slide.slide-left {
  left: -100%;
  position: relative;
}
#mobile-wrapper .modal-main {
  transition: 0.5s;
  position: relative;
  right: 0;
  width: 100%;
}
#mobile-wrapper .modal-subblocks {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  transition: 0.5s;
}
#mobile-wrapper .modal-subblock {
  display: none;
}
#mobile-wrapper .modal-subblock-in .modal-content {
  position: absolute;
}

#mobile-wrapper .modal-content.add-doors {
  position: absolute;
  left: 0;
  transition: 0.5s;
}
#mobile-wrapper .modal-content.add-doors.slide-left {
  overflow-y: hidden;
  left: -100%;
  top: 0;
}
#mobile-wrapper .modal-contents {
  position: relative;
  top: 0;
  right: -100%;
  transition: 0.5s;
}
#mobile-wrapper .modal-contents.active {
  right: 0;
}

#mobile-wrapper .info-list-tooltip {
  display: none;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  z-index: 1001;
  min-width: 277px;
}

#mobile-wrapper .info-list-tooltip .triangle {
  display: block;
  position: absolute;
  left: -19px;
  top: 41px;
  margin-top: -15px;
  background-position: 0 -4809px;
  height: 26px;
  width: 19px;
  background-image: url("../images/icons_sprite_20191105.png");
}

#mobile-wrapper .info-list-tooltip-ul {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 20px;
  width: 277px;
}

#mobile-wrapper .info-list-tooltip-ul:last-child {
  border: none;
}

#mobile-wrapper .info-list-tooltip-ul li {
  margin: 0 0 5px;
  display: inline-block;
  padding-right: 5px;
  width: 100%;
}

#mobile-wrapper .info-list-tooltip-ul li.disabled-basic a {
  margin-left: -5px;
}

#mobile-wrapper .info-list-tooltip-ul li:last-child {
  margin: 0;
}

#mobile-wrapper .info-list-tooltip p {
  padding-bottom: 5px;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 0;
}

#mobile-wrapper .info-list-tooltip a {
  color: #409ed6;
  font-size: 16px;
  line-height: 1.4;
}

#mobile-wrapper .info-list-tooltip-disabled {
  display: none;
}

#mobile-wrapper .info-list-tooltip li.disabled .info-list-tooltip-disabled {
  display: inline-block;
  position: relative;
  top: 2px;
}

#mobile-wrapper
  .info-list-tooltip
  li.disabled
  .info-list-tooltip-disabled:before {
  color: #409ed6;
  width: 6px;
  font-size: 15px;
  overflow: hidden;
  display: inline-block;
}

#mobile-wrapper
  .info-list-tooltip
  li.disabled
  .info-list-tooltip-disabled:after {
  content: "";
  color: #d2b464;
  width: 6px;
  font-size: 15px;
  overflow: hidden;
  display: inline-block;
  transform: scale(-1, 1);
}

#mobile-wrapper .info-list-tooltip li.disabled a {
  color: #bdbcbc;
  pointer-events: none;
}

#mobile-wrapper .info-list-tooltip-1 li:before {
  content: "";
  height: 11px;
  width: 11px;
  background-position: 0 -3667px;
  background-image: url("../images/icons_sprite_20191105.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
}

#mobile-wrapper .info-list-tooltip-2 li:before {
  content: "";
  background-position: 0 -2487px;
  height: 11px;
  width: 11px;
  background-image: url("../images/icons_sprite_20191105.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
}

#mobile-wrapper .info-list-tooltip-4 {
  background-color: #f5f5f5;
  border-radius: 5px;
}

#mobile-wrapper .info-list-tooltip-4 li:before {
  content: "";
  background-position: 0 -5015px;
  height: 9px;
  width: 9px;
  background-image: url("../images/icons_sprite_20191105.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
}

#mobile-wrapper .info-list-tooltip-4 a {
  color: #ba3a47;
  font-size: 14px;
}

#mobile-wrapper .input-small {
  max-width: 56px;
}

#mobile-wrapper
  .input-group
  .input-group-append
  .input-group-text.border-radius-right {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

#mobile-wrapper .modal3__tablet-modal td {
  padding: 5px;
}

#mobile-wrapper .modal3__tablet-modal .active {
  background-color: #f2f2f2;
}

#mobile-wrapper .info-title-icon-secondary,
.info-title-icon {
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767.98px) {
  #mobile-wrapper .js-product-line-content {
    border: none !important;
	  overflow-x:clip;
  }
}
#mobile-wrapper .text-pr-5 {
  padding-right: 5px;
}

@media screen and (max-width: 424px) {
  #mobile-wrapper .label-text {
    padding: 10px 0 0 0;
    display: flex !important;
    width: 100%;
  }
}
#mobile-wrapper .teaser-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#mobile-wrapper .teaser-item .teaser-title {
  align-self: flex-start;
}

#mobile-wrapper .prodSliderModal .owl-item {
  display: flex;
  flex: 1 0 auto;
  align-self: stretch;
}
#mobile-wrapper .prodSliderModal .owl-stage {
  display: flex;
}
#mobile-wrapper .prodSliderModal .teaser-item__btn {
  width: 100%;
}
#mobile-wrapper .prodSliderModal .col-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

#mobile-wrapper .doors-switcher-on {
  display: none;
}
#mobile-wrapper .doors-switcher-on.active {
  display: inline-block;
}

#mobile-wrapper .basic-disabled-label {
  position: relative;
}
#mobile-wrapper .basic-disabled-label .modal-item__txt-img-flag-premium {
  display: none;
}
#mobile-wrapper .basic-disabled-label.disabled {
  opacity: 0.3;
}
#mobile-wrapper
  .basic-disabled-label.disabled
  .modal-item__txt-img-flag-premium {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#mobile-wrapper .material-stock-old {
  display: none;
  color: #428c00;
}

#mobile-wrapper .corner-side-switcher {
  cursor: pointer;
  display: none;
}
#mobile-wrapper .corner-side-switcher.active {
  display: block;
}

#mobile-wrapper .corner-side-switcher-mob {
  padding: 0 15px;
  height: 38px;
  display: none;
  width: 100%;
}
#mobile-wrapper .corner-side-switcher-mob__item {
  padding: 0 5px;
  margin-right: 10px;
}
#mobile-wrapper .corner-side-switcher-mob__item.active {
  font-weight: bold;
  position: relative;
}
#mobile-wrapper .corner-side-switcher-mob__item.active:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #409ed6;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mobile-wrapper .corner-side-switcher-mob__item:last-child {
  margin-right: 10px;
}
#mobile-wrapper .corner-side-switcher-mob__img-i {
  display: none;
}
#mobile-wrapper .corner-side-switcher-mob__img-i.active {
  display: block;
}

@media screen and (max-width: 413px) {
  #mobile-wrapper .corner-side-switcher-out {
    display: none;
  }

  #mobile-wrapper .corner-side-switcher-mob {
    display: block;
  }
}
#mobile-wrapper .login-switch__item {
  display: none;
}
#mobile-wrapper .login-switch__item.active {
  display: block;
}

#mobile-wrapper .product-service {
  margin-top: 15px;
}

#mobile-wrapper .side-switcher__items {
  align-items: center !important;
}

#mobile-wrapper .main__content {
  margin-bottom: 76px;
}

#mobile-wrapper .main__footer {
  position: fixed !important;
  top: calc(100% - 96px);
}

#mobile-wrapper .radio-save-modal {
  display: none;
}
#mobile-wrapper .radio-save-modal.active {
  display: block;
}

#mobile-wrapper form.row {
  align-items: flex-start;
}

#mobile-wrapper .furniture-foot .disabled {
  opacity: 0.5;
}

#mobile-wrapper .plinth-switch__item {
  display: none;
}
#mobile-wrapper .plinth-switch__item.active {
  display: block;
}

#mobile-wrapper .plinth-modal .plinth-switch__item .tooltip-big.disabled {
  opacity: 0.5;
}

#mobile-wrapper .product-line-wardrobe__items > div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#mobile-wrapper .product-line-wardrobe__item {
  padding: 15px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  cursor: pointer;
}
#mobile-wrapper .product-line-wardrobe__input ~ .on {
  display: none;
}
#mobile-wrapper .product-line-wardrobe__input ~ .off {
  display: inline-block;
}
#mobile-wrapper .product-line-wardrobe__input:checked ~ .on {
  display: inline-block;
}
#mobile-wrapper .product-line-wardrobe__input:checked ~ .off {
  display: none;
}

#mobile-wrapper .modal-body.blue-note {
  color: #409ed6;
  border-top: 1px solid #409ed6;
  border-bottom: 1px solid #409ed6;
  background: #edf5fb;
}
#mobile-wrapper .modal-body.blue-note .h4 {
  color: #303030;
}

#mobile-wrapper .icon-product_line_1 {
  color: #bb5a57;
}
#mobile-wrapper .icon-product_line_1:before {
  content: "";
}

#mobile-wrapper .icon-product_line_2 {
  color: #409ed6;
}
#mobile-wrapper .icon-product_line_2:before {
  content: "";
}

#mobile-wrapper .icon-product_line_3 {
  color: #d2b464;
}
#mobile-wrapper .icon-product_line_3:before {
  content: "";
}

#mobile-wrapper .icon-product_line_23:before {
  content: "";
  color: #409ed6;
  width: 6px;
  font-size: 15px;
  overflow: hidden;
  display: inline-block;
}
#mobile-wrapper .icon-product_line_23:after {
  content: "";
  color: #d2b464;
  width: 6px;
  font-size: 15px;
  overflow: hidden;
  display: inline-block;
  transform: scale(-1, 1);
}

#mobile-wrapper .p1_b-t {
  border-top: 4px solid #bb5a57;
}

#mobile-wrapper .p2_b-t {
  border-top: 4px solid #409ed6;
}

#mobile-wrapper .p3_b-t {
  border-top: 4px solid #d2b464;
}

#mobile-wrapper .option-card-inactive {
  opacity: 0.6;
}
#mobile-wrapper .option-card-inactive .option-card__radiobox label:hover {
  background-color: white;
  cursor: default;
}
#mobile-wrapper .option-card-inactive .primary-btn:hover {
  color: #fff;
  background: transparent linear-gradient(180deg, #61b7ea 0%, #519dcb 100%) 0 0
    no-repeat padding-box;
  border: 0px solid transparent;
  cursor: default;
}

#mobile-wrapper .loader {
  z-index: 10100;
}

#mobile-wrapper .generate-code-popup.modal-standart.modal.show {
  display: flex !important;
}

#mobile-wrapper .config-popup-overlay {
  display: none;
  padding-left: 15px;
  padding-right: 15px !important;
  overflow: visible !important;
  align-items: center;
}
#mobile-wrapper .config-popup-overlay .modal-dialog {
  margin: 0 !important;
}
#mobile-wrapper .config-popup-overlay .modal-content {
  padding: 0;
  background: none;
}
#mobile-wrapper .config-popup-overlay .modal-body {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background: #fff;
}
#mobile-wrapper
  .config-popup-overlay
  .modal-body
  .input-with-icon
  .form-control {
  padding-left: 50px;
  font-family: Arial, sans-serif;
}
#mobile-wrapper .config-popup-overlay .modal-body .checkbox-container {
  padding-top: 15px;
  margin-bottom: 15px;
}
#mobile-wrapper
  .config-popup-overlay
  .modal-body
  .checkbox-container
  .checkmark {
  top: 17px;
}
#mobile-wrapper .config-popup-overlay .modal-body .checkbox-container a {
  color: #409ed6;
  text-decoration: underline;
}
#mobile-wrapper .config-popup-overlay .modal-body .checkbox-container a:hover {
  text-decoration: none;
  color: #409ed6;
}
#mobile-wrapper .config-popup-overlay .modal-body .btn {
  font-family: Arial, sans-serif;
}
#mobile-wrapper .config-popup-overlay .modal-body .btn i {
  margin-right: 8px;
}
#mobile-wrapper .config-popup-overlay .icon-mail:before {
  position: absolute;
  left: 20px;
  font-family: "ds" !important;
  top: 8px;
}
#mobile-wrapper .config-popup-overlay .close-popup-btn {
  padding: 0;
  top: 15px;
  right: 16px;
  position: absolute;
}
#mobile-wrapper .config-popup-overlay .btn-close:before {
  width: 13px;
  height: 13px;
  background: url("../images/close.svg") top center no-repeat;
}
#mobile-wrapper .config-popup-overlay h3 {
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  line-height: 22.4px;
}
#mobile-wrapper .config-popup-overlay p {
  color: #676767;
  font-size: 14px;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay {
  width: 100%;
  /*max-width: 448px;*/
  bottom: auto;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay h3 {
  font-size: 20px;
  margin-bottom: 17px;
  max-width: 352px;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay p {
  font-size: 16px;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay p a {
  color: #676767;
  text-decoration: underline;
}
#mobile-wrapper
  .config-popup-overlay.generate-code-overlay
  .input-icon
  .form-control {
  padding-left: 50px;
}
#mobile-wrapper
  .config-popup-overlay.generate-code-overlay
  .input-icon
  .form-control
  .input--icon {
  top: 5px;
}
#mobile-wrapper
  .config-popup-overlay.generate-code-overlay::-webkit-input-placeholder {
  /* Edge */
  color: #676767 !important;
  opacity: 1 !important;
}
#mobile-wrapper
  .config-popup-overlay.generate-code-overlay:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #676767 !important;
  opacity: 1 !important;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay::placeholder {
  color: #676767 !important;
  opacity: 1 !important;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay .checkmark {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay .checkmark:after {
  width: 6px;
  height: 12px;
  border: none;
  border-width: 0 2px 2px 0;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay .bottom-form {
  display: none;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay .bottom-form h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#mobile-wrapper .config-popup-overlay.generate-code-overlay .forgot-pass {
  font-size: 14px;
  line-height: 20px;
  color: #676767;
  text-decoration: underline;
}
#mobile-wrapper .config-popup-overlay#decor-item-click .custom-checkbox {
  margin-bottom: 20px;
}
#mobile-wrapper .config-popup-overlay#decor-item-click .checkmark {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
#mobile-wrapper .config-popup-overlay#decor-item-click .checkmark:after {
  width: 6px;
  height: 12px;
  border: solid #409ed6;
  border-width: 0 2px 2px 0;
}

#mobile-wrapper .streichpreis {
  position: relative;
  display: inline-block;
}

#mobile-wrapper .streichpreis::before {
  position: absolute;
  content: " ";
  left: -5px;
  right: -5px;
  top: 50%;
  margin-top: -1px;
  border-top: 1px solid;
  border-color: red;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

#mobile-wrapper label.inactive img,
label.inactive div {
  opacity: 0.5;
}
#mobile-wrapper label.inactive .icon-product_line_23 {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  font-size: 19px;
}
#mobile-wrapper label.inactive .icon-product_line_23:before {
  content: "";
  color: #409ed6;
  width: 8px;
  font-size: 19px;
  overflow: hidden;
  display: inline-block;
}
#mobile-wrapper label.inactive .icon-product_line_23:after {
  content: "";
  color: #d2b464;
  width: 8px;
  font-size: 19px;
  overflow: hidden;
  display: inline-block;
  transform: scale(-1, 1);
}
#mobile-wrapper label.inactive .icon-product_line_3 {
  position: absolute;
  top: 0;
  left: 50%;
  color: #d2b464;
}
#mobile-wrapper label.inactive .icon-product_line_3:before {
  content: "";
  font-size: 19px;
}
#mobile-wrapper label.inactive_23 img,
label.inactive_23 div {
  opacity: 0.4;
}
#mobile-wrapper label.inactive_23 .icon-product_line_23 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  font-size: 19px;
}
#mobile-wrapper label.inactive_23 .icon-product_line_23:before {
  content: "";
  color: #409ed6;
  width: 8px;
  font-size: 19px;
  overflow: hidden;
  display: inline-block;
}
#mobile-wrapper label.inactive_23 .icon-product_line_23:after {
  content: "";
  color: #d2b464;
  width: 8px;
  font-size: 19px;
  overflow: hidden;
  display: inline-block;
  transform: scale(-1, 1);
}
#mobile-wrapper label.inactive_3 {
  color: #d2b464;
}
#mobile-wrapper label.inactive_3 img,
label.inactive_3 div {
  opacity: 0.4;
}
#mobile-wrapper label.inactive_3 .icon-product_line_3 {
  position: absolute;
  top: 0;
  left: 50%;
}
#mobile-wrapper label.inactive_3 .icon-product_line_3:before {
  content: "";
  font-size: 19px;
}

#tab-content-2,
#mobile-wrapper #tab-content-3 {
  padding-top: 20px;
}

#mobile-wrapper .skizze3d-notavailable {
  border-radius: 5px;
  background: #eeeeee;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#mobile-wrapper .skizze3d-notavailable .info {
  background: #e5e5e5;
  font-size: 40px;
  font-family: serif;
  font-style: italic;
  color: white;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
}

#mobile-wrapper .skizze3d-notavailable p {
  padding: 15px;
  width: 100%;
  margin: 0;
}

/*iphone 12 pro */
/* @media screen and (width: 390px) {
    #konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-subblocks .modal-subblock.tueren .modal-subblock-in .modal-content .modal-main-scroll .modal-main-scroll-in .modal-body{
        padding-bottom:150px;
    }
} */
/* samsung s7 */

#mobile-wrapper #modal_k21_mobile .modal-dialog .modal-content .modal-main {
  overflow: scroll;
}

#mobile-wrapper #modal_k21_mobile .modal-dialog .modal-content {
  overflow: scroll;
  /* padding-bottom: 100px; */
  min-height: 90vh;
}

#android
  #modal_einteilung_mobile
  .modal-dialog
  .modal-content
  .flex-grow-1.main__content {
  height: 480px;
}

#android
  #konfi21
  #modal_k21_mobile
  .modal-dialog
  .modal-content
  .modal-subblocks
  .modal-subblock.ausstattung_10
  .modal-subblock-in
  .modal-content
  .modal-body
  .height_selector
  select {
  width: 80px !important;
}

#konfi21
  #modal_k21_mobile
  .modal-dialog
  .modal-content
  .modal-subblocks
  .modal-subblock.ausstattung_10
  .modal-subblock-in
  .modal-content
  .modal-body
  .height_selector
  select {
  width: 80px !important;
}

#mobile-wrapper .height-vh-85 {
  height: 85vh;
}

@media screen and (max-width: 375px) {
  #konfi21
    #modal_k21_mobile
    .modal-dialog
    .modal-content
    .modal-subblocks
    .modal-subblock.ausstattung_10
    .modal-subblock-in
    .modal-content
    .modal-body
    .height_selector
    select {
    width: 80px !important;
  }

  #mobile-wrapper
    #modal_einteilung_mobile
    .modal-dialog
    .modal-content
    .flex-grow-1.main__content {
    height: 330px !important;
  }
}

@media screen and (max-width: 600px) {
  #mobile-wrapper
    #modal_k21_mobile
    .modal-dialog
    .modal-content
    .modal-subblocks
    .modal-subblock.tueren
    .modal-subblock-in
    .modal-contents
    .main__content
    .modal-main-scroll-in
    .modal-body:last-child {
    height: 300px;
  }
  /* #konfi21 #modal_k21_mobile .modal-dialog .modal-content .modal-main  .modal-main-scroll { padding-bottom: 100px!important;} */
}

#mobile-wrapper .rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#mobile-wrapper .rangeslider {
  background: #e6e6e6;
  position: relative;
}

#mobile-wrapper .rangeslider--horizontal {
  height: 4px;
  width: 100%;
  top: 8px;
}
#mobile-wrapper .slider-label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */

  color: #303030;
}

#mobile-wrapper .rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

#mobile-wrapper .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

#mobile-wrapper .rangeslider__fill {
  background: #65b0dd;
  position: absolute;
}
#mobile-wrapper .rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
#mobile-wrapper .rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

#mobile-wrapper .rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#mobile-wrapper .rangeslider__handle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0.13)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0.13),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.13),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.13),
    rgba(255, 255, 255, 0)
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#mobile-wrapper .rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.12))
  );
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.12)
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.12)
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
#mobile-wrapper .rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  width: 24px !important;
  height: 24px !important;
  background-color: #ffffff !important;
}
#mobile-wrapper .rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

#mobile-wrapper input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
#mobile-wrapper #modal_k21_save,
#modal_k21_save_basket {
  justify-content: center !important;
  align-items: center !important;
  position: fixed !important;
}
#mobile-wrapper .rangeslider__handle {
  box-shadow: 0px 1px 3px 0px #0000004d !important;
  border: none !important;
}
#mobile-wrapper .input-absolute-span {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);

  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  display: flex;
  align-items: center;

  color: #858c94;

  opacity: 0.8;

  flex: none;
  align-self: center;
  flex-grow: 0;
}
#konfi21 #mobile-wrapper .custom-slider-text {
  background-color: #f4f6f9 !important;
  border: #d6d5e1 solid 1px !important;
  border-radius: 8.5px !important;
  width: 103px !important;
  height: 40px !important;
  padding: 7px 15px;
  text-align: left !important;
	margin-left:3px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px !important;
  line-height: 25px;
  display: flex;
  align-items: center;

  color: #383e49;

  opacity: 0.8;
  min-width: 103px;
}
#mobile-wrapper {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  /*padding-bottom: 128px;*/
}

#mobile-wrapper .konfi21_ausstattung_auswahl{
	padding-bottom: 300px;
}
#mobile-wrapper .pb-128{
	/*padding-bottom: 300px;*/
}
.modal-content {
  border-radius: 0;
}
#konfi21 .intervalAjaxInput {
  background-image: url(/konfi21/herkunft/0/2d_2024/media/grey.png);
  background-position: 0% 0%;
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  #mobile-wrapper .corner-side-switcher-mob {
    display: block;
    padding-right: 31px;
  }
  #mobile-wrapper .option-item-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8px 7.33px;
    background: #f4f6f9;
    border: 0.833333px solid #d6d5e1;
    border-radius: 6.66667px;
    margin-top: 10px;
    min-height: 70px;
    text-align:center;
  }

  #mobile-wrapper .option-item-mobile-titel {
    font-size: 14px;
    font-weight: 700;
  }
  #mobile-wrapper .window-switcher .modal-item__txt-img.col-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-bottom: 10px;
  }
  .window-switcher .modal-item__txt-img.col-3:nth-child(odd) {
    padding-left: 0 !important;
  }
  .window-switcher .modal-item__txt-img.col-3:nth-child(even) {
    padding-right: 0 !important;
  }
}
.config-desktop-footer__mobile {
  background-color: #ebeef2 !important;
  border-radius: 20px 20px 0 0;
  position: fixed;
  bottom: 0;
  max-height: 175px;
}

.config-desktop-footer__mobile .price-actual {
  font-size: 24px;
  font-weight: 700;
	font-family: "Arial", sans-serif;
}

.konfi21-mobile-price-discount {
  font-size: 12px;
  font-weight: 400;
  padding-left: 0.5rem;
  height: 14px;
}

.konfi21-mobile-price-strike {
  border-right: 1px solid #d7d8e1;
  padding-right: 3px;
}

.konfi21-mobile-price-strike::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 84%;
  height: 1px;
  background-color: red;
  transform: rotate(-13deg);
  transform-origin: center;
}
.mobile-footer-btn-save {
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
  color: #383e49;
  gap: 13px;
  flex: 1;
  justify-content: center;
}
.mobile-footer-btn-cart {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  color: #fff;
  background-color: #60b4e7;
  text-decoration: none;
  gap: 13px;
}
.mobile-footer-shipping-info {
  color: #9098a1;
}
.mobile-footer-shipping-info p {
  height: 20px;
  text-align: center;
}
#konfi21 .mobile-header-slider .slick-dots {
  position: absolute !important;
  bottom: 7px;
}

#konfi21 .mobile-header-slider .slick-dots li button::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease, background-color 0.2s ease, border 0.2s ease;
}

#konfi21 .mobile-header-slider .slick-dots .slick-active button::before {
  transform: scale(1.8);
  background-color: transparent;
  border: 1.5px solid #fff;
}
.mobile-btn-next span.next-btn-text {
  display: inline-block;
  width: 54px;
  height: 24px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22.5px;
  text-align: right;
  vertical-align: middle;
}
.mobile-btn-next:hover {
  color: #ffffff;
}
.mobile-btn-next span.next-btn-icon {
  width: 24px;
  height: 24px;
}

.btn-darkblue {
  background-color: #29465b;
  color: white;
}
.btn-darkblue:hover {
  background-color: #1e3746;
  color: white;
}
.badge {
  min-width: 70px;
  width: auto;
  background-color: #ebeef2;
  font-size: 8px;
  color: #383e49;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 3px;
  position: relative;
  margin-bottom:3px;
}

.mobile-schritt-title {
  font-size: 19px;
  margin-top: 0;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}
.mobile-btn-back {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #dfdede;
  padding: 8px 8px;
  max-height: 40px;
}
.mobile-btn-next {
  background-color: #383e49;
  border-radius: 5px;
  border: 1px solid #383e49;
  color: #fff;
  padding: 8px 5px;
  text-decoration: none;
  max-height: 40px;
}

#konfi21 .konfi21-confi-tabs {
  display: flex;
  gap: 10px;
  overflow: hidden;
}

#konfi21 .konfi21-chip-tab {
  padding: 6px 13px !important;
  border-radius: 50px !important;
  background-color: #ffffff;
  color: #383e49;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #e6e6e6 !important;
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
  margin-top: 0;
  box-shadow: none !important;
  height: 32px;
  min-width: auto;
}

#konfi21 .konfi21-chip-tab.active {
  background-color: #383e49 !important;
  color: #ffffff !important;
  border: 1px solid #383e49 !important;
}
#konfi21 .konfi21-chip-tab:hover {
  color: #383e49 !important;
}
#konfi21 .konfi21-chip-tab.active:hover {
  color: #ffffff !important;
}
#konfi21 .konfi21-confi-tabs-slider {
  width:auto;

}
#konfi21 .konfi21-confi-tabs-slider .slick-list {
  padding: 4px 0;
  margin: 0 20px;
}

#konfi21
  #mobile-wrapper
  .konfi21-confi-tabs-slider-content
  .custom_nice_select {
  background-color: #f4f6f9 !important;
  color: #383e49 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  border: 1px solid #d6d5e1 !important;
  padding: 18px 11px !important;
}

#konfi21
  #mobile-wrapper
  .konfi21-confi-tabs-slider-content
  .nice-select.custom_nice_select::after {
  margin-top: 1px !important;
  border-bottom: 2.25px solid #383e49;
  border-right: 2.25px solid #383e49;
}

#konfi21 #mobile-wrapper .px-20 {
  padding: 0 20px;
}
#konfi21 .konfi21-mobile-footer a:hover {
  text-decoration: none !important;
  color: inherit;
}
#konfi21 .konfi21-mobile-footer .mobile-footer-btn-cart:hover {
  color: #ffffff;
}

#konfi21 #mobile-wrapper .modal-item__txt-img-image {
  width: 103px;
  width: 103px;
  padding: 0;
  margin-right: auto;
	margin-left:auto;
  line-height: 120%;
}

#konfi21 #mobile-wrapper .modal-item__txt-img img {
  border-radius: 7px;
}
#konfi21 #mobile-wrapper .modal-item__txt-img.active img {
  border: 2px solid #60b4e7;
}

/* Outer white rounded square */
#konfi21
  #mobile-wrapper
  .modal-item__txt-img.active
  .modal-item__txt-img-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
  background-color: white;
  border-radius: 8px;
  z-index: 1;
}

/* Inner blue circle with white checkmark */
#konfi21
  #mobile-wrapper
  .modal-item__txt-img.active
  .modal-item__txt-img-image::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  background-color: #60b4e7;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  z-index: 2;
}

#konfi21 #mobile-wrapper .modal-item__txt-img .modal-item__txt-img-under {
  font-size: 13px;
  color: #383e49;
  font-weight: normal;
}
#konfi21
  #mobile-wrapper
  .modal-item__txt-img.active
  .modal-item__txt-img-under {
  font-weight: 700;
  text-align: left;
}
#konfi21
  #mobile-wrapper
  .modal-item__txt-img
  .modal-item__txt-img-under-notive {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

#konfi21 #mobile-wrapper .modal-item__txt-img .modal-item__txt-img-icon {
  position: absolute;
  top: -8px;
  right: -6px;
}

#konfi21 #mobile-wrapper .radioBtn-container {
  min-height: 25px;
  padding-top: 5px;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  margin-right: 11px;
  font-weight: 700;
  font-size: 11px;
  margin-top: 5px;
}

#konfi21
  #mobile-wrapper
  .radioBtn-container
  input[type="radio"]:checked
  + .radioBtn {
  border: 6px solid #000000;
}
#konfi21 #mobile-wrapper .radioBtn-container .radioBtn:after {
  content: "";
  background: none;
}
#konfi21 #mobile-wrapper .konfi21-reuckwand-info {
  background-color: #e8f5fe;
  padding: 10px;
  border-radius: 8px;
  color: #303030;
}
#konfi21 #mobile-wrapper .konfi21-mobile-hinweis-info {
  background-color: #e8f5fe;
  padding: 10px;
  border-radius: 8px;
  color: #303030;
  text-align: left;
}
#konfi21 #mobile-wrapper .custom-config-input {
  width: 90px;
  height: 35px;
}
#konfi21 #mobile-wrapper .custom-config-input input {
  background-color: #f4f6f9 !important;
  color: #383e49;
  font-weight: 700;
  font-size: 17px;
}
#konfi21 #mobile-wrapper .custom-config-input span.cm {
  border-left: 0 !important;
  background-color: #f4f6f9 !important;
  font-size: 17px;
  color: #858c94;
  font-weight: 700;
  border-right: 1px solid #d6d5e1 !important;
}

#konfi21{
  padding-bottom:120px;
}

@media screen and (max-width: 991px) {
	#konfi21 {
		padding-bottom: 0;
	}
}
#konfi21 #modal_k21_save input{
  font-family: var(--bs-body-font-family);
}
#konfi21 #mobile-wrapper .konfi21_tueren_auswahl{
  padding:0 20px;
}
#konfi21 #mobile-wrapper .konfi21_ausstattung_auswahl{
 padding: 0 20px 0 20px;
}

#konfi21 .btn-blue:disabled { opacity: 0.3}


#konfi21 .konfi21_overlay_chips.mobile-overlay .mobile-overlay-content,
#konfi21 .konfi21_overlay_chips.mobile-overlay .mobile-overlay-content .chips,
#konfi21 .mobile-overlay.konfi21_overlay_chips .mobile-overlay-content .chips .konfi21-confi-tabs-slider{
  width:100%;
}

#konfi21 .konfi21_overlay_chips.mobile-overlay .tab-content{
  width:100%;
}


@media (min-width: 357px) and (max-width: 400px) {
  #konfi21 #promo-banner{
    flex-wrap:nowrap !important;
  }
}

@media (max-width: 991px) {
	.bestprice-star,.decor_feature.decor_saison,decor_feature.decor_auslauf{
		display:none !important;
	}

	#mobile-wrapper .meta__item--bestprice-img .bestprice-star, .meta__item--bestprice-img .season-decor {
        display: none !important;
	}

	body{
		height:auto;
		overflow:auto;
		background-color:white !important;
		padding-bottom:200px;
	}
	#konfi21 #mobile-wrapper{
		background-color:white;
	}
	#konfi21 .mobile-ausstattung-wrapper{
		/*padding-bottom: 574px;*/
	}
	#konfi21 .inactive{
		opacity: 1;
	}

}

#konfi21 #konfi21_overlay_sketch_mobile .mobile-overlay-content{
	overflow-y:scroll;
	overflow-x:hidden;
	width:100%;
}

#konfi21 #konfi21_overlay_sketch_mobile .mobile-overlay-content .sketch_wrapper{
	overflow-x:auto;
	width:100%;
}

@media (max-width: 392px) {
	.konfi21-header{
		width:214px;
	}
}

@media(min-width: 992px){
	body{
		margin-bottom:200px;
		background-color:#EEEFF2;
	}
}

@media (max-height: 1080px) {
  #konfi21 .js-product-line-content {
    height: auto !important;
    overflow-y: auto;
  }
}
