@import url(reset.css);
body {
  color: #4e4e4e;
  position: absolute;
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  font-size: 13px;
}

.ps {
  font-family: "Just Me Again Down Here", cursive;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #4e4e4e;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: underline;
}

iframe {
  max-width: 100%;
}

header {
  height: 70px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #f7f7f7;
}
header #logo svg {
  height: 80px;
  left: 10px;
  width: 200px;
}
header #ham-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
header ul {
  position: absolute;
  right: 10px;
}
header ul li {
  float: left;
  list-style: none;
  height: 70px;
  line-height: 70px;
}
header ul li a {
  padding: 0 20px;
  border-left: 1px solid #ccc;
  text-transform: uppercase;
}
header ul li .menu_produkty {
  position: relative;
  display: block;
  margin-right: 30px;
  border: 0px;
}
header ul li .menu_produkty:after {
  content: " ";
  display: block;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 14px;
  height: 70px;
  background: url("../img/li_ico.png") right center no-repeat;
}
header ul li .menu_produkty.act:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav {
  position: relative;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  text-align: center;
  display: none;
}
nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #f1f1f1;
  margin: 10px 0;
}
nav li:first-of-type {
  border-left: 0;
}
nav li a {
  height: 90px;
  width: 120px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
nav li a svg {
  height: 40px;
  width: 100%;
  display: block;
  margin: 14px 0 15px;
}
nav li a svg path, nav li a svg rect, nav li a svg polygon {
  fill: #ccc;
}
nav li a:hover svg path {
  fill: #242424;
}

.news_panel {
  text-align: center;
  line-height: 30px;
  background-color: #604696;
  font-size: 14px;
  color: #fff;
}
.news_panel span {
  font-size: 12px !important;
}

main {
  background-color: #fff;
  width: 100%;
  min-height: 820px;
}

.or_login {
  background: #E99031;
  color: #fff;
  width: 300px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin-left: 98px;
  float: left;
  margin-bottom: 20px;
}

.or_login img {
  margin: 10px;
}

#hp .hp_kategorie {
  position: relative;
  width: 100%;
  top: 0px;
  display: inline-block;
  min-height: 700px;
}
#hp .hp_kategorie .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
#hp .hp_kategorie .bg.active {
  opacity: 1;
}
#hp .hp_kategorie ul {
  z-index: 1;
  position: relative;
  width: 1000px;
  margin: 20px auto;
  text-align: left;
  min-height: 620px;
}
#hp .hp_kategorie ul li {
  list-style: none;
  display: inline-block;
  width: 247px;
  text-align: center;
  float: left;
  min-height: 170px;
}
#hp .hp_kategorie ul li a {
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}
#hp .hp_kategorie ul li a svg {
  height: 60px;
  width: 100%;
  display: block;
  margin: 10px 0 10px;
}
#hp .hp_kategorie ul li a svg path, #hp .hp_kategorie ul li a svg rect, #hp .hp_kategorie ul li a svg polygon {
  fill: #fff;
}
#hp .hp_kategorie ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
#hp .hp_kategorie ul li a:hover span:not(.green):not(.red):not(.empty) {
  display: none;
}
#hp .hp_kategorie ul li a:hover div.button {
  display: inline-block;
}
#hp .hp_kategorie ul li a div.button {
  background-color: #28b95a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 31px;
  line-height: 31px;
  width: 150px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  font-weight: 400;
  font-size: 12px;
  margin-top: 8px;
  display: none;
}
#hp .hp_kategorie ul li a div.button:hover {
  background: #40cc70;
  text-decoration: none;
}
#hp .hp_kategorie ul li a span {
  display: block;
  text-transform: none;
  font-weight: 300;
  color: #e3e2e2;
}
#hp .hp_kategorie ul li a span em {
  text-decoration: line-through;
  font-style: normal;
  color: #aaa;
  font-size: 24px;
  margin-right: 10px;
}
#hp .hp_kategorie ul li a span.green, #hp .hp_kategorie ul li a span.red, #hp .hp_kategorie ul li a span.empty {
  position: relative;
  text-align: center;
  height: 38px;
  line-height: 38px;
  width: auto;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}
