.in-hodnoceni-obchodu #content {
  padding-top: 0px;
}

.in-hodnoceni-obchodu .content-inner h1,
.rate-wrapper {
  position: relative;
}


.in-hodnoceni-obchodu
  .content-wrapper
  .content-inner
  .rate-wrapper.unveil-wrapper {
  margin-bottom: 0px;
}


.in-hodnoceni-obchodu
  .rate-wrapper.unveil-wrapper
  .rate-star-wrap
  .stars-label {
  color: black;
}

.in-hodnoceni-obchodu
  .rate-wrapper.unveil-wrapper
  .rate-star
  .star.star-off::before {
  content: "\e91c";
}


@media only screen and (min-width: 767px) {
  /* .rate-list:first-child span.rate-count.active {
        margin-right: -20px !important;
    } */
}

@media only screen and (max-width: 767px) {
  .in-hodnoceni-obchodu .breadcrumbs,
  .in-kontakty .breadcrumbs {
    margin: -10px;
    margin-bottom: -27px;
  }
}

html[lang="cs"] #formRating .star-wrap::before {
  content: "Vaše hodnocení (1 - nejhorší, 5 - nejlepší)";
  font-size: 16px;
  font-weight: bold;
  color: #24242e;
  display: block;
  margin-bottom: 10px;
}

html[lang="sk"] #formRating .star-wrap::before {
  content: "Vaše hodnotenie (1 - najhoršie, 5 - najlepšie)";
  font-size: 16px;
  font-weight: bold;
  color: #24242e;
  display: block;
  margin-bottom: 10px;
}

#formRating .star-wrap .star::before {
  font-size: 30px;
}

#formRating .star-wrap {
  width: 100%;
  height: auto;
}

#formRating .star-wrap .star {
  width: 38px;
  height: 38px;
}


#formRating .drop-nadpis {
  font-size: 16px;
  font-weight: bold;
  color: #24242e;
  display: block;
  margin-bottom: 10px;
}

