.thumb-select {
  max-width: 300px;
  height: auto;
}

.thumb {
  width: 100%;
  transition: 0.3s filter;
  height: 100%;
  bottom: 70px;
}

.flex {
  display: flex;
}

.smaller-heading {
  font-size: 21px !important;
}

.bigger-heading {
  font-size: 28px;
  line-height: 21px;
}

.preview-wrapper {
  filter: blur(0px);
  transition: 0.3s all;
}

.blurred {
  filter: blur(2px);
}

.thumb {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-thumb {
  position: relative;
}

.selectionContainer {
  position: relative;
  top: 530px;
}

.night-section {
  position: fixed;
  right: 10%;
  top: 30px;
}

.disabled {
  color: gray;
}

.activeSection {
  color: red;
}

/** Swiper */
.swiper {
  margin: 0;
}

.custom-upload-btn {
  transition: 0.3s all;
}
.custom-upload-btn:hover {
  transform: scale(1.05);
}

.fk_main_menu_calc_wrapper {
  max-height: 40px;
  position: relative;
  overflow: hidden;
}
.fk_main_menu_calc_wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0), rgb(248, 248, 248) 90%);
  width: 100%;
  height: 60px;
}

.dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog .dialog-btns .btn-custom {
  margin-right: 15px;
}

.second-section-box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.rozmery-text {
  position: absolute;
  bottom: 0px;
  color: white;
  left: 30px;
}

.thumb-rozmery-container {
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 0px !important;
}

.thumb-rozmer-label {
  position: absolute;
  top: 20px;
  right: 0px;
  height: 45px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  background-color: #7D1F47;
  /* padding-right: 20px; */
  width: 271px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-questionmark {
  width: 23px;
  height: 23px;
}

#prechod-na-individual {
  background-color: #7D1F47;
  color: white;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(1);
  transition: 0.3s all;
  display: flex;
  font-size: 22px;
  gap: 9px;
  align-items: center;
}
#prechod-na-individual:hover {
  transform: scale(1.05);
  cursor: pointer;
}/*# sourceMappingURL=konfigurator.css.map */