#hp .hp_kategorie ul li a span.green {
  color: #2aba5c;
  font-size: 22px;
  width: 100%;
}
#hp .hp_kategorie ul li a span.green:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 60px;
  background: url("../img/green_arrow.png") right center no-repeat;
  height: 50px;
  width: 18px;
}
#hp .hp_kategorie ul li a span.red {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #df5162;
  padding: 0 10px;
}
#hp .hp_kategorie ul li a span.red:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 60px;
  background: #df5162;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hp .hp_kategorie ul li a span.ps:not(.green):not(.red) {
  font-size: 28px;
}
#hp .hp_kategorie .spodek {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.4);
}
#hp .hp_kategorie .spodek .content {
  color: #fff;
  margin: 0 auto;
  width: 1000px;
  height: 100px;
  position: relative;
  margin-top: 23px;
  display: none;
}
#hp .hp_kategorie .spodek .content.active {
  display: block;
}
#hp .hp_kategorie .spodek .content p {
  line-height: 36px;
}
#hp .hp_kategorie .spodek .content p:nth-of-type(1) {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 300;
}
#hp .hp_kategorie .spodek .content p:nth-of-type(2) {
  color: #e3e2e2;
  font-size: 26px;
}
#hp .hp_kategorie .spodek .content .button {
  background-color: #28b95a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 200px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 15px;
  right: 20px;
}
#hp .hp_kategorie .spodek .content .button:hover {
  background: #40cc70;
  text-decoration: none;
}
#hp .doprava_zdarma {
  text-align: center;
  text-transform: uppercase;
  line-height: 90px;
  background-color: #eee;
  height: 90px;
}
#hp .doprava_zdarma div {
  width: 470px;
  margin: 0 auto;
}
#hp .doprava_zdarma svg {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 20px;
}
#hp .doprava_zdarma svg path {
  fill: #28b95a;
}
#hp .doprava_zdarma span {
  float: left;
  margin-left: 30px;
  font-size: 18px;
  font-weight: 300;
}
#hp .doprava_zdarma span strong {
  font-weight: 400;
}
#hp .reference {
  padding: 70px 0 60px;
  background-color: #fafafa;
}
#hp .reference .reference-wrap {
  width: 1010px;
  margin: 0 auto;
}
#hp .reference .reference-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}
#hp .reference .reference-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hp .reference .reference-wrap .zdroj {
  margin-top: 10px;
  padding: 5px 0;
}
#hp .proc {
  padding: 20px 0 50px 0;
  background-color: #fafafa;
}
#hp .proc h2 {
  text-transform: uppercase;
  font-size: 29px;
  text-align: center;
  font-weight: 400;
  margin: 20px 0;
}
#hp .proc ul {
  width: 90%;
  margin: 0 auto;
}
#hp .proc ul li {
  width: 25%;
  list-style: none;
  display: inline-block;
  text-align: center;
  float: left;
  position: relative;
  margin-top: 50px;
}
#hp .proc ul li svg {
  width: 80px;
}
#hp .proc ul li svg path, #hp .proc ul li svg circle, #hp .proc ul li svg g {
  fill: #c8c8c8;
}
#hp .proc ul li img {
  height: 80px;
}
#hp .proc ul li h3 {
  text-transform: uppercase;
  margin: 40px 0 25px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
#hp .proc ul li p {
  color: #6b6b6b;
  line-height: 20px;
  width: 80%;
  margin: 0 auto;
}
#hp .proc ul li span {
  color: #2aba5c;
  font-size: 26px;
  width: 150%;
  position: absolute;
}
#hp .proc ul li span a {
  color: #2aba5c;
}
#hp .proc ul li span a:hover {
  text-decoration: underline;
}
#hp .proc ul li span:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 60px;
  background: url("../img/green_arrow.png") right center no-repeat;
  height: 50px;
  width: 18px;
}
#hp .proc ul li span.rs {
  top: -40px;
  right: -20px;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  text-align: right;
}
#hp .proc ul li span.rs:before {
  right: 40px;
}
#hp .proc ul li span.ls {
  top: -60px;
  left: 40px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
  text-align: left;
  width: 240px;
}
#hp .proc ul li span.ls:before {
  right: 20px;
  top: 50px;
}
#hp .proc ul li span em {
  font-style: normal;
  text-decoration: underline;
}

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}

