@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600&display=swap");
all { display:block; }
body {
  padding:0;
  margin:0;
  font-family:'Roboto', sans-serif;
  background:white;
}
content, vw {
  display:block;
  margin:0px auto 0px auto;
  max-width:1150px;
  box-sizing:border-box;
}
@media screen and (min-width: 1500px) {
  content, vw { max-width:1490px; }
}
content {
  background:white;
  display:flex;
}
content aside {
  background:#fff;
  width:200px;
  margin-right:20px;
  flex-grow:0;
  flex-shrink:0;
}
content main {
  flex-grow:1;
  padding:15px;
}
@media screen and (min-width: 1500px) {
  content aside { width:240px; }
  content aside article nav, content header .in #menu aside article nav {
    left:225px;
    width:1091px;
  }
}
@media screen and (max-width: 1000px) {
  content {
    margin-top:0px;
    border-radius:0px;
    flex-direction:column;
  }
  content main {
    order:2;
    width:auto;
  }
  content aside {
    order:1;
    width:auto;
    background:#ddd;
    margin-right:0;
    padding:20px;
  }
  content aside nav { display:none !important; }
  content aside i.fa-chevron-right { display:none; }
}
@media screen and (max-width: 380px) {
  content main { padding:15px 8px 15px 8px; }
}
html[data-useragent*='Trident'] content main { width:1100px; }
html[data-useragent*='MSIE'] content main { width:1100px; }
aside, header .in #menu aside { padding-top:10px; }
aside > h6, aside > .m > h6, header .in #menu aside > h6, header .in #menu aside > .m > h6 {
  text-align:center;
  font-size:16px;
  color:#29abe2;
  font-weight:600;
}
aside hr, header .in #menu aside hr { border-color:#667; }
aside article, header .in #menu aside article {
  display:block;
  position:relative;
}
aside article > a, header .in #menu aside article > a {
  display:flex;
  justify-content:flex-start;
  align-items:center;
  padding:3px 15px 3px 8px;
  font-family:"Roboto Condensed";
  transition:all 0.3s;
}
aside article > a i, header .in #menu aside article > a i {
  display:inline-block;
  width:25px;
  font-size:25px;
  color:#667;
  flex-shrink:0;
  text-align:center;
}
aside article > a img, header .in #menu aside article > a img {
  width:18px;
  opacity:0.6;
}
aside article > a h2, header .in #menu aside article > a h2 {
  padding-left:8px;
  font-size:14px;
  font-weight:600;
  line-height:1.3em;
  margin:8px 0;
  color:#444;
  text-transform:uppercase;
}
aside article:hover > a, aside article > a:hover, header .in #menu aside article:hover > a, header .in #menu aside article > a:hover {
  text-decoration:none;
  background:#efefef;
}
aside article > i.fa, header .in #menu aside article > i.fa {
  position:absolute;
  right:3px;
  top:50%;
  margin-top:-5px;
  font-size:10px;
  color:#999;
}
aside article nav, header .in #menu aside article nav {
  display:none;
  position:absolute;
  width:805px;
  padding:20px;
  background:white;
  left:195px;
  top:-50px;
  border:1px solid #0e55b3;
  border-radius:5px;
  box-shadow:3px 3px 6px 1px rgba(0,0,0,0.6);
  z-index:1100;
}
aside article:hover > nav, header .in #menu aside article:hover > nav { display:block; }
.kategoria-popis, .kategoria-popis * { font-family:Roboto !important; }
.clanky {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.clanky a {
  display:block;
  margin-bottom:20px;
  margin-right:2%;
  width:30%;
  padding:5px;
  transition:all 0.3s;
}
.clanky a img {
  width:100%;
  margin-bottom:10px;
}
.clanky a h3 {
  color:#0e55b3;
  font-family:"Roboto Condensed";
  margin:0 0 20px 0;
  font-size:17px;
  line-height:1.3em;
  font-weight:600;
  position:relative;
}
.clanky a h3:after {
  display:block;
  width:100px;
  border-bottom:2px solid #0e55b3;
  position:absolute;
  bottom:-10px;
  left:0px;
  content:'';
}
.clanky a detail {
  color:black;
  font-size:11px;
  line-height:16px;
  color:#999;
  display:block;
}
.clanky a:hover {
  text-decoration:none;
  box-shadow:0px 0px 10px 1px #29abe2;
}
@media screen and (max-width: 1000px) {
  .clanky { display:block; }
  .clanky a { width:auto; }
}
.home-temy {
  display:flex;
  justify-content:space-between;
  margin-bottom:30px;
}
.home-temy a {
  display:flex;
  width:190px;
  height:154px;
  background-size:cover;
  background-position:50% 50%;
  border:0px solid #667;
  align-items:flex-end;
  justify-content:center;
}
.home-temy a h3 {
  color:white;
  background:rgba(0,0,0,0.4);
  width:100%;
  margin-bottom:0;
  padding:10px;
  text-shadow:0px 0px 1px black, 0px 0px 2px black, 0px 0px 4px black;
  font-size:18px;
  font-family:'Roboto Condensed';
  font-weight:bold;
  line-height:1.3em;
  text-transform:uppercase;
  text-align:center;
}
.home-temy a:hover {
  opacity:0.9;
  text-decoration:none;
}
.home-kategorie {
  display:flex;
  justify-content:space-between;
  margin-bottom:30px;
}
.home-kategorie a {
  display:block;
  width:130px;
  text-align:center;
  transition:all 0.3s;
}
.home-kategorie a i {
  display:block;
  line-height:100px;
  font-size:70px;
}
.home-kategorie a img { height:50px; }
.home-kategorie a h3 {
  margin:20px 0 0 0;
  font-size:16px;
  line-height:19px;
  font-weight:600;
  color:#667;
  font-family:"Roboto Condensed";
}
.home-kategorie a:hover {
  text-decoration:none;
  box-shadow:0px 0px 10px 1px #29abe2;
}
.home-10dovodov {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px;
}
.home-10dovodov .home-10-img { flex-shrink:0; }
.home-10dovodov .home-10-img img { width:280px; }
.home-10dovodov .home-10-dovodov {
  padding:0 0 0 0px;
  color:#0e55b3;
  display:flex;
  flex-wrap:wrap;
}
.home-10dovodov .home-10-dovodov h2, .home-10dovodov .home-10-dovodov h1 {
  width:100%;
  color:inherit;
  font-size:25px;
  text-align:center;
  font-weight:600;
}
.home-10dovodov .home-10-dovodov h4 {
  width:40%;
  font-size:14px;
  font-weight:600;
  padding-left:30px;
  position:relative;
  color:inherit;
  box-sizing:border-box;
  margin-left:40px;
}
.home-10dovodov .home-10-dovodov h4 i {
  position:absolute;
  left:-10px;
  top:0px;
  font-size:30px;
}
@media screen and (min-width: 1500px) {
  .home-temy a {
    width:259px;
    height:179px;
  }
  .home-10dovodov .home-10-img { margin-right:65px; }
}
@media screen and (max-width: 1000px) {
  .home-kategorie { flex-wrap:wrap; }
  .home-temy {
    display:flex;
    flex-wrap:wrap;
  }
  .home-temy a {
    max-width:41vw;
    min-width:40vw;
    margin-bottom:10px;
    -webkit-flex:1;
    -webkit-flex-shrink:0;
  }
  .home-10dovodov { display:block; }
  .home-10dovodov .home-10-img {
    text-align:center;
    width:auto;
  }
  .home-10dovodov .home-10-img img { width:150px; }
  .home-10dovodov .home-10-dovodov { display:block; }
  .home-10dovodov .home-10-dovodov h2 {
    font-size:18px;
    font-family:'Roboto Condensed';
  }
  .home-10dovodov .home-10-dovodov h4 {
    width:auto;
    margin-left:10px;
    font-size:13px;
  }
  .home-10dovodov .home-10-dovodov h4 i { font-size:20px; }
}
.home-intro {
  display:flex;
  margin-bottom:20px;
}
.home-intro .home-banner {
  margin-bottom:10px;
  margin-right:15px;
  width:720px;
  height:525px;
}
.home-intro .home-banner article {
  background-size:cover;
  background-position:50% 50%;
  font-family:'Montserrat';
}
.home-intro .home-banner article .slidecontent { text-shadow:none; }
.home-intro .home-banner article .slidecontent h2 {
  margin-top:30px;
  margin-bottom:auto;
  font-size:40px;
  font-weight:800;
}
.home-intro .home-banner article .slidecontent detail {
  margin-bottom:30px;
  font-size:18px;
  font-weight:500;
  line-height:22px;
}
.home-intro .home-temy {
  display:flex;
  flex-wrap:wrap;
  width:150px;
  margin-bottom:0px;
}
.home-intro .home-temy a {
  width:150px;
  height:120px;
  margin-bottom:10px;
}
.home-intro .home-temy a h3 {
  font-size:15px;
  line-height:18px;
}
@media screen and (min-width: 1500px) {
  .home-intro .home-banner { width:1020px; }
}
@media screen and (max-width: 768px) {
  .home-intro { display:block; }
  .home-intro .home-temy { width:auto; }
  .home-intro .home-banner {
    width:auto;
    height:90vw;
    margin-right:0;
  }
  .home-intro .home-banner article .slidecontent h2 {
    margin-top:16px;
    font-size:28px;
  }
  .home-intro .home-banner article .slidecontent detail {
    margin-bottom:16px;
    font-size:14px;
    line-height:17px;
  }
}
.home-intro .home-banner .slider { height:100%; }
.home-intro .home-banner .slider .slick-list, .home-intro .home-banner .slider .slick-track { height:inherit; }
.home-intro .home-banner .slider article { height:100%; }
.eshop-window .produkty-grid, .eshop-box .produkty-grid {
  display:flex;
  flex-wrap:wrap;
}
.eshop-window .produkty-grid .produkt, .eshop-box .produkty-grid .produkt {
  height:308px;
  width:273px;
  margin:12px;
}
.eshop-window .produkty-grid .produkt h3.p-nazov, .eshop-box .produkty-grid .produkt h3.p-nazov {
  color:#0e55b3 !important;
  margin-bottom:6px;
}
.eshop-window .produkty-grid .produkt .p-popis, .eshop-box .produkty-grid .produkt .p-popis {
  height:36px;
  line-height:12px;
  overflow:hidden;
  padding-left:10px;
  padding-right:10px;
  font-size:10px;
  font-weight:400;
  color:#333;
}
.eshop-window .produkty-grid .produkt .p-cena, .eshop-box .produkty-grid .produkt .p-cena {
  position:absolute;
  right:0px;
  bottom:10px;
  text-align:right;
}
.eshop-window .produkty-grid .produkt .p-dostupnost, .eshop-box .produkty-grid .produkt .p-dostupnost {
  line-height:18px;
  margin-top:4px;
  font-size:12px;
  text-align:center;
  color:black;
}
.eshop-window .produkty-grid .produkt .p-dostupnost b, .eshop-box .produkty-grid .produkt .p-dostupnost b { color:#090; }
.eshop-window .produkty-grid .produkt .p-dostupnost b.dd, .eshop-box .produkty-grid .produkt .p-dostupnost b.dd { color:black; }
.eshop-window .produkty-grid .produkt .p-image2, .eshop-box .produkty-grid .produkt .p-image2 { display:none; }
.eshop-window .produkty-grid .produkt .p-kosik-add, .eshop-box .produkty-grid .produkt .p-kosik-add {
  position:absolute;
  left:10px;
  bottom:10px;
  display:flex;
  border-radius:4px;
  width:28px;
  height:28px;
  background:#0e55b3;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:16px;
  transition:all 0.3s;
}
.eshop-window .produkty-grid .produkt .p-kosik-add:hover, .eshop-box .produkty-grid .produkt .p-kosik-add:hover { background:#3e77c2; }
.eshop-window .produkty-grid .produkt .p-hodnotenie, .eshop-box .produkty-grid .produkt .p-hodnotenie {
  top:4px;
  bottom:auto;
  left:auto;
  right:8px;
}
.eshop-window .produkty-grid .produkt .doprava-zdarma, .eshop-box .produkty-grid .produkt .doprava-zdarma {
  background:#090;
  padding:1px 4px;
  border-radius:4px;
  font-size:10px;
  font-weight:600;
  color:white;
  width:fit-content;
  margin:0 auto 0 auto;
  line-height:10px;
}
.eshop-window .produkty-grid .produkt .p-tags, .eshop-box .produkty-grid .produkt .p-tags {
  left:-10px;
  top:15px;
}
.eshop-window .produkty-grid .produkt .p-tags .tag, .eshop-box .produkty-grid .produkt .p-tags .tag {
  display:block;
  width:fit-content;
  margin-bottom:12px;
  border-radius:0;
  font-size:15px;
  line-height:15px;
  position:relative;
  font-family:'Roboto Condensed';
}
.eshop-window .produkty-grid .produkt .p-tags .tag:after, .eshop-box .produkty-grid .produkt .p-tags .tag:after {
  content:'';
  display:block;
  width:0px;
  height:0px;
  position:absolute;
  left:0px;
  top:19px;
  border-style:solid;
  border-width:0 10px 7px 0;
  border-color:transparent black transparent transparent;
}
.eshop-window .produkty-grid .produkt .p-tags .tag.tag-green:after, .eshop-box .produkty-grid .produkt .p-tags .tag.tag-green:after { border-color:transparent #005f00 transparent transparent; }
.eshop-window .produkty-grid .produkt .p-tags .tag.tag-red:after, .eshop-box .produkty-grid .produkt .p-tags .tag.tag-red:after { border-color:transparent #8f0000 transparent transparent; }
.eshop-window .produkty-grid .produkt .p-tags .tag.tag-blue:after, .eshop-box .produkty-grid .produkt .p-tags .tag.tag-blue:after { border-color:transparent #003083 transparent transparent; }
.eshop-window .kategoria-icon-link, .eshop-box .kategoria-icon-link {
  width:255px;
  box-shadow:none;
}
.eshop-window .kategoria-icon-link:nth-of-type(4n), .eshop-box .kategoria-icon-link:nth-of-type(4n) { margin-right:20px; }
.eshop-window .kategoria-icon-link:nth-of-type(3n), .eshop-box .kategoria-icon-link:nth-of-type(3n) { margin-right:0px; }
.eshop-window .kategoria-icon-link img, .eshop-box .kategoria-icon-link img {
  max-width:50px;
  max-height:50px;
}
.eshop-window .kategoria-icon-link img.ksvg, .eshop-box .kategoria-icon-link img.ksvg {
  max-width:40px;
  max-height:40px;
}
.kategoria-page  h1 { color:#0e55b3; }
@media screen and (min-width: 960px) {
  .eshop-window .produkty-grid .produkt:hover, .eshop-box .produkty-grid .produkt:hover { box-shadow:0px 0px 15px 2px #3887ef; }
  .eshop-window .produkty-grid .produkt:hover .p-image1, .eshop-box .produkty-grid .produkt:hover .p-image1 { display:none; }
  .eshop-window .produkty-grid .produkt:hover .p-image2, .eshop-box .produkty-grid .produkt:hover .p-image2 { display:block; }
}
@media screen and (min-width: 1500px) {
  .eshop-window .kategoria-icon-link:nth-of-type(3n), .eshop-box .kategoria-icon-link:nth-of-type(3n) { margin-right:20px; }
  .eshop-window .kategoria-icon-link:nth-of-type(4n), .eshop-box .kategoria-icon-link:nth-of-type(4n) { margin-right:0px; }
}
@media screen and (max-width: 960px) {
  .eshop-window .produkty-grid, .eshop-box .produkty-grid {
    justify-content:center;
    margin-left:0px;
  }
  .eshop-window .produkty-grid .produkt, .eshop-box .produkty-grid .produkt {
    width:165px;
    height:323px;
    margin:0px;
  }
  .eshop-window .produkty-grid .produkt .p-hodnotenie, .eshop-box .produkty-grid .produkt .p-hodnotenie {
    top:auto;
    bottom:44px;
  }
}
@media screen and (max-width: 374px) {
  .eshop-window .produkty-grid .produkt, .eshop-box .produkty-grid .produkt { width:150px; }
}
#kosik-add-popup {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  top:0;
  background:rgba(0,0,0,0.5);
  z-index:5000;
  display:none;
  align-items:center;
  justify-content:center;
}
#kosik-add-popup in {
  display:block;
  padding:20px;
  background:white;
  box-shadow:0px 0px 20px 2px black;
}
#kosik-add-popup .kap-title {
  font-size:16px;
  font-weight:600;
  color:#008000;
  text-align:center;
  padding:5px;
}
#kosik-add-popup .kap-ok { text-align:center; }
#kosik-add-popup .kap-ok button {
  padding-left:30px;
  padding-right:30px;
}
#kosik-add-popup .produkt { margin-bottom:10px; }
#kosik-add-popup .produkt .p-mnozstvo {
  position:absolute;
  left:10px;
  bottom:10px;
  font-size:25px;
  font-weight:bold;
  color:#008000;
}
.eshop-window .produkt-page .p-head, .eshop-box .produkt-page .p-head { position:relative; }
.eshop-window .produkt-page .p-head .p-tags, .eshop-box .produkt-page .p-head .p-tags {
  position:absolute;
  left:0px;
  top:0px;
}
.eshop-window .produkt-page .p-cena, .eshop-window .produkt-page .p-cennik-priplatky h5, .eshop-box .produkt-page .p-cena, .eshop-box .produkt-page .p-cennik-priplatky h5 { color:#c00; }
.eshop-window .produkt-page .p-popis, .eshop-window .produkt-page .p-popis *, .eshop-box .produkt-page .p-popis, .eshop-box .produkt-page .p-popis * { font-family:Roboto !important; }
.eshop-window .produkt-page .p-popis .lbox, .eshop-box .produkt-page .p-popis .lbox {
  border:2px solid #e8e8e8;
  padding:30px;
  padding-left:400px;
  position:relative;
  margin-bottom:15px;
}
.eshop-window .produkt-page .p-popis .lbox img, .eshop-box .produkt-page .p-popis .lbox img {
  position:absolute;
  max-width:320px;
  left:30px;
  top:30px;
}
.eshop-window .produkt-page .p-popis .rbox, .eshop-box .produkt-page .p-popis .rbox {
  border:2px solid #e8e8e8;
  padding:30px;
  padding-right:400px;
  position:relative;
  margin-bottom:15px;
}
.eshop-window .produkt-page .p-popis .rbox img, .eshop-box .produkt-page .p-popis .rbox img {
  position:absolute;
  max-width:320px;
  right:30px;
  top:30px;
}
.eshop-window .produkt-page .p-prislusenstvoprodukt, .eshop-box .produkt-page .p-prislusenstvoprodukt {
  display:flex;
  margin-bottom:4px;
  justify-content:space-between;
  align-items:center;
  font-family:'Roboto Condensed';
}
.eshop-window .produkt-page .p-prislusenstvoprodukt img, .eshop-box .produkt-page .p-prislusenstvoprodukt img { flex:0; }
.eshop-window .produkt-page .p-prislusenstvoprodukt h5, .eshop-box .produkt-page .p-prislusenstvoprodukt h5 {
  flex:1 1;
  font-size:13px;
  font-weight:500;
  padding-right:10px;
  color:black;
  margin:0;
  padding:0;
}
.eshop-window .produkt-page .p-prislusenstvoprodukt h5 a, .eshop-box .produkt-page .p-prislusenstvoprodukt h5 a {
  color:inherit;
  font-size:inherit;
}
.eshop-window .produkt-page .p-prislusenstvoprodukt cena, .eshop-box .produkt-page .p-prislusenstvoprodukt cena {
  width:60px;
  text-align:right;
  color:#0e55b3;
  font-weight:600;
  font-size:14px;
}
.eshop-window .produkt-page .p-prislusenstvoprodukt .p-kosik-add, .eshop-box .produkt-page .p-prislusenstvoprodukt .p-kosik-add {
  display:block;
  width:30px;
  height:30px;
  border-radius:4px;
  background:#0e55b3;
  color:white;
  font-size:21px;
  text-align:center;
  line-height:30px;
  margin-left:12px;
  cursor:pointer;
}
.eshop-window .produkt-page .p-prislusenstvoprodukt .p-kosik-add:hover, .eshop-box .produkt-page .p-prislusenstvoprodukt .p-kosik-add:hover { background:#2078ee; }
.eshop-window .produkt-page .doprava-zdarma, .eshop-box .produkt-page .doprava-zdarma {
  background:#090;
  padding:1px 4px;
  border-radius:4px;
  font-size:13px;
  font-weight:600;
  color:white;
  width:fit-content;
  margin:5px 0 5px 0;
  line-height:15px;
}
table.eee {
  border:2px solid #e8e8e8;
  width:100%;
  margin-bottom:15px;
  display:block;
}
table.eee tbody { display:block; }
table.eee tbody tr {
  display:flex;
  justify-content:space-between;
}
table.eee tbody td {
  display:block;
  padding:30px;
}
table.eee tbody td img { max-width:320px; }
@media screen and (max-width: 1000px) {
  .produkt-page .p-popis .lbox, .produkt-page .p-popis .rbox { padding:10px; }
  .produkt-page .p-popis .lbox img, .produkt-page .p-popis .rbox img { position:static; }
  .produkt-page .p-popis table.eee tbody tr { display:block; }
  .produkt-page .p-popis table.eee tbody tr td { padding:15px; }
  .produkt-page .p-popis table.eee tbody tr td img { max-width:250px; }
}
@media screen and (min-width: 1500px) {
  .eshop-window .produkt-page .p-side, .eshop-box .produkt-page .p-side { width:543px; }
}
@media screen and (max-width: 960px) {
  .eshop-window .produkt-page .p-largeimg, .eshop-box .produkt-page .p-largeimg { width:auto; }
  .eshop-window .produkt-page .p-side, .eshop-box .produkt-page .p-side { width:auto; }
}
.produkt-detail-ikony {
  display:flex;
  justify-content:space-between;
}
@media screen and (max-width: 500px) {
  .produkt-detail-ikony {
    max-width:240px;
    margin:0 auto 0 auto;
    flex-wrap:wrap;
  }
  .produkt-detail-ikony img {
    width:75px;
    height:75px;
  }
}
.kedy_pride_zasielka article {
  display:flex;
  margin-bottom:10px;
}
.kedy_pride_zasielka article img {
  width:40px;
  margin-right:15px;
  height:40px;
}
.kedy_pride_zasielka article em {
  font-style:normal;
  font-weight:500;
}
.kedy_pride_zasielka article b { font-weight:700; }
.kedy_pride_zasielka hr {
  margin:5px 0 5px 0;
  border-top:1px solid #0e55b3;
}
.p-txt {
  display:flex;
  align-items:center;
  padding:20px;
  border:2px solid #e8e8e8;
  margin-bottom:15px;
}
.p-txt .p-txt-img {
  flex-shrink:0;
  flex-grow:0;
  margin-right:20px;
  order:1;
}
.p-txt in { order:2; }
.p-txt:nth-of-type(2n) .p-txt-img {
  order:2;
  margin-right:0;
  margin-left:20px;
}
.p-txt:nth-of-type(2n) in { order:1; }
@media screen and (max-width: 500px) {
  .p-txt { display:block; }
  .p-txt .p-txt-img {
    display:block;
    margin:0 auto 15px auto;
  }
}
bottom {
  display:block;
  background:#29abe2;
}
#telobj {
  display:flex;
  justify-content:center;
  align-items:center;
  padding-top:30px;
  padding-bottom:30px;
  flex-wrap:wrap;
}
#telobj img {
  height:50px;
  margin:0 20px 20px 20px;
}
#telobj .telobj-label1, #telobj .telobj-label2 {
  color:white;
  font-size:22px;
  font-weight:500;
}
#telobj .telobj-tel {
  width:100%;
  text-align:center;
  font-size:45px;
  color:white;
  font-weight:800;
  text-shadow:0px 0px 10px rgba(255,255,221,0.5);
}
#stars {
  background:url(city.png) bottom center repeat-x;
  display:flex;
  justify-content:center;
  padding-bottom:100px;
}
#stars article {
  width:125px;
  margin:10px;
  color:white;
  font-size:11px;
  line-height:1.2em;
  text-align:center;
  font-family:'Century Gothic', sans-serif;
  background:url(star.png) top center no-repeat;
  padding-top:100px;
}
#stars article h4 {
  font-family:inherit;
  color:white;
  font-size:13px;
  font-weight:600;
}
footer {
  color:#aaa;
  font-family:'Century Gothic', sans-serif;
  background:black;
  padding-top:30px;
}
footer in {
  max-width:1054px;
  margin:0 auto 0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
footer #copyright {
  margin-top:30px;
  width:100%;
  color:#666;
  font-size:12px;
  font-weight:500;
  margin-bottom:15px;
}
footer #copyright img {
  height:30px;
  margin-right:30px;
}
footer #copyright a { color:inherit; }
footer article { width:20%; }
footer article h4 {
  color:inherit;
  font-size:14px;
  font-weight:bold;
}
footer article a {
  display:block;
  color:inherit;
  font-size:12px;
}
footer article a:hover {
  color:white;
  text-decoration:none;
}
@media screen and (max-width: 1000px) {
  footer { padding:25px; }
  footer in { display:block; }
  footer article { width:100%; }
  footer #copyright { font-size:8px; }
  footer #copyright img { margin-right:15px; }
  #stars {
    display:block;
    padding-bottom:50px;
    padding-top:25px;
  }
  #stars article {
    width:auto;
    padding-top:0;
    padding-left:80px;
    min-height:80px;
    margin-bottom:15px;
    text-align:left;
    background-position:-15px -30px;
  }
}
header headblock { display:block; }
header #hr1 {
  background:#1a1a1a;
  color:white;
  font-size:13px;
}
header #hr1 vw {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:3px 20px;
}
header #hr1 em {
  color:#29abe2;
  font-style:normal;
  font-weight:600;
}
header #hr1 article .fa { color:#29abe2; }
header #hr1 nav a {
  color:inherit;
  margin-left:20px;
}
header #hr2 { background:#1a1a1a; }
header #hr2 vw {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0px 20px;
}
header #hr2 #logo img { width:196px; }
header #hr3 { background:#ddd; }
header #hr3 vw {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 20px;
}
header #hr3 .hr3l {
  width:255px;
  display:flex;
  align-items:center;
  color:#667;
}
header #hr3 .hr3l .fa { font-size:25px; }
header #hr3 .hr3l h6 {
  color:inherit;
  font-weight:500;
  margin-left:20px;
  font-size:20px;
}
header #hr3 .hr3r {
  display:flex;
  justify-content:space-between;
  width:700px;
}
header #hr3 .hr3r a {
  color:#667;
  margin-left:30px;
  font-size:16px;
  font-weight:500;
}
header .search {
  position:relative;
  margin:0px;
}
header .search input {
  margin:0;
  background:none;
  border:1px solid white;
  box-shadow:none;
  width:250px;
  color:white;
  font-weight:600;
}
header .search input .placeholder {
  color:rgba(255,255,255,0.5) !important;
  font-weight:300 !important;
}
header .search input:placeholder {
  color:rgba(255,255,255,0.5) !important;
  font-weight:300 !important;
}
header .search input::-webkit-input-placeholder {
  color:rgba(255,255,255,0.5) !important;
  font-weight:300 !important;
}
header .search input::-moz-placeholder {
  color:rgba(255,255,255,0.5) !important;
  font-weight:300 !important;
}
header .search input:-ms-input-placeholder {
  color:rgba(255,255,255,0.5) !important;
  font-weight:300 !important;
}
header .search input:-moz-placeholder {
  color:rgba(255,255,255,0.5) !important;
  font-weight:300 !important;
}
header .search button {
  color:white;
  background:none;
  border:none;
  position:absolute;
  right:5px;
  top:4px;
}
header #kosik {
  background:#29abe2;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100px;
  position:relative;
}
header #kosik img {
  height:30px;
  margin-right:10px;
}
header #kosik a {
  display:flex;
  align-items:center;
  color:white;
  height:100px;
  padding:20px;
  box-sizing:border-box;
}
header #kosik a { transition:all 0.3s; }
header #kosik a:hover {
  background:#0e55b3;
  text-decoration:none;
}
header #kosik a:hover:after { background:#0e55b3; }
header .b1 {
  display:flex;
  align-items:center;
  justify-content:center;
  height:28px;
  padding:0 15px;
  color:#29abe2;
  border:2px solid #29abe2;
  border-radius:4px;
  transition:all 0.3s;
}
header .b1 .fa { margin-right:15px; }
header .b1:hover {
  border-color:#0e55b3;
  color:#0e55b3;
  text-decoration:none;
}
header .mi {
  font-size:25px;
  color:white;
}
header #search { position:relative; }
header #search #autocomplete {
  width:270px;
  position:absolute;
  left:50%;
  top:40px;
  background:white;
  z-index:30;
  border:1px solid #666;
  box-shadow:0px 0px 20px 1px rgba(0,0,0,0.5);
  margin-left:-125px;
  border-radius:10px;
  padding:8px;
  display:none;
}
@media screen and (min-width: 1000px) {
  header .mi { display:none; }
  header #hr2s { display:none; }
}
@media screen and (max-width: 1000px) {
  header {
    display:flex;
    flex-direction:column;
  }
  header .h-lang-d { display:none; }
  header #hr1 { order:2; }
  header #hr1 vw { display:block; }
  header #hr1 .hr1e, header #hr1 .hr1m { display:none; }
  header #hr1 .hr1t { text-align:center; }
  header #hr2 vw { padding-right:0; }
  header #hr2 .search, header #hr2 .b1 { display:none; }
  header #hr2 #kosik { margin-left:15px; }
  header #hr2 #kosik a {
    padding:10px;
    flex-direction:column;
    justify-content:center;
  }
  header #hr2 #kosik a .kosik-label { font-size:10px; }
  header #hr2s {
    background:#1a1a1a;
    display:flex;
    justify-content:center;
  }
  header #hr2s .search {
    display:none;
    margin:10px;
  }
  header #hr3 {
    order:3;
    display:none;
  }
  header #hr3 vw { display:block; }
  header #hr3 .hr3l { display:none; }
  header #hr3 .hr3r {
    display:block;
    width:auto;
  }
  header #hr3 .hr3r a {
    display:block;
    padding:10px;
  }
  header #hr3 .hr3r a .fa-caret-down { display:none; }
  content aside { display:none; }
}
.h-lang { display:flex; }
.h-currency {
  display:flex;
  width:22px;
  height:22px;
  margin-left:7px;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:white;
  border:1px solid rgba(255,255,255,0.25);
}
.h-currency:hover { border-color:white; }
.h-currency.h-currency-active { color:#29abe2; }
#kontakt-form {
  width:auto;
  padding:15px;
  background:#ccc;
}
#kontakt-form input, #kontakt-form textarea {
  display:block;
  width:100%;
  box-sizing:border-box;
  padding:8px;
}
#kontakt-form input {
  height:30px;
  line-height:16px;
}
#kontakt-form textarea { min-height:130px; }
.eshop-window, .eshop-box { font-family:'Roboto', sans-serif; }
#fucking-gdpr-cookies {
  line-height:1.2em;
  padding:12px;
  z-index:90000001;
}
#fucking-gdpr-cookies button { background:#29abe2; }
.m { display:none; }
@media screen and (max-width: 1000px) {
  .m { display:block; }
}
.tagcloud {
  margin-top:20px;
  font-family:'Roboto Condensed';
  text-align:justify;
}
.tagcloud a {
  color:rgba(0,0,0,0.42);
  margin-right:10px;
  transition:all 0.3s;
  text-transform:uppercase;
  white-space:nowrap;
  line-height:1.5em;
  letter-spacing:-1px;
}
.tagcloud a:hover {
  color:black;
  text-decoration:none;
  transform:scale(1.1);
}
@media screen and (max-width: 700px) {
  .blogcontent table, .blogcontent tr, .blogcontent th, .blogcontent td { display:block !important; }
}
#covid {
  padding:15px 30px;
  font-size:16px;
  color:white;
  font-family:'Roboto Condensed';
  position:relative;
  background:#a84632;
}
#covid .fa {
  position:absolute;
  right:15px;
  top:15px;
  cursor:pointer;
}
#kosik .iconify { display:none; }
.tagcloud { font-family:'Teko', 'Roboto Condensed', sans-serif; }
.tagcloud a {
  white-space:initial;
  margin:0;
}
.produkt-page .p-popis pre {
  font-family:inherit !important;
  font-size:inherit;
  padding:0;
  background:none;
  border:none;
}
