.in-konfigurator .sidebar {
  display: none;
}
.in-konfigurator h2 {
  color: #333;
}
#multiStepForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 17px;
}
#multiStepForm select {
  display: grid;
  min-width: -webkit-fill-available;
}
#multiStepForm select, input[type="number"], #multiStepForm input[type="text"], textarea, #email {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
#multiStepForm input[type="submit"] {
  background-color: #5cb85c;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  float: right;
}
#multiStepForm input[type="submit"]:hover {
  background-color: #4cae4c;
}
#multiStepForm .next-step, .previous-step {
  float: right;
}
#multiStepForm .previous-step {
  float: left;
  background-color: #6c757d;
}
#multiStepForm img {
  display: block;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
}
.in-konfigurator .form-step.active-step {
  display: grid;
}
#step5 span {
  margin-right: 50px;
  font-weight: 400
}
@media only screen and (max-width: 768px) {
  #step5 span {
    margin-right: 20px;
  }
}
.in-konfigurator .info {
  display: block;
  margin-top: 75px;
}
.in-konfigurator .link-to {
  text-align: center;
  margin-bottom: 15px
}
.in-konfigurator .link-to a:hover {
  text-decoration: underline;
}
#multiStepForm button {
  background-color: #DEB887;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#multiStepForm button:hover {
  background-color: #CD853F;
}
#multiStepForm input[type="number"]:hover, #multiStepForm input[type="text"]:hover, #multiStepForm textarea:hover {
  border-color: #bcbcbc;
}
#multiStepForm input[type="number"]:focus, #multiStepForm input[type="text"]:focus, #multiStepForm textarea:focus {
  border-color: #5cb85c;
  outline: none;
}
.in-konfigurator .form-step .selected {
  border: 1px solid #DEB887; /* Příklad zvýraznění */
}
#step4 .selected {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#step1.form-step img, #step2.form-step img, #step4.form-step img, #step6.form-step img {
  width: calc(100% / 3 - 10px);
  margin: 5px !important;
  float: left;
  height: auto;
  object-fit: cover;
}
.in-konfigurator .category-images, .in-konfigurator .product-images, .in-konfigurator .wood-quality-image {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start
}
#productImages, #shadeImages {
  margin-bottom: 24px;
  display: inline-block;
}
#woodQualityImages {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
#multiStepForm {
  margin: 0 auto 50px;
  padding: 20px 20px 50px;
  background-color: #f3f3f3;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: grid;
}
#woodTypeImages {
  display: flex;
  justify-content: center;
}
#woodTypeImages img {
  margin: 10px;
  max-width: 200px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #woodTypeImages img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  #step1.form-step img, #step2.form-step img, #step4.form-step img, #step6.form-step img {
    min-height: 330px;
  }
}
#step4.form-step img {
  max-width: 300px;
  min-height: auto
}
.in-konfigurator .summary {
  display: flex;
  margin-bottom: 20px;
}
.in-konfigurator .summary > div:nth-child(2) {
  margin: 10px;
}
.in-konfigurator .summary > div:nth-child(3), .in-konfigurator .summary > div:nth-child(3) {
  margin: 10px 10px 10px 0px;
}
.in-konfigurator .summary > div {
  width: calc(100% / 4);
  display: grid;
  align-items: center;
}
.in-konfigurator .summary > div img {
  width: 100%;
  display: grid;
  height: 100%;
  max-height: 225px;
  object-fit: fill;
}
#selectedShadeImage label {
  height: 20px !important;
}
.in-konfigurator .summary span {
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .in-konfigurator .summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .in-konfigurator .summary > div {
    width: calc(100% / 2 - 15px);
    margin: 5px;
  }
  .in-konfigurator .summary img {
    max-width: 100%;
    max-height: 115px !important;
    height: auto !important;
    display: block;
    margin-top: 5px;
  }
  .in-konfigurator .summary label {
    min-height: 50px;
  }
}