#categ h1, .cart-header, #kontakty h1, #registr h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  width: 940px;
  margin: 0 auto 50px auto;
}

#categ {
  text-align: center;
  padding: 50px 0;
}
#categ h1 .ps {
  font-size: 34px;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 10px;
  text-transform: lowercase;
  font-weight: 300;
  color: #2aba5c;
}
#categ .cat_top {
  width: 940px;
  margin: 0 auto;
}
#categ .cat_top .cleft {
  width: 460px;
  float: left;
  height: 500px;
  margin-right: 40px;
}
#categ .cat_top .cleft .big {
  height: 490px;
  width: 100%;
  max-width: 490px;
  position: relative;
  /*
  a{display: none;height: 100%;width:100%;position: absolute;text-align: center;top:0;left:0;
    &:first-of-type{display: block;}
    img{position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; max-height: 100%; max-width: 100%;}
  }
  */
}
#categ .cat_top .cleft .big .swiper-slide {
  display: flex;
  justify-content: center;
  max-width: 490px;
}
#categ .cat_top .cleft .big .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#categ .cat_top .cleft .big .swiper-slide a img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#categ .cat_top .cleft .small {
  height: 150px;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  position: relative;
}
#categ .cat_top .cleft .small .flaticon-arrow487 {
  float: left;
  display: block;
  width: 20px;
  height: 100px;
}
#categ .cat_top .cleft .small .flaticon-arrow487:before {
  position: absolute;
  right: 0;
  font-size: 15px;
  top: 42px;
  cursor: pointer;
}
#categ .cat_top .cleft .small .flaticon-arrow487.prev:before {
  left: 0 !important;
  right: inherit;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#categ .cat_top .cleft .small .flaticon-arrow487.hide:before {
  display: none;
}
#categ .cat_top .cleft .small .overflow {
  width: 420px;
  height: 100px;
  text-align: left;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
  float: left;
}
#categ .cat_top .cleft .small .overflow .scroll {
  width: auto;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
#categ .cat_top .cleft .small .overflow a {
  height: 100px;
  width: 140px;
  display: inline-block;
  position: relative;
  text-align: center;
}
#categ .cat_top .cleft .small .overflow a img {
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-height: 100%;
  max-width: 100%;
}
#categ .cat_top .cright {
  width: 440px;
  float: left;
  height: 500px;
  border: 2px solid #f7f7f7;
  padding: 7px;
  position: relative;
}
#categ .cat_top .cright .ceny {
  height: 118px;
  background: #f7f7f7;
  width: 100%;
  position: relative;
}
#categ .cat_top .cright .ceny .cen {
  font-size: 14px;
  text-align: left;
  padding-left: 24px;
  padding-top: 14px;
  width: 300;
  float: left;
}
#categ .cat_top .cright .ceny .cen span {
  font-size: 50px;
  color: #fd2a51;
  display: block;
  font-weight: 700;
  margin: 3px 0 6px;
  text-transform: uppercase;
}
#categ .cat_top .cright .ceny .right {
  float: right;
  margin: 14px 24px 0 0;
}
#categ .cat_top .cright .ceny .right span {
  display: block;
  float: right;
  margin: 10px 4px;
}
#categ .cat_top .cright .ceny .right span:before {
  color: #424242;
  font-size: 30px;
}
#categ .cat_top .cright .selecty {
  min-height: 215px;
}
#categ .cat_top .cright .sele {
  padding: 7px 24px;
  text-align: left;
  margin-top: 20px;
}
#categ .cat_top .cright .sele p strong {
  margin: 0 0 20px;
  display: block;
}
#categ .cat_top .cright .sele .but {
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #1f1f1f;
  font-size: 14px;
  border: 1px solid #282828;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
