@charset "UTF-8";
a:link, a:visited, a:hover {
  text-decoration: none;
}

.SvisleNaStred {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.odkaz {
  cursor: pointer;
}

.Vlevo {
  text-align: left !important;
}

.Vpravo {
  text-align: right;
}

.Radkovani1 {
  line-height: 1;
}

.Stred {
  text-align: center;
}

figure {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Light.eot);
  src: url(fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-Light.woff) format("woff"), url(fonts/OpenSans-Light.ttf) format("truetype"), url(fonts/OpenSans-Light.svg#OpenSansLight) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Regular.eot);
  src: url(fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-Regular.woff) format("woff"), url(fonts/OpenSans-Regular.ttf) format("truetype"), url(fonts/OpenSans-Regular.svg#OpenSansRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Bold.eot);
  src: url(fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/OpenSans-Bold.woff) format("woff"), url(fonts/OpenSans-Bold.ttf) format("truetype"), url(fonts/OpenSans-Bold.svg#OpenSansBold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(fonts/RobotoCondensed-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(fonts/RobotoCondensed-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(fonts/RobotoCondensed-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(fonts/RobotoCondensed-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(fonts/RobotoCondensed-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(fonts/RobotoCondensed-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
* {
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 105%;
  font-weight: 400;
  line-height: 1.1;
  background: #f8f8f8;
  color: #07240a;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0 10px;
  font-size: 1em;
  background: #f8f8f8;
  position: relative;
}

.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

.Vse {
  background: #f8f8f8;
  margin: auto;
}

.OmezenaSirkaBloku {
  max-width: 1200px;
  margin: auto;
  height: 100%;
}

.HorniPevnaLista {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 52px;
  padding: 0 10px 0 10px;
  background-color: #fff;
}

@media only screen and (min-width: 601px) {
  .HorniPevnaLista {
    height: 62px;
    padding-top: 10px;
  }
}
.HorniPevnaListaKontejner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 3px solid #BFBFBF;
}

.HorniPevnaListaVlevo {
  flex-grow: 0;
  flex-basis: 170px;
  height: 49px;
}

#LogoMale {
  height: 27px;
}

#LogoMale:hover {
  opacity: 0.7;
}

#NazevEshopu {
  height: 100%;
  font-weight: 400;
  margin-left: 0.5em;
  position: relative;
  top: -5px;
}

.HorniPevnaListaVlevo a {
  color: rgb(67, 88, 67);
}

.HorniPevnaListaVlevo a:hover {
  color: #f3a64b;
}

.HorniPevnaListaUprostred {
  overflow: hidden;
  flex-grow: 0;
  flex-basis: 170px;
  height: 49px;
  padding-top: 11px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 510px) {
  .HorniPevnaListaUprostred {
    display: none;
  }
}
.PanelHledani {
  position: relative;
  margin: 0;
  padding: 0;
}

#Hledat {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 27px;
  margin: 0;
  padding: 0 6px;
  border: 1px solid #eee !important;
  outline: 0;
  box-shadow: none;
}

#Hledat:focus {
  border: 1px solid #F19325 !important;
  box-shadow: inset 0 0 0 1px #F19325;
}

#HledatIkona {
  display: block;
  position: absolute;
  left: 110px;
  top: 0;
  background-color: #F19325;
  color: white;
  height: 27px;
  padding: 5px 15px;
  text-transform: uppercase;
}

#HledatIkona:hover {
  background-color: #ed870f;
}

@media only screen and (min-width: 550px) {
  .HorniPevnaListaUprostred {
    flex-basis: 210px;
  }
  #Hledat {
    width: 150px;
  }
  #HledatIkona {
    left: 150px;
  }
}
.HorniPevnaListaVpravo {
  overflow: hidden;
  flex-grow: 0;
  flex-basis: 170px;
  height: 49px;
  padding-top: 11px;
  text-align: right;
}

.HorniPevnaListaVpravo a, .HorniPevnaListaVpravo a:hover {
  color: #fff;
}

.PanelHodnotaKosiku {
  background-color: #F19325;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
}

.PanelHodnotaKosiku:hover {
  background-color: #ed870f;
}

.HorniMenu {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 63px;
  margin-bottom: 5px;
  background-color: #ededed;
  min-height: 43px;
}

