@font-face {
  font-family: "Metric";
  src: url("Metric-Semibold.woff2") format("woff2"),
    url("Metric-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("Metric-Regular.woff2") format("woff2"),
    url("Metric-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("Metric-Light.woff2") format("woff2"),
    url("Metric-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("Metric-LightItalic.woff2") format("woff2"),
    url("Metric-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("Metric-Bold.woff2") format("woff2"),
    url("Metric-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metric";
  src: url("Metric-Medium.woff2") format("woff2"),
    url("Metric-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

* {
  font-family: "Metric", serif, Arial, Verdana, Trebuchet MS, Helvetica,
    sans-serif;
  font-size: 16px;
  color: White;
}

.noTransform {
  text-transform: none !important;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

.relative {
  position: relative;
}

.redColor {
  color: #cf132f;
}

.fSize26 {
  font-size: 26px;
}

body {
  background-color: #1a1a19;
}

.topMenu {
  margin-bottom: 0;
  padding-top: 30px;
}

.topMenu ul li {
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 25px;
}

.topMenu ul li a {
  font-size: 12px;
  color: White;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.topMenu ul li a:hover {
  text-decoration: none;
}

h1,
h2 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

h1 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  /* mezera 2 pixely mezi písmeny */
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 18px;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}

.buttonPredvyber {
  border: 2px solid #620b1f;
  max-width: 450px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  color: White;
  cursor: pointer;
  font-size: 23px;
  line-height: 35px;
}

.buttonPredvyber strong {
  text-transform: uppercase;
  color: White;
  cursor: pointer;
  font-size: 35px;
  display: block;
}

.mainForm label {
  text-align: center;
  text-transform: uppercase;
}

.mainForm label.form-check-label {
  text-transform: none;
}

.mainForm label.form-check-label a {
  color: White;
  text-decoration: underline;
}

.mainForm label.form-check-label a:hover {
  color: White;
  text-decoration: none;
}

.mainForm input,
.mainForm select,
.mainForm textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid White;
  background-color: #1a1a19;
  color: White;
}

.mainForm option {
  color: White;
  background-color: #1a1a19;
}

.form-section-title {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 20px;
  text-transform: uppercase;
}

.dalsiSpotrebic {
  width: 100%;
  max-width: 150px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background-color: #620b1f;
  color: White;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.mazaniSpotrebic {
  cursor: pointer;
  margin-left: 5px;
  max-width: 25px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: White;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.buttonSubmit {
  width: 295px;
  height: 60px;
  line-height: 60px;
  background-color: #620b1f;
  color: White;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: block;
  border: none;
}

.noteBox {
  background: #620b1f;
  padding: 20px;
  padding-top: 150px;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
  background-image: url(../pcs/pcs_layout/ico-recenze.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .noteBox {
    padding: 20px;
    padding-left: 180px;
    background-position: 50px center;
  }
}

@media (min-width: 992px) {
  .noteBox {
    padding-left: 220px;
  }
}

.noteBox p,
.noteBox p strong {
  letter-spacing: 2px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .noteBox p,
  .noteBox p strong {
    letter-spacing: 2px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .noteBox p,
  .noteBox p strong {
    letter-spacing: 2px;
    font-size: 16px;
  }
}

.infoPlatba {
  text-align: center;
  color: #cf112d;
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn-custom {
  background: #620b1f;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.btn-custom:hover {
  background: #000080;
  color: #fff;
}

.text a {
  text-decoration: underline;
  color: White;
}

.text a:hover {
  text-decoration: none;
}

.footer {
  border-top: 2px solid White;
  padding-top: 40px;
}

.footer p,
.footer a {
  line-height: 25px;
}

.footerFb {
  background-image: url(../pcs/pcs_layout/fb-ico.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}

.footerFb a {
  color: White;
  text-decoration: none;
  text-transform: uppercase;
}

.footerFb a:hover {
  color: White;
  text-decoration: underline;
}

.checkBoxLeft label {
  min-width: 420px;
  text-align: left;
}

.recenzeBox {
  max-width: 600px;
  margin: 20px auto;
}

.buttonSendReview {
  width: 230px;
  height: 50px;
  line-height: 50px;
  background-color: #620b1f;
  color: White;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin: 20px auto;
  display: block;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

.buttonSendReview:hover {
  background-color: #620b1f;
  color: White;
}

.rating-5 {
  border: none !important;
}

/* Vlastní vzhled slideru 1–5 */
/* Vlastní vzhled slideru 1–5 */
.rating-5 {
  --track-h: 8px; /* výška koleje */
  --thumb: 18px; /* průměr palce */
  --track-bg: #f1f1f1; /* světlejší koleje pro kontrast */
  --tick: rgba(0, 0, 0, 0.18); /* barva čárek */
  --thumb-bg: #cf112d; /* barva palce */
  --thumb-shadow: 0 0 6px rgba(207, 17, 45, 0.4); /* jemný stín v barvě palce */

  width: 100%;
  background: none;
  border: 0;
  outline: none;
  height: calc(var(--track-h) + var(--thumb) / 2 + 4px);
}

/* WebKit (Chrome/Edge/Safari) */
.rating-5::-webkit-slider-runnable-track {
  height: var(--track-h);
  border: 0;
  border-radius: 999px;
  background:
        /* čárky po 25 % */ repeating-linear-gradient(
      to right,
      transparent 0,
      transparent calc(25% - 1px),
      var(--tick) calc(25% - 1px),
      var(--tick) calc(25% + 1px)
    ),
    /* základní světlý track */
      linear-gradient(var(--track-bg), var(--track-bg));
}

.rating-5::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: var(--thumb);
  height: var(--thumb);
  margin-top: calc((var(--track-h) - var(--thumb)) / 2);
  background: var(--thumb-bg);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--thumb-shadow);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rating-5:focus {
  outline: none;
}

.rating-5:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px rgba(207, 17, 45, 0.2);
  transform: scale(1.1);
}

/* Firefox */
.rating-5::-moz-range-track {
  height: var(--track-h);
  border-radius: 999px;
  background: repeating-linear-gradient(
      to right,
      transparent 0,
      transparent calc(25% - 1px),
      var(--tick) calc(25% - 1px),
      var(--tick) calc(25% + 1px)
    ),
    linear-gradient(var(--track-bg), var(--track-bg));
}

.rating-5::-moz-range-progress {
  height: var(--track-h);
  border-radius: 999px;
  background: transparent; /* jednotný track */
}

.rating-5::-moz-range-thumb {
  width: var(--thumb);
  height: var(--thumb);
  background: var(--thumb-bg);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--thumb-shadow);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rating-5:focus::-moz-range-thumb {
  box-shadow: 0 0 0 6px rgba(207, 17, 45, 0.2);
  transform: scale(1.1);
}

/* Volitelné čísla pod sliderem (můžeš přidat HTML):
.ticks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 12px;
  margin-top: 4px;
  color: #999;
}
.ticks span {
  text-align: center;
}
*/

#reviewBox,
.recenzeBox {
  background-color: #1a1a19;
}

#reviewHint {
  color: White !important;
  font-size: 15px;
}

#openReviewBtn,
.openReviewBtn {
  background-color: #620b1f !important;
  color: White !important;
  border: none !important;
}

.recenzeHvezdyTitle {
  font-weight: bold;
  text-transform: uppercase;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #262626;
  opacity: 1;
}

.modal-content {
  background-color: #000; /* černé pozadí */
  color: #fff; /* bílý text */
  border: 1px solid #fff; /* bílý rámeček 1px */
}
.modal-header,
.modal-footer {
  border-color: #333; /* decentní tmavší okraj */
}

.modal-title {
  color: #fff; /* bílý nadpis */
}

.close {
  color: #fff;
  opacity: 1;
}
.close:hover {
  color: #ccc;
}

.serialInp {
  /*background-image: url(../pcs/pcs_layout/serial-ico.png);
  background-position: right 10px center;
  background-repeat: no-repeat;*/
}

.hintBox {
  position: absolute;
  top: -55px;
  right: 20px;
}