#formRating .drop-container {
  position: relative;
  display: flex;
  /* gap: 10px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 161px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  width: 100%;
}

#formRating .drop-container.drag-active {
  background: #eee;
  border-color: #111;
}

#formRating .drop-container.drag-active .drop-title {
  color: #222;
}

#formRating .drop-container:hover {
  background: #eee;
  border-color: #111;
}

#formRating .drop-container:hover .drop-title {
  color: #222;
}

#formRating .drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color 0.2s ease-in-out;
}


#formRating input[type="file"]::file-selector-button:hover {
  background: #60a50e;
}

#formRating input[type="submit"] {
  padding: 15px 28px;
}

#klavesniceEmoji {
  margin-top: 5px;
}

#klavesniceEmoji button {
  margin: 2px 4px 2px 0;
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  min-width: 40px;
}

#klavesniceEmoji button:hover {
  background-color: #e4e4e4;
}

#klavesniceEmoji p {
  margin: 0;
}

.vote-form.visible {
  position: fixed !important;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(36, 36, 46, 0.85);
  z-index: 10000;
}

#formRating {
  width: 800px;
  left: 40%;
  top: 30px;
  padding: 20px;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 70px;
}

#formRating textarea[name="description"] {
  height: 131px;
}

.vote-form > form {
  width: 600px;
  background-color: #fff;
  left: 50%;
  position: absolute;
  margin-left: -300px;
  top: 40px;
  padding: 32px;
}

.js-hidden.visible {
  position: inherit;
  max-height: none;
  max-width: none;
  overflow: visible;
  transform: scaleY(1) scaleX(1);
  transform-origin: center;
}

.vote-form .close::before {
  content: "\e912";
  font-family: "shoptet";
}

.vote-form .form-group.consents,
#formProductQuestion .form-group.consents {
  left: 0;
  position: absolute;
  bottom: 0;
  margin: 0;
  max-width: 272px;
  padding: 0 !important;
  height: 48px;
  display: flex;
  align-items: center;
  z-index: 1;
}

#formRating .form-group.consents label {
  font-size: 13px;
  padding-left: 20px;
}

#formRating::before {
  display: block;
  font-size: 20px;
  color: #24242e;
  font-weight: bold;
  margin-bottom: 32px;
}

#rate-form.js-hidden.visible {
  transition: none;
  -webkit-transition: none;
}

html[lang="sk"] .in-hodnoceni-obchodu #formRating::before {
  content: "Pridať hodnotenie";
}

html[lang="cs"] .in-hodnoceni-obchodu #formRating::before {
  content: "Přidat hodnocení";
}

.type-product #formRating::before {
  content: "Ohodnoťte produkt";
}

.vote-form .row > div > *,
.discussion-form .form-group > .form-control {
  width: calc(100% - 122px) !important;
}

.vote-form > form > .row > div::before,
#formDiscussion > .row > div > div::before {
  display: inline-block;
  font-size: 15px;
  color: #24242e;
  width: 122px;
  font-weight: bold;
  line-height: 52px;
}

html[lang="cs"] .vote-form > form > .row > div:first-child::before {
  content: "Jméno:";
}

html[lang="sk"] .vote-form > form > .row > div:first-child::before {
  content: "Meno:";
}

.vote-form > form > .row > div:nth-child(2)::before {
  content: "E-mail:";
}

html[lang="cs"] #formRating > .row > div:nth-child(3)::before {
  content: "Váš komentář:";
}

html[lang="sk"] #formRating > .row > div:nth-child(3)::before {
  content: "Váš komentár:";
}

#formRating div.form-group:last-of-type {
  width: 100% !important;
  text-align: right;
}

#formRating div.col-xs-12 div.form-group:nth-child(2) {
  padding-left: 122px;
}

#formRating div.form-group:nth-child(1),
#formRating div.form-group:nth-child(2),
#formRating div.form-group:nth-child(3),
#formRating div.col-xs-12 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#images_preview {
  margin-right: -20px;
  margin-left: -20px;
  background-color: rgb(246 246 246) !important;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 50px;
}

#formRating .foto-nadpis {
  display: block;
  /* content: "Vaše hodnotenie (1 - najhoršie, 5 - najlepšie)"; */
  font-size: 18px;
  font-weight: bold;
  color: #24242e;
  margin-bottom: 10px;
  margin-top: 20px;
}

#formRating .img_div {
  margin-bottom: 15px;
}

#ratingWrapper div.add-comment span.rating-icon {
  text-decoration: none;
  color: black !important;
}

@media screen and (max-width: 767px) {
  #formRating {
    width: calc(100% - 12px);
    left: 6px;
    margin-left: 0;
    top: 6px;
    padding: 12px;
    max-height: 95vh;
    overflow: auto;
  }
  #formRating #inputFiles {
    font-size: smaller;
  }
}

@media screen and (max-width: 479px) {
  .vote-form > form > .row > div::before {
    display: block;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .vote-form .row > div > *,
  .discussion-form .form-group > .form-control {
    width: 100% !important;
  }
  #formRating div.col-xs-12 div.form-group:nth-child(2) {
    padding-left: 0;
  }
  #formRating div.consents {
    position: relative;
  }
  #formRating div.consents label {
    font-size: 14px;
    padding-left: 0 !important;
  }
  #formRating div.form-group:last-child {
    margin-top: 10px;
    text-align: center;
  }
  #images_preview {
    justify-content: center;
  }
}

.rate-list[data-score="5"] .rate-count.active {
  right: -50px !important;
}

.in-hodnoceni-obchodu .img_div {
  display: flex;
  flex-direction: column;
}

.in-hodnoceni-obchodu .obrazek {
  max-width: 200px;
  max-height: 200px;
  margin: 10px;
  height: auto;
}

.in-hodnoceni-obchodu .img_div .delete_btn {
  margin: auto;
  background-color: #DC3545;
  border-color: #DC3545;
  line-height: unset; 
}

#formRating input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #000;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

#formRating input[type="file"]::file-selector-button:hover {
  background: #000;
}

#formRating input[type="submit"] {
  padding: 15px 28px;
  background: #000;
  color: white;
}

