/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2022 | 08:38:53 */
/* Font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2c2c2c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: #141414;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #e04f1d;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #e04f1d;
          box-shadow: 0 0 1px #e04f1d;
}

input:checked + .slider:before {
  background-color: white;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 1px solid #565656;
}

.slider.round:before {
  border-radius: 50%;
}

.necessary-checked {
  background-color: #d6795a;
}

.necessary-checked::before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.modal-consent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  list-style: none;
  line-height: 1.5em;
  /* Default styling off */
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  z-index: 10000 !important;
  font-size: 16px;
}

/* Spodna Lista */
.spodna-lista {
  width: 100%;
  margin-top: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #212121;
  color: white;
}

.spodna-lista .container {
  max-width: 64em;
  margin: 0 auto;
  padding: 2em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spodna-lista .container .info {
  margin-bottom: 1.25em;
  overflow-y: auto;
}

@media screen and (max-width: 64em) {
  .spodna-lista .container .info {
    max-height: 100px;
  }
}

.spodna-lista .container .info h3 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.spodna-lista .container .info p {
  font-size: 0.8em;
  font-weight: 300;
}

.spodna-lista .container .info a {
  color: white;
  font-weight: 700;
}

/* Detaily lista */
.detaily-lista {
  display: none;
  width: 100%;
  max-width: 90%;
  max-height: 90%;
  padding: 5em 2em;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #212121;
  border-radius: 1em;
  overflow-y: auto;
}

@media screen and (max-width: 64em) {
  .detaily-lista {
    max-height: 75%;
  }
}

@media screen and (min-width: 48em) {
  .detaily-lista {
    max-width: 48em;
  }
}

.detaily-lista h3 {
  font-size: 1.2em;
  font-weight: 500;
  color: #e04f1d;
  text-transform: uppercase;
}

.detaily-lista hr {
  margin: 1em 0;
}

.detaily-lista .typ-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: white;
}

@media screen and (min-width: 48em) {
  .detaily-lista .typ-cookie {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.detaily-lista .typ-cookie h4 {
  font-size: 1em !important;
}

.detaily-lista .typ-cookie p {
  font-size: 0.9em !important;
  font-weight: 300;
}

/* Buttony */
.ovladanie {
  width: 100%;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}

@media screen and (min-width: 48em) {
  .ovladanie {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.ovladanie.ovladanie-detaily {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}

.ovladanie button {
  -webkit-appearance: none;
  min-width: 12.5em;
  padding: 0.5em 2em;
  background: none;
  color: white;
  border: none;
  border-radius: 0.25em;
  font-size: 0.85em;
  cursor: pointer;
}

.ovladanie button.button-open, .ovladanie button.button-change {
  border: 1px solid #646464;
}

.ovladanie button.button-accept {
  background: #e04f1d;
}

.ovladanie button.button-deny {
  border: none;
  color: #646464;
}
/*# sourceMappingURL=styles.css.map */