@media only screen and (max-width: 600px) {
  .HorniMenu {
    margin-top: 53px;
  }
}
.HorniMenu a {
  color: rgb(67, 88, 67);
  user-select: none;
}

.HorniMenu a:hover {
  color: #f3a64b;
}

.HorniMenuKontejner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  overflow: visible;
}

.HorniMenuPolozky {
  padding-top: 20px;
  padding-bottom: 10px;
  color: rgb(67, 88, 67);
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.2;
}

.HorniMenuPolozky .MenuOddelovac {
  margin: 0 3px;
}

.HorniMenuPolozky .MenuPolozkaAktivni {
  font-weight: bold;
}

.HorniMenuUzivatel {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  color: rgb(67, 88, 67);
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.2;
}

.HorniMenuUzivatelText {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.HorniMenuUzivatelText:hover {
  color: #f3a64b;
}

.UzivatelMenu {
  position: absolute;
  display: none;
  font-family: "Roboto Condensed", sans-serif;
  top: 100%;
  right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: rgb(67, 88, 67);
  z-index: 1000;
}

.UzivatelMenuNadpis {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
  text-transform: uppercase;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}

.UzivatelMenuJenText {
  padding: 5px;
  line-height: 1.6;
  text-transform: none;
}

.UzivatelMenuPolozka {
  padding: 5px;
  line-height: 1.6;
  text-transform: none;
  cursor: pointer;
}

.UzivatelMenuPolozka:hover {
  background-color: #eee;
}

.UzivatelMenuOddelovac {
  height: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
}

.StalyText {
  padding: 10px;
  margin: 3px 0;
  background-color: #ff8;
  line-height: 1.4;
}

.StalyText a {
  text-decoration: underline;
}

.StalyText p {
  margin: 5px 0;
}

.NavigacniPruh {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 5px 0;
}

.NavigacniPruhPolozky {
  color: rgb(67, 88, 67);
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.2;
}

.NavigacniPruh a {
  color: rgb(67, 88, 67);
}

.NavigacniPruh a:hover {
  color: #f3a64b;
}

.NavigacniPruhOddelovac {
  margin: 0 5px;
}

.HlavniBlok {
  max-width: 1200px;
  margin: 0;
  padding: 10px 0 20px 0;
  position: relative;
  overflow: auto;
  min-height: 300px;
}

.Zapati {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #949494;
  color: #fff;
  padding: 30px 0 20px 0;
}

.ZapatiFirma {
  font-size: 0.85em;
  text-align: center;
  margin-top: 10px;
}

#LogoZapati {
  height: 100px;
}

.DolniMenuPolozky {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2;
  text-align: center;
}

.DolniMenuPolozky a {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 1px;
}

.DolniMenuPolozky .MenuPolozkaAktivni a {
  border-bottom: 2px solid #F19325;
  font-weight: bold;
}

.DolniMenuPolozky a:hover {
  color: #000;
}

.DolniMenuPolozky .MenuOddelovac {
  margin: 0 3px;
}

.SortimentNadpis {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 1.3em;
}

.SortimentRadekVlastniProdukce, .SortimentRadekVarovaniTeplota, .SortimentRadekSymbolSleva {
  padding-left: 3px;
  padding-right: 3px;
}