#categ .cat_top .cright .sele .but.dis {
  color: #a6a6a6;
  border-color: #a6a6a6;
}
#categ .cat_top .cright .sele .but.dis:hover {
  text-decoration: none;
}
#categ .cat_top .cright .sele .but:before {
  position: absolute;
  right: 9px;
  font-size: 12px;
}
#categ .cat_top .cright .sele .but .ps.lab {
  color: #2aba5c;
  font-size: 29px;
  position: absolute;
  width: 130px;
  top: -30px;
  left: 260px;
  display: none;
}
#categ .cat_top .cright .sele .but .ps.lab:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -35px;
  background: url("../img/green_arrow.png") right center no-repeat;
  height: 50px;
  width: 18px;
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
#categ .cat_top .cright .sele .but.del1 .ps.lab {
  display: block;
}
#categ .cat_top .cright .sele .deleni_lay {
  height: 50px;
  display: block;
  width: 100%;
  position: relative;
  display: none;
}
#categ .cat_top .cright .sele .deleni_lay img, #categ .cat_top .cright .sele .deleni_lay svg {
  width: 70px;
  height: 50px;
  float: left;
  margin-right: 15px;
}
#categ .cat_top .cright .sele .deleni_lay span {
  display: block;
  line-height: 26px;
}
#categ .cat_top .cright .sele .deleni_lay a.change {
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 0px;
  font-weight: 600;
  text-decoration: underline;
}
#categ .cat_top .cright .koupit {
  background-color: #28b95a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 56px;
  line-height: 56px;
  width: calc(100% - 48px);
  display: inline-block;
  cursor: pointer;
  border: 0;
  font-size: 16px;
  margin-top: 20px !important;
}
#categ .cat_top .cright .koupit:hover {
  background: #40cc70;
  text-decoration: none;
}
#categ .cat_top .cright .koupit.dis {
  /*cursor: no-drop;*/
}
#categ .cat_top .cright .dod {
  margin-top: 20px;
}
#categ .slova {
  width: 940px;
  margin: 0 auto;
}
#categ .slova .slovo {
  border: 1px dashed #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  width: 32%;
  margin-left: 2%;
  float: left;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  margin-top: 30px;
  overflow: hidden;
  color: #000;
}
#categ .slova .slovo:first-of-type {
  margin-left: 0;
}
#categ .slova .slovo svg {
  height: 28px;
  margin: 10px 20px;
  float: left;
}
#categ .slova .slovo svg path {
  fill: #53d781;
}
#categ .zalozky {
  width: 940px;
  margin: 20px auto 0 auto;
}
#categ .zalozky ul.men {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
}
#categ .zalozky ul.men li {
  list-style: none;
  float: left;
  height: 40px;
  padding: 0 25px;
  background: #f7F7F7;
  text-decoration: underline;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
#categ .zalozky ul.men li:hover {
  text-decoration: none;
}
#categ .zalozky ul.men li:hover:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #f7f7F7;
  border-width: 5px;
  margin-left: -5px;
}
#categ .zalozky ul.men li.act {
  background: #6f6f6f;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#categ .zalozky ul.men li.act:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(111, 111, 111, 0);
  border-top-color: #6f6F6F;
  border-width: 5px;
  margin-left: -5px;
}
#categ .zalozky .cont {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  text-align: left;
  display: none;
}
#categ .zalozky .cont:first-of-type {
  display: block;
}
#categ .zalozky .cont p {
  margin-bottom: 5px;
}
#categ .zalozky .cont table tr td, #categ .zalozky .cont table tr th {
  vertical-align: top !important;
}
#categ .zalozky .cont.tech table tr td:first-of-type {
  font-weight: 600;
  padding-right: 40px;
}
#categ .popup {
  display: none;
  font-family: "Open Sans", sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
#categ .popup .content {
  top: calc((100% - 600px) / 2);
  max-height: 600px;
  width: 800px;
  left: calc((100% - 800px) / 2);
  background: #fff;
  z-index: 1000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}
#categ .popup .content .close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 23px;
  width: 30px;
  height: 30px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  z-index: 2;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
