@font-face {
  font-family: "ElectroluxSans-Thin";
  src:
    url("ElectroluxSans-Thin.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-Thin.otf") format("opentype"),
    url("ElectroluxSans-Thin.woff") format("woff"),
    url("ElectroluxSans-Thin.ttf") format("truetype"),
    url("ElectroluxSans-Thin.svg#ElectroluxSans-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-ThinObl";
  src:
    url("ElectroluxSans-ThinObl.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-ThinObl.otf") format("opentype"),
    url("ElectroluxSans-ThinObl.woff") format("woff"),
    url("ElectroluxSans-ThinObl.ttf") format("truetype"),
    url("ElectroluxSans-ThinObl.svg#ElectroluxSans-ThinObl") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-Light";
  src:
    url("ElectroluxSans-Light.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-Light.otf") format("opentype"),
    url("ElectroluxSans-Light.woff") format("woff"),
    url("ElectroluxSans-Light.ttf") format("truetype"),
    url("ElectroluxSans-Light.svg#ElectroluxSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-LightObl";
  src:
    url("ElectroluxSans-LightObl.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-LightObl.otf") format("opentype"),
    url("ElectroluxSans-LightObl.woff") format("woff"),
    url("ElectroluxSans-LightObl.ttf") format("truetype"),
    url("ElectroluxSans-LightObl.svg#ElectroluxSans-LightObl") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-Regular";
  src:
    url("ElectroluxSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-Regular.otf") format("opentype"),
    url("ElectroluxSans-Regular.woff") format("woff"),
    url("ElectroluxSans-Regular.ttf") format("truetype"),
    url("ElectroluxSans-Regular.svg#ElectroluxSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-RegularObl";
  src:
    url("ElectroluxSans-RegularObl.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-RegularObl.otf") format("opentype"),
    url("ElectroluxSans-RegularObl.woff") format("woff"),
    url("ElectroluxSans-RegularObl.ttf") format("truetype"),
    url("ElectroluxSans-RegularObl.svg#ElectroluxSans-RegularObl") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-SemiBold";
  src:
    url("ElectroluxSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-SemiBold.otf") format("opentype"),
    url("ElectroluxSans-SemiBold.woff") format("woff"),
    url("ElectroluxSans-SemiBold.ttf") format("truetype"),
    url("ElectroluxSans-SemiBold.svg#ElectroluxSans-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-SemiBoldObl";
  src:
    url("ElectroluxSans-SemiBoldObl.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-SemiBoldObl.otf") format("opentype"),
    url("ElectroluxSans-SemiBoldObl.woff") format("woff"),
    url("ElectroluxSans-SemiBoldObl.ttf") format("truetype"),
    url("ElectroluxSans-SemiBoldObl.svg#ElectroluxSans-SemiBoldObl")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-Bold";
  src:
    url("ElectroluxSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-Bold.otf") format("opentype"),
    url("ElectroluxSans-Bold.woff") format("woff"),
    url("ElectroluxSans-Bold.ttf") format("truetype"),
    url("ElectroluxSans-Bold.svg#ElectroluxSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectroluxSans-BoldObl";
  src:
    url("ElectroluxSans-BoldObl.eot?#iefix") format("embedded-opentype"),
    url("ElectroluxSans-BoldObl.otf") format("opentype"),
    url("ElectroluxSans-BoldObl.woff") format("woff"),
    url("ElectroluxSans-BoldObl.ttf") format("truetype"),
    url("ElectroluxSans-BoldObl.svg#ElectroluxSans-BoldObl") format("svg");
  font-weight: normal;
  font-style: normal;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

* {
  font-family:
    "ElectroluxSans-Regular",
    serif,
    Arial,
    Verdana,
    Trebuchet MS,
    Helvetica,
    sans-serif;
  font-size: 16px;
  color: #041e50;
}

.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: #041e50;
}

.fSize26 {
  font-size: 26px;
}

body {
  background-color: White;
}

.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: #041e50;
  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;
}

@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 #041e50;
  max-width: 450px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #041e50;
  cursor: pointer;
  font-size: 23px;
  line-height: 35px;
}

.buttonPredvyber strong {
  text-transform: uppercase;
  color: #041e50;
  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: #041e50;
  text-decoration: underline;
}

.mainForm label.form-check-label a:hover {
  color: #041e50;
  text-decoration: none;
}

.mainForm input,
.mainForm select,
.mainForm textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #041e50;
  background-color: White;
  color: #041e50;
}

.mainForm option {
  color: #041e50;
  background-color: White;
}

.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: #041e50;
  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: #041e50;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.buttonSubmit {
  width: 295px;
  height: 60px;
  line-height: 60px;
  background-color: #041e50;
  color: White;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: block;
  border: none;
}

.noteBox {
  background: #041e50;
  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;
}

.noteBox p,
.noteBox p strong,
.noteBox * {
  color: #ffffff;
}

@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: #041e50;
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn-custom {
  background: #041e50;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.btn-custom:hover {
  background: #000080;
  color: #fff;
}

.text a {
  text-decoration: underline;
  color: #041e50;
}

.text a:hover {
  text-decoration: none;
}

.footer {
  border-top: 2px solid #041e50;
  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: #041e50;
  text-decoration: none;
  text-transform: uppercase;
}

.footerFb a:hover {
  color: #041e50;
  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: #041e50;
  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: #041e50;
  color: White;
}

.rating-5 {
  border: none !important;
}

.rating-5 {
  --track-h: 8px;
  --thumb: 18px;
  --track-bg: #e9ecef;
  --tick: rgba(0, 0, 0, 0.18);
  --thumb-bg: #0d6efd;
  --thumb-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);

  width: 100%;
  background: none;
  border: 0;
  outline: none;
  height: calc(var(--track-h) + var(--thumb) / 2 + 4px);
}

.rating-5::-webkit-slider-runnable-track {
  height: var(--track-h);
  border: 0;
  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::-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(13, 110, 253, 0.15);
  transform: scale(1.1);
}

.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;
}

.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(13, 110, 253, 0.15);
  transform: scale(1.1);
}

#reviewBox,
.recenzeBox {
  background-color: White;
}

#reviewHint {
  color: #041e50 !important;
  font-size: 15px;
}

#openReviewBtn,
.openReviewBtn {
  background-color: #041e50 !important;
  color: White !important;
  border: none !important;
}

.recenzeHvezdyTitle {
  font-weight: bold;
  text-transform: uppercase;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.modal-content {
  background-color: White;
  color: #041e50;
  border: 1px solid #041e50;
}

.modal-header,
.modal-footer {
  border-color: #dee2e6;
}

.modal-title {
  color: #041e50;
}

.close {
  color: #041e50;
  opacity: 1;
}

.close:hover {
  color: #555;
}

.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;
}