.SortimentZbozi {
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.SortimentZboziFoto {
  float: left;
  padding: 0 10px;
  width: 50%;
  max-width: 500px;
  text-align: center;
}

.SortimentZboziText {
  float: left;
  padding: 0 10px 10px 10px;
  width: 50%;
}

.SortimentZboziImgDiv {
  display: inline-block;
  text-align: center;
  position: relative;
}

.SortimentZboziImg {
  position: relative;
  display: inline;
  max-width: 100%;
  max-height: 600px;
  object-fit: contain;
  padding: 0;
  border: 1px solid #ccc;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
}

.SortimentZboziZnamky {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
}

.SortimentZboziZnamka {
  font-family: "Roboto Condensed", sans-serif;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

.SortimentZboziZnamkaAkce {
  background-color: red;
  color: #fff;
}

.SortimentZboziZnamkaVyprodanoX {
  background-color: yellow;
  color: #000;
}

.SortimentZboziVyprodano100 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background-color: yellow;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  word-wrap: break-word;
  max-width: 230px;
  text-align: center;
  padding: 4px 15px;
}

.SortimentZboziCislo {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  background-color: #ededed;
}

.SortimentZboziNazev {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
  padding-bottom: 20px;
}

.SortimentZboziPopis {
  padding-bottom: 15px;
}

.SortimentZboziDalsiUdaje {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
}

.SortimentZboziUzivatelskeUdaje {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  background-color: #fff;
}

.SortimentZboziDalsiUdajeRadek {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.SortimentZboziDalsiUdajeRadekCena {
  margin-bottom: 15px;
}

.SortimentZboziDalsiUdajeCenaDrive {
  text-decoration: line-through;
  margin: 0 10px;
}

.SortimentZboziDalsiUdajeCena {
  font-size: 1.5em;
  font-weight: bold;
}

.SortimentZboziDalsiUdaje table {
  border-collapse: collapse;
  border-spacing: 0;
}

.SortimentZboziDalsiUdaje td {
  padding: 0;
  margin: 0;
}

.SortimentZboziDalsiUdaje td {
  padding: 3px 0;
}

.SortimentZboziDalsiUdaje td:first-child {
  padding-right: 10px;
}

.SortimentZboziVlastniProdukce, .SortimentZboziVarovaniTeplota, SortimentZboziSymbolSleva {
  padding-left: 3px;
  padding-right: 3px;
}

@media (max-width: 650px) {
  .SortimentZbozi {
    display: block;
  }
  .SortimentZboziFoto {
    float: none;
    padding: 10px 0;
    width: 95%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .SortimentZboziText {
    float: none;
    padding: 10px 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .SortimentZboziDalsiUdaje {
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .SortimentZbozi {
    font-size: 14px;
  }
  .SortimentZboziDalsiUdaje {
    padding: 5px;
  }
}
@media (max-width: 300px) {
  .SortimentZbozi {
    font-size: 12px;
  }
}
.SortimentKartaKontejner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}

.SortimentKarta {
  font-family: "Roboto Condensed", sans-serif;
  width: 220px;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  line-height: 1.2;
}

.SortimentKarta:hover {
  border: 1px solid #888;
  box-shadow: 0 5px 15px rgb(200, 200, 200);
}

.SortimentKarta .odkaz:hover {
  color: #F19325;
}

.SortimentKartaCislo {
  height: 26px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ededed;
  text-align: center;
  padding: 5px;
  line-height: 1;
}

.SortimentKartaImgDiv {
  position: relative;
  margin: 10px;
}

.SortimentKartaImg {
  display: block;
  height: 250px;
  width: 198px;
  object-fit: cover;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.SortimentKartaImg0 {
  display: flex;
  height: 250px;
  width: 198px;
  background-color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  line-height: 1;
}

.SortimentKartaZnamky {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px;
}

.SortimentKartaZnamka {
  font-family: "Roboto Condensed", sans-serif;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

.SortimentKartaZnamkaAkce {
  background-color: red;
  color: #fff;
}

.SortimentKartaZnamkaVyprodanoX {
  background-color: yellow;
  color: #000;
}

.SortimentKartaVyprodano100 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  background-color: yellow;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-51.62deg);
  transform: translate(-50%, -50%) rotate(-51.62deg);
  word-wrap: break-word;
  max-width: 230px;
  text-align: center;
  padding: 4px 15px;
}

.SortimentKartaNaseUdaje {
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
}

.SortimentKartaNazev {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  text-align: center;
  min-height: 50px;
  margin-bottom: 10px;
}

.SortimentKartaCenaDiv {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}

.SortimentKartaCenaDrive {
  text-decoration: line-through;
  margin: 0 10px;
}

.SortimentKartaCena {
  font-size: 1.2em;
  font-weight: bold;
}

.SortimentKartaVlastniProdukce, .SortimentKartaVarovaniTeplota, .SortimentKartaSymbolSleva {
  padding-left: 3px;
  padding-right: 3px;
}

.SortimentKartaUdajeRadek {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.SortimentKartaTabulkaVlastnosti {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
}

.SortimentKartaTabulkaVlastnosti {
  padding: 3px 0;
}

.SortimentKartaTabulkaVlastnosti td {
  vertical-align: baseline;
}

.SortimentKartaTabulkaVlastnosti td:first-child {
  padding-right: 7px;
}

.SortimentKartaUzivatelskeUdaje {
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
}

.SortimentKartaUzivatelskeUdajeTabulka {
  border-collapse: collapse;
  border-spacing: 0;
}

.SortimentKartaUzivatelskeUdajeTabulka td {
  vertical-align: baseline;
}

.SortimentKartaUzivatelskeUdajeTabulka td:first-child {
  padding-right: 7px;
  font-size: 14px;
}

.Uvod {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #ededed;
  color: #07240a;
  border: 1px solid #ededed;
  padding: 20px;
  margin: 0 0 20px 0;
}

.UvodNadpis {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.UvodText {
  line-height: 1.4;
}

.UvodTlacitkaKontejner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.UvodTlacitko {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 12px;
  text-align: center;
  flex-basis: 50px;
  flex-grow: 1;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  hyphens: auto;
}

.UvodTlacitkoAkce {
  background-color: rgba(216, 92, 32, 0.71);
}

.UvodTlacitkoAkce:hover {
  background-color: rgba(216, 92, 32, 0.9);
}

.UvodTlacitkoNasTip {
  background-color: rgba(64, 154, 42, 0.71);
}

.UvodTlacitkoNasTip:hover {
  background-color: rgba(64, 154, 42, 0.9);
}

.UvodTlacitkoStaly {
  background-color: rgba(37, 130, 176, 0.71);
}

.UvodTlacitkoStaly:hover {
  background-color: rgba(37, 130, 176, 0.9);
}

.InformaceMenu {
  font-family: "Roboto Condensed", sans-serif;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  color: rgb(67, 88, 67);
}

@media (max-width: 800px) {
  .InformaceMenu {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }
}
.InformaceMenuNadpis {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
  text-transform: uppercase;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}

.InformaceMenuPolozka {
  padding: 5px;
  line-height: 1.6;
}

.InformaceMenuPolozkaZvyraznit {
  font-weight: bold;
}

.InformaceMenuPolozka:hover {
  background-color: #eee;
}

.InformaceMenuOddelovac {
  height: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfbf;
}

.InformaceObsah {
  padding-left: 230px;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .InformaceObsah {
    font-family: "Roboto Condensed", sans-serif;
  }
}
@media (max-width: 800px) {
  .InformaceObsah {
    padding-left: 0;
  }
}
.InformaceObsah li {
  margin-bottom: 0.5em;
}

.InformaceObsahNadpis {
  font-weight: bold;
  font-size: 1.2em;
}

.DialogoveOkno {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#DialogoveOknoLogo {
  height: 80px;
}

.DialogoveOknoPole {
  width: 100%;
  font-size: 1em;
  padding: 6px;
  margin: 5px 0;
}

.KontrolaKosiku {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #ededed;
  color: #07240a;
  padding: 0;
  margin: 0 0 20px 0;
}

.KontrolaKosikuNadpis {
  padding: 15px;
  background-color: #e3f5ff;
  font-size: 20px;
  font-weight: bold;
}

.KontrolaKosikuNadpis::before {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  margin-right: 10px;
  content: "\f05a";
}

.KontrolaKosikuBlok {
  padding: 10px 15px 5px 15px;
}

.KontrolaKosikuPolozka {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 8px;
  margin: 15px 0;
  background-color: #fef4f6;
  color: #f0506e;
  overflow-x: hidden;
}

@media (max-width: 400px) {
  .KontrolaKosikuPolozka {
    flex-wrap: wrap;
  }
}
.KontrolaKosikuPolozkaSortiment {
  padding-left: 25px;
  text-indent: -25px;
}

.KontrolaKosikuPolozkaSortiment::before {
  text-indent: 0;
  padding-left: 0;
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f071";
  width: 25px;
  text-align: left;
}

.KontrolaKosikuPolozkaTlacitka {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.KontrolaKosikuPolozkaTlacitka .NTlacitko {
  font-size: 15px;
  text-transform: uppercase;
}

.Hlaseni {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.HlaseniVarovani {
  background: #fef4f6;
  color: #f0506e;
}

.HlaseniUspech {
  background: #f4fef6;
  color: #30c040;
}

.HlaseniInfo {
  background: #fef4f6;
  color: #d18020;
}

.HlaseniSymbol {
  margin: 0 10px 0 0;
}

.HlaseniOProvedeneAkci {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.4;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.HlaseniOProvedeneAkciOk {
  background: #f1fef3;
  color: #20b030;
  border: 1px solid #3f3;
}

.HlaseniOProvedeneAkciChyba {
  background: #fef1f3;
  color: #f04058;
  border: 1px solid #f33;
}

.nadpisyZalozek {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.podnapisyZalozek {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.1em;
}

.NTlacitko {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 22px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  transition-property: all;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  padding: 5px 15px;
  background: linear-gradient(45deg, #139eff 0, #67c8ff 100%);
  color: #fff;
  margin: 5px;
}

.NTlacitkoBezOkrajuX {
  margin-left: 0;
  margin-right: 0;
}

.NTlacitko:hover {
  background: linear-gradient(45deg, #09b6ff 0, #00c3ff 100%);
  color: #fff;
}

.NTlacitko:not(:disabled) {
  cursor: pointer;
}

.NTlacitkoDalsi {
  background: linear-gradient(45deg, #d0d0d0 0, #e0e0e0 100%);
  color: #000;
}

.NTlacitkoDalsi:hover {
  background: linear-gradient(45deg, #b0b0b0 0, #c0c0c0 100%);
  color: #000;
}

.KategorieKarta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9em;
  width: 154px;
  height: 44px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 4px;
  color: rgb(0, 94, 32);
  background: #eee;
  position: relative;
  border: 2px solid #f8f8f8;
}

.KategorieKarta:hover {
  border: 2px solid #F19325;
}

.KategorieKartaZapnuta {
  font-weight: bold;
}

.KategorieKartaVsechny {
  color: rgb(241, 141, 0);
}

.KategorieBarevnyPruh {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
}

.KategorieNazev {
  position: absolute;
  left: 18px;
  top: 0;
  height: 2.8em;
  width: 130px;
  text-align: left;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  user-select: none;
}

@media (max-width: 340px) {
  .KategorieKarta {
    font-size: 0.8em;
    width: 124px;
    height: 40px;
    margin: 3px;
  }
  .KategorieNazev {
    left: 18px;
    top: 0;
    height: 36px;
    width: 90px;
  }
}
.Tlacitko {
  padding: 0.4em 1.5em;
  display: inline-block;
  margin: 0.6em;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0.4em;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0.3em 0.3em 0.3em #aaaaaa;
  background-color: #d0d0d0;
  color: black;
  border-color: #606060;
}

.Tlacitko:hover {
  background-color: #e0e0e0;
  color: black;
}

.Tlacitko:active {
  transform: translateY(0.1em);
  box-shadow: 0.2em 0.2em 0.2em #aaaaaa;
}

.TlacitkoBezne {
  background-color: #80ff80;
  color: black;
  border-color: #60a060;
}

.TlacitkoBezne:hover {
  background-color: #e0ffe0;
  color: black;
}

.TlacitkoZavazne {
  background-color: #ffa0a0;
  border-color: #a06060;
  color: black;
}

.TlacitkoZavazne:hover {
  background-color: #ffe0e0;
  color: black;
}

.Jazyk {
  padding: 0px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.KonecVypisu {
  height: 0;
  clear: both;
}

/* strankovani ve vypisu sortimentu */
.Strankovani {
  padding: 10px;
  text-align: center;
  color: #aaa;
  font-size: 15px;
  line-height: 2.4;
}

.StrankovaniCisla {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
}

.StrankovaniRezim {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.Stranka {
  font-weight: bold;
}

.StrankaPosun {
  color: #444;
}

.StrankaAktivni {
  color: #F19325;
}

.NTlacitkoStrankovani {
  padding: 5px 12px;
  background-color: #e8e8e8;
}

.Rezim {
  font-size: 15px;
}

.NTlacitkoRezim {
  padding: 5px 12px;
  background-color: #e8e8e8;
  margin: 0 3px;
  color: #444;
}

.NTlacitkoRezimAktivni {
  color: #F19325;
}

.Bonusy table {
  font-size: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(96, 175, 30);
  border-collapse: collapse;
  border-spacing: 0;
}

.Bonusy table th, .Bonusy table td {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(96, 175, 30);
  padding: 3px 6px;
}

.TextyPodObjednavkou {
  line-height: 1.3;
}

.TextyPodObjednavkouNadpis {
  color: #07240a;
  font-weight: bold;
  font-size: 1.15em;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

#DodaciTerminVyber {
  line-height: 1.3;
}

#EtiketyVyber {
  line-height: 1.3;
}

.TextyPodObjednavkouSpojenaPole {
  max-width: 100%;
  overflow: hidden;
}

.TextyPodObjednavkouMail, .TextyPodObjednavkouPoznamka {
  width: 60em;
  max-width: 90%;
  height: 27px;
  margin-left: 5px;
  padding: 0 6px;
  font-family: "Open Sans", sans-serif;
  background: white;
  border: 1px solid #ccc !important;
}

.KrokObjednavkyBlok {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 10px;
  color: #07240a;
  border-radius: 18px;
  text-align: center;
}

.KrokObjednavkyAktivni {
  font-weight: bold;
  background-color: #F19325;
  color: #fff;
}

.KrokObjednavkyNeaktivni {
  color: #ccc;
}

.KrokObjednavkyKlikaci {
  cursor: pointer;
  background-color: #e8e8e8;
  color: #444;
}

.KrokObjednavkySymbol {
  margin: 0 10px 0 0;
}

.xKrokObjednavkySymbolVybrany {
  display: inline-block;
  background-color: #4ca4f7;
  color: #fff;
  height: 36px;
  border-radius: 18px;
  text-align: center;
}

.KrokObjednavkySipka {
  display: inline-block;
  margin: 5px 10px;
  color: #ccc;
}

.TabulkaSortimentPosun {
  overflow-x: auto;
}

#TabulkaSortiment {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  padding: 0px;
  color: #07240a;
  line-height: 1.3;
}

@media only screen and (max-width: 900px) {
  #TabulkaSortiment {
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.2;
  }
}
#TabulkaSortiment .SortimentRadek .odkaz:hover {
  color: #F19325;
}

#TabulkaSortiment tr {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
}

#TabulkaSortiment .SortimentRadek:hover {
  background: #ededed;
}

.SortimentRadekCena {
  font-weight: bold;
}

.SortimentRadekCenaDrive {
  text-decoration: line-through;
}

.Spojeni {
  display: inline-block;
  white-space: nowrap;
}

.SortimentRadekObjednaneMnozstvi {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  background: white;
  border: 1px solid #ccc !important;
  width: 6ch;
  padding-left: 0.5ch;
  margin-top: 1px;
}

.SortimentRadekObjednaneMnozstvi option {
  background: white;
  margin: 0;
  padding: 0;
}

/*
.SortimentRadekObjednaneMnozstvi optgroup {
  background: red;
} 
*/
.SortimentRadekUserCena, .SortimentRadekUserKod {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  background: white;
  border: 1px solid #ccc !important;
  width: 11ch;
  padding-left: 0.5ch;
  margin-top: 1px;
}

.SortimentOperaceSymbol, .SortimentOperaceSymbolOdesilani, .SortimentOperaceSymbolOk, .SortimentOperaceSymbolChyba, .SortimentOdstranitPolozku {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 3px;
  margin-right: 3px;
  width: 14px;
  max-width: 14px;
}

.SortimentOdstranitPolozku {
  color: red;
  cursor: pointer;
  user-select: none;
}

.SortimentOperaceSymbol::before {
  color: white;
  content: " ";
}

.SortimentOperaceSymbolOdesilani::before {
  color: orange;
  content: "\f093";
}

.SortimentOperaceSymbolOk::before {
  color: green;
  content: "\f00c";
}

.SortimentOperaceSymbolChyba::before {
  color: red;
  content: "\f06a";
}

.SortimentPolePrazdne {
  background-color: white;
}

.SortimentPoleOdesilani {
  background-color: #ffc966;
}

.SortimentPoleOk {
  background-color: rgb(210, 255, 210);
}

.SortimentPoleChyba {
  background-color: rgb(255, 210, 210);
}

.SortimentPoleReadOnly {
  background-color: #eee !important;
}

.SortimentRadekImg {
  display: inline;
  height: 60px;
  width: 50px;
  padding: 0;
  object-fit: cover;
}

input:invalid {
  border: red solid 3px;
}

#TabulkaSortiment th, #TabulkaSortiment td {
  empty-cells: show;
  padding: 6px 3px;
}

@media only screen and (min-width: 1201px) {
  #TabulkaSortiment th, #TabulkaSortiment td {
    padding: 6px 6px;
  }
}
#TabulkaSortiment th {
  text-align: center;
  background: #eee;
}

#TabulkaSortiment th:not(:first-child) {
  border-left: 1px solid #d0d0d0;
}

#TabulkaSortiment td:not(:first-child) {
  border-left: 1px solid #f4f4f4;
}

#TabulkaSortiment .SortimentRadekOddil {
  background: #e8ffe8;
  font-weight: bold;
}

#TabulkaSortiment .SortimentRadekOddil td {
  padding-top: 1.5em;
}

.SortimentRadekEan {
  font-family: "Roboto Condensed", sans-serif;
}

.SortimentVysvetlivkySymbolu {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 30px;
  padding: 10px 0;
}

.SortimentVysvetlivkaSymbolu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

.SortimentVysvetlivkaSymbolu img {
  margin-right: 10px;
}

#CelkoveMnozstvi, #CelkovaCena {
  font-weight: bold;
}

.StavObjednavky {
  line-height: 1.4;
}

.KrokyObjednavky {
  margin-top: 25px;
}

.TabulkaObjednavkyPosun {
  overflow-x: auto;
}

#TabulkaObjednavky, #TabulkaObjednavkySouhrn {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  padding: 0px;
  color: #07240a;
}

