 * {
  margin: 0;
  padding: 0;
}

 textarea,  input,  button,  select {
  font-family: inherit;
  font-size: inherit;
}

body {
  width: 100%;
  font-family: Arial;
  font-size: 13px;
}

.mobile {
  width: calc(94%);
  margin: 0 auto;
  padding: 0 3% 3% 3%;
  position: relative;
}

 p {
  padding: 10px 0;
  text-align: justify;
  line-height: 1.5;
}

 h1 {
  display: none;
}

.mobile h1 {
  display: block;
  margin-bottom: 10px;
}

form[name="dotaznikSpokojenosti"] .input {
  display: block;
  margin-bottom: 10px;
}

.input span {
  display: block;
  color: #424242;
  padding: 5px 0;
  font-weight: bold;
  font-size: 13px;
}

.input input, form[name="dotaznikSpokojenosti"] textarea {
  width: calc(100% - 22px);
  padding: 8px 10px;
  border: 1px solid lightgray;
  font-size: 14px;
  border-radius: 5px;
  font-weight: normal;
  resize: none;
}

form[name="dotaznikSpokojenosti"] button {
  padding: 8px 25px;
  border: 0;
  background: #4CAF50;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

 textarea {
  min-height: 100px;
}

form[name="dotaznikSpokojenosti"] select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid lightgray;
  font-size: 13px;
}

.messageOK, .messageError {
  width: calc(100% - 50px);
  background: #51A72C;
  color: white;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;
}

.mobile .messageOK, .mobile .messageError {
  margin-top: 4vh;
}

.jmenoC {
  display: none;
}

.link {
  padding: 20px 0;
  text-align: center;
}

.link a {
  text-decoration: none;
  color: #353535;
}

.link a:hover {
  text-decoration: underline;
}

.messageError {
  background: #F44336;
}

 .logo {
  display: none;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: transparent url('../img/logo.jpg') center center no-repeat;
  background-size: 190px;
}

.mobile .logo {
  display: block;
}

#hodnoceniEshop {
  display: none;
}

.input.radio {
  height: 80px;
  position: relative;
  margin-bottom: 0 !important;
}

.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  position: absolute;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  font-size:40px;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #ED1D24;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #ED1D24;
}

input.zero + label {
  display: none;
}

@media (max-width: 680px) {

  form[name="dotaznikSpokojenosti"] button {
    width: 100%;
    padding: 13px 25px;
  }
}