#categ .popup .content .close:hover {
  background: #f9f9f9;
}
#categ .popup .content .head {
  background: #f5f5f5;
  height: 80px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  position: relative;
  text-align: center;
  line-height: 70px;
}
#categ .popup .content .head a {
  font-weight: 400;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px;
}
#categ .popup .content .head a:hover {
  text-decoration: none;
}
#categ .popup .content .obsah {
  width: 100%;
  height: 520px;
  overflow: scroll;
  padding: 20px 0;
}
#categ .popup .content .obsah .thumb {
  float: left;
  margin: 20px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #fff;
  cursor: pointer;
  width: 190px;
  height: 210px;
  text-align: center;
  font-size: 14px;
}
#categ .popup .content .obsah .thumb svg, #categ .popup .content .obsah .thumb img {
  width: 100px;
  height: 120px;
}
#categ .popup .content .obsah .thumb span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
  text-align: center;
}
#categ .popup .content .obsah .thumb.act {
  border: 2px solid #28b95a;
}
#categ .popup .content .obsah .thumb.act span {
  font-weight: 700;
}
#categ .popup .content .obsah .thumb:hover:not(.act) {
  border: 2px solid #2aba5c;
}
#categ .content {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
#categ .gallery a img {
  height: 215px;
  margin: 5px;
}
#categ .buy {
  background-color: #ebebeb;
  height: 75px;
  margin-top: 40px;
}
#categ .buy .content {
  line-height: 75px;
}
#categ .buy .content .nyni_obj {
  background-color: #28b95a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 220px;
  display: inline-block;
  cursor: pointer;
  border: 0;
}
#categ .buy .content .nyni_obj:hover {
  background: #40cc70;
  text-decoration: none;
}
#categ .buy .content p {
  width: 350px;
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}
#categ .buy .content p strong {
  font-weight: 400;
}
#categ .buy .content span {
  font-size: 35px;
  float: right;
}
#categ .pop {
  padding: 40px 0;
}
#categ .pop p {
  line-height: 25px;
}
#categ .pop .slovo {
  width: 32%;
  margin-left: 2%;
  float: left;
  height: 68px;
  background-color: #fff;
  line-height: 68px;
  font-size: 16px;
  margin-top: 30px;
  overflow: hidden;
}
#categ .pop .slovo:first-of-type {
  margin-left: 0;
}
#categ .pop .slovo svg {
  height: 28px;
  margin: 20px;
  float: left;
}
#categ .pop .slovo svg path {
  fill: #53d781;
}
#categ .varianty {
  background-color: #ebebeb;
  padding-top: 40px;
}
#categ .varianty .content {
  position: relative;
}
#categ .varianty .content h2 {
  text-transform: uppercase;
  font-size: 15px;
}
#categ .varianty .content .ps {
  float: right;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 29px;
}
#categ .varianty .content .products {
  text-align: left;
}
#categ .varianty .content .products.hide {
  display: none;
}
#categ .varianty .content .products section {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: left;
}
#categ .varianty .content .products section .product {
  text-align: center;
  display: block;
  padding: 60px 40px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 20px;
  padding-bottom: 60px;
}
#categ .varianty .content .products section .product svg, #categ .varianty .content .products section .product img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 10px;
}
#categ .varianty .content .products section .product svg path, #categ .varianty .content .products section .product svg polygon, #categ .varianty .content .products section .product svg rect, #categ .varianty .content .products section .product img path, #categ .varianty .content .products section .product img polygon, #categ .varianty .content .products section .product img rect {
  fill: #cccccc;
  transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
}
#categ .varianty .content .products section .product.variants label {
  text-transform: uppercase;
}
#categ .varianty .content .products section .product:hover {
  text-decoration: none;
}
#categ .varianty .content .products section .product:hover svg path, #categ .varianty .content .products section .product:hover svg polygon, #categ .varianty .content .products section .product:hover svg rect {
  fill: #000;
}
#categ .varianty .content .products section .product.active svg path, #categ .varianty .content .products section .product.active svg polygon, #categ .varianty .content .products section .product.active svg rect {
  fill: #000;
}
#categ .varianty .content .products section .product .button {
  background-color: #28b95a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin-top: 20px;
}
#categ .varianty .content .products section .product .button:hover {
  background: #40cc70;
  text-decoration: none;
}
#categ .varianty .content .products section .product.disable .button {
  opacity: 0.3;
}
#categ .technicke {
  padding: 40px 0;
}
#categ .technicke .content h2 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 30px;
}
#categ .technicke .content table {
  line-height: 25px;
  margin-bottom: 30px;
}

