@charset "UTF-8";
#searchModal .fixed-container {
  position: fixed;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 3;
}
#searchModal .fixed-container .btn-close {
  position: absolute;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem !important;
  text-align: center;
  display: inline-block;
}
#searchModal .fixed-container .btn-close:hover {
  color: #fff;
  background-color: hsl(12, 97%, 50%) !important;
}

.search-container .search-row {
  margin-top: 4rem;
}
.search-container .modal-dialog {
  transform: none;
}
.search-container .modal-content {
  height: 100%;
  overflow-y: auto;
}
.search-container .modal-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
@media (max-width: 767.98px) {
  .search-container .modal-content img {
    max-height: 250px;
  }
}
@media (max-width: 575.98px) {
  .search-container .modal-content img {
    max-height: 150px;
  }
}
.search-container .search-form {
  position: relative;
  margin: 0.5rem 0;
  min-width: 100%;
  padding: 0.5rem 0;
  text-align: center;
}
.search-container .search-form .search-input-icon {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  cursor: text;
}
@media (min-width: 768px) {
  .search-container .search-form .search-input-icon {
    top: 1.25rem;
  }
}
.search-container .search-form .search-form-fields {
  position: relative;
}
.search-container .search-box {
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: hsl(12, 93%, 61%);
  font-size: 1rem;
  outline: none;
  border-radius: 1.3rem;
  background-color: #fff;
  padding: 0.5rem 3rem 0.5rem 2rem;
  width: 100%;
  text-align: center;
  border: 1px solid hsl(240, 11%, 89%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 3.375rem;
}
@media (max-width: 767.98px) {
  .search-container .search-box {
    font-size: 1.35rem;
  }
}
@media (max-width: 575.98px) {
  .search-container .search-box {
    text-align: left;
    font-size: 1.1rem;
  }
}
.search-container .search-box:hover, .search-container .search-box:focus, .search-container .search-box:focus-within {
  border-color: hsl(12, 93%, 61%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.search-container .search-box::-moz-placeholder {
  color: #000211;
  font-size: 3rem;
  font-weight: normal;
}
.search-container .search-box::placeholder {
  color: #000211;
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .search-container .search-box::-moz-placeholder {
    font-size: 1rem;
  }
  .search-container .search-box::placeholder {
    font-size: 1rem;
  }
}
.search-container .search-box:focus::-moz-placeholder {
  color: transparent;
}
.search-container .search-box:focus::placeholder {
  color: transparent;
}
.search-container .search-box::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%77777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-container .search-box {
    font-size: 2rem;
  }
  .search-container .search-box::-moz-placeholder {
    font-size: 2rem;
  }
  .search-container .search-box::placeholder {
    font-size: 2rem;
  }
}
.search-container .search-results {
  background-color: hsl(10, 89%, 96%);
}
.search-container .search-results mark {
  background: none;
  padding: 0;
  color: hsl(12, 97%, 50%);
}
@media (max-width: 575.98px) {
  .search-container .search-results .result-items a {
    font-size: 1rem;
  }
}
.search-container .search-results .rounded-carousel {
  border-radius: 1.3rem;
}
@media (max-width: 767.98px) {
  .search-container .search-results .rounded-carousel .h-100 {
    max-height: 250px;
  }
}
@media (max-width: 575.98px) {
  .search-container .search-results .rounded-carousel .h-100 {
    max-height: 150px;
  }
}
.search-container .search-results .rounded-carousel .h-100 {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .search-container .search-results .img-fluid {
    max-height: 100%;
  }
}
.search-container .no-scroll {
  overflow: hidden;
}
.search-container {
  /* Styl pro posuvník v modálním okně */
}
.search-container .full-screen-modal::-webkit-scrollbar {
  width: 10px;
}
.search-container .full-screen-modal::-webkit-scrollbar-track {
  background: hsl(240, 9%, 96%);
}
.search-container .full-screen-modal::-webkit-scrollbar-thumb {
  background: hsl(235, 11%, 56%);
}
.search-container .full-screen-modal::-webkit-scrollbar-thumb:hover {
  background: hsl(235, 8%, 28%);
}

.results-filter {
  position: relative;
  width: 3.4em;
  height: 1.5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
}
.results-filter input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
.results-filter .custom-switch {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsl(233, 11%, 71%);
  border-radius: 4em;
  transition: background-color 0.25s ease;
  cursor: pointer;
}
.results-filter .custom-switch:after {
  content: "";
  position: absolute;
  top: 0.125em;
  left: 0.125em;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
}
.results-filter input:checked + .custom-switch {
  background: hsl(12, 93%, 61%);
}
.results-filter input:checked + .custom-switch:after {
  transform: translateX(1.9em);
}
.results-filter input:focus + .custom-switch {
  outline: 0;
  box-shadow: 0 0 0 0.25rem hsla(12, 93%, 61%, 0.2);
}
.results-filter .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.results-filter .on::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.1em 0.1em 0.45em;
  content: "";
  margin: 0 auto;
  transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}
.results-filter input:checked + .custom-switch .on {
  opacity: 1;
}
.results-filter .off {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.results-filter .off::before, .results-filter .off::after {
  content: "";
  position: absolute;
  top: 0.42em;
  width: 0.09375em;
  height: 0.7em;
  background: #fff;
  margin: 0 auto;
  transform-origin: center;
}
.results-filter .off::before {
  right: 0.8em;
  transform: rotate(45deg);
}
.results-filter .off::after {
  right: 0.8em;
  transform: rotate(-45deg);
}
.results-filter .custom-switchl:checked + .custom-switch .off {
  opacity: 0;
}
.results-filter .lab {
  display: none;
}