#kosik .button {
  padding: 0.25rem 0.75rem;
}
#kosik .button:hover {
  background: #9e0b0f;
  color: #fff;
  cursor: pointer;
}
#kosik .input.pocet {
  text-align: center;
}
#kosik .row-price {
  min-width: 10px;
  white-space: nowrap;
  padding-inline: 0.75rem;
  text-align: right;
}
#kosik .row-quantity {
  text-align: center;
}
#kosik .ncena td {
  padding-block: 5px;
}
#kosik .final-price td {
  border-top: 1px solid #d0c5b9;
  padding-top: 10px;
}
#kosik .final-price .dan {
  font-size: 18px;
  font-weight: bold;
}
#kosik .odstranit {
  text-align: right;
}
#kosik label {
  cursor: pointer;
}

#kosik #krok2 .polozka .head .nazev .cena {
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  float: right;
}

#form_neregistrovany .polozka {
  display: flex;
  align-items: center;
  height: unset;
  margin-bottom: 0.75rem;
}
#form_neregistrovany .popis {
  margin-bottom: 0;
}
#form_neregistrovany .popis .nazev {
  font-weight: bold;
}
#form_neregistrovany input {
  padding: 0.5rem 0.75rem;
  width: 100%;
  border-radius: 2px;
}

#kosik .doplnujici .popis {
  margin-bottom: 0.75rem;
}
#kosik .doplnujici .popis .nazev {
  font-weight: bold;
}
#kosik .doplnujici textarea {
  padding: 0.5rem 0.75rem;
  width: 100%;
  border-radius: 2px;
  resize: vertical;
}

.gls-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.34s ease;
  pointer-events: none;
}
.gls-modal .gls-modal-dialog {
  background: #fff;
  border-radius: 2px;
  padding: 20px 10px;
  min-width: 860px;
  transition: 0.34s ease;
  transform: translateY(-20%);
}
.gls-modal .gls-select-grid > h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.gls-modal.show {
  pointer-events: all;
  opacity: 1;
}
.gls-modal.show .gls-modal-dialog {
  transition: 0.48s ease;
  transform: none;
}
.gls-modal .parcel-iframe iframe {
  display: block;
  min-height: 480px;
  width: 100%;
}

.parcel-selection {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.parcel-info {
  flex: 1;
  background: #f3f3f3;
  border-radius: 2px;
  padding: 10px 10px 0;
  margin-right: 20px;
}
.parcel-info p {
  margin-bottom: 10px;
}
.parcel-info .parcel-info-contact {
  display: flex;
  justify-content: space-between;
}
.parcel-info .parcel-info-contact > p {
  flex: 1;
}

.parcel-button {
  flex: 0 0 140px;
}
.parcel-button button {
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #9e0b0f;
  border: 1px solid #86090d;
  border-radius: 2px;
}
.parcel-button button:hover {
  cursor: pointer;
  background: #86090d;
  border: 1px solid #6e080a;
}
.parcel-button button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  background-color: currentColor;
  border-radius: 2px;
  opacity: 0.5;
  animation: placeholder-glow 3s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder.placeholder-60px {
  min-width: 60px;
}
.placeholder.placeholder-90px {
  min-width: 90px;
}
.placeholder.placeholder-120px {
  min-width: 120px;
}
.placeholder.placeholder-200px {
  min-width: 200px;
}

.alert-message {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: red;
  color: white;
  font-weight: bold;
  border-radius: 2px;
}

/*# sourceMappingURL=update.css.map */