#kontakty {
  text-align: center;
}
#kontakty h1 {
  margin: 20px auto;
  line-height: 80px;
  height: 80px;
}
#kontakty .content {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
#kontakty .content .kont_inf {
  width: 400px;
  float: left;
  line-height: 20px;
}
#kontakty .content .kont_inf h4 {
  margin-bottom: 20px;
  font-weight: 300;
}
#kontakty .content .kont_inf .row {
  width: 100%;
  display: inline-block;
}
#kontakty .content .kont_inf .row .cell {
  float: left;
  width: 70px;
}
#kontakty .content .kont_inf .row .cell.bold {
  font-weight: 600;
  width: 300px;
}
#kontakty .content .kont_inf .bold {
  font-weight: 600;
}
#kontakty .content .kont_inf form label {
  width: 100%;
  display: inline-block;
  margin: 10px 0 2px;
}
#kontakty .content .kont_inf form input[type=text], #kontakty .content .kont_inf form input[type=email], #kontakty .content .kont_inf form textarea {
  width: 100%;
  display: block;
  border-radius: 2px;
  border: 1px solid #C7C7C7;
  padding: 10px 20px;
  background: transparent linear-gradient(to bottom, #FFF 0%, #FCFCFC 100%) repeat scroll 0% 0%;
}
#kontakty .content .kont_inf form input[type=submit] {
  background-color: #61b159;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 200px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  width: 100%;
  margin-top: 20px !important;
  transition: background 0.3s ease;
}
#kontakty .content .kont_inf form input[type=submit]:hover {
  background: #f36523;
  text-decoration: none;
}

#registr {
  padding-top: 20px !important;
}
#registr h1 {
  text-align: center;
}
#registr h2 {
  font-size: 18px;
}
#registr .form-container {
  background: #fff;
}
#registr .form-container form {
  margin: 25px 0;
}
#registr .form-container .checkbox {
  margin-bottom: 15px;
}

#objednavky {
  text-align: center;
}
#objednavky h1 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding-top: 50px;
}
#objednavky .content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#objednavky .content table {
  line-height: 20px;
}
#objednavky .content table td, #objednavky .content table th {
  border: 1px solid #C7C7C7;
}

#zmena {
  text-align: center;
}
#zmena h1 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding-top: 50px;
}
#zmena .content {
  width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}
#zmena .content #zmena_hesla {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
#zmena .content #zmena_hesla input[type=password] {
  width: 300px;
  display: block;
  border-radius: 2px;
  border: 1px solid #C7C7C7;
  padding: 10px 20px;
  background: transparent linear-gradient(to bottom, #FFF 0%, #FCFCFC 100%) repeat scroll 0% 0%;
  margin-bottom: 20px;
}
#zmena .content #zmena_hesla input[type=submit] {
  background-color: #28b95a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 200px;
  display: inline-block;
  cursor: pointer;
  border: 0;
}
#zmena .content #zmena_hesla input[type=submit]:hover {
  background: #40cc70;
  text-decoration: none;
}