#TabulkaObjednavky tr, #TabulkaObjednavkySouhrn tr {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
}

.ObjednavkyRadek {
  cursor: pointer;
}

#TabulkaObjednavky .ObjednavkyRadek:hover, #TabulkaObjednavkySouhrn .Data:hover {
  background: #ededed;
}

#TabulkaObjednavky th, #TabulkaObjednavky td, #TabulkaObjednavkySouhrn th, #TabulkaObjednavkySouhrn td {
  empty-cells: show;
  padding: 8px 3px;
}

#TabulkaObjednavkySouhrn th, #TabulkaObjednavkySouhrn td {
  min-width: 14ex;
}

@media only screen and (max-width: 900px) {
  #TabulkaObjednavky, #TabulkaObjednavkySouhrn {
    font-family: "Roboto Condensed", sans-serif;
  }
  #TabulkaObjednavkySouhrn th, #TabulkaObjednavkySouhrn td {
    min-width: 12ex;
  }
}
@media only screen and (min-width: 1201px) {
  #TabulkaObjednavky th, #TabulkaObjednavky td {
    padding: 8px 6px;
  }
}
#TabulkaObjednavky th, #TabulkaObjednavkySouhrn th {
  text-align: center;
  background: #eee;
}

#TabulkaObjednavky th:not(:first-child), #TabulkaObjednavkySouhrn th:not(:first-child) {
  border-left: 1px solid #d0d0d0;
}