footer {
  position: relative;
  display: block;
  width: 100%;
  background-color: #6f6f6f;
  font-weight: 300;
}
footer ul {
  width: 100%;
}
footer ul li {
  width: 33%;
  float: left;
  list-style: none;
  padding: 40px 40px 40px 10%;
  text-align: left;
  color: #fff;
}
footer ul li svg {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
footer ul li svg path, footer ul li svg rect {
  fill: #fff;
}
footer ul li h4 {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
footer ul li p {
  line-height: 30px;
}
footer a, footer p {
  color: #fff;
}
footer .flaticon-facebook51 {
  position: relative;
  padding-left: 40px;
}
footer .flaticon-facebook51:before {
  position: absolute;
  left: 0;
  font-size: 30px;
}
footer .copyright {
  width: 100%;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 950px) {
  header #ham-icon {
    display: inline-block;
  }
  header ul {
    position: absolute;
    height: auto;
    right: 0;
    width: 100%;
    z-index: 5;
    text-align: left;
    padding-bottom: 30px;
    background-color: #333;
    display: none;
  }
  header ul li {
    display: block;
    width: 100%;
  }
  header ul li a {
    display: block;
    padding: 20px 30px;
    color: #fff;
  }
  #hp .hp_kategorie ul {
    width: 100%;
  }
  #hp .hp_kategorie ul li {
    width: 33%;
  }
  #hp .hp_kategorie .spodek {
    width: 100%;
  }
  #hp .hp_kategorie .spodek .content {
    width: 100%;
  }
  #hp .hp_kategorie .spodek .content p {
    line-height: 36px;
  }
  #hp .hp_kategorie .spodek .content p:nth-of-type(1) {
    font-size: 26px;
  }
  #hp .hp_kategorie .spodek .content p:nth-of-type(2) {
    font-size: 18px;
  }
  #hp .hp_kategorie .spodek .content .button {
    background-color: #28b95a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 200px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  #hp .hp_kategorie .spodek .content .button:hover {
    background: #40cc70;
    text-decoration: none;
  }
  #hp .proc ul {
    width: 100%;
  }
  #hp .proc ul li {
    width: 50%;
  }
  .cart-header {
    font-size: 30px;
    width: auto;
  }
  #categ .gallery .content {
    width: 100%;
  }
  #categ .gallery .content a img {
    height: auto;
    width: 31%;
    margin: 1%;
  }
  #categ .buy .content {
    width: 100%;
  }
  #categ .buy .content .nyni_obj {
    width: 160px;
    margin-left: 10px;
  }
  #categ .buy .content p {
    width: auto;
  }
  #categ .buy .content p strong {
    display: none;
  }
  #categ .buy .content .ps {
    margin-right: 10px;
  }
  #categ .pop .content {
    width: 100%;
  }
  #categ .pop .content p {
    margin: 0 5% 20px;
  }
  #categ .pop .content .slovo {
    width: 90%;
    margin: 10px 5%;
  }
  #categ .varianty .content {
    width: 100%;
  }
  #categ .varianty .content .products section {
    width: 33%;
  }
  footer ul {
    width: 100%;
  }
  footer ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  #content img {
    max-width: 100%;
  }
  #content #produkt {
    max-width: 97%;
  }
  .cart .item .cell {
    white-space: wrap;
  }
}
@media screen and (max-width: 500px) {
  #hp .hp_kategorie ul {
    width: 100%;
  }
  #hp .hp_kategorie ul li {
    width: 50%;
  }
  #hp .hp_kategorie .spodek {
    height: 180px;
  }
  #hp .hp_kategorie .spodek .content {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #hp .hp_kategorie .spodek .content p {
    line-height: 36px;
  }
  #hp .hp_kategorie .spodek .content p:nth-of-type(1) {
    font-size: 26px;
  }
  #hp .hp_kategorie .spodek .content p:nth-of-type(2) {
    font-size: 18px;
  }
  #hp .hp_kategorie .spodek .content .button {
    background-color: #28b95a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 200px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    position: relative;
    right: 0px;
    margin: 0px auto;
  }
  #hp .hp_kategorie .spodek .content .button:hover {
    background: #40cc70;
    text-decoration: none;
  }
  #hp .proc ul {
    width: 90%;
  }
  #hp .proc ul li {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 30px;
  }
  #hp .doprava_zdarma svg {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 20px;
  }
  #hp .doprava_zdarma svg path {
    fill: #28b95a;
  }
  #hp .doprava_zdarma span {
    margin-left: 10px;
    font-size: 13px;
  }
  #categ .gallery .content {
    width: 100%;
  }
  #categ .gallery .content a img {
    height: auto;
    width: 48%;
    margin: 1%;
  }
  #categ .buy .content {
    width: 100%;
  }
  #categ .buy .content .nyni_obj {
    width: 140px;
    margin-left: 5px;
  }
  #categ .buy .content .ps {
    margin-right: 5px;
    font-size: 26px;
  }
  #categ .pop .content {
    width: 100%;
  }
  #categ .varianty .content {
    width: 100%;
  }
  #categ .varianty .content .products section {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  #hp .hp_kategorie ul {
    width: 100%;
  }
  #hp .hp_kategorie ul li {
    width: 100%;
  }
  #hp .hp_kategorie .spodek {
    height: 180px;
  }
  #hp .hp_kategorie .spodek .content {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #hp .hp_kategorie .spodek .content p {
    line-height: 36px;
  }
  #hp .hp_kategorie .spodek .content p:nth-of-type(1) {
    font-size: 20px;
  }
  #hp .hp_kategorie .spodek .content p:nth-of-type(2) {
    font-size: 14px;
  }
  #hp .hp_kategorie .spodek .content .button {
    background-color: #28b95a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 200px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    position: relative;
    right: 0px;
    margin: 0px auto;
  }
  #hp .hp_kategorie .spodek .content .button:hover {
    background: #40cc70;
    text-decoration: none;
  }
  #hp .proc ul {
    width: 100%;
  }
  #hp .proc ul li {
    width: 90%;
    margin-left: 5%;
  }
  #categ .buy {
    height: auto;
  }
  #categ .buy .content {
    width: 100%;
    line-height: 35px;
  }
  #categ .buy .content .nyni_obj {
    width: 90%;
    margin-left: 5%;
  }
  #categ .buy .content p {
    width: 100%;
  }
  #categ .buy .content p strong {
    display: inline-block;
  }
  #categ .buy .content .ps {
    width: 100% !important;
    display: inline-block;
    padding-left: 7%;
    float: none;
  }
  #categ .varianty .content {
    width: 100%;
  }
  #categ .varianty .content .ps {
    display: none;
  }
  #categ .varianty .content .products section {
    width: 100%;
  }
}
/* Preload images */
body:after {
  content: url(/img/close.png) url(/img/loading.gif) url(/img/prev.png) url(/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#slevy header ul li a {
  border-left: 0;
  margin-right: 40px;
}
#slevy .s_main {
  width: 100%;
  padding: 30px 0;
  background: #9F1A11 url("../img/percent.png");
}
#slevy .s_main .obb {
  width: 1000px;
  margin: 0px auto;
}
#slevy .s_main .obb h1 {
  font-size: 34px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