#TabulkaObjednavky td:not(:first-child), #TabulkaObjednavkySouhrn td:not(first-child) {
  border-left: 1px solid #f4f4f4;
}

.ObjednavkaPrijata {
  margin: 10px 0 20px 0;
  font-weight: bold;
}

.SortTR {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
  background: #fff;
}

.SortTD, .SortTH {
  empty-cells: show;
  padding: 4px;
  border: 1px solid #ddd;
  color: #444;
}

.SortTH {
  background: #eee;
  text-align: center;
  font-weight: bold;
}

#TabulkaSPotvrzenim .SortTR:hover {
  background: #e8e8e8;
}

.SpravaLogo0 {
  padding: 1px 0;
  border-bottom: 2px solid #4c4;
}

.SpravaLogo1 {
  background-color: #cfc;
  padding: 3px 8px;
  border-radius: 8px;
  border: 1px solid #8c8;
}

.mlightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* A bit of padding around image */
  padding: 15px;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

.mlightbox_img {
  display: block;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 100%;
  max-height: 100%;
}

/* Unhide the lightbox when it's the target */
.mlightbox:target {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.mlightbox div {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.DlgUpravaMnozstviNadpis {
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid black;
}

.DlgUpravaMnozstviPolozka {
  margin-bottom: 20px;
}

.DlgUpravaMnozstviSeznamChyb {
  margin-bottom: 30px;
}

.DlgUpravaMnozstviMnozstvi {
  margin: 15px 0;
}

.ReadOnly {
  background-color: #eee !important;
}

.Udrzba {
  font-size: 2em;
  text-align: center;
  margin: 80px auto;
  width: 75%;
  max-width: 800px;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .Udrzba {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 500px) {
  .Udrzba {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 400px) {
  .Udrzba {
    font-size: 1em;
  }
}
.UdrzbaLogo {
  margin: 40px auto;
  text-align: center;
}

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