#slevy .s_main .obb p {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#slevy .s_main .obb h3 {
  font-size: 15px;
  color: #fff;
  margin-left: 15px;
  font-weight: 400;
}
#slevy .s_main .obb .kat {
  display: inline-block;
  width: 220px;
  height: 220px;
  transition: height 1s ease 0s;
  min-height: 220px;
  background: #f8f8f8;
  text-align: center;
  margin: 15px;
  border: 1px solid #F1F1F1;
  cursor: pointer;
  overflow: hidden;
}
#slevy .s_main .obb .kat a.view {
  width: 220px;
  height: 100%;
  display: inline-block;
  float: left;
}
#slevy .s_main .obb .kat a.view svg {
  width: 100%;
  height: 90px;
  margin: 40px 0;
}
#slevy .s_main .obb .kat a.view h2 {
  font-size: 15px;
}
#slevy .s_main .obb .kat .ceny {
  float: left;
  min-width: calc(100% - 280px);
  height: 100%;
  text-align: left;
}
#slevy .s_main .obb .kat .ceny h4 {
  font-size: 16px;
  margin: 20px 0px 10px;
}
#slevy .s_main .obb .kat .ceny ul {
  margin-left: 30px;
}
#slevy .s_main .obb .kat .ceny li {
  line-height: 40px;
}
#slevy .s_main .obb .kat .ceny li a span.old {
  color: #aaa;
  text-decoration: line-through;
  margin: 0 10px;
}
#slevy .s_main .obb .kat .ceny li a span.new {
  color: darkred;
}
#slevy .s_main .obb .kat:hover {
  background: #fcfcfc;
  border-color: #E1E1E1;
}
#slevy .s_main .obb .kat.open {
  display: block;
  background: #fcfcfc;
  border-color: #E1E1E1;
}

.red {
  color: #FD2A51;
}

.bg-fialova {
  background-color: #604696 !important;
}

@media (max-width: 1270px) {
  #categ .cat_top .cleft .big {
    height: 250px;
    max-width: 250px;
  }
}
@media (max-width: 1050px) {
  #hp .reference .reference-wrap {
    width: 500px;
  }
}
@media (max-width: 550px) {
  #hp .reference .reference-wrap {
    width: 90%;
  }